.table-section {
  background: url("/template/home/images/selector-bg-d.jpg") no-repeat center
    center;
  background-size: cover;
  padding: 5px 20px;
  color: #fff;
  position: relative;
  text-align: center;
  padding: 30px 20px 5px;
}

.showcase-title {
  font-size: 2.6rem;
  font-weight: 800;
  color: #ffd43b;
  text-shadow: 2px 2px #000;
}

.heading-bg {
  background: url("/template/home/images/banner-bg.jpg") no-repeat center center;
  background-size: cover;
}

.title {
  font-size: 2rem;
  font-weight: bold;
  color: #ffc933;
}

.table-card {
  position: relative;
  margin-top: 40px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.table-card img {
  width: 100%;
  height: auto;
}

.table-label {
  margin-top: 10px;
  font-weight: bold;
  color: #222;
}

.btn-configure {
  margin: 4px 0 25px;
  background-color: #00803f;
  color: white;
  border-radius: 25px;
  padding: 8px 56px;
  font-weight: bold;
  text-transform: uppercase;
}

.btn-configure:hover {
  background-color: #00803f;
}

.table-detail-container {
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
}

.table-container {
  padding: 10px 0px 30px 0px !important;
}

.table-section h1 {
  font-size: 4rem;
  font-weight: 800;
  color: #ffd43b;
  text-shadow: 2px 2px #000;
}

.max-table-config {
  padding: 2px 56px;
  font-size: 15px;
}

.custom-arrow {
  position: absolute;
  top: 12.6%;
  z-index: 2;
  width: 1.7em;
  height: 1.7em;
  background: #858585;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.2em;
  border: none;
  font-weight: bolder;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.splide__arrow--prev {
  left: 29%;
}

.splide__arrow--next {
  right: 29%;
}

/* for ipad */
@media screen and (min-width: 500px) and (max-width: 1282px) {
  .table-section {
    position: relative;
  }

  .table-container {
    margin-top: 12px;
  }

  .table-detail-container {
    bottom: -16px;
  }

  .btn-configure {
    padding: 4px 19px;
    border-radius: 25px;
    font-size: 10px;
  }

  .custom-arrow {
    font-size: 0.9em;
    width: 1.6em;
    height: 1.6em;
  }
}

/* for mobile */

@media (max-width: 767.98px) {
  .table-section {
    background: url("/template/home/images/selector-bg-m.jpg") no-repeat top
      center;
    background-size: cover;
    padding: 30px 20px 5px;
    color: #fff;
    text-align: center;
    position: relative;
  }

  .showcase-title {
    font-size: 1.4rem;
    font-weight: 800;
    color: #ffd43b;
    text-shadow: 2px 2px #000;
  }

  .table-section h1 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #ffd43b;
    text-shadow: 2px 2px #000;
  }

  .btn-configure {
    border-radius: 25px;
    padding: 4px 19px;
  }

  .table-detail-container {
    position: absolute;
    bottom: -20px;
  }

  .btn-configure {
    font-size: 10px;
  }

  .table-label {
    font-size: 9px !important;
  }

  .max-table-config {
    padding: 2px 19px;
    font-size: 10px;
  }

  .custom-arrow {
    font-size: 0.5em;
    width: 1.4em;
    height: 1.4em;
  }
}

.splide__slide img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

#image-carousel {
  width: 100%;
  height: auto;
}
