/* Site Footer Styles */

.footer-gradient {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.footer-gradient .footer-text-small {
    font-size: 0.95rem;
}

.footer-gradient .footer-text-tiny {
    font-size: 0.85rem;
}

.footer-gradient .footer-link {
    transition: all 0.3s;
}

.footer-gradient .social-btn {
    width: 45px;
    height: 45px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.footer-gradient .social-btn:hover {
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 6px 15px rgba(0,0,0,0.3);
}
