/**
 * EKOSEM / İEÜ kurumsal renkler
 * Kaynak: https://www.ieu.edu.tr/images/web-logo-tr.svg
 */
:root {
    --brand-primary: #FF6B00;
    --brand-primary-dark: #E05F00;
    --brand-primary-soft: #FFF1E6;
    --brand-navy: #1d458b;
    --brand-navy-dark: #163a73;
    --brand-navy-deeper: #0f2d52;
    --brand-dark: #1d458b;
    --brand-gray: #9A9A9A;
    --brand-gray-light: #C6C5C4;
    --brand-white: #FFFFFF;
    --brand-bg: #F7F5F2;
    --dh-navy: #1d458b;
    --dh-blue3: #FF6B00;
}

.sticky-header,
.site-header,
footer,
.footer-main,
.admin-sidebar,
.admin-sidebar .sidebar-header {
    background-color: var(--brand-navy) !important;
    background-image: none !important;
}

.footer-menu-list a:hover,
.footer-email a:hover {
    color: var(--brand-primary) !important;
}

.header-digital-btn,
.header-blog-btn,
.header-request-btn,
.btn-primary,
.rapor-detay-btn,
.ayar-link-icon {
    accent-color: var(--brand-primary);
}

a.header-digital-btn:hover,
a.header-blog-btn:hover,
.cart-badge,
.lang-switcher a.active,
.lang-switcher a:hover {
    color: var(--brand-primary) !important;
}

.footer-quick-links,
.footer-copyright {
    background: var(--brand-navy-dark) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.admin-sidebar .menu-item.active,
.admin-sidebar .menu-item:hover {
    color: var(--brand-primary);
}

.site-header img.header-logo-img {
    max-height: 110px;
    width: auto;
}

.mobile-logo img,
.admin-sidebar .sidebar-header img {
    max-height: 52px;
    width: auto;
}

@media (max-width: 767px) {
    .site-header img.header-logo-img,
    .mobile-logo img {
        max-height: 40px;
    }
}
