.hero-section-v2 {margin-bottom: clamp(20px, 4vw, 50px)}
.d-none {
  display: none !important;
}

/* Hero Swiper V2 - Clean Implementation */
.hero-swiper-v2-container {
  position: relative;
  width: 100%;
  min-height: 600px;
  height: calc(85vh - 72px);
}

/* Thumbnail Swiper (Left Side) */
.hero-swiper-v2-container .hero-thumbs-v2 {
  position: absolute !important;
  inset-inline-end: 290px;
  top: 50%;
  transform: translateY(-50%);
  width: 190px;
  height: 700px;
  max-height: calc(85vh - 150px);
  z-index: 10;
  user-select: none;
}

.hero-swiper-v2-container .hero-thumbs-v2 .swiper-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 0px;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  overflow-x: hidden;
}

.hero-swiper-v2-container .hero-thumb-v2-slide {
  width: 180px !important;
  height: 100px !important;
  flex-shrink: 0;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: 4px solid transparent;
  opacity: 0.7;
  margin-bottom: 10px !important;
}

.hero-swiper-v2-container .hero-thumb-v2-slide:last-child {
  margin-bottom: 0px !important;
}

.hero-swiper-v2-container .hero-thumb-v2-slide:hover {
  opacity: 1;
  /* transform: scale(1.05); */
}

.hero-swiper-v2-container .hero-thumb-v2-slide.swiper-slide-thumb-active {
  outline-color: #4da05b;
  border-radius: 20px;
  opacity: 1;
  box-shadow: 0 4px 12px rgba(77, 160, 91, 0.3);
}

.hero-swiper-v2-container .hero-thumb-v2-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  min-height: auto;
}

/* Thumbnail Navigation Arrows */
.hero-thumbs-v2-button-next,
.hero-thumbs-v2-button-prev {
  position: absolute;
  width: 35px;
  height: 35px;
  z-index: 20;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: all 0.3s ease;
  pointer-events: auto !important;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.hero-thumbs-v2-button-next:hover,
.hero-thumbs-v2-button-prev:hover {
  background-color: rgba(255, 255, 255, 0.3);
  transform: translateX(-50%) scale(1.1);
}

.hero-thumbs-v2-button-next {
  bottom:20px;
  inset-inline-end:50%;
  inset-inline-start: auto;
  transform: translateX(-50%);
  margin: 0;
}

.hero-thumbs-v2-button-prev {
  top: 20px;
  inset-inline-end:50%;
  inset-inline-start: auto;
  transform: translateX(-50%);
  margin: 0;
}


html[dir="ltr"] .hero-thumbs-v2-button-next:hover,
html[dir="ltr"] .hero-thumbs-v2-button-prev:hover {
  transform: translateX(50%) scale(1.1);
}

html[dir="ltr"] .hero-thumbs-v2-button-next {
  transform: translateX(50%);
}

html[dir="ltr"] .hero-thumbs-v2-button-prev {
  transform: translateX(50%);
}


.hero-thumbs-v2-down,
.hero-thumbs-v2-up {
  width: 36px;
  height: 36px;
}

.hero-thumbs-v2-down path,
.hero-thumbs-v2-up path {
  fill: white;
}

/* Hide arrows when swiper is locked or on mobile */
.hero-thumbs-v2 .swiper-button-lock {
  display: none !important;
}

/* Responsive adjustments for arrows */
@media (max-width: 1137px) {
  .hero-thumbs-v2-button-next,
  .hero-thumbs-v2-button-prev {
    /*display: none !important;*/
  }
}

/* Main Swiper (Center) */
.hero-main-v2 {
  width: 100%;
  height: 100%;
  margin-left: 0;
}

.hero-main-v2 .hero-main-v2-slide {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 600px;
  overflow: hidden;
  /* display: block; */
  /* align-items: center; */
  /* justify-content: end; */
}

.hero-overlay-v2 {
  position: absolute;
  top: 0;
  inset-inline-end:0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
}

.hero-main-v2 .hero-main-v2-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  inset: 0;
}

.hero-content-v2 {
  color: #ffffff;
  max-width: 80%;
}

