.vsx9k2_container {
  height: 400vh; /* Reduced height */
  position: relative;
}

.vsx9k2_viewport {
  height: 100vh;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.vsx9k2_slide {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

.vsx9k2_slide video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.vsx9k2_content {
  position: absolute;
  top: 35%;
  left: 60px;
  width: 40%;
  z-index: 10;
  opacity: 0;
  transform: translateX(-100%);
  transition: opacity 0.9s ease, transform 0.6s ease;
}
.second-vsx9k2_container .third_content {
  left: auto !important;
  right: 5% !important;
  transform: translateX(-10%) !important;
  transition: opacity 0.9s ease, transform 0.6s ease !important;
}
.vsx9k2_nav {
  position: fixed;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}

.vsx9k2_dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  margin: 15px 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.vsx9k2_content.vsx9k2_text_show {
  opacity: 1;
  transform: translateX(0);
}
.second-vsx9k2_container .third_content.vsx9k2_text_show {
  opacity: 1;
  transform: none !important;
  right: 5% !important;
}

/* --------------- Same Sections Mobile Swiper Section ------------------------- */
.mobile_swiper_section_wrapper {
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
}
.mobile_swiper_viewport {
  width: 100%;
  height: auto;
}
.mobile_swiper_section_wrapper .swiper-wrapper {
  min-height: 500px;
}
.mobile_slide_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.mobile_swiper_section_wrapper .swiper-pagination {
    margin-top: 0px;
    position: absolute !important;
    z-index: 99;
}
.mobile_content_column {
  width: 60%;
  color: white;
  position: absolute;
  z-index: 10;
  height: fit-content;
  padding: 30px;
  top: 5rem;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.9s ease, transform 0.6s ease;
}
.mobile_swiper_section_wrapper .mobile_content_column .heading-h2{
  font-size: 32px;
}
.mobile_video_column {
  width: 100%;
  position: absolute;
  z-index: 1;
  height: 100%;
}
.mobile_video_md {
  display: block;
  width: 100%;
  height: auto;
}
.mobile_video_sm {
  display: none;
  min-height: 100vh;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.second-mobile_swiper_section_wrapper .mobile_video_md{
  display: block;
  width: 100%;
  height: 65vh;
  object-fit: fill;
}
.mobile_text_show {
  opacity: 1;
  transform: translateY(0);
}
.second-mobile_swiper_section_wrapper .third-mobile_content_column{
  right: 30px !important;
  transform: translateX(-20px) !important;
}
.second-mobile_swiper_section_wrapper .third-mobile_content_column.mobile_text_show{
  right: 30px !important;
  transform: translateX(0px) !important;
  transition: transform 0.6s ease;
}
@media (max-width: 1600px) {
.vsx9k2_content{width: 50%;}
}
@media (max-width: 767px) {
  .mobile_content_column {
    width: 100%;
    top: 10px;
  }
  .mobile_slide_wrapper {
    flex-direction: column;
  }
  .mobile_content_column p {
    font-size: 18px !important;
  }
  .second-mobile_swiper_section_wrapper .third-mobile_content_column.mobile_text_show{
  left: 0px !important;
  transform: translateX(0px) !important;
  transition: transform 0.6s ease;
}
.mobile_swiper_section_wrapper .mobile_content_column .heading-h2{
  text-align: center;
}
.mobile_swiper_section_wrapper .mobile_content_column p{
  text-align: center;
}
}

@media (max-width: 767px) {
  .mobile_video_md {
    display: none !important;
  }
  .mobile_video_sm {
    display: block;
  }
}

@media (max-width: 767px) {
  .mobile_content_column {
    width: 100%;
    margin-bottom: 1rem;
  }
}
