        h1,
        h1 a {
            font-family: Times New Roman !important;                font-weight: 700 !important;
            color: #ffffff !important;        }
            h2,
        h2 a {
            font-family: Times New Roman !important;color: #003362 !important;        }
            h3,
        h3 a {
            font-family: Times New Roman !important;color: #003362 !important;        }
            h4,
        h4 a {
            font-family: Times New Roman !important;color: #ffffff !important;        }
    
/* MENU */

/* SUBMENU */

/* BUTTON */

/* Theme Options Custom CSS */
/* === Przyciski na banerze === */
.top-banner.light .content .a-btn {
    background-color: transparent;
    color: #b3995d;
}
.top-banner.light .content .a-btn .a-btn-line:after,
.top-banner.light .content .a-btn .a-btn-line:before {
    background-color: #b3995d;
}

/* === Sticky menu – przezroczyste tło + pogrubione linki + hover złoty === */
.prague-header.simple.sticky-menu.light.scroll {
    background-color: rgba(0, 45, 85, 0.85);
}
.prague-header.simple.sticky-menu.light.scroll nav ul li a {
    font-weight: 700;
}
.prague-header.simple.sticky-menu.light.scroll nav ul li a:hover {
    color: #aa965d;
}

/* === Menu mobilne (hamburger) – granatowy pasek + złote hovery === */
.mobile-header .mobile-bar {
    background-color: #002d55 !important;
}
.mobile-header nav ul li a:hover {
    color: #aa965d !important;
}

/* === Stopka === */
.prague-footer {
    position: relative;
    background-color: #002d55 !important;
}
.prague-footer:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #002d55;
    opacity: 0.8;
    z-index: 90;
}
.prague-footer .footer-content-outer {
    position: relative;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding: 100px 0 140px;
    z-index: 100;
}

/* === Logo w stopce (jeśli chcesz Cinzel) === */
.prague-footer .footer-top-content .prague-footer-main-block .prague-logo a {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    color: #fff;
    transition: color 0.3s ease-in;
    font-family: Cinzel;
}

/* === Wyśrodkowanie nagłówków zespołu, justowanie opisu === */
.team-wrapper.simple .name h3 {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}
.team-wrapper.simple .description {
    text-align: justify;
}

/* === Pozostałe poprawki === */
.top-banner .overlay {
    z-index: 210;
    opacity: 0;
    visibility: visible;
    transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
}
.margin-lg-170t {
    margin-top: 70px;
}
.top-banner.fullheight .content {
    margin-top: 440px;
    margin-bottom: 140px;
}

/* === Ukrycie social media w nagłówku (opcjonalnie) === */
.prague-header .prague-social-nav {
    display: none;
    width: 34px;
    margin-left: 15px;
}

/* === Call to Action (opcjonalnie Cinzel) === */
.call-to-action.classic .call-title {
    padding-right: 30px;
    font-family: "Cinzel", sans-serif;
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.2px;
    line-height: 1.2;
}
/* === Czcionka Cinzel tylko w logo w nagłówku === */
.prague-logo a {
    font-family: 'Cinzel', serif !important;
}

