html[data-theme="light"] #header #logo img {
    content: url(/assets/images/logo_workizon_light_v2.png) !important;
    height: auto !important;
}
html[data-theme="dark"] #header #logo img {
    content: url(/assets/images/logo_workizon_dark_v2.png) !important;
    height: auto !important;
}

#navigation ul ul.dropdown-nav ul.dropdown-nav li:hover a:after, #navigation ul ul.dropdown-nav li:hover a:after, #navigation ul li:hover a:after {
    background: rgba(255, 107, 53, 0.1);
}

#navigation ul li:hover a {
    color: #ff4500;
}

/* Modern Desktop Header Styles */
@media (min-width: 992px) {
    #header-container {
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(20px);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
        transition: all 0.3s ease;
    }
    
    #header {
        padding: 15px 0;
    }

    #navigation ul li a {
        color: #333;
        font-weight: 500;
        transition: color 0.3s ease;
    }

    #navigation ul li a:hover {
        color: #ff6b35;
    }

    .dropdown-nav {
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(0, 0, 0, 0.1);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
        border-radius: 12px;
        margin-top: 10px;
    }

    .dropdown-nav li a {
        color: #555;
        padding: 12px 20px;
        transition: all 0.3s ease;
    }

    .dropdown-nav li a:hover {
        background: linear-gradient(135deg, #ff6b35 0%, #ff4500 100%);
        color: #fff;
        transform: translateX(5px);
    }

    .header-widget a {
        /* color: #333; */
        font-weight: 500;
        transition: color 0.3s ease;
    }

    .header-widget a:hover {
        /* color: #ff6b35; */
    }

    html[data-theme="dark"] .header-widget a:hover:not(.button):not(.btn) {
        color: #fff;
    }

    #theme-toggle {
        background: rgba(0, 0, 0, 0.05);
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
    }

    #theme-toggle:hover {
        background: rgba(255, 107, 53, 0.1);
        transform: scale(1.1);
    }
    
    .header-notifications-trigger a {
        color: #333;
        transition: color 0.3s ease;
    }
    
    .header-notifications-trigger a:hover {
        color: #ff6b35;
    }
    
    .user-avatar {
        border: 2px solid #ff6b35;
        transition: border-color 0.3s ease;
    }
    
    .user-avatar:hover {
        border-color: #ff4500;
    }
}

@media (max-width: 400px) {
    #header #logo img {
        top: 50%;
    }
}

html[data-theme="dark"] .content i,
html[data-theme="dark"] .w3l-index-block1 .content i {
    color: var(--text-color) !important;
}

/* Modern Footer Styles */
#footer {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.footer-top-section {
background: rgba(255, 255, 255, 0.05);
backdrop-filter: blur(10px);
border-top: 1px solid rgba(255, 255, 255, 0.1);
padding: 20px 0;
}

.footer-middle-section {
padding: 40px 0;
background: rgba(0, 0, 0, 0.3);
}

.footer-bottom-section {
    background: #141414;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-links h3 {
color: #ff6b35;
font-size: 18px;
font-weight: 600;
margin-bottom: 20px;
position: relative;
}

