.pl-infinite-slider-wrapper {
  position: relative;
  width: 100%;
}

#cursor-lotar-pl {
  position: fixed;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  pointer-events: none;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.pl-slider-upper-wrapper {
  cursor: none;
}

.cursor-ring-lotar-pl {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1.5px solid #b41e14;
  border-radius: 50%;
}

.cursor-dot-lotar-pl {
  width: 18px;
  height: 18px;
  background-color: #b41e14;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.cursor-dot-lotar-pl.active {
  border-radius: 100%;
}

.cursor-arrow-lotar-pl {
  width: 28px;
  height: 28px;
  opacity: 0;
  transform: scale(0);
  pointer-events: none;
}

.responsive-icon-box-lotar-pl {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #b41e14;
  border-radius: 100%;
  cursor: pointer;
}

.gallery-container {
  width: 100%;
  overflow: hidden;
  cursor: none;
  direction: ltr !important;
  display: flex;
  align-items: center;
}

.gallery-track {
  display: flex;
  align-items: flex-end;
  gap: 0px;
  will-change: transform;
}

.card {
  position: relative;
  flex-shrink: 0;
  display: flex;
  overflow: hidden;
  transition: opacity 0.6s ease, filter 0.6s ease;
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
