.vsw-video-slides {
  width: 100%;
}

.vsw-video-slides-swiper {
  position: relative;
}

.vsw-video-slides .swiper-slide {
  position: relative;
  overflow: hidden;
  background: #000;
}

.vsw-video-slides-media {
  position: relative;
  width: 100%;
  background: #000;
}

.vsw-video-slides-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #000;
}

.vsw-video-slides-image {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
  background: #000;
}

.vsw-video-slides-image-bg {
  width: 100%;
  height: 100%;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
}

.vsw-video-slides-content {
  margin-left: auto;
  margin-right: auto;
  width: 1140px;
  max-width: calc(100% - 32px);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: auto;
  transform: translateY(-50%);
  z-index: 2;
  pointer-events: none; /* Keep interactions on button only */
}

.vsw-video-slides-content-inner {
  width: 100%;
  max-width: 560px; /* default "text area" width; overridable via Elementor control */
}

.vsw-video-slides--content-left .vsw-video-slides-content-inner {
  margin-right: auto;
}

.vsw-video-slides--content-right .vsw-video-slides-content-inner {
  margin-left: auto;
}

.vsw-video-slides--content-left .vsw-video-slides-content {
  text-align: left;
}

.vsw-video-slides--content-right .vsw-video-slides-content {
  text-align: right;
}

.vsw-video-slides-content-inner > * {
  pointer-events: auto;
}

.vsw-video-slides-heading {
  margin: 0 0 12px 0;
  color: #fff;
}

.vsw-video-slides-subheading {
  margin: 0 0 12px 0;
  color: #fff;
  opacity: 0.92;
  line-height: 1.25;
}

.vsw-video-slides-description {
  color: #fff;
  margin-bottom: 18px;
}

.vsw-video-slides-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
}

.vsw-video-slides-button:hover {
  background: rgba(255, 255, 255, 0.2);
}

.vsw-video-slides-button-prev,
.vsw-video-slides-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  margin: 0;
  padding: 8px;
  cursor: pointer;
  color: #fff;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  transition: color 0.25s ease, opacity 0.2s ease;
}

.vsw-video-slides-button-prev svg,
.vsw-video-slides-button-next svg {
  display: block;
  flex-shrink: 0;
  width: 26px;
  height: auto;
}

/* Swiper hides locked nav when only one slide — keep layout predictable */
.vsw-video-slides .swiper-button-lock {
  opacity: 0.35;
  pointer-events: none;
}

.vsw-video-slides-button-prev {
  left: 12px;
}

.vsw-video-slides-button-next {
  right: 12px;
}

.vsw-video-slides .swiper-pagination {
  z-index: 3;
}
