/*
Theme Name: Bricks Child
Theme URI: https://bricksbuilder.io/
Template: bricks
Author: Bricks
Author URI: https://bricksbuilder.io/
Description: Visual website builder for WordPress.
Version: 2.3.7.1790243905
Updated: 2026-09-24 09:58:25

*/

.service-slider .splide__track {
    overflow: hidden;
}
/* =========================
   DESKTOP
   2 card + hé card thứ 3
   ========================= */
@media (min-width: 992px) {
  .service-slider .splide__slide {
    width: 44% !important;
    flex: 0 0 44% !important;
  }
}

/* =========================
   TABLET
   1 card + hé card thứ 2
   ========================= */
@media (min-width: 768px) and (max-width: 991px) {
  .service-slider .splide__slide {
    width: 78% !important;
    flex: 0 0 78% !important;
  }
}

/* =========================
   MOBILE
   1 card + hé card thứ 2
   ========================= */
@media (max-width: 767px) {
  .service-slider .splide__slide {
    width: 88% !important;
    flex: 0 0 88% !important;
  }
}