/* ==== SPOLEČNÉ NASTAVENÍ PRO VŠECHNY BANNERY ==== */
.hero,


@media (max-width:768px){
  .hero,
  
}

.hero:hover .hero-bg,


/* ==== PŮVODNÍ HERO BANNER – VIDEO S FALLBACK OBRÁZKEM ==== */
.hero-bg {
  position:absolute;
  inset:0;
  overflow:hidden;
  background:url("https://www.snowlab.cz/user/documents/upload/2025-2026/csm_Skiservice-Maschine-CRYSTAL-MAGIC_2a1ce9af62.jpg") no-repeat center center;
  background-size:cover;
  transition: transform .8s ease;
  will-change: transform;
}

.hero-bg video {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  object-fit:cover;
  z-index:0;
}

.hero-overlay {
  position:absolute;
  inset:0;
  background:linear-gradient(rgba(0,0,0,.45), rgba(0,0,0,.45));
  z-index:1;
}

.hero-content {
  position:relative;
  z-index:2;
  width:100%;
  max-width:1200px;
  margin:auto;
  padding:40px;
  display:flex;
  gap:60px;
  justify-content:flex-end;
  align-items:center;
}

.hero-title {
  flex:1;
  margin:0;
  color:#fff;
  line-height:1.2;
  font-weight:700;
  font-size:32px;
  max-width:40%;
  text-align:center;
  display:flex;
  align-items:center;
  justify-content:center;
}

/* Vylepšený červený box */
.hero-box {
  background: linear-gradient(145deg, #e00000, #b80000);
  border-radius:20px;
  padding:28px 32px;
  max-width:520px;
  margin-right:40px;
  color:#fff;
  box-shadow:0 6px 20px rgba(0,0,0,.3);
}

.hero-box p {
  line-height:1.5;
  margin:0 0 12px;
}
.hero-box p:last-child { margin-bottom:0; }

/* Mobilní verze původního banneru */
@media (max-width:989px){
  .hero-content {
    flex-direction:column !important;
    align-items:center !important;
    justify-content:flex-start !important;
    padding:20px !important;
    gap:32px !important;
  }
  .hero-title {
    max-width:100% !important;
    font-size:26px !important;
    margin:0 !important;
  }
  .hero-box {
    max-width:100% !important;
    margin:0 !important;
    padding:18px !important;
  }
}

/* ==== SEZÓNNÍ HERO BANNER – FOTO (NOVÉ POZADÍ .png + overlay vlevo) ==== */










/* Na mobilech centrovat texty */
@media (max-width:768px){
  
  
  
  
}

/* ==== KARUSEL ŠIPKY (BOOTSTRAP .carousel-control) ==== */
.carousel-control.left,
.carousel-control.right {
  top: 50% !important;
  transform: translateY(-50%) !important;
  bottom: auto !important;
  height: 40px !important;
  width: 40px !important;
  background: rgba(0,0,0,0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
}

.carousel-control.left:hover,
.carousel-control.right:hover {
  background: rgba(0,0,0,0.7);
}

/* aby se nebil aspektový wrapper s min-height */
}

.carousel 

.carousel 

.carousel

/* === Added rounded corners globally === */

.hero,
.hero-bg,
.hero-bg video,
.hero-overlay,
.hero-content,
.hero-box {
  border-radius: 20px !important;
  overflow: hidden;
}

/* === Rounded corners for background layers === */

.hero-bg,
.hero-bg video,
.hero-overlay {
  border-radius: 20px !important;
  overflow: hidden;
}
