 .table-section {
        background: url("/template/home/images/BG-desktop.jpg") no-repeat center
          center;
        background-size: cover;
        padding: 5px 20px;
        color: #fff;
        position: relative;
        text-align: center;
         padding: 60px 20px 5px;
      }

      .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: 61px 0px 30px 0px !important;
         margin-top: 93px;
      }
      .max-table-config{
        padding:2px 56px; font-size:15px;
      }
      /* 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;
        }
      }
      /* for mobile */

      @media (max-width: 767.98px) {
        .table-section {
          background: url("/template/home/images/BG-Mobile.jpg") no-repeat
           top center;
          background-size: cover;
          padding: 30px 20px 5px; 
          color: #fff;
          text-align: center;
          position: relative;
        }
        .table-container{
          margin-top: 70px;
        }
        .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;
        }
      }


.splide__slide img {
width: 100%;
height: auto;
object-fit: contain;
}


  #image-carousel {
    width: 100%;
    height: auto;
  }
