/**
 * AEU Footer - Professional 4-Column Footer
 * Style AUTODOC - Light background version
 * @author Dream Machine
 */

/* ============================================
   BASE WRAPPER
   ============================================ */
div#aeufooter.aeufooter-wrapper {
    display: block !important;
    width: 100% !important;
    background: transparent !important;
    padding: 45px 0 35px !important;
    margin: 0 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    box-sizing: border-box !important;
    float: none !important;
    clear: both !important;
}

div#aeufooter.aeufooter-wrapper *,
div#aeufooter.aeufooter-wrapper *::before,
div#aeufooter.aeufooter-wrapper *::after {
    box-sizing: border-box !important;
}

/* ============================================
   CONTAINER
   ============================================ */
div#aeufooter .aeufooter-container {
    display: block !important;
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 30px !important;
    float: none !important;
}

/* ============================================
   4-COLUMN GRID - Using Flexbox for better compatibility
   ============================================ */
div#aeufooter .aeufooter-grid {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    gap: 30px !important;
    width: 100% !important;
}

div#aeufooter .aeufooter-col {
    display: block !important;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 calc(25% - 23px) !important;
    flex: 0 0 calc(25% - 23px) !important;
    max-width: calc(25% - 23px) !important;
    min-width: 200px !important;
}

@media (max-width: 991px) {
    div#aeufooter .aeufooter-col {
        -ms-flex: 0 0 calc(50% - 15px) !important;
        flex: 0 0 calc(50% - 15px) !important;
        max-width: calc(50% - 15px) !important;
    }
}

@media (max-width: 575px) {
    div#aeufooter .aeufooter-grid {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    
    div#aeufooter .aeufooter-col {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }
    
    div#aeufooter.aeufooter-wrapper {
        padding: 30px 0 20px !important;
    }
    
    div#aeufooter .aeufooter-container {
        padding: 0 20px !important;
    }
}

/* ============================================
   TITLES
   ============================================ */
div#aeufooter .aeufooter-title {
    display: block !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    color: #ffffff !important;
    margin: 0 0 18px 0 !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
}

/* ============================================
   LINKS LIST
   ============================================ */
div#aeufooter .aeufooter-links {
    display: block !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

div#aeufooter .aeufooter-links li {
    display: block !important;
    margin: 0 0 8px 0 !important;
    padding: 0 !important;
    list-style: none !important;
    list-style-type: none !important;
}

div#aeufooter .aeufooter-links li:last-child {
    margin-bottom: 0 !important;
}

div#aeufooter .aeufooter-links li::before {
    display: none !important;
    content: none !important;
}

div#aeufooter .aeufooter-links a {
    display: inline !important;
    color: #cccccc !important;
    text-decoration: none !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    transition: color 0.2s ease !important;
}

div#aeufooter .aeufooter-links a:hover,
div#aeufooter .aeufooter-links a:focus {
    color: #ff6600 !important;
    text-decoration: none !important;
}

/* ============================================
   RESET THEME OVERRIDES
   ============================================ */
div#aeufooter ul,
div#aeufooter li {
    list-style: none !important;
    list-style-type: none !important;
}

div#aeufooter h4 {
    font-size: 13px !important;
    margin: 0 0 18px 0 !important;
}

div#aeufooter a {
    background-image: none !important;
}

/* Force visibility */
div#aeufooter.aeufooter-wrapper,
div#aeufooter .aeufooter-container,
div#aeufooter .aeufooter-grid,
div#aeufooter .aeufooter-col,
div#aeufooter .aeufooter-title,
div#aeufooter .aeufooter-links,
div#aeufooter .aeufooter-links li,
div#aeufooter .aeufooter-links a {
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    clip: auto !important;
    clip-path: none !important;
}

/* ============================================
   PRINT
   ============================================ */
@media print {
    div#aeufooter.aeufooter-wrapper {
        background: #fff !important;
    }
    
    div#aeufooter .aeufooter-title,
    div#aeufooter .aeufooter-links a {
        color: #000 !important;
    }
}
