@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700&display=swap');

.uni-footer {
    background-color: #002147 !important;
    color: #ffffff !important;
    padding: 60px 0 0 0 !important;
    font-family: 'Cairo', sans-serif !important;
    clear: both;
}

/* دعم المحاذاة التلقائية */
[style*="direction: ltr"] .uni-footer-col h3::after { left: 0; right: auto; }
[style*="direction: rtl"] .uni-footer-col h3::after { right: 0; left: auto; }

.uni-footer-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    gap: 30px;
}

.uni-footer-col {
    flex: 1;
    min-width: 200px;
    margin-bottom: 30px;
}

.uni-footer-col h3 {
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 1.25rem !important;
    margin-bottom: 25px !important;
    padding-bottom: 10px !important;
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.uni-footer-col h3::after {
    content: '';
    position: absolute;
    bottom: -1px;
    width: 60px;
    height: 3px;
    background-color: #00aaff;
}

.uni-footer-col p, .uni-footer-col li {
    font-size: 0.95rem !important;
    line-height: 1.8 !important;
    color: #e0e0e0 !important;
}

.uni-footer-bottom {
    background-color: #00152e;
    text-align: center;
    padding: 20px 0;
    margin-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}