.footer-section {
    background: linear-gradient(135deg, #e3f2fd 0%, #fce4ec 100%);
}

.footer-links a {
    transition: all 0.3s ease;
    font-size: 0.875rem;
}

.footer-links a:hover {
    color: #ff69b4 !important;
    padding-left: 5px;
}

.social-btn {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    background: linear-gradient(45deg, #2196f3, #ff69b4);
    border: none;
}

.social-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(33, 150, 243, 0.2);
}

.hover-primary:hover {
    color: #ff69b4 !important;
}

.text-primary {
    background: linear-gradient(45deg, #2196f3, #ff69b4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} 