.hero-title-v2 {
  position:relative;
  font-size: clamp(17px, 4vw, 25px);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 26px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.hero-title-v2:after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  bottom: -10px;
  width: 97.5px;
  height: 2px;
  background-color: #ffffff;
}

.hero-description-v2 {
  font-size: clamp(12px, 2vw, 16px);
  line-height: 1.6;
  margin-bottom: 24px;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.hero-button-v2 {
  display: inline-block;
  padding: 9px 20px;
  background-color: #4da05b;
  color: #ffffff;
  text-decoration: none;
  border-radius: 38px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(77, 160, 91, 0.3);
}

.hero-button-v2:hover {
  background-color: #3d8a4a;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(77, 160, 91, 0.4);
}

.app-wrap-v2 {
  width: 1300px;
  z-index: 1;
  max-width: 100%;
  flex-shrink: 0;
}

/* Responsive Design */
@media (max-width: 1536px) {
  .hero-swiper-v2-container .hero-thumbs-v2 {
    inset-inline-end:90px;
  }

  .hero-swiper-v2-container .hero-thumb-v2-slide {
    min-height: auto !important;
    height: 90px !important;
    width: 150px !important;
  }

  .hero-swiper-v2-container .hero-thumbs-v2 {
    height: 85%;
    max-height: max-content;
    padding: 45px 0;
  }

  .hero-swiper-v2-container {
    height: 600px;
    min-height: auto;
  }

  .hero-thumbs-v2-button-next {
    bottom: 0px;
  }

  .hero-thumbs-v2-button-prev {
    top: 0px;
  }

}

@media (max-width: 1280px) {
  .hero-thumbs-v2 {
    inset-inline-end:200px;
    width: 160px;
    height: 600px;
  }

  .hero-thumb-v2-slide {
    width: 160px !important;
    height: 100px !important;
    min-height: 100px;
    max-height: 100px;
  }
}

@media (max-width: 1137px) {
  .hero-swiper-v2-container {
    flex-direction: column;
    height: auto;
    min-height: 500px;
  }

  .hero-thumbs-v2 {
    position: relative;
    inset-inline-end:auto;
    top: auto;
    transform: none;
    width: 100%;
    height: 120px;
    max-height: 120px;
    margin-bottom: 20px;
  }

  .hero-thumbs-v2 .swiper-wrapper {
    flex-direction: row;
    justify-content: center;
    gap: 10px;
  }

  .hero-thumb-v2-slide {
    width: 140px !important;
    height: 100px !important;
    min-height: 100px;
    max-height: 100px;
  }

  .hero-main-v2 {
    width: 100%;
    height: 500px;
  }

  .hero-content-v2 {
    padding: 40px 20px;
  }
}

@media (max-width: 768px) {

  .hero-swiper-v2-container .hero-thumbs-v2 .swiper-wrapper {
    display: none;
  }

  .hero-thumb-v2-slide {
    width: 120px !important;
    height: 85px !important;
    min-height: 85px;
    max-height: 85px;
  }

  .hero-main-v2 {
    height: 440px;
  }

  .hero-content-v2 {
    padding: 30px 16px;
  }

  .hero-title-v2 {
    font-size: 24px;
    margin-bottom: 32px;
  }

  .hero-description-v2 {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .hero-button-v2 {
    padding: 12px 24px;
    font-size: 14px;
  }
  .hero-swiper-v2-container .hero-thumbs-v2 {
    padding: 10px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    flex-direction: row !important;
    gap: 20px;
    margin: unset;
    width: 100%;
    justify-content: space-between;
  }

  .hero-thumbs-v2-button-next {}

  .hero-thumbs-v2-button-next, .hero-thumbs-v2-button-prev {
    position: static;
  }

  .hero-thumbs-v2-button-next {
    transform: rotate(-90deg) !important;
  }

  .hero-thumbs-v2-button-prev {
    transform: rotate(-90deg) !important;
  }
  .swiper-slide.hero-main-v2-slide {
    align-items: center;
    justify-content: center;
  }

  .app-wrap-v2 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .hero-title-v2:after {
    display:none;
  }
}

