﻿.footer-section {
    background: #1f2937;
    color: white;
    padding: 70px 0 25px;
    margin-top: 80px;
}

    .footer-section h3,
    .footer-section h4 {
        color: #ffffff;
        font-weight: 700;
    }

    .footer-section p,
    .footer-links a {
        color: #d1d5db;
    }

.footer-links a {
    text-decoration: none;
    transition: .3s;
}

    .footer-links a:hover {
        color: #ffc107;
        padding-left: 8px;
    }

.social-icons a {
    width: 45px;
    height: 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: rgba(255,255,255,.08);
    border-radius: 50%;
    color: white;
    margin-right: 10px;
    text-decoration: none;
    transition: .3s;
}

    .social-icons a:hover {
        background: #ffc107;
        color: #222;
        transform: translateY(-5px);
    }

.footer-section hr {
    border-color: rgba(255,255,255,.15);
}

.copyright {
    text-align: center;
    color: #9ca3af;
}




/*.footer-section {
    background: linear-gradient(135deg,#0d6efd,#003b8e);
    color: white;
    padding: 70px 0 25px;
    margin-top: 80px;
}

    .footer-section h3,
    .footer-section h4 {
        font-weight: 700;
        margin-bottom: 20px;
    }

    .footer-section p {
        color: rgba(255,255,255,.85);
        line-height: 1.8;
    }

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-links li {
        margin-bottom: 12px;
    }

    .footer-links a {
        color: rgba(255,255,255,.85);
        text-decoration: none;
        transition: .3s;
    }

        .footer-links a:hover {
            color: #ffc107;
            padding-left: 8px;
        }

.social-icons {
    margin-top: 20px;
}

    .social-icons a {
        width: 45px;
        height: 45px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
        border-radius: 50%;
        background: rgba(255,255,255,.15);
        color: white;
        text-decoration: none;
        font-size: 20px;
        transition: .3s;
    }

        .social-icons a:hover {
            background: #ffc107;
            color: #222;
            transform: translateY(-4px);
        }

.footer-section hr {
    border-color: rgba(255,255,255,.2);
    margin: 40px 0 20px;
}

.copyright {
    text-align: center;
    color: rgba(255,255,255,.75);
    font-size: .95rem;
}
*/