/* ===================================================
   CAROUSEL – pracovní verze (ladění)
   =================================================== */
   
/* === CLASSIC CAROUSEL - FINÁLNÍ DESKTOP FIX === */
.carousel .extended-banner-texts {
    position: absolute !important;
    top: 50% !important;
    left: 8% !important;
    transform: translateY(-80%) !important; /* pozice horizont */

    display: flex !important;
    flex-direction: column !important;
	  align-items: flex-start !important;
    gap: 20px !important;

    width: 570px !important; /*šířka boxu*/
    padding: 45px !important;

    background: rgba(255,255,255,0.70) !important; /*rgba(255,255,255,0.94)- poslední číslo průhlednost */
    border-radius: 16px !important;
    box-shadow: 0 30px 70px rgba(0,0,0,0.18) !important;
}

/* odstranění všech vnitřních boxů Classic */
.carousel .extended-banner-title,
.carousel .extended-banner-text,
.carousel .extended-banner-link {
    background: none !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    position: relative !important;
}

/* nadpis */
.carousel .extended-banner-title {
    font-size: 34px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    color: #111 !important;
}

/* text */
.carousel .extended-banner-text {
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: #363333 !important; /*#444*/
}
/* 
.banner-list {
    padding-left: 18px;
    margin: 0;
}

.banner-list li {
    margin-bottom: 3px;
    font-weight: 600;  
}
*/
/* font-weight: 600;  tučnost */

.banner-list {
    list-style: none !important;   /* vypne původní tečky */
    padding-left: 0 !important;
    margin: 0;
}

.banner-list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 15px;  /*velikost písma textu*/
}

.banner-list li::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #e30613;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

/* === POZICE CTA === */
.carousel .extended-banner-link {
    position: relative !important;
    margin-top: 30px !important;

    padding: 18px 36px !important;
    background: #e30613 !important;
    color: #fff !important;
    border-radius: 30px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    box-shadow: 0 12px 30px rgba(227,6,19,0.35) !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    align-self: center !important;
}


/* === TECHNOLOGICKÝ BANNER === */
.carousel .extended-banner-texts.tech {
    background: rgba(255,255,255,0.92) !important;
    width: 520px !important;
    padding: 40px !important;
}

/* Nadpis menší než první banner */
.carousel .extended-banner-texts.tech .extended-banner-title {
    font-size: 30px !important;
}

/* Odrážky */
.banner-list-tech {
    list-style: none;
    padding-left: 0;
}

.banner-list-tech li {
    position: relative;
    padding-left: 18px;
}

.banner-list-tech li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    background: #e30613;
    border-radius: 50%;
}

.carousel .extended-banner-texts.tech .extended-banner-link {
    position: relative !important;
    margin-top: 25px !important;
}


/* === PRAVÝ STATICKÝ BANNER === */
.next-to-carousel-banners a > span.extended-banner-texts {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    position: absolute !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    background: linear-gradient(to top, rgba(255,255,255,0.92) 35%, rgba(255,255,255,0) 60%) !important;
    padding: 0 !important;
    box-shadow: none !important;
    height: auto !important; 
}

.next-to-carousel-banners a > span.extended-banner-texts > span.extended-banner-title {
    padding: 0 16px 4px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #e30613 !important;
    background: none !important;
    box-shadow: none !important;
}

.next-to-carousel-banners a > span.extended-banner-texts > span.extended-banner-text {
    padding: 0 16px 14px !important;
    background: none !important;
    box-shadow: none !important;
    max-width: 100% !important;
    bottom: auto !important;
    position: relative !important;
}

.next-to-carousel-banners .extended-banner-text ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.next-to-carousel-banners .extended-banner-text li {
    position: relative !important;
    padding-left: 14px !important;
    margin-bottom: 2px !important;
    font-size: 12px !important;
    color: #333 !important;
}

