.card-body h5{
	    font-size: 16px !important;
    margin-top: 17px;
    margin-bottom: 0px;
}

.cart-link{
	text-decoration:none !important;
}

#cart-count {
  display: inline-block;
  background-color: maroon;
  color: white;
  font-size: 14px;
  font-weight: bold;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
}


.card-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;  /* max 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.95rem;
  font-weight: 600;
  min-height: 2.6em; /* height fix ताकि card uneven न लगे */
}


   
/* Limit description to 2 lines with ellipsis */
.description-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Product unit styling */
.product-unit {
  font-size: 0.9rem;
  color: #555;
}

/* Review stars and count */
.product-reviews {
  display: flex;
  align-items: center;
  font-size: 0.85rem;
}

.product-reviews .rating {
  font-weight: 600;
  margin-right: 4px;
  color: #333;
}

.product-reviews .stars i {
  color: #f39c12; /* gold star */
  margin-right: 4px;
}

.product-reviews .verify i {
  color: #007bff; /* blue verified */
  margin-right: 4px;
  font-size: 0.9rem;
}

.product-reviews .review-count {
  color: #555;
  font-size: 0.8rem;
}

/* Price styling */
.product-price h6 {
  font-size: 1rem; /* छोटा किया */
  color: #222;
}

.product-price .old-price {
  text-decoration: line-through;
  color: #888;
  font-size: 0.85rem;
  margin-left: 5px;
}

.product-price .offer {
  color: #e53935;
  font-size: 0.85rem;
  font-weight: 600;
  margin-left: 6px;
}




	
.filter-box {
  border: 1px solid #ddd;
  padding: 12px;
  border-radius: 6px;
  background: #fff;
}

.filter-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  cursor: pointer;
}

.filter-box ul li {
  margin-bottom: 6px;
}

.filter-box ul li a {
  font-size: 14px;
  color: #333;
  text-decoration: none;
}

.filter-box ul li a:hover {
  color: #198754; /* Bootstrap success color */
}


/* Top Offer Bar */
    .top-offer {
      background-color: #00A86B;
      color: #fff;
      font-size: 14px;
      padding: 6px 0;
      text-align: center;
    }

    /* Navbar */
    .navbar {
      background-color: #fff;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      padding: 0.7rem 1rem;
	  padding-top: 2px;
    padding-bottom: 2px;
    }
    .navbar-nav .nav-link {
      color: #333 !important;
      font-weight: 500;
      padding: 8px 15px;
    }

    .search-box input {
      border-radius: 5px 0 0 5px;
      border: 1px solid #ccc;
      padding: 6px 10px;
    }
    .search-box button {
      background-color: #00A86B;
      color: #fff;
      border: none; margin-left: -5px;
      padding: 6px 12px;
      border-radius: 0 5px 5px 0;
    }
    .icon-links i {
      font-size: 18px;
      margin-left: 15px;
      color: #333;
      cursor: pointer;
    }

    /* Mega Menu Full Width */
    .dropdown-menu.mega-menu {
      width: 100%; /* Full container width without scrollbar issue */
      padding: 20px 0;
      left: 0;
      right: 0;
      margin: 0;
      top: 100%;
      background: #fff;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      border: none;
      border-radius: 0;
      display: none;
      position: absolute;
      z-index: 999;
    }
    .dropdown:hover .mega-menu {
      display: block;
    }
    .mega-menu .container-fluid {
      display: flex;
    }
    .mega-menu .category-list {
      width: 20%;
      border-right: 1px solid #eee;
      padding: 0 20px;
    }
    .mega-menu .category-list a {
      display: block;
      color: #333;
      padding: 8px 0;
      font-size: 14px;
      text-decoration: none;
    }
    .mega-menu .category-list a:hover {
      color: #2f9d94;
      font-weight: 600;
    }
    .mega-menu .product-cards {
      width: 80%;
      padding: 0 20px;
      display: flex;
      gap: 15px;
      overflow-x: auto;
    }
    .mega-menu .product-cards .card {
      border: none;
      text-align: center;
      width: 150px;
      min-width: 150px;
    }
    .mega-menu .product-cards img {
      max-width: 100%;
      border-radius: 8px;
    }
    .mega-menu .product-cards .card-title {
      font-size: 14px;
      margin-top: 8px;
    }

    @media (max-width: 992px) {
      .mega-menu .container-fluid {
        flex-direction: column;
      }
      .mega-menu .category-list,
      .mega-menu .product-cards {
        width: 100%;
        border: none;
        padding: 10px 0;
      }
    }
	
	
	/* Mega Menu Full Width */
.dropdown-menu.mega-menu {
  position: absolute;
  left: 0 !impo;
  right: 0;
  width: 100vw; /* Full viewport width */
  padding: 20px 0;
  top: 100%; /* Below the navbar */
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 0;
  display: none;
  z-index: 999;
}

