@media (min-width: 768px) {
	.sadhya-cat-slider{
	    margin-top: 50px;
	}
}
.sadhya-cat-item:hover .sadhya-cat-name {
    color: #2a6fd4; /* theme friendly blue */
    font-weight: 600;
}

.sadhya-cat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}
.sadhya-cat-name {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    display: block;
}
.sadhya-cat-name {
    margin-top: 10px;
    font-weight: 600;
    color: #00562c;
}
.sadhya-cat-slider :is(.swiper-button-next,.swiper-button-prev):after{
	display: none;
}
.sadhya-cat-slider :is(.swiper-button-next,.swiper-button-prev){
	font-size: 20px;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .15);
    cursor: pointer;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sadhya-cat-item img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 10px;
}
@media (max-width: 768px) {
	body.infinite-body-front .category_slider_title.infinite-container {
		font-size: 28px;
		padding: 0;
	}
	.sadhya-cat-slider{
		padding-top: 40px;
	}
}
@media (max-width: 560px) {
	.sadhya-cat-slider :is(.swiper-button-next,.swiper-button-prev){
		top: 42px;
		width: 34px;
        height: 34px;
		font-size: 16px;
	}
	.sadhya-cat-slider .swiper-wrapper{
		padding-top: 40px;
	}
	.sadhya-cat-slider .swiper-button-prev{
		left: auto;
		right: 50px;
	}
	.sadhya-cat-item img {
		width: 80px;
    	height: 80px;
	}
	.sadhya-cat-name {
		font-size: 14px;
	}
}