.next-to-carousel-banners .extended-banner-text li::before {
    content: "" !important;
    width: 6px !important;
    height: 6px !important;
    background: #e30613 !important;
    border-radius: 50% !important;
    position: absolute !important;
    left: 0 !important;
    top: 7px !important;
}


/*--slider vyrova pasu*/
/* ------------------------------------------------ */
/* SEKCE VÝROBA */
/* ------------------------------------------------ */

.pasy-vyroba{
margin:60px 0;
}

.vyroba-popis{
margin-bottom:25px;
color:#666;
font-size:16px;
}

/* ------------------------------------------------ */
/* WRAPPER GALERIE */
/* ------------------------------------------------ */

.vyroba-wrapper{
position:relative;
display:flex;
align-items:center;
}

/* ------------------------------------------------ */
/* GALERIE */
/* ------------------------------------------------ */

.vyroba-galerie{
display:flex;
gap:20px;
overflow:hidden;
cursor:grab;
user-select:none;
padding:10px 0;
}

.vyroba-item{
flex:0 0 180px;
text-align:center;
text-decoration:none;
}

.vyroba-item img{
width:180px;
height:120px;
object-fit:cover;
border-radius:8px;
transition:transform .3s, box-shadow .3s;
}

.vyroba-item:hover img{
transform:scale(1.05);
box-shadow:0 5px 15px rgba(0,0,0,0.2);
}

/* popis pod obrázkem */

.vyroba-item span{
display:block;
margin-top:8px;
color:#e53935;
font-weight:600;
font-size:14px;
}

/* ------------------------------------------------ */
/* ŠIPKY GALERIE */
/* ------------------------------------------------ */

.vyroba-arrow{
position:absolute;
top:40%;
transform:translateY(-50%);
background:white;
border:none;
width:44px;
height:44px;
border-radius:50%;
box-shadow:0 2px 10px rgba(0,0,0,0.2);
cursor:pointer;
font-size:22px;
z-index:5;
transition:all .2s;
}

.vyroba-arrow:hover{
background:#f5f5f5;
}

.vyroba-arrow.left{
left:-20px;
}

.vyroba-arrow.right{
right:-20px;
}

/* ------------------------------------------------ */
/* PROGRESS BAR */
/* ------------------------------------------------ */

.vyroba-progress{
height:4px;
background:#eee;
margin-top:25px;
border-radius:3px;
overflow:hidden;
}

.vyroba-progress-bar{
height:100%;
width:0%;
background:#e53935;
transition:width .2s;
}

/* ------------------------------------------------ */
/* FULLSCREEN GALERIE */
/* ------------------------------------------------ */

.img-overlay{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.92);
display:flex;
align-items:center;
justify-content:center;
flex-direction:column;
z-index:9999;
cursor:pointer;
}

.img-overlay img{
max-width:90%;
max-height:80%;
border-radius:6px;
}

/* text pod velkým obrázkem */

.overlay-text{
color:white;
margin-top:20px;
font-size:22px;
font-weight:600;
text-align:center;
}

/* zavírací tlačítko */

.overlay-close{
position:absolute;
top:30px;
right:40px;
font-size:42px;
color:white;
cursor:pointer;
}

/* šipky ve fullscreen */

.overlay-arrow{
position:absolute;
top:50%;
transform:translateY(-50%);
font-size:48px;
color:white;
cursor:pointer;
padding:20px;
user-select:none;
}

.overlay-arrow.left{
left:40px;
}

.overlay-arrow.right{
right:40px;
}

/*Barva ndpisu*/
.homepage-group-title{
color:#222;
font-weight:700;
}


.homepage-group-title{
color:#222;
position:relative;
margin-bottom:10px;
}

.homepage-group-title:after{
content:"";
display:block;
width:60px;
height:3px;
background:#e53935;
margin-top:10px;
}

.vyroba-popis{
max-width:700px;
color:#666;
font-size:16px;
}