/* =========================================================
   BASE
========================================================= */

.hero-thumb-slider{
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #000;
}

/* TRX / Theme safety */
.elementor-widget-hero_thumb_slider{
  position: relative;
  z-index: 1;
}

/* =========================================================
   MAIN HERO SWIPER
========================================================= */

.elementor-widget-hero_thumb_slider .hero-main{
  position: relative;
  width: 100%;
  height: 80vh;
  min-height: 520px;
  overflow: hidden;
  background: #000;
}

.elementor-widget-hero_thumb_slider .hero-main .swiper-wrapper{
  display: flex !important;
  height: 100% !important;
}

.elementor-widget-hero_thumb_slider .hero-main .swiper-slide{
  position: relative !important;
  flex: 0 0 100% !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 520px !important;

  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;

  opacity: 1 !important;
  visibility: visible !important;
}

/* =========================================================
   SLIDE INNER (keeps overlay/content inside slide)
========================================================= */

.elementor-widget-hero_thumb_slider .hero-slide-inner{
  position: relative;
  width: 100%;
  height: 100%;
}

/* =========================================================
   OVERLAY
========================================================= */

.elementor-widget-hero_thumb_slider .hero-overlay{
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.32) 0%,
    rgba(0, 0, 0, 0.32) 100%
  );
  pointer-events: none;
}

/* =========================================================
   HERO CONTENT (VERTICALLY CENTERED)
========================================================= */

.elementor-widget-hero_thumb_slider .hero-content{
  position: absolute;
  left: 5%;
  top: 30%;
  transform: translateY(-30%);
  max-width: 540px;
  z-index: 3;
  color: #fff;
    font-family: 'Figtree';
}

.elementor-widget-hero_thumb_slider .hero-subtitle{
  font-size: 18px;
  letter-spacing: 0.08em;
  opacity: 0.85;
  margin-bottom: 10px;
  font-family: 'Figtree';
}

.elementor-widget-hero_thumb_slider .hero-title{
  
  font-weight: 500;
  margin-bottom: 10px;
  color: #fff;
  font-size: 32px !important;
  line-height: 42px !important;
}

.elementor-widget-hero_thumb_slider .property-price
{
  font-size: 18px;
   margin-bottom: 30px;
   font-family: 'Figtree';
}
.elementor-widget-hero_thumb_slider .hero-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
font-weight: 500;
  transition: all .3s ease;
  font-family: 'Figtree';
  border-radius: 3px;
}

.elementor-widget-hero_thumb_slider .hero-btn:hover{
  background: #fff;
  color: #000;
}

/* =========================================================
   FULL-WIDTH GLASS THUMB BAR
========================================================= */

.elementor-widget-hero_thumb_slider .hero-thumbs{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;

  width: 100%;
  padding: 18px 24px;

  background: rgba(255, 255, 255, 0.31);
  backdrop-filter: blur(5.650000095367432px);
  -webkit-backdrop-filter: blur(5.650000095367432px);
}

/* Center thumbs horizontally */
.elementor-widget-hero_thumb_slider .hero-thumbs .swiper-wrapper{
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

/* Smaller thumbs */
.elementor-widget-hero_thumb_slider .hero-thumbs .swiper-slide{
  width: 210px !important;
  height: 128px !important;
  flex: 0 0 auto !important;

  cursor: pointer;
  opacity: 0.6;
  transition: opacity .25s ease, transform .25s ease;
}

.elementor-widget-hero_thumb_slider .hero-thumbs .swiper-slide-thumb-active{
  opacity: 1;
}

.elementor-widget-hero_thumb_slider .hero-thumbs img{
  width: 210px !important;
  height: 128px !important;
  object-fit: cover;
  border-radius: 6px;
  display: block;
}
.elementor-widget-hero_thumb_slider .hero-thumbs img{
  border: 3px solid transparent;
  box-sizing: border-box;
}

/* Apply border to the selected thumb */
.elementor-widget-hero_thumb_slider .hero-thumbs .swiper-slide-thumb-active img{
  border-color: #fff;
  opacity: 1;
}


/* Make sure arrows show on all screen sizes */
@media (max-width: 1024px){
  .hero-thumb-slider .hero-thumbs-prev,
  .hero-thumb-slider .hero-thumbs-next {
    left: 5px !important;
    right: 5px !important;
  }
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1024px){
  .elementor-widget-hero_thumb_slider .hero-main{
    height: 70vh;
    min-height: 480px;
  }

  .elementor-widget-hero_thumb_slider .hero-title{
    font-size: 40px;
  }
}

@media (max-width: 767px){
  .elementor-widget-hero_thumb_slider .hero-main{
    height: 65vh;
    min-height: 420px;
  }

  .elementor-widget-hero_thumb_slider .hero-content{
    left: 6%;
    max-width: 90%;
  }

  .elementor-widget-hero_thumb_slider .hero-title{
    font-size: 30px;
  }

  .elementor-widget-hero_thumb_slider .hero-thumbs{
    padding: 14px;
  }

  .elementor-widget-hero_thumb_slider .hero-thumbs .swiper-slide,
  .elementor-widget-hero_thumb_slider .hero-thumbs img{
    width: 170px !important;
    height: 105px !important;
  }
}

/* =========================================================
   NUCLEAR SAFETY (theme forcing opacity/hidden)
========================================================= */

.elementor-widget-hero_thumb_slider.e-widget-swiper,
.elementor-widget-hero_thumb_slider.e-widget-swiper .swiper,
.elementor-widget-hero_thumb_slider.e-widget-swiper .swiper-wrapper,
.elementor-widget-hero_thumb_slider.e-widget-swiper .swiper-slide{
  opacity: 1 !important;
  visibility: visible !important;
}

