
    :root {
    --primary-dark: #0072BC;
    --primary-light: #00AEEF;
    --section-light: #F4F9FD;
}

.navbar {
/*    background-color: #FFF;	*/
    background-image: radial-gradient(#FFF, #80BFFF);
    position: fixed;
    z-index: 2000;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    border-radius: 1px;
    border: 1px solid #99CCFF;
    padding: 20px; 
    width: 100%;
    height: 80px; 
}

.navbar.shrink {
    height: 40px;
}

.main {
    margin-top: 80px;
}

.navbar-nav .nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
/*    color: #003f6b !important;	*/
/*    color: #003366;
    font-size: 1.2rem;
    font-weight: 600;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    letter-spacing: 0.3px;
    font-weight: 600;	*/
}

/*
.navbar-nav .nav-link:hover {
/*    color: #00AEEF !important;
    background-color: #FFF;	*/
/*    background-color: #0072BC;
    color: #FFF;
}	*/

li {
    margin-right:30px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px); /* Safari */
    border-radius: 8px;
    border: 1px solid rgba(204,230,255,0.3);
}

body {
    padding-top: 80px;
/*    color: #FFF;	*/
    background-image: linear-gradient(#FFF, #B3D9FF);
}

.hero-section {
    position: relative;
    z-index: 1;
    min-height: 85vh;
    padding-top: 120px;
    background:
/*        linear-gradient(rgba(0,0,0,0.35), rgba(0,0,0,0.35)), */
        url('rodina.jpg') center/cover no-repeat;
}

.hero-image {
    position: relative;
}

.hero-image::after {
    content: "";
    inset: 0;
/*    background: rgba(0,114,188,0.15);  */
    background: rgba(0,0,0,0.15);
    border-radius: 8px;
}

.card.border-primary {
    border-width: 2px;
}

.hero-buttons {
    margin-left: 5%;
    display: flex;
    gap: 20px;
}

.btn {
    padding: 10px 28px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.btnmid {
    padding: 4px 18px;
    border-radius: 16px;
    color: #003366;
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: none;
    transition: 0.3s ease;
}

.btnsml {
    padding: 6px 18px;
    border-radius: 8px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s ease;
}

/* Bílé tlačítko */
.btn-wht {
    background: #FFF;
    color: #000;
}

.btn-lb {
    background: #B3D9EF;
    color: #000;
}

.btn:hover {
    background: rgba(13, 109, 253, 10);
    color: #FFF;
}

.btnmid:hover {
    background: rgba(0, 51, 102, 10);
    color: #FFF;
}

.btnsml:hover {
    background: rgba(13, 109, 253, 10);
    color: #FFF;
}

/* Průhledné s rozmazáním */
.btn-glass {
    background: rgba(255, 255, 255, 0.2); /* lehká průhlednost */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); /* Safari */
    color: white;
    border: 1px solid rgba(222, 255, 255, 1.3);
}

/* Hover efekt */
.btn-glass:hover {
    background: rgba(255, 255, 255, 0.3);
}

.section-alt {
    background-color: var(--section-light);
}

.ui-menu-item-wrapper {
    font-size: 16px !important;
    padding: 8px 12px !important;
    color: #000 !important;
}

.ui-autocomplete {
    background: #fff !important;
    border: 1px solid #ccc;
    z-index: 9999 !important;
}

.info-wrapper {
    width: 75%;
    margin: 20px auto 0 auto; /* vycentrování */
    text-align: center;
}

.info-text-head {
    margin-top: 15px;
    font-size: 1.20rem;
    color: #000000;
    line-height: 1.6;
    min-height: 48px;   /* prostor pro text - neposkakuje stranka */
    word-wrap: break-word;
}

.info-text-tv {
    margin-top: 15px;
    font-size: 1.20rem;
    color: #000000;
    line-height: 1.6;
    min-height: 124px;
    word-wrap: break-word;
    white-space: pre-wrap;   /* kazda veta na novy radek  */
}

.w_map {
    position: absolute;
    padding-top: 20px;
    padding-left: 0px;
    width: 40%;
    height: 65%;
}

/*	#bezdrat {
    background-image: linear-gradient(#FFF, #B3D9FF);
}	*/

table, td {
    text-align: center;
}

table {
    border-collapse: collapse;
    width: 100%;
    background-image: linear-gradient(#FFF, #B3D9FF);
}

table.two > * > tr > td {
    border: 2px solid silver;
    border-collapse: collapse;
    background-color: transparent;
}

table.two {
    border: 1px solid grey;
    margin: auto;
    padding: 10px;
    border-collapse: collapse;
    width: 70%;
    background-color: transparent;
}

th {
    padding: 6px;
    height: 60px;
    text-align: center;
    border: 1px solid grey;
    background-color: #0066CC;
    color: white;
}

.footer {
    background: #FFF;;
}

.section-alt {
    background: transparent;
}

.form-control {
    background: #E0E0E0;
}

#form .card {
    border: 0;
    border-radius: 15px;
}

input[name="telefon"]:focus {
    font-weight: 600;
}

input[name="jmeno"]:focus {
    font-weight: 600;
}

.alert-success {
    background: #00CC00;
    color: black;
    font-weight: bold;
    border: 2;
    border-radius: 15px;
}

.cursor {
    display: inline-block;
    margin-left: 3px;
    animation: blink 1.2s infinite;
}

@keyframes blink {
    0%, 50%, 100% { opacity: 1; }
    25%, 75% { opacity: 0; }
}
