        :root {
            --dark-blue: #13447e;
            --light-blue: #01a0e2;
        }

        @media (min-width: 1200px) {
            .container {
                max-width: 1200px !important;
            }
        }

        body {
            font-family: 'Kumbh Sans', sans-serif;
            color: #444;
            background-color: #fff;
            font-size: 15px;
            /* Základná veľkosť textu na webe */
        }

        /* Horná modrá lišta */
        .top-bar {
            background-color: transparent;
            background-image: radial-gradient(at center center, #00A0E1 100%, #13447E 100%);
            color: #fff;
            font-size: 16px;
            padding: 12px 0;
            position: relative;
            /* Pridané kvôli dropdownu */
            z-index: 1050;
            /* Pridané aby menu prekrývalo navigáciu pod ním */
        }

        .top-bar a {
            color: #fff;
            text-decoration: none;
            transition: 0.3s;
        }

        .top-bar a:hover {
            opacity: 0.8;
        }

        .top-bar i {
            margin-right: 6px;
        }

        /* Úprava pre dropdown v hornej lište */
        .top-bar .dropdown-toggle {
            font-weight: bold;
        }

        .top-bar .dropdown-menu {
            min-width: 100px;
            font-size: 16px !important;
            margin-top: 10.5px !important;
        }

        .top-bar .dropdown-item {
            color: #333 !important;
            font-weight: normal;
        }

        .top-bar .dropdown-item:hover {
            background-color: #f5f5f5;
            color: var(--dark-blue) !important;
        }

        /* Hlavná navigácia */
        .navbar-custom {
            background-color: #fff;
            padding: 25px 0;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
        }

        .nav-contact-link {
            color: var(--dark-blue);
            font-weight: 700;
            text-decoration: none;
            font-size: 16px;
            display: flex;
            align-items: center;
        }

        .active {
            color: var(--light-blue);
            font-weight: 700;
            text-decoration: none;
            font-size: 16px;
            display: flex;
            align-items: center;
        }

        .nav-contact-link:hover {
            color: var(--light-blue);
            font-weight: 700;
            text-decoration: none;
            font-size: 16px;
            display: flex;
            align-items: center;
        }

        .nav-contact-link i {
            color: #13447e;
            font-size: 16px;
            /* Zväčšená ikona domčeka */
            transition: 0.3s;
        }

        .nav-contact-link i:hover {
            color: var(--light-blue);
        }

        .page-header {
            background-color: transparent;
            background-image: linear-gradient(180deg, var(--light-blue) 0%, var(--dark-blue) 100%);
            height: clamp(150px, 20vw, 280px);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .page-header-other {
            box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1) inset;
            margin-top: 0px;
            margin-bottom: 0px;
            padding: 0;
            height: clamp(134px, 10vw, 50px);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .page-header-other h1 {
            font-weight: 700;
            font-size: 42px;
            margin: 0;
            text-align: center;
            color: var(--dark-blue);
        }

        h3 {
            font-weight: 700;
            font-size: 1.5rem;
            margin: 0;
            text-align: center;
            color: var(--dark-blue);
            letter-spacing: -0.4px;
        }


        .page-header h1 {
            font-weight: 700;
            font-size: 42px;
            margin: 0;
            text-align: center;
            color: #fff;
        }

        /* Hlavné nadpisy sekcií */
        .section-title {
            color: var(--dark-blue);
            font-weight: 700;
            /* Plynulá zmena: min. 28px, ideálne podľa šírky displeja (napr. 4vw), max. 45px */
            font-size: clamp(28px, 4vw, 45px);
            margin-bottom: 10px;
        }

        /* Ikonky a text v kontaktoch naľavo */
        .contact-info-block {
            display: flex;
            align-items: center;
            margin-bottom: 25px;
        }

        .contact-icon {
            background-color: var(--light-blue);
            color: white;
            width: 78px;
            height: 78px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            margin-right: 15px;
            flex-shrink: 0;
        }

        .contact-text h5 {
            font-size: 18px;
            font-weight: 700;
            color: #222;
            margin: 0 0 5px 0;
        }

        .contact-text p,
        .contact-text a {
            margin: 0;
            color: var(--dark-blue);
            font-weight: 600;
            text-decoration: none;
            font-size: 17px;
            line-height: 1.5;
        }

        /* Formulár */
        .form-control,
        .form-control-md {
            background-color: #f5f5f5;
            border: 1px solid #f5f5f5;
            padding: 14px;
            font-size: 15px;
            border-radius: 4px;
            margin-bottom: 15px;
            color: #222 !important;
            opacity: 1;
        }

        .form-control::placeholder,
        .form-control-md::placeholder {
            color: #222;
            opacity: 1;
        }

        input {
            height: 60px;
        }

        .form-control:focus,
        .form-control-md:focus {
            background-color: #fff;
            border-color: var(--light-blue);
            box-shadow: none;
        }

        .btn-submit {
            background-color: var(--light-blue);
            color: #fff;
            border: none;
            padding: 16px 30px;
            font-weight: 700;
            font-size: 17px;
            border-radius: 4px;
            width: 100%;
            transition: 0.3s;
        }

        .btn-submit:hover {
            background-color: var(--dark-blue);
            color: #fff;
        }

        /* Falošná reCAPTCHA */
        .recaptcha-box {
            background: #f9f9f9;
            border: 1px solid #d3d3d3;
            padding: 10px 15px;
            border-radius: 3px;
            display: inline-flex;
            align-items: center;
            width: 300px;
            margin-bottom: 15px;
        }

        /* Karty zamestnancov */
        .staff-card {
            border: 5px solid #E2DFEB;
            border-radius: 6px;
            padding: 30px 20px;
            text-align: center;
            background: #fff;
            height: 100%;
            transition: 0.3s;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
            justify-content: center;
        }

        .staff-card:hover {
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
        }

        .staff-card h4 {
            color: var(--dark-blue);
            font-weight: 700;
            font-size: 19px;
            margin-bottom: 5px;
        }

        .staff-card h6 {
            color: #222;
            font-weight: 700;
            font-size: 16px;
            margin-bottom: 15px;
        }

        .staff-card p {
            font-size: 17px;
            margin-bottom: 5px;
            color: #555;
        }

        .staff-card p i {
            width: 20px;
            color: #222;
        }

        /* Úprava pre kartu riaditeľa, aby nepresahovala */
        .principal-card-container {
            max-width: 530px;
            /* Obmedzenie šírky podľa vzoru */
            margin-bottom: 20px;
        }

        .btn-outline-custom {
            border: 1px solid var(--dark-blue);
            color: var(--dark-blue);
            font-weight: 700;
            font-size: 16px;
            padding: 16px 20px;
            border-radius: 4px;
            text-decoration: none;
            display: inline-block;
            margin-top: 10px;
            width: 70%;
            text-align: center;
            transition: all 0.5s ease;
        }

        .btn-outline-custom:hover {
            background-color: var(--dark-blue);
            color: #fff;
        }

        /* Call to Action Pás */
        .cta-section {
            background-color: var(--dark-blue);
            padding: 35px 0;
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .cta-btn {
            background-color: white;
            color: var(--dark-blue);
            font-weight: 700;
            font-size: 17px;
            padding: 16px 25px;
            border-radius: 4px;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            margin-left: 20px;
            transition: 0.3s;
        }

        .cta-btn:hover {
            color: #13447e;
        }

        /* Pätička */
        .footer {
            background-color: var(--light-blue);
            color: white;
            padding: 50px 0 40px 0;
            background-color: transparent;
            /* Tu sú prehodené farby: hore svetlá, dole tmavá */
            background-image: linear-gradient(180deg, var(--light-blue) 0%, var(--dark-blue) 100%);
        }

        .footer p,
        .footer a {
            color: #fff;
            text-decoration: none;
        }

        .footer a:hover {
            text-decoration: underline;
        }

        .footer-bottom {
            background-color: var(--dark-blue);
            padding: 20px 0;
            font-size: 15px;
            color: #ffffff;
            text-align: center;
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
            transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;

        }

        .footer-bottom a {
            color: #ffffff;
            text-decoration: none;
            font-weight: 600;
        }

        /* --- FIELDS OF STUDY: 50/50 Layout --- */
        .fields-overview-section {
            padding-top: 60px;
            padding-bottom: 60px;
            background-color: #ffffff;
            overflow-x: hidden;
            /* Poistka, aby prekrývajúce sa prvky nikdy nevytvorili horizontálny scrollbar na webe */
        }

        /* Ľavá strana: Prekrývajúce sa obrázky */
        .image-overlap-wrapper {
            position: relative;
            padding-left: 0;
            padding-bottom: 10%;
            z-index: 1;
        }

        .image-overlap-wrapper .main-img {
            width: 100%;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            object-fit: cover;
            /* Tvar pre hlavný obrázok */
            overflow: hidden;
            display: inline-block;
            border-radius: 0 50% 50% 50%;
        }

        .image-overlap-wrapper .overlap-img {
            position: absolute;
            left: -20%;
            /* ukotví obrázok na ľavú stranu a posunie ho von */
            bottom: 8%;
            width: 47%;
            /* Veľkosť menšieho obrázka */
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
            z-index: 2;
            /* Zabezpečí, že je v popredí */
            object-fit: cover;
            /* Tvar pre menší prekrývajúci obrázok */
            overflow: hidden;
            display: inline-block;
            border-radius: 50% 0 50% 50%;
        }

        /* Pravá strana: Texty a nadpisy */
        .section-subtitle {
            color: #000;
            font-weight: 600;
            font-size: 20px;
            text-transform: uppercase;
            letter-spacing: 2px;
            display: block;
            margin-bottom: 8px;
            line-height: 22px;
        }

        .fields-heading {
            color: var(--dark-blue);
            font-weight: 700;
            font-size: 38px;
        }

        /* Zoznam odborov */
        .field-item {
            transition: all 0.3s ease;

        }

        .field-icon-box {
            background-color: var(--light-blue);
            color: #ffffff;
            width: 35px;
            height: 35px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            font-size: 20px;
            flex-shrink: 0;
            transition: background-color 0.3s ease, transform 0.3s ease;
        }

        .field-item-text {
            font-family: var(--modins-heading-font-family), sans-serif;
            font-weight: 600;
            color: var(--dark-blue);
            font-size: 18px;
            line-height: 1.3;
            text-transform: uppercase;
        }

        /* Hover efekt pre odbory */
        .field-item:hover .field-icon-box {
            background-color: var(--dark-blue);
            transform: translateY(-2px);
        }

        /* ==================================================== */
        /* --- RESPONZÍVNY DIZAJN (Tablety a Mobily) --- */
        /* ==================================================== */

        /* Pre tablety a menšie notebooky (pod 992px, kde sa zlomí stĺpec) */
        @media (max-width: 1350px) {
            .image-overlap-wrapper {
                margin-left: 13%;
                /* Posunie hlavný obrázok doprava, aby menší nevyčnieval z obrazovky zľava */
                margin-bottom: 50px;
                /* Vytvorí medzeru medzi obrázkami a textom, keď sú pod sebou */
            }

            .image-overlap-wrapper .overlap-img {
                left: -12%;
                width: 50%;
            }

            .fields-heading {
                font-size: 38px;
            }

            .section-subtitle {
                font-size: 18px;
            }
        }

        /* Pre mobily (pod 768px) */
        @media (max-width: 767.98px) {
            .fields-overview-section {
                padding-top: 20px;
                padding-bottom: 20px;
            }

            .image-overlap-wrapper {
                margin-left: 12%;
                margin-bottom: 10px;
            }

            .image-overlap-wrapper .overlap-img {
                left: -15%;
                width: 55%;
                /* Na menšej obrazovke môže byť detail o niečo väčší */
            }

            .fields-heading {
                font-size: 32px;
            }

            .section-subtitle {
                font-size: 15px;
                letter-spacing: 1px;
            }

            .field-item-text {
                font-size: 16px;
            }

            .field-icon-box {
                width: 32px;
                height: 32px;
                font-size: 16px;
            }
        }

        /* Pre veľmi malé mobily (pod 480px) */
        @media (max-width: 479.98px) {
            .image-overlap-wrapper {
                margin-left: 15%;
            }

            .image-overlap-wrapper .overlap-img {
                left: -15%;
                width: 60%;
            }

            .fields-heading {
                font-size: 28px;
            }
        }

        /* Ikona toggler pre mobil a tablet */

        /* Prepísanie farby Bootstrap hamburgera (zmenil som stroke na tvoju modrú #01a0e2, v rgba je to 1, 160, 226) */
        .navbar-light .navbar-toggler-icon {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%281, 160, 226, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        }

        /* Pre istotu odstránime aj sivý rámik okolo tlačidla */
        .navbar-light .navbar-toggler {
            border-color: transparent;
        }

        .navbar-light .navbar-toggler:focus {
            box-shadow: none;
            /* Odstráni modrý glow efekt pri kliknutí */
        }




        .virtualimg img {
            border-style: solid;
            border-color: #FFFFFF;
            border-radius: 25px 25px 25px 25px;
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
        }


        .btn-theme {
            background: var(--light-blue) !important;
            color: #fff;
            font-family: var(--modins-heading-font-family);
            font-weight: 700;
            padding: 18px 32px 18px 32px;
            line-height: 22px;
            font-size: 16px;
            position: relative;
            z-index: 9;
            display: inline-block;
            -webkit-transition: all 0.35s;
            transition: all 0.35s;
            -moz-transition: all 0.35s;
            -ms-transition: all 0.35s;
            border: none;
            border-radius: 8px;
        }

        .btn-theme:hover {
            background: var(--light-blue) !important;
            color: #fff;
            font-family: var(--modins-heading-font-family);
            font-weight: 700;
            padding: 18px 32px 18px 32px;
            line-height: 22px;
            font-size: 16px;
            position: relative;
            z-index: 9;
            display: inline-block;
            -webkit-transition: all 0.35s;
            transition: all 0.35s;
            -moz-transition: all 0.35s;
            -ms-transition: all 0.35s;
            border: none;
            border-radius: 8px;
            box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
        }

.btn-theme-md {
            background: var(--light-blue) !important;
            color: #fff;
            font-family: var(--modins-heading-font-family);
            font-weight: 700;
            /* ZMENŠENÉ HODNOTY */
            font-size: 14px !important;            
            /* TOTO JE HLAVNÁ ZMENA - pevná výška bez ohľadu na všetko ostatné */
            height: 60px !important; 
            min-height: 60px !important; /* Zruší akékoľvek prednastavené obmedzenia z Bootstrapu */
            padding: 0 20px !important; /* Šírka po bokoch zostáva */
            /* Vycentrovanie textu v tlačidle s pevnou výškou */
            display: inline-flex !important;
            align-items: center !important;
            justify-content: center !important;
            position: relative;
            z-index: 7;
            -webkit-transition: all 0.35s;
            -moz-transition: all 0.35s;
            -ms-transition: all 0.35s;
            transition: all 0.35s;
            border: none;
            border-radius: 8px;            
            /* Zastaví rozťahovanie tlačidla, ak je vo flexbox stĺpci */
            align-self: center !important; 
        }

        .btn-theme-md:hover {
            box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
            transform: translateY(-2px);
        }


        /* CSS ošetrenie, aby zablokované tlačidlo absolútne nijako nereagovalo na myš (žiadny hover) */
        .btn-submit:disabled,
        .btn-submit:disabled:hover,
        .btn-submit:disabled:focus {
            background-color: #0d6efd !important;
            color: #ffffff !important;
            cursor: not-allowed !important;
            box-shadow: none !important;
            transform: none !important;
            border-color: #0d6efd !important;
            opacity: 0.6 !important;
        }


        input[type="checkbox"] {
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            min-width: 20px;
            height: 20px;
            border: 2px solid #000000;
            border-radius: 3px;
            background-color: #fff;
            cursor: pointer;
            outline: none;
            transition: all 0.15s ease-in-out;
            /* --- OPRAVA ZAROVNANIA --- */
            position: relative;
            transform: translateY(0px);
            margin-right: 2px;
        }

        input[type="checkbox"]:checked {
            background-color: #34a853;
            border-color: #34a853;
        }

        input[type="checkbox"]:focus {
            box-shadow: 0 0 0 2px rgba(52, 168, 83, 0.25);
        }



        .btn-submit {
            background-color: var(--light-blue) !important;
            color: #fff;
            border: none;
            padding: 16px 30px;
            font-weight: 700;
            font-size: 17px;
            border-radius: 4px;
            width: 100%;
            transition: 0.3s;
        }


        /* Responsive navbar - target mobile height: 72px */
@media (max-width: 991.98px) {
         .top-bar {            
            padding: 16px 0;
           
        }
    
    .navbar-custom {
        /* 50px (logo) + 11px (top padding) + 11px (bottom padding) = 72px */
        padding-top: 7px !important;
        padding-bottom: 7px !important;
        min-height: 72px;
    }

    /* Poistka, aby logo zostalo pevné a nenaťahovalo lištu */
    .navbar-brand img {
        height: 50px !important;
        width: auto;
    }
    
    /* Perfektné vycentrovanie hamburger ikony voči logu */
    .navbar-toggler {
        padding-top: 0;
        padding-bottom: 0;
        display: flex;
        align-items: center;
        height: 50px;
    }
    
    /* Mierna úprava odsadenia samotného rozbaľovacieho menu (ak je to potrebné) */
    #mainNavbar {
        margin-top: 11px;
    }

      .page-header h1 {            
            font-size: 28px;
           
        }

        .page-header-other h1 {            
            font-size: 35px;
           
        }
}