/* Management System slider arrow fix */
.sh_next.swiper_but {
	right: -50px;
}

@media (max-width: 1599px) and (min-width: 1441px) {
    .sh_next.swiper_but {
    right: 15px;
    }
}

@media(max-width: 1440px) {
	 .lk_info .baogao .sh_next {
    right: 0px;
    }
}

/* ===== Inspection & Testing Equipment slider arrow fix (detect.php) ===== */

.mkBox3 .sh_next1.swiper_but {
	right: 0;
}

@media (max-width: 1600px) and (min-width: 1441px) {
	.mkBox3 .sh_next1.swiper_but {
	right: -75px;
}
}

@media (max-width: 1440px) {
	.mkBox3 .sh_next1.swiper_but {
	right: -90px;
}
}


/* === Responsive fixes for Home Page cards === */

/* Adjust image height on mobile/tablet */
@media screen and (max-width: 768px) {
    .mk2_bgimg {
        min-height: 500px!important;
    }
}

/* Adjust text/card vertical positioning on small screens */
@media (max-width: 576px) {
    .mkBox2 .mk2_center {
        bottom: 55px !important;
    }
}