.nav-item.dropdown:hover .mega-menu {
  display: block;
}

/* Internal container to keep content centered */
.mega-menu .container-fluid {
  display: flex;
  max-width: 1320px; /* Bootstrap container width */
  margin: 0 auto;
}


/* Force Mega Menu Full Screen Left */
.dropdown-menu.mega-menu {
  position: fixed !important;  /* Fixed to viewport */
  top: 70px; /* Adjust based on your navbar height */
  left: 0 !important; /* Start from left edge of screen */
  width: 100vw !important; /* Full viewport width */
  padding: 20px 0;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 0;
  display: none;
  z-index: 9999; /* Always on top */
}

.nav-item.dropdown:hover .mega-menu {
  display: block;
}

/* Internal container alignment */
.mega-menu .container-fluid {
  display: flex;
  max-width: 1320px; /* Bootstrap container width */
  margin: 0 auto;
}


/* Mega Menu Position Adjust */
.dropdown-menu.mega-menu { border: 1px solid #ccc !important;
  position: fixed !important;
  top: 125px !important; /* Navbar se niche */
  left: 0 !important;
  width: 100vw !important;
  padding: 20px 0;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 0;
  display: none;
  z-index: 9999;
}


/* Increase Main Menu Text Size */
.navbar-nav .nav-link {
  font-size: 16px; /* Increased from 14-16px to 18px */
  font-weight: 500; /* Make it bold */
}

/* Center Main Menu */
.navbar-nav {
  //margin: 0 auto; /* Centers the menu */
}


/* Mobile search box hidden by default */
.mobile-search-box {
  display: none;
  background: #fff;
  padding: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.mobile-search-box input {
  flex: 1;
  border: 1px solid #ccc;
  padding: 6px 10px;
  border-radius: 5px 0 0 5px;
}

.mobile-search-box button {
  background: #00A86B;
  border: none;
  color: #fff;
  padding: 6px 12px;
  border-radius: 0 5px 5px 0;
}


@media (max-width: 992px) {
  .mega-menu .product-cards {
    display: none !important;
  }
}



/* Make arrows circular with box shadow */
.swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Reduce icon size inside arrows */
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 16px; /* default is 20px+ */
    color: #28a745; /* green to match theme */
}

/* Move arrows outward so they don't overlap product cards */
.swiper-button-prev {
    left: -20px; /* move more left */
}

.swiper-button-next {
    right: -20px; /* move more right */
}

/* On smaller screens adjust so they don't go out of view */
@media (max-width: 768px) {
    .swiper-button-prev {
        left: 5px;
    }
    .swiper-button-next {
        right: 5px;
    }
}

/* Make Carousel Full Width & Height Adjust */
.carousel-item img {
  
  
}

.carousel-control-prev{
left:15px;
}

.carousel-control-next {
    right: 15px;
}


/* Custom Arrows */
.custom-arrow {
  width: 40px;
  height: 40px;
  background: white;  /* White circle */
  border-radius: 50%;
  border:1px solid #ccc;
  top: 50%;
  transform: translateY(-50%);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-size: 60%; /* Make arrow smaller inside circle */
  filter: invert(1); /* Black arrow */
}


.feature-box {

  background: #00A86B; /* Green background */

  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  color: #fff; /* Text color white */
}

.feature-box:hover {
  background: #01955f; /* Slightly darker green on hover */
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
}

.feature-box i {
   /* Bigger icon */
  margin-bottom: 12px;
}

.feature-box h5 {

  font-weight: 700;
  margin-bottom: 8px;
}

.feature-box p {
  font-size: 16px; /* Bigger description text */
  margin: 0;
}


.card {
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}

.card img {
  height: 220px;
  object-fit: contain;
  padding: 0px;
  background: #fff;
}

.cardtop img {
  height: 180px !important;
  object-fit: contain;
  padding: 0px;
  background: #fff;
}

.card-body h6 { font-size: 15px; font-weight: 600; color: #333; }
.card-body p { font-size: 13px; margin-bottom: 6px; }
.card-body h5 { color: #000; font-weight: 700; }

.card-footer .btn {

  border-radius: 8px;
  font-weight: 600;

  transition: all 0.3s ease;
}

.card-footer .btn:hover { background-color: #0a8754; }

.swiper-button-next, .swiper-button-prev {
  color: #059F4B;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.swiper-button-next:hover, .swiper-button-prev:hover {
  background: #059F4B;
  color: #fff;
}



.product-item {
    text-align: center;
    background: #fff;
    padding: 25px 10px; /* top-bottom:25px, left-right:10px */
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15); /* Added box shadow */
    transition: all 0.3s ease; /* smooth hover */
  }
  .product-item:hover {
    box-shadow: 0 12px 25px rgba(0,0,0,0.25); /* hover effect */
    transform: translateY(-5px); /* slight lift on hover */
  }
  .product-img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 10px;
    transition: all 0.3s ease;
  }
  .product-img:hover {
    transform: scale(1.08);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  }
  .product-title {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin: 0;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;   
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 2.6em; 
  }
  
  
  
  .testimonial-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); /* Stronger shadow */
  transition: transform 0.3s ease-in-out;
}
.testimonial-card:hover {
  transform: translateY(-5px);
}
.testimonial-card img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.verified {
  font-size: 14px;
  color: #555;
  margin-bottom: 6px;
}
.stars {
  color: #f8c000;
  font-size: 18px;
}

