/* Light theme overrides — applied when html[data-theme="light"] */
html[data-theme="light"] body {
    background: #f5f5f5;
    color: #1b1b1b;
}

html[data-theme="light"] .navbar,
html[data-theme="light"] .navbar .navbar-collapse {
    background: #ffffff !important;
}

html[data-theme="light"] .navbar .navbar-nav .nav-link,
html[data-theme="light"] .nav-scroll .navbar-nav .nav-link {
    color: #555 !important;
}

html[data-theme="light"] .navbar .navbar-nav .active,
html[data-theme="light"] .navbar .navbar-nav .nav-link:hover,
html[data-theme="light"] .nav-scroll .navbar-nav .active {
    color: #1b1b1b !important;
}

html[data-theme="light"] .social-ico-block {
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

html[data-theme="light"] .social-ico i {
    color: #1b1b1b;
}

html[data-theme="light"] .lang-switcher {
    background: rgba(0, 0, 0, 0.05);
    border-color: rgba(0, 0, 0, 0.08);
}

html[data-theme="light"] .lang-switcher-btn {
    color: #666;
}

html[data-theme="light"] .lang-switcher-btn:hover,
html[data-theme="light"] .lang-switcher-btn.active {
    color: #1b1b1b;
    background: rgba(245, 158, 11, 0.2);
}

html[data-theme="light"] .theme-toggle-btn {
    background: rgba(0, 0, 0, 0.05);
    border-color: rgba(0, 0, 0, 0.08);
    color: #666;
}

html[data-theme="light"] .theme-toggle-btn:hover {
    color: #1b1b1b;
    background: rgba(245, 158, 11, 0.2);
    border-color: rgba(245, 158, 11, 0.35);
}

html[data-theme="light"] .footer {
    background: #ebebeb;
}

html[data-theme="light"] .footer p,
html[data-theme="light"] .footer a {
    color: #444;
}
