/* Enhanced Footer Styles - Force Override */

.footer {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%) !important;
    color: #e2e8f0 !important;
    padding: 60px 0 0 !important;
    margin-top: 80px !important;
    position: relative !important;
}

.footer::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 4px !important;
    background: linear-gradient(90deg, #0284c7 0%, #f97316 50%, #0284c7 100%) !important;
}

.footer-content {
    display: grid !important;
    grid-template-columns: 2fr 1fr 1fr 1.5fr !important;
    gap: 50px !important;
    padding-bottom: 50px !important;
    border-bottom: 1px solid rgba(226, 232, 240, 0.1) !important;
}

.footer-section h3 {
    color: #ffffff !important;
    font-size: 1.5rem !important;
    margin-bottom: 18px !important;
    font-weight: 700 !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.footer-section h3::before {
    content: '' !important;
    width: 4px !important;
    height: 28px !important;
    background: linear-gradient(180deg, #0284c7 0%, #f97316 100%) !important;
    border-radius: 2px !important;
}

.footer-section h4 {
    color: #ffffff !important;
    font-size: 1.1rem !important;
    margin-bottom: 20px !important;
    font-weight: 600 !important;
    position: relative !important;
    padding-bottom: 12px !important;
}

.footer-section h4::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 40px !important;
    height: 3px !important;
    background: #0284c7 !important;
    border-radius: 2px !important;
}

.footer-section p {
    color: #cbd5e1 !important;
    line-height: 1.7 !important;
    margin-bottom: 25px !important;
    font-size: 0.95rem !important;
}

.footer-section ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.footer-section ul li {
    margin-bottom: 12px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.footer-section ul li a {
    color: #cbd5e1 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    font-size: 0.95rem !important;
    display: inline-flex !important;
    align-items: center !important;
}

.footer-section ul li a:hover {
    color: #0284c7 !important;
    padding-left: 5px !important;
}

.footer-section ul li i {
    color: #0284c7 !important;
    font-size: 0.9rem !important;
    width: 18px !important;
}

.social-links {
    display: flex !important;
    gap: 12px !important;
    margin-top: 20px !important;
}

.social-links a {
    width: 45px !important;
    height: 45px !important;
    background: rgba(226, 232, 240, 0.08) !important;
    border: 2px solid rgba(226, 232, 240, 0.15) !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #cbd5e1 !important;
    font-size: 1.1rem !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
}

.social-links a:hover {
    background: #0284c7 !important;
    border-color: #0284c7 !important;
    color: white !important;
    transform: translateY(-4px) !important;
    box-shadow: 0 8px 16px rgba(2, 132, 199, 0.3) !important;
}

.social-links a:nth-child(1):hover {
    background: #1877f2 !important;
    border-color: #1877f2 !important;
}

.social-links a:nth-child(2):hover {
    background: #1da1f2 !important;
    border-color: #1da1f2 !important;
}

.social-links a:nth-child(3):hover {
    background: #0a66c2 !important;
    border-color: #0a66c2 !important;
}

.social-links a:nth-child(4):hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
    border-color: #bc1888 !important;
}

.footer-bottom {
    padding: 30px 0 !important;
    text-align: center !important;
}

.footer-bottom p {
    color: #94a3b8 !important;
    font-size: 0.9rem !important;
    margin: 0 !important;
}

.footer-bottom a {
    color: #cbd5e1 !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
    margin: 0 8px !important;
}

.footer-bottom a:hover {
    color: #0284c7 !important;
    text-decoration: underline !important;
}

@media (max-width: 968px) {
    .footer-content {
        grid-template-columns: 1fr 1fr !important;
        gap: 40px !important;
    }
}

@media (max-width: 640px) {
    .footer-content {
        grid-template-columns: 1fr !important;
        gap: 35px !important;
    }
    
    .footer {
        margin-top: 60px !important;
        padding: 50px 0 0 !important;
    }
}