/* ✅ Custom Arrow Styling */
.carousel-control-prev.custom-control,
.carousel-control-next.custom-control {
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  opacity: 1;
}
.carousel-control-prev.custom-control {
  left: 0px; /* Move outside container */
}
.carousel-control-next.custom-control {
  right: 0px; /* Move outside container */
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #000;
  border-radius: 50%;
  padding: 12px;
}

 footer .footer-link:hover { text-decoration: underline; color: #fff; }
  footer .btn-outline-light { border-color: rgba(255,255,255,0.15); }
  footer .btn-outline-light i { font-size: 0.85rem; }
  @media (max-width: 575.98px) {
    footer .btn { font-size: 0.85rem; }
  }
  




/* Tabs Nav */
.nav-tabs {
  border-bottom: 2px solid #eaeaea;
}
.nav-tabs .nav-link {
  border: none;
  border-bottom: 3px solid transparent;
  font-weight: 500;
  color: #555;
  padding: 10px 18px;
  transition: all 0.3s ease;
}
.nav-tabs .nav-link:hover {
  color: #198754;
  background: #f8f9fa;
}
.nav-tabs .nav-link.active {
  border-bottom: 3px solid #198754;
  color: #198754;
  font-weight: 600;
  background: #fff;
}

/* Tab Content */
.tab-content {
  border-radius: 0 0 12px 12px;
  border: 1px solid #eaeaea;
  border-top: none;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  animation: fadeIn 0.4s ease-in-out;
}

/* Fade animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Description images */
.tab-content img {
  border-radius: 10px;
  transition: transform 0.3s ease;
}
.tab-content img:hover {
  transform: scale(1.03);
}

/* Review Card */
.tab-pane .border {
  border: 1px solid #e0e0e0 !important;
  background: #fdfdfd;
  transition: all 0.3s ease;
}
.tab-pane .border:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* Review Summary Box */
.col-lg-5 .border {
  border: 1px solid #e0e0e0 !important;
  background: #fff !important;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
.progress {
  height: 8px;
  border-radius: 5px;
}

/* Review Form */
form .form-control, 
form .form-select {
  border-radius: 8px;
  border: 1px solid #ddd;
  transition: all 0.3s ease;
}
form .form-control:focus,
form .form-select:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.2rem rgba(25,135,84,0.25);
}
form button {
  border-radius: 8px;
  padding: 10px 20px;
  font-weight: 600;
  transition: all 0.3s ease;
}
form button:hover {
  background: #157347;
}



/* Add to Cart Button */
.add-to-cart-btn {
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 3px 10px rgba(25, 135, 84, 0.2);
}
.add-to-cart-btn:hover {
  background: #157347;
  box-shadow: 0 5px 15px rgba(25, 135, 84, 0.35);
  transform: translateY(-2px);
}

/* Buy Now Button */
.buy-now-btn {
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}
.buy-now-btn:hover {
  background: #000;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  transform: translateY(-2px);
}



/* Thumbnails */
.product-thumb {
  width: 80px;
  height: 80px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}
.product-thumb:hover,
.product-thumb.active {
  border: 2px solid #198754; /* Bootstrap success color */
}

/* Variant Buttons */
.variant-btn {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 10px 15px;
  min-width: 120px;
  font-size: 14px;
  text-align: center;
  background: #fff;
  transition: all 0.3s ease;
}
.variant-btn:hover {
  border-color: #198754;
  background: #f9fdf9;
}
.variant-btn.active {
  border-color: #198754;
  background: #198754;
  color: #fff;
  font-weight: bold;
}

/* Delivery Box */
.delivery-box {
  border: 1px solid #ddd;
  padding: 10px 12px;
  border-radius: 6px;
  background: #f8f9fa;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
}
.delivery-box:hover {
  background: #e9f7ef;
  border-color: #198754;
}




/*---====Responsive-----===*/
/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
  .feature-box p{
	  display:none;
  }
  
  .feature-box i {
	font-size: 30px;
  }
  
  .feature-box h5 {
	font-size: 15px; /* Bigger heading */
  }
  
  .feature-box {
	  padding: 12px;
  }
  
  .swiper-button-prev{
	width:30px !important; height:30px !important;
	}
	
	
	.swiper-button-prev:after
	{
		font-size: 18px !important;
	}
	
	
			.swiper-button-next{
	width:30px !important; height:30px !important;
}

.swiper-button-next:after{
	font-size: 18px !important;
}

.card-footer .btn {
	  padding: 7px;
}	

.dropdown-menu.mega-menu
{
	margin-top:45px; padding-top:0px;
}

	
  
}

