/* Sekce Nabízíme */
.vytisknisi {
	color: #222; /* tmavé, ale ne černé */
	position: relative;
	z-index: 1;
	background-color: rgba(240, 240, 240, 0.8);
	background-image:
    
    url('../img_template/pozadi_sikme3.webp'),
	url('../img_template/pozadi_sikme2.webp');
	background-repeat: no-repeat;
	background-position: top;
	background-size: contain,contain;
	background-position: top center, bottom center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 80px;
	padding-left: 0;
}
.vytisknisi h2 {
  	font-weight: 700;
	font-size: 6rem;
	margin-bottom: 2rem;
	text-align: left;
	text-shadow: 0 0 5px rgba(0,0,0,0.1);
	letter-spacing: -1px;
	color: #fff;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.8);
}
.rekap-img-wrapper .remove-item {
	position: absolute;
	top: -5px;
	right: -5px;
	background: #fff;
	color: #000;
	border-radius: 50%;
	font-weight: bold;
	cursor: pointer;
	box-shadow: 0 0 2px rgba(0,0,0,0.3);
	height: 15px;
	width: 15px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}
.form-container {
    background: rgba(255, 255, 255, 0.0);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    max-width: 700px;
    margin: auto;
}

.form-group {
    margin-bottom: 15px;
}
label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #ffffff;
}
label[for="rozmer"] {
	font-family: 'Bonheur Royale', cursive;
	font-size: 48px; /* Velikost psma */
	
	font-weight: normal; /* Tloutka psma */
	color: #FFFFFF; /* Barva textu */
	margin-bottom: 10px; /* Spodn okraj */
	display: block; /* Zajiten, e label bude na novm rdku */
	text-align: center; /* Zarovnn textu vlevo */
	padding-top: 10px;
	padding-bottom: 10px;
}
#uploadProgress {
font-family: 'Nunito', sans-serif; /* Pouij font Bonheur, jak jsi chtel */
	display: flex; /* Umonuje pouvat flexbox pro vycentrovn */
	flex-direction: column; /* Rad prvky vertiklne */
	align-items: center; /* Horizontln vycentrovn */
	justify-content: center; /* Vertikln vycentrovn */
	text-align: center; /* Centering text */
	width: 35%; /* Umonuje vyut celou rku */
	position: fixed; /* Fixuje pozici, aby byl viditeln i pri scrollovn */
	top: 50%; /* Posune prvek do stredu obrazovky */
	left: 50%; /* Posune prvek do stredu obrazovky */
	transform: translate(-50%, -50%); /* Umonuje vycentrovn */
	background-color: rgba(0, 153, 255, 0.9); /* Volitelne: pozad s pruhlednost */
	border: 1px solid #ccc; /* Volitelne: okraj */
	padding: 40px; /* Volitelne: vnitrn okraje */
	border-radius: 5px; /* Volitelne: zaoblen rohu */
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); /* Volitelne: stn */
	font-size: 22px;
	line-height: 20px;
	font-weight: bold;
	display: none; /* Skryto, dokud se neotevre */

}
#uploadProgress .nahrav_s {
	font-size: 22px;
	line-height: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
#uploadProgress .nahrav {
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.image-preview img {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.file-upload-container {
    background-color: #333; /* Tmav pozad */
    color: #fff; /* Svetl psmo */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px; /* Vka pole */
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
}

.file-upload-container input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0; /* Skrt originln input */
    cursor: pointer; /* Ukazatel ruky */
}

.file-upload-text {
    font-weight: bold; /* Tucn text */
}

.checkbox-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center; /* Uloen do stredu */
}

.checkbox-item {
font-family: 'Nunito', sans-serif; /* Pouij font Bonheur, jak jsi chtel */
    width: 140px; /* rka */
    height: 140px; /* Vka */
    border: 1px solid #ccc;
    border-radius: 4px;
	    color: #000000;
		font-size: 16px;
		letter-spacing: -1px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    background-color: #f9f9f9;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s, width 0.3s, height 0.3s;
}


