.category_slider {
	padding: 30px;
}

.category_slider .item {
	width: 300px;
	height: 200px; /* Set the height equal to the width to make it square */
	transition: box-shadow 0.3s ease; /* Add transition for a smooth hover effect */
	padding: 10px;
}

.category_slider .item:hover {
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.3); /* Add a slightly larger shadow on hover */
}

/* @media (max-width: 767px) {
  .category_slider .item {
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .category_slider .item {
    width: 33.33333%;
  }
} */

.custom-btn-success {
	background-color: #29f0b4;
  color:#000;
  border:none;
}