/* Small devices (≥576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .feature-box p{
	  display:none;
  }
  
  .feature-box i {
	font-size: 30px;
  }
  
   .feature-box h5 {
	font-size: 15px; /* Bigger heading */
  }
  
  .feature-box {
	  padding: 12px;
  }
  
  .swiper-button-prev{
	width:30px !important; height:30px !important;
	}


.swiper-button-prev:after
	{
		font-size: 18px !important;
	}
	
		.swiper-button-next{
	width:30px !important; height:30px !important;
}

.swiper-button-next:after{
	font-size: 18px !important;
}

.card-footer .btn {
	  padding: 7px;
}

.dropdown-menu.mega-menu
{
	margin-top:45px;  padding-top:0px;
}
	
  
}

/* Medium devices (≥768px and up, tablets) */
@media (min-width: 768px) and (max-width: 991.98px) {
 .feature-box p{
	  display:block;
  }
  
  .feature-box i {
	font-size: 40px;
  }
   .feature-box h5 {
	font-size: 20px; /* Bigger heading */
  }
  
  .feature-box {
	  padding: 25px;
  }
  
  .swiper-button-prev{
	width:45px !important; height:45px !important;
	}
	
	

.swiper-button-prev:after
	{
		font-size: 25px !important;
	}
	
	
		.swiper-button-next{
	width:45px !important; height:45px !important;
}

.swiper-button-next:after{
	font-size: 25px !important;
}

.card-footer .btn {
	  padding: 10px;
}

.dropdown-menu.mega-menu
{
	margin-top:0px; 
}

  
}

/* Large devices (≥992px and up, laptops) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .feature-box p{
	  display:block;
  }
  
  .feature-box i {
	font-size: 40px;
  }
   .feature-box h5 {
	font-size: 20px; /* Bigger heading */
  }
  
  .feature-box {
	  padding: 25px;
  }
  
  .swiper-button-prev{
	width:45px !important; height:45px !important;
	}
  
  .swiper-button-prev:after
	{
		font-size: 25px !important;
	}
	
		.swiper-button-next{
	width:45px !important; height:45px !important;
}

.swiper-button-next:after{
	font-size: 25px !important;
}

.card-footer .btn {
	  padding: 10px;
}

.dropdown-menu.mega-menu
{
	margin-top:0px; 
}

	
}

/* Extra large devices (≥1200px and up, desktops) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .feature-box p{
	  display:block;
  }
  
  .feature-box i {
	font-size: 40px;
  }
   .feature-box h5 {
	font-size: 20px; /* Bigger heading */
  }
  
  .feature-box {
	  padding: 25px;
  }
  
  .swiper-button-prev{
	width:45px !important; height:45px !important;
	}
  
  .swiper-button-prev:after
	{
		font-size: 25px !important;
	}
	
		.swiper-button-next{
	width:45px !important; height:45px !important;
}

.swiper-button-next:after{
	font-size: 25px !important;
}

.card-footer .btn {
	  padding: 10px;
}

.dropdown-menu.mega-menu
{
	margin-top:0px;
}

	
}

/* XXL devices (≥1400px and up, large desktops) */
@media (min-width: 1400px) {
  .feature-box p{
	  display:block;
  }
  
  .feature-box i {
	font-size: 40px;
  }
  
  .feature-box h5 {
	font-size: 20px; /* Bigger heading */
  }
  
  .feature-box {
	  padding: 25px;
  }
  
  .swiper-button-prev{
	width:45px !important; height:45px !important;
	}	
	.swiper-button-prev:after
	{
		font-size: 25px !important;
	}
	
	.swiper-button-next{
	width:45px !important; height:45px !important;
}

.swiper-button-next:after{
	font-size: 25px !important;
}


.card-footer .btn {
	  padding: 10px;
}


.dropdown-menu.mega-menu
{
	margin-top:0px;
}
  
}

/*---====Responsive-----===*/


.navbar-toggler:focus{
	box-shadow:none !important;
}



@media (max-width: 991px) {
  #sidebarFilters {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100%;
    background: #fff;
    z-index: 1050;
    overflow-y: auto;
    transition: all 0.3s ease;
    padding: 15px;
  }

  #sidebarFilters.active {
    left: 0;
  }

  #sidebarFilters .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    border: none;
    background: none;
  }
}


