  .main-footer {
        background-color: #0f172a; 
        color: #94a3b8; 
        padding: 60px 0 0 0; 
        font-size: 0.9rem;
        border-top: 4px solid #2563eb; 
        margin-top: 0; 
    }

    .footer-title {
        color: #f8fafc; 
        font-weight: 700;
        margin-bottom: 25px;
        text-transform: uppercase;
        font-size: 0.85rem;
        letter-spacing: 1.5px;
    }

    .footer-links { list-style: none; padding: 0; }
    .footer-links li { margin-bottom: 12px; }
    .footer-links a { color: #94a3b8; text-decoration: none; transition: all 0.3s ease; display: inline-block; }
    .footer-links a:hover { color: #3b82f6; transform: translateX(5px); }

    .social-icons a { font-size: 1.3rem; color: #f8fafc; margin-right: 20px; transition: all 0.3s ease; display: inline-block; opacity: 0.8; }
    .social-icons a:hover { color: #3b82f6; transform: translateY(-5px); opacity: 1; }

    .footer-contact i { color: #3b82f6; width: 25px; }

    .footer-bottom { background-color: #020617; padding: 25px 0; margin-top: 50px; border-top: 1px solid rgba(255,255,255,0.05); }
    .brand-footer { font-weight: 800; color: #2563eb; letter-spacing: 0.5px; }
    .text-justify-custom { text-align: justify; line-height: 1.6; }