/* تنسيقات التذييل الجديدة */
footer.site-footer {
    background: linear-gradient(135deg, #343a40, #212529);
    color: white;
    padding: 3rem 0 2rem;
    margin-top: 3rem;
}

footer.site-footer h5 {
    color: #ffc107;
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
}

footer.site-footer .footer-links {
    padding: 0;
    list-style-type: none;
    margin-bottom: 0;
}

footer.site-footer .footer-links li {
    margin-bottom: 0.7rem;
}

footer.site-footer .footer-links a {
    color: rgba(255, 255, 255, 0.8);
    transition: color 0.3s ease;
    text-decoration: none;
}

footer.site-footer .footer-links a:hover {
    color: #ffc107;
    text-decoration: none;
}

footer.site-footer .footer-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin: 2rem 0;
}

footer.site-footer .social-icons {
    margin-top: 0.5rem;
    display: flex;
    justify-content: center;
    gap: 1rem;
}

footer.site-footer .social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    transition: all 0.3s ease;
}

footer.site-footer .social-icons a:hover {
    background-color: #ffc107;
    color: #212529;
    transform: translateY(-3px);
}

footer.site-footer .copyright {
    margin-top: 1.5rem;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
}

footer.site-footer .dev-link {
    color: #ffc107;
    transition: color 0.3s ease;
    text-decoration: none;
}

footer.site-footer .dev-link:hover {
    color: white;
}

.footer-cta {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 1.2rem;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

.footer-cta:hover {
    background-color: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
}

.footer-btn {
    border-radius: 5px;
    padding: 0.7rem 1.2rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.footer-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.footer-btn-whatsapp {
    background: linear-gradient(135deg, #25D366, #128C7E);
    border: none;
    color: white;
}

.footer-btn-outline {
    border: 2px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    color: white;
}

.footer-btn-outline:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.4);
}
