        /* Odstranění všech hover efektů */ * { transition: none !important; animation: none !important; transform: none !important; } /* Specifické odstranění hover efektů pro běžné elementy */ a:hover, button:hover, .btn:hover, .card:hover, .workshop-item:hover, .event-card:hover, div:hover, span:hover, img:hover { transform: none !important; scale: none !important; transition: none !important; animation: none !important; box-shadow: none !important; opacity: 1 !important; filter: none !important; } /* Odstranění scale/zoom efektů */ *:hover { transform: scale(1) !important; transition: none !important; } /* Odstranění pohybových animací */ @keyframes * { 0%, 100% { transform: none !important; } } /* Deaktivace transform vlastností */ * { transform: none !important; transition-property: none !important; transition-duration: 0s !important; animation-duration: 0s !important; } /* Specificky pro WordPress témata */ .elementor-element:hover, .wp-block:hover, .widget:hover { transform: none !important; transition: none !important; }

        /* =========================
           1. Globální Nastavení
        ========================= */
        body, p, span, li, a, input, textarea, button {
            font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
            font-size: 14.6px;
            font-weight: 400;
            color: rgb(58, 58, 58);
            line-height: 1.85;
            margin: 0;
            padding: 0;
        }

        /* Nadpisy */
        h1, h2, h3, h4, h5 {
            font-family: 'Arial', Arial, Helvetica, sans-serif !important;
            color: #4578cc;
            font-weight: 600;
            margin-bottom: 1rem;
        }

        /* =========================
           2. Navbar
        ========================= */
        /* NAVBAR FINAL VERSION 1:1 with VIAVIS */
        #viavis-navbar {
            background: rgba(255, 255, 255, 0.08) !important;
            backdrop-filter: blur(12px) !important;
            -webkit-backdrop-filter: blur(12px) !important;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
            padding: 1.2rem 0 !important;
            z-index: 9999 !important;
            font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
            position: fixed !important;
            top: 0;
            left: 0;
            width: 100%;
        }

        #viavis-navbar .container {
            display: flex !important;
            align-items: center !important;
            justify-content: space-between !important;
        }

        #viavis-navbar .navbar-brand img {
            height: 40px !important;
            margin-right: 1rem !important;
        }

        #viavis-navbar .navbar-nav {
            align-items: center !important;
        }

        #viavis-navbar .navbar-nav .nav-link {
            color: #ffffff !important;
            font-weight: 500 !important;
            margin-left: 2.5rem !important;
            font-size: 1rem !important;
            transition: color 0.3s ease !important;
            padding: 0.5rem 0 !important;
            text-transform: none !important;
        }

        #viavis-navbar .navbar-nav .nav-link:hover {
            color: #d1e3ff !important;
            text-decoration: underline !important;
        }

        /* Sociální ikony */
        #viavis-navbar .social-icons a {
            color: #ffffff !important;
            font-size: 1.25rem !important;
            margin-left: 1rem !important;
        }

        #viavis-navbar .social-icons a:hover {
            color: #d1e3ff !important;
        }

        /* Tlačítko EDUportál */
        #viavis-navbar .eduportal-btn {
            background: #ffffff !important;
            color: #4578cc !important;
            font-weight: 600 !important;
            border-radius: 25px !important;
            padding: 0.4rem 1rem !important;
            margin-left: 2rem !important;
            text-decoration: none !important;
        }

        #viavis-navbar .eduportal-btn:hover {
            background: #e0e0e0 !important;
            text-decoration: none !important;
        }
        /* Efekt pro navbar při scrollu */
        #viavis-navbar.scrolled {
            background: rgba(69, 120, 204, 0.85) !important; /* Poloprůhledná modrá */
            backdrop-filter: blur(12px) !important;
            -webkit-backdrop-filter: blur(12px) !important;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
        }

        #viavis-navbar.scrolled .nav-link,
        #viavis-navbar.scrolled .social-icons a {
            color: #ffffff !important; /* Bílé odkazy na modrém pozadí */
        }

        #viavis-navbar.scrolled .nav-link:hover,
        #viavis-navbar.scrolled .social-icons a:hover {
            color: #d1e3ff !important; /* Světlejší hover */
        }


        /* =========================
           3. Hero Sekce
        ========================= */
        .hero {
            position: relative;
            background: url('uploads/background/HERO_slider-scaled.jpg') no-repeat center center;
            background-size: cover;
            height: 340px;
            color: white;
            text-align: center;
            display: flex;
            align-items: flex-start; /* Posune k horní části */
            padding-top: 100px; /* Zvětši/dolaď podle potřeby */
            justify-content: center;
        }

        .hero h1 {
            font-weight: bold;
            font-size: 2.8rem;
            color: #ffffff !important;
        }

        /* =========================
           4. Sekce (Wrappery)
        ========================= */
        .section-wrapper {
            background: #fff;
            border-radius: 12px;
            padding: 40px 30px;
            margin-bottom: 60px;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
        }

        .section-wrapper:hover {
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
        }

        .section-wrapper h2 {
            font-weight: 600;
            color: #003366;

            padding-left: 12px;
        }

        /* =========================
           5. FAQ Sekce
        ========================= */
        .faq-item {
            border-bottom: 1px solid #dee2e6;
            padding: 15px 0;
        }

        .faq-question {
            font-size: 1.1rem; /* Zvětšení velikosti písma */
            font-weight: 600;  /* Lehké tučnění, aby to vyniklo */
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            color: rgb(58, 58, 58); /* Pokud chceš zachovat konkrétní barvu */
            margin-bottom: 0.5rem;
        }


        .faq-answer {
            display: none;
            padding-top: 10px;
        }
        /* =========================
               6. Karty a Tlačítka
        ========================= */

        /* Nadpis - zarovnání doprostřed a větší mezera */
        #upcoming h2, section.container h2 {
            text-align: center !important;
            margin-bottom: 3rem !important;
            color: #4578cc !important;
            font-weight: 700 !important;
            font-size: 2.2rem !important;
        }

        /* Karty */
        .card.bg-image {
            position: relative;
            overflow: hidden;
            border: none;
            border-radius: 15px;
            color: #ffffff !important;
            padding: 20px;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease !important;
        }

        /* Hover efekt */


        /* Overlay pro čitelnost textu */
        .card.bg-image::before {
            content: "";
            position: absolute;
            top: 0; left: 0;
            width: 100%; height: 100%;
            background: rgba(0, 0, 0, 0.1); /* Snížená tmavost overlaye na 10% */
            border-radius: 15px;
            z-index: 1;
        }

        .card.bg-image .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.4); /* Poloprůhledné černé pozadí */
            backdrop-filter: blur(1px);
            -webkit-backdrop-filter: blur(8px); /* Pro Safari */
            border-radius: 15px; /* Stejné zaoblení jako karta */
            z-index: 1;
        }

        /* Obsah nad fólií */
        .card.bg-image .card-body {
            position: relative;
            z-index: 2;
            padding: 20px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: center;
            height: 100%;
            text-align: center;
        }


        /* Text v kartě */
        .card.bg-image .card-body h5 {
            font-size: 1.5rem !important;
            font-weight: 700 !important;
            margin-bottom: 1.5rem !important;
            color: #ffffff !important;
            text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
            border-bottom: 2px solid #d1e3ff;
            display: inline-block;
            padding-bottom: 0.4rem;
        }
        /* Každá informace na nový řádek, větší mezery */
        .card.bg-image .card-body p {
            color: #ffffff !important;
            text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
            font-size: 1rem !important;
            margin: 0.6rem 0;
            line-height: 1.6;
        }
        .card-body p {
            font-family: 'Open Sans', Arial, sans-serif !important;
            color: #ffffff !important;
            text-shadow: 0 2px 4px rgba(0,0,0,0.7);
        }
        .card.bg-primary {
            background: linear-gradient(135deg, #4578cc 0%, #5a8ee0 100%) !important;
            border-radius: 15px;
            padding: 20px;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);

        }
        .card.bg-primary:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
        }
        /* Čas a termín formátování */
        .card.bg-image .event-date {
            font-size: 1rem !important;
            margin-bottom: 0.5rem !important;
            color: #d1e3ff !important;
        }
        /* Odstranění slova "Tagy:" a zachování pouze samotných tagů */
        .card.bg-image .card-body p small strong {
            display: none; /* Skryje "Tagy:" */
        }
        /* Zjistit více tlačítko */
        /* Tlačítko */
        .card.bg-image .btn-outline-light {
            margin-top: auto;
            margin-bottom: 1.5rem;
            border-radius: 8px;
            padding: 0.6rem 1.8rem;
            text-transform: uppercase;
            font-weight: 600;
            font-size: 0.85rem;
        }

        .card.bg-image .btn-outline-light:hover {
            background-color: #ffffff !important;
            color: #000000 !important;
            text-decoration: none !important;
        }

        /* =========================
           8. Ostatní
        ========================= */
        a.btn.btn-outline-light {
            color: #fff !important;
            border-color: #fff !important;
            font-weight: 500;
        }

        a.btn.btn-outline-light:hover {
            background-color: #fff !important;
            color: #000 !important;
            text-decoration: none !important;
        }
        /* =========================
         8. Karty
      ========================= */
        /* Nový styl pro Kyberčtvrtky karty */
        .card-title {
            text-align: center !important;
            justify-content: center;
            align-items: center;
            width: 100%;
            font-family: 'Open Sans', Arial, sans-serif !important;
            font-weight: 700;
            color: #ffffff !important;
            text-shadow: 0 2px 4px rgba(0,0,0,0.7);
            font-size: 1.3rem !important;
            display: flex;
            margin-bottom: 1rem; /* Stejný spodní okraj pro všechny */
            min-height: 60px;    /* Pevná výška nadpisu */
        }

        .kyber-card {
            position: relative;
            overflow: hidden;
            border-radius: 15px;
            background: linear-gradient(135deg, #5a8ee0 0%, #8aaef0 100%) !important;
            color: #ffffff !important;
            padding: 20px;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);

            min-height: 320px;
        }

        .kyber-card:hover {
           transform: translateY(-5px); 
            box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
        }

        .kyber-card .overlay {
            content: "";
            position: absolute;
            top: 0; left: 0;
            width: 100%; height: 100%;
            background: rgba(0, 0, 0, 0.5);
            border-radius: 15px;
            z-index: 1;
        }

        .kyber-card .card-body {
            position: relative;
            z-index: 2;
        }

        .kyber-card .card-title {
            font-size: 1.4rem;
            font-weight: 700;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
            color: #ffffff !important;
        }

        .kyber-card p {
            color: #ffffff !important;
            font-size: 0.95rem;
            text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
        }
        .card.bg-image .card-body p small strong {
            display: none;
        }
        /* .card.bg-image:hover {
            transform: none !important;
            box-shadow: none !important;
        }
        .card,
        .card.bg-image,
        .card.bg-primary,
        .kyber-card {
            transition: none !important;
            transform: none !important;
            box-shadow: none !important;
        }

        .card:hover,
        .card.bg-image:hover,
        .card.bg-primary:hover,
        .kyber-card:hover {
            transform: none !important;
            box-shadow: none !important;
        }
*/
        /* =========================
  Tým
========================= */
        .team-card {
            background: #fff;
            border-radius: 12px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
            padding: 30px 20px;
            text-align: center;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            display: flex;
            flex-direction: column;
            align-items: center;
            height: auto; /* ⬅ důležité: ať se výška přizpůsobí obsahu */
        }

        .team-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
        }

        .team-photo {
            width: 160px;
            height: 160px;
            object-fit: cover;
            border-radius: 50%;
        }

        .team-card h5 {
            font-size: 1.1rem;
            font-weight: 600;
            margin: 10px 0 5px;
            color: #333;
        }

        .team-card p {
            font-size: 0.95rem;
            color: #777;
            margin-bottom: 15px;
        }

        .btn-profile {
            background-color: #4578cc;
            color: #fff;
            border-radius: 25px;
            padding: 8px 20px;
            font-size: 0.9rem;
            font-weight: 500;
            text-decoration: none;
            border: none;
            transition: background-color 0.3s ease;
        }

        .btn-profile:hover {
            background-color: #2e5caa;
        }

        /* =========================
  Prostřední banner
========================= */
        .info-banner-clean {
            background: transparent !important;
        }
        .info-card-clean {
            background: #ffffff;
            border-radius: 12px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
        }
        .info-card-clean h5 {
            color: rgb(58, 58, 58) !important;
            font-family: Arial, Helvetica, Verdana, sans-serif !important;
            font-weight: 600 !important; /* Medium Bold, aby to nebylo přehnaně tučné */
            font-size: 1.1rem; /* Přibližná velikost, můžeš doladit */
            margin-bottom: 1rem;
        }
        .info-card-clean p {
            color: rgb(58, 58, 58) !important;
            font-family: Arial, Helvetica, Verdana, sans-serif !important;
            font-weight: 400 !important; /* Normální váha textu */
            font-size: 0.95rem; /* Přibližná velikost textu */
            line-height: 1.5;
        }
        .info-card-clean i {
            color: #4578cc !important; /* Nastavíš nový odstín */
        }
        .info-card-clean a:hover {
            color: #0056b3 !important;
        }
        .hero-heading {
            font-family: Arial, Helvetica, Verdana, sans-serif !important;
            font-size: 2.2rem !important; /* nebo zkus 2.2rem pro menší variantu */
            font-weight: 600 !important;  /* Podle VIAVIS je to tučnější */
            color: rgb(58, 58, 58) !important;
            line-height: 1.2 !important;
            text-align: center;
            margin: 0;
            padding: 0;
            position: relative;
        }
        .background-svg {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url('uploads/background/vlna_last-1.svg');
            background-repeat: repeat;
            background-size: auto;
            z-index: -1; /* Zůstane za obsahem */
            pointer-events: none; /* Nepřekáží při klikání */
        }
        #new, #history, #faq, #questions, #about, #team, #contact {
            scroll-margin-top: 120px; /* Přizpůsob výšce tvého navbaru */
        }
        .with-background {
            position: relative;
            z-index: 1;
            overflow: hidden;
            background-color: #e6f0fc; /* nebo tvoje preferovaná modrá */
        }

        .with-background::before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;

            /* 🔧 Původně 50%, což je málo */
            height: 100%;

            background: url('uploads/background/cover_new-scaled.jpg') no-repeat center center;
            background-size: cover;
            z-index: 0;
        }


        .info-card-clean {
            position: relative;
            background: rgba(255, 255, 255, 0.95); /* Mírně průhledné pozadí */
            border-radius: 12px;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
            z-index: 1; /* Aby byly nad obrázkem */
            transition: transform 0.3s ease;
        }

        .info-card-clean:hover {
            transform: translateY(-5px);
        }
        .card {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .card:hover {
            transform: translateY(-10px);
            box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.3);
            cursor: pointer;
        }
        /* Zvýšení mezery mezi řádky ve formuláři */
        #questions .form-control {
            margin-bottom: 1.5rem; /* Větší mezera mezi prvky formuláře */
        }

        /* Úprava tlačítka "Odeslat" */
        #questions .btn-primary {
            background-color: #4578cc !important;
            border-color: #4578cc !important;
            color: #ffffff !important;
            font-weight: 600;
            padding: 0.6rem 1.8rem;
            border-radius: 8px;
            transition: background-color 0.3s ease;
        }

        #questions .btn-primary:hover {
            background-color: #3565a8 !important; /* Lehce tmavší odstín na hover */
            border-color: #3565a8 !important;
        }

        #contact p {
            font-size: 1rem;
            line-height: 1.6;
            color: #333;
        }

        #contact h2 {
            font-weight: 700;
            color: #4578cc;
        }

        .contact-item strong {
            display: inline-block;
            margin-bottom: 0.4rem;
            color: #000;
        }

        .contact-item a {
            font-weight: 500;
        }
        #about .lead {
            font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
            font-size: 1rem !important;
            font-weight: 400 !important;
            color: rgb(58, 58, 58) !important;
            line-height: 1.85 !important;
        }
        #about .section-wrapper {
            background: #ffffff;
            border-radius: 16px;
            padding: 40px 30px;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
            transition: box-shadow 0.3s ease;
        }

        #about .section-wrapper:hover {
            box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
        }

        #about p {
            font-size: 1.05rem;
            line-height: 1.9;
            margin-bottom: 1.4rem;
            color: #3a3a3a;
        }

        #about p::first-letter {
            font-size: 1.2rem;
        }

        #about strong {
            color: #2e5caa;
            font-weight: 600;
        }

        #about h2 {
            font-size: 2.2rem;
            font-weight: 700;
            color: #4578cc;
        }
        .contact-item p {
            margin-bottom: 1.2rem; /* zvýšeno z výchozího */
            font-size: 1rem;
            line-height: 1.6;
            color: #333;
        }
        #eventsTitle {
            color: #4578cc !important;
        }
        #faq h2,
        #about h2,
        #team h2,
        #contact h2,
        #questions h2 {
            text-align: left !important;
            color: #4578cc !important;
        }
        .rich-content {
            font-family: 'Open Sans', Arial, sans-serif;
            font-size: 1rem;
            line-height: 1.85;
            color: #3a3a3a;
        }

        .rich-content h1,
        .rich-content h2,
        .rich-content h3 {
            color: #2e5caa;
            font-weight: 600;
            margin-top: 1.5rem;
        }

        .rich-content p {
            margin-bottom: 1rem;
        }

        .rich-content ul, .rich-content ol {
            padding-left: 2rem;
            margin-bottom: 1rem;
        }

        .rich-content strong {
            font-weight: bold;
        }

        .rich-content em {
            font-style: italic;
        }

        .rich-content a {
            color: #4578cc;
            text-decoration: underline;
        }

        .rich-content a:hover {
            color: #2e5caa;
        }

        .rich-content span[style] {
            /* Povolit inline styly (barvy, velikosti...) */
            all: unset;
            display: inline;
        }


