 .custom-slider {
    width: 100%;
    max-width: 1100px;
    padding: 40px 0;
    margin: auto;
  }

  .custom-slider .swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  }


  .jigs-card {
    background-color: #EAEFF5 !important;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgb(255 255 255 / 10%) !important;
  
}