.checkbox-item input[type="radio"] {
    display: none; /* Skrt originln input */
}

.checkbox-item input[type="radio"]:checked + span {
    background-color: #007bff; /* Tmav pozad po zakrtnut */
	width: 120px;
    height: 120px; /* Zmena vky po zakrtnut */
    color: white; /* Zmena barvy psma na bl */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.checkbox-item input[type="radio"]:checked + span {
    background-color: #007bff; /* Tmav pozad po zakrtnut */
	width: 120px;
    height: 120px; /* Zmena vky po zakrtnut */
    color: white; /* Zmena barvy psma na bl */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

@media (max-width: 600px) {
    .form-container {
        padding: 15px;
    }

    input[type="text"],
    input[type="email"],
    input[type="tel"],
    button {
        font-size: 16px;
    }

    button {
        padding: 12px;
    }

    .image-preview img {
        max-width: 80px;
        max-height: 80px;
    }
}
 .file-upload-container {
	width: 100%; /* 100% rka formulre */
	height: 350px;
	background-size: cover; /* Pokryje celou oblast */
	background-position: center; /* Stred obrzku */
	border: 2px solid #333333; /* Modr rmecek */
	display: flex;
	flex-direction: column; /* Vertikln uspordn textu */
	justify-content: center; /* Vertikln centrovn */
	align-items: center; /* Horizontln centrovn */
	text-align: center; /* Centrovat text */
	cursor: pointer; /* Ukazatel na prst */
	position: relative; /* Pro absolutn pozicovn inputu */
	overflow: hidden; /* Skryt pretecen */
	border-radius: 8px;
	background: rgba(165, 208, 255, 0.4);
    }
	
	 .file-upload-container:hover {
	
	background: rgba(229, 241, 255, 0.4);
    }

    .file-upload-container input[type="file"] {
        font-size: 100px; /* Velikost pro skryt */
        position: absolute;
        left: 0;
        top: 0;
        width: 100%; /* Zajist, e pokryje celou oblast */
        height: 100%; /* Zajist, e pokryje celou oblast */
        opacity: 0; /* Skryjeme puvodn input */
        cursor: pointer; /* Ukazatel na prst */
    }

    .file-upload-text {
	margin-top: 10px; /* Vzdlenost od obrzku */
	font-size: 18px; /* Velikost psma */
	color: #FFFFFF; /* Barva textu */
	font-weight: bold; /* Tucn text */
    }
	    .file-upload-text-info {
	margin-top: 10px; /* Vzdlenost od obrzku */
	font-size: 12px; /* Velikost psma */
	color: #FFF4CA; /* Barva textu */
	font-weight: normal; /* Tucn text */
    }
	
	.file-upload-text-format{
	margin-top: 10px; /* Vzdlenost od obrzku */
	font-size: 12px; /* Velikost psma */
	color: #ECF8FF; /* Barva textu */
	font-weight: normal; /* Tucn text */
	width: 100%;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
    }


    .file-instruction {
	margin-top: 10px; /* Padding pro vzhled */
	border: 2px solid #999999; /* Modr rmecek */
	color: #FFFFFF; /* Barva textu */
	font-weight: bold; /* Tucn text */
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
    }
	
	.form-group input[type="checkbox"] {
    display: block;        /* Ujist se, e je checkbox na samostatnm rdku */
    width: auto;          /* Automatick rka pro checkbox */
    height: auto;         /* Automatick vka pro checkbox */
    visibility: visible;   /* Ujist se, e je checkbox viditeln */
}
#scrollToTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 1000; /* Ensure it is on top of other elements */
	display: none; /* Initially hidden */

        }
#scrollToTop img {
            transition: transform 0.3s ease; /* Smooth transition */
        }

        #scrollToTop img:hover {
            transform: scale(1.3); /* Scale up to 130% */
        }


