/* Base Styles */
.sliderlol {
    position: relative;
    overflow: hidden;
    border: 2px solid #ddd;
    background-color: none;
    margin-bottom: 20px;

    width: -webkit-fill-available;
  }
  .slider-wrapper {
    display: flex;


    
    transition: transform 0.2s ease-in-out;
  }


  .slider-wrapperlol {
    display: flex;

    


    
    transition: transform 0.2s ease-in-out;
  }







  .jaycontenar {
    
   
    position: relative;
    display: flex;
    border: 2px solid #0b0fdd;
    flex-direction: column;
    margin: 5px;
  border-radius: 5px;
    
   
}
  



.jaycard {
    transition: all 0.5s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    background: black ;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    height: 200px;
    width: 200px;
   

    
  }
  .jayal-img {
    float: left;
    width: 100%;
    position: absolute;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    
  }
  .jaycardimg.list-pro-thum {
    border-radius: 5px 5px 0 0;
    height: 200px;
    width: 100%;
    object-fit: cover;
  }
  .jaycard h4 a {
    font-size: 15px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    color: #000;
    line-height: 21px;
    display: inline-block;
    margin: 4px 0 0;
    height: 40px;
    overflow: hidden;
  }
  .jaycard .quo {
    color: #f10;
    border: 2px solid #f44336;
    font-size: 13px;
    font-weight: 600;
    display: block;
    text-align: center;
    border-radius: 5px;
    padding: 8px 5px;
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-bottom: 20px;
    text-transform: inherit;
    cursor: pointer;
  }
  .jaycard .cta-buy-now,
  .cta-buy-now {
    background: #4caf50;
    width: 100%;
  }
  .jaynewbuttin {

    background-color: #e6c406;
  
    bottom: 5px;
    left: 0px;
    overflow: hidden;
    opacity: 0;
    transition: 1s;
    position: absolute;
    color: white;
    border: 2px solid #e6c406;
    font-size: 13px;
    font-weight: 600;
    display: block;
    text-align: center;
    border-radius: 5px;
    padding: 8px 5px;
    width: calc(100% - 50px);
    margin-left: 20px;
    margin-bottom: 0px;
    height: 8px;
  }
  .jayal-img:hover .jaynewbuttin {
    bottom: 0px;
    opacity: 1;
  }
  .jaycard:hover .jaynewbuttin {
    bottom: 0px;
    opacity: 1;
    width: 100%;
    height: 10px;
    justify-content: center;
    margin: 0px;
  }
  .jaycard:hover .jaycallnow {
    bottom: -100px;
    opacity: 1;
    width: 100%;
    height: 10px;
    justify-content: center;
    margin: 0px;
  }
  .jaycallnow {
    background-color: #e6c406;
    position: absolute;
    top: -5px;
    left: 0px;
    overflow: hidden;
    opacity: 0;
    transition: 1s;
    color: white;
    border: 2px solid #e6c406;
    font-size: 13px;
    font-weight: 600;
    display: block;
    text-align: center;
    border-radius: 5px;
    padding: 8px 5px;
    font-size: 15px;
    width: calc(100% - 50px);
    margin-left: 20px;
    margin-bottom: 20px;
    height: 8px;
  }
  .slider-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
  }
  .slider-nav button {
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
  }
  


  
  
  
  /* Responsive Styles */
  @media (max-width: 1200px) {
    .jaycontenar {
      width: 180px;
      height: 180px;
    }

   

  }



  @media (max-width: 992px) {

    .jaynewbuttin{

      color: rgb(0, 4, 255);
      border: 2px solid #3652f4;
      background-color: rgba(236, 202, 6, 0.6);


      
    }




  }
  
  @media (max-width: 992px) {
    .jaycontenar {
      width: 160px;
      height: 160px;
    }
    .jaycard h4 a {
      font-size: 14px;
    }
  }
  
  @media (max-width: 768px) {
    .jaycontenar {
      width: 140px;
      height: 140px;
    }
    .jaycard h4 a {
      font-size: 13px;
    }
    .jaycallnow, .jaynewbuttin {
      font-size: 12px;
      padding: 6px 4px;
    }
  }
  
  @media (max-width: 576px) {
    .jaycontenar {
      width: 120px;
      height: 120px;
    }
    .jaycard h4 a {
      font-size: 12px;
    }
    .jaycallnow, .jaynewbuttin {
      font-size: 11px;
      padding: 5px 3px;
    }

    .jaycallnow {
      background-color: #2F4F4F;
      position: absolute;
      top: -5px;
      left: 0px;
      overflow: hidden;
      opacity: 0;
      transition: 1s;
      color: white;
      border: 2px solid #2F4F4F;
      font-size: 13px;
      font-weight: 600;
      display: block;
      text-align: center;
      border-radius: 5px;
      padding: 8px 5px;
      font-size: 15px;
      width: calc(100% - 50px);
      margin-left: 20px;
      margin-bottom: 20px;
      height: 8px;
    }


    .jaynewbuttin {

      background-color: #2F4F4F;
    
      bottom: 5px;
      left: 0px;
      overflow: hidden;
      opacity: 0;
      transition: 1s;
      position: absolute;
      color: white;
      border: 2px solid #2F4F4F;
      font-size: 13px;
      font-weight: 600;
      display: block;
      text-align: center;
      border-radius: 5px;
      padding: 8px 5px;
      width: calc(100% - 50px);
      margin-left: 20px;
      margin-bottom: 0px;
      height: 8px;
    }



  }
  










  /* Pagination container styles */
.pagination-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  gap: 8px;
  flex-wrap: wrap;
}

/* Pagination number styles */
.pagination-dot {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #ddd;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/* Active pagination number */
.pagination-dot.active {
  background-color: #007bff;
  color: #fff;
}

/* Pagination ellipsis style */
.pagination-ellipsis {
  font-size: 18px;
  color: #666;
  margin: 0 5px;
}

/* Hover effect */
.pagination-dot:hover {
  background-color: #0056b3;
  color: #fff;
}

/* Responsive design */
@media (max-width: 768px) {
  .pagination-dot {
      width: 25px;
      height: 25px;
      font-size: 14px;
  }
}

@media (max-width: 480px) {
  .pagination-container {
      gap: 5px;
  }
  
  .pagination-dot {
      width: 22px;
      height: 22px;
      font-size: 12px;
  }

  .pagination-ellipsis {
      font-size: 14px;
  }
}



.watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
 

  color: white;
  padding: 10px 15px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  pointer-events: none; /* Prevent user interaction */
  /*z-index: 0;*/
  border-radius: 5px;
  opacity: 0.8;
}
