/* Iz header-full-menu.html — pun širinski meni na širokim ekranima */
.is-expanded-menu .primary-menu,
.is-expanded-menu .menu-container > .menu-item {
    flex: 1 1 auto;
}

.is-expanded-menu .primary-menu.with-arrows .menu-link .sub-menu-indicator {
    font-size: 80%;
}

/* RVL Academy logo (portrait PNG, transparent) — header + shared */
#header .site-logo-wrap {
    line-height: 0;
}

#header .site-logo-wrap .site-logo {
    max-height: 72px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

@media (min-width: 992px) {
    #header .site-logo-wrap .site-logo {
        max-height: 78px;
    }
}

/* Jedan logo umesto para default/dark — tema inače menja vidljivost po sticky stanju */
#header.sticky-header .site-logo-wrap .site-logo,
#header.sticky-header-shrink .site-logo-wrap .site-logo,
#header.dark .site-logo-wrap .site-logo {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

#header .site-logo-link {
    display: flex;
    align-items: center;
    line-height: 0;
}

@media (max-width: 991.98px) {
    #header .site-logo-wrap .site-logo {
        max-height: 60px;
    }
}

@media (max-width: 575.98px) {
    #header .site-logo-wrap .site-logo {
        max-height: 50px;
    }
}

/*
 * Futer: tipografija, linkovi, #copyrights — iz Canvas teme (style.css / custom.css).
 * Ovde samo naša pozadina umesto podrazumevane slike / jednobojne iz demo HTML-a.
 */
footer#footer.rvl-site-footer.dark {
    background:
        radial-gradient(ellipse 80% 120% at 20% 50%, rgba(59, 130, 246, 0.35), transparent 55%),
        radial-gradient(ellipse 60% 100% at 90% 20%, rgba(99, 102, 241, 0.25), transparent 50%),
        linear-gradient(135deg, #0a1628 0%, #0f2744 45%, #132e55 100%) !important;
    background-size: auto !important;
}