.footer-links h3::after {
content: '';
position: absolute;
bottom: -5px;
left: 0;
width: 30px;
height: 2px;
background: linear-gradient(135deg, #ff6b35 0%, #ff4500 100%);
border-radius: 1px;
}

.footer-links ul,
.footer-links ul li {
    background-color: transparent;
}

.footer-links ul li a {
color: #ccc;
text-decoration: none;
transition: all 0.3s ease;
display: inline-block;
margin-bottom: 8px;
}

.footer-links ul li a:hover {
color: #ff6b35;
transform: translateX(5px);
}

.footer-links ul li a span:before {
    background-color: #ff6b35;
}

.footer-social-links li a {
    color: #ccc;
    font-size: 18px;
    transition: all 0.3s ease;
    display: inline-block;
    margin: 0 10px;
}

.footer-social-links li a:hover {
    color: #ff6b35;
    transform: scale(1.2);
}

.newsletter input {
background: rgba(255, 255, 255, 0.1);
border: 1px solid rgba(255, 255, 255, 0.2);
border-radius: 25px;
padding: 12px 20px;
color: #fff;
width: 100%;
margin-bottom: 15px;
transition: all 0.3s ease;
}

.newsletter input:focus {
outline: none;
border-color: #ff6b35;
box-shadow: 0 0 0 2px rgba(255, 107, 53, 0.3);
background: rgba(255, 255, 255, 0.15);
}

.newsletter button {
background: linear-gradient(135deg, #ff6b35 0%, #ff4500 100%);
border: none;
border-radius: 50%;
width: 45px;
height: 45px;
color: #fff;
cursor: pointer;
transition: all 0.3s ease;
display: flex;
align-items: center;
justify-content: center;
}

.newsletter button:hover {
transform: scale(1.1);
box-shadow: 0 5px 15px rgba(255, 107, 53, 0.4);
}

.payment-icons img {
height: 30px;
margin: 5px 10px;
opacity: 0.7;
transition: opacity 0.3s ease;
}

.payment-icons img:hover {
opacity: 1;
}

.footer-bottom-section .container div {
color: #888;
text-align: center;
font-size: 14px;
}

.footer-bottom-section strong {
color: #ff6b35;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .footer-top-section {
        padding: 0;
    }
    
    .footer-middle-section {
        padding: 0 0 30px 0;
    }
    
    .footer-links h3 {
        font-size: 16px;
    }
    
    .footer-social-links li a {
        margin: 0 3px 0 8px;
        padding: 0 15px 0 0;
    }
}

/* Dark Theme Support */
html[data-theme="dark"] #footer {
    /* background: linear-gradient(135deg, #0f0f0f 0%, #1a1a1a 100%); */
    background: linear-gradient(135deg, #111827 0%, #0f1523 100%);
}

html[data-theme="dark"] .footer-top-section {
background: rgba(255, 255, 255, 0.03);
border-top: 1px solid rgba(255, 255, 255, 0.05);
}

html[data-theme="dark"] .footer-middle-section {
background: rgba(255, 255, 255, 0.02);
}

html[data-theme="dark"] .footer-bottom-section {
    background: #101521;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

html[data-theme="dark"] .footer-links h3 {
color: #ff8c42;
}

html[data-theme="dark"] .footer-links h3::after {
background: linear-gradient(135deg, #ff8c42 0%, #ff6b35 100%);
}

html[data-theme="dark"] .footer-links ul,
html[data-theme="dark"] .footer-links ul li,
html[data-theme="dark"] .footer-links ul:not(.nav):not(.dropdown-menu),
html[data-theme="dark"] .footer-links ul li:not(.nav-item):not(.dropdown-item) {
    background-color: transparent !important;
}

html[data-theme="dark"] .footer-links ul li a {
color: #bbb;
}

html[data-theme="dark"] .footer-links ul li a:hover {
color: #ff8c42;
}

html[data-theme="dark"] .footer-links ul li a span:before {
    background-color: #ff8c42 !important;
}

html[data-theme="dark"] .footer-social-links li a {
color: #bbb;
}

html[data-theme="dark"] .footer-social-links li a:hover {
color: #ff8c42;
}

html[data-theme="dark"] .newsletter input {
background: rgba(255, 255, 255, 0.05);
border: 1px solid rgba(255, 255, 255, 0.1);
color: #fff;
}

html[data-theme="dark"] .newsletter input:focus {
border-color: #ff8c42;
box-shadow: 0 0 0 2px rgba(255, 140, 66, 0.3);
background: rgba(255, 255, 255, 0.08);
}

html[data-theme="dark"] .newsletter button {
background: linear-gradient(135deg, #ff8c42 0%, #ff6b35 100%);
}

html[data-theme="dark"] .newsletter button:hover {
box-shadow: 0 5px 15px rgba(255, 140, 66, 0.4);
}

html[data-theme="dark"] .footer-bottom-section .container div {
color: #777;
}

html[data-theme="dark"] .footer-bottom-section strong {
color: #ff8c42;
}
