/* =========================================================
   FLORIA HERO SLIDER – FINAL STABLE VERSION
   Mobile Full Height + Button Down Fix
========================================================= */

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* ================= SLIDER CONTAINER ================= */
.tp-banner-container.sliderWraper,
.tp-banner-container {
  width: 100% !important;
  height: 100vh !important;
  min-height: 500px !important;
  max-height: 900px !important;
  position: relative !important;
  overflow: hidden !important;
  background: #000 !important;
}

.tp-banner,
.tp-banner > ul,
.tp-banner > ul > li {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  position: relative !important;
  overflow: hidden !important;
}

/* ================= HERO VIDEO ================= */
.hero-video {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 1 !important;
  background: #000;
}

.hero-video video {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

/* Overlay */
.hero-video .video-overlay {
  position: absolute !important;
  inset: 0 !important;
  background: rgba(0,0,0,0.45) !important;
  z-index: 2 !important;
}


/* ================= CAPTIONS ================= */
.tp-caption,
.caption {
  z-index: 999 !important;
  text-align: center !important;
  white-space: normal !important;
  visibility: visible !important;
  opacity: 1 !important;
  max-width: 92vw !important;
}

/* ================= TEXT STYLES ================= */
.slidertext4 {
  color: #fff !important;
  font-size: clamp(14px, 2vw, 20px) !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  text-shadow: 0 2px 10px rgba(0,0,0,.7) !important;
}

.slidertext1 {
  color: #fff !important;
  font-size: clamp(24px, 5vw, 52px) !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  font-family: 'Oswald', sans-serif !important;
  text-shadow: 0 3px 15px rgba(0,0,0,.8) !important;
}

.slidertext2 {
  color: #fff !important;
  font-size: clamp(12px, 2vw, 16px) !important;
  line-height: 1.55 !important;
  max-width: 800px !important;
  margin: 0 auto !important;
  text-shadow: 0 2px 10px rgba(0,0,0,.7) !important;
}

/* ================= BUTTONS ================= */
.slidertext3 a {
  display: inline-block !important;
  padding: 12px 34px !important;
  margin: 8px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #fff !important;
  background: rgba(57,2,23,0.85) !important;
  border: 2px solid #fff !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  transition: all .25s ease !important;
}

.slidertext3 a:hover {
  background: #390217 !important;
  border-color: #390217 !important;
  transform: translateY(-2px);
}

/* ================= MOBILE FIXES ================= */
@media (max-width: 767px) {

  /* Full height minus header */
  .tp-banner-container.sliderWraper,
  .tp-banner-container {
    height: calc(100vh - 60px) !important;
    min-height: calc(100vh - 60px) !important;
  }

  .tp-banner,
  .tp-banner > ul,
  .tp-banner > ul > li {
    height: 100% !important;
  }

  .hero-video,
  .hero-video video {
    height: 100% !important;
    width: 100% !important;
  }

  /* ✅ MOVE BUTTONS DOWN */
  .slidertext3 {
    margin-top: 50px !important;
  }
}

/* ================= SMALL MOBILE ================= */
@media (max-width: 400px) {
  .slidertext3 a {
    display: block !important;
    width: 90% !important;
    margin: 100px auto !important;
  }
}

/* ================= HIDE TIMER ================= */
.tp-bannertimer {
  display: none !important;
}
