/* Enhanced Footer Styles */
.footer {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%) !important;
    border-top: 1px solid rgba(74, 144, 226, 0.2) !important;
    padding: 0 !important;
    position: relative;
    overflow: hidden;
}
/* Footer */
.company-info{
    max-width: 40rem;
}


.footer-section{
    padding: 0 4rem;
}
.footer-section h4 {
    margin-bottom: 1rem;
    color: var(--accent-blue);
}

.footer-section a {
    color: #bdc3c7;
    text-decoration: none;
    transition: color 0.3s ease;

}

.footer-section a:hover {
    color: var(--accent-blue);
}


.social-links {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: rgba(114, 145, 215, 0.1);
    border-radius: 50%;
    color: var(--accent-blue);
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background: var(--accent-blue);
    color: white;
    transform: translateY(-3px);
}

.copyright {
    color: #6B7280;
    font-size: 0.9rem;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #4A90E2, transparent);
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 1rem;
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1.5fr;
    gap: 2rem;
    margin-bottom: 2.5rem;
    
}


/* Company Info Section */

.footer-logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.footer-logo-img {
    width: 32px;
    height: 32px;
    border-radius: 6px;
}

.footer-logo h4 {
    color: white !important;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
}

.company-description {
    color: #94a3b8 !important;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
}

.footer-certifications {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.cert-badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #4A90E2 !important;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0.5rem 0.75rem;
    background: rgba(74, 144, 226, 0.1);
    border: 1px solid rgba(74, 144, 226, 0.2);
    border-radius: 6px;
    width: fit-content;
}

.cert-badge i {
    font-size: 0.75rem;
}

/* Footer Sections */
.footer-title {
    color: white !important;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
    position: relative;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    width: 30px;
    height: 2px;
    background: #4A90E2;
    border-radius: 1px;
}

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

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

.footer-links a {
    color: #94a3b8 !important;
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    position: relative;
}

.footer-links a:hover {
    color: #4A90E2 !important;
    transform: translateX(4px);
}

.footer-links a::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 1px;
    background: #4A90E2;
    transition: width 0.3s ease;
}

.footer-links a:hover::before {
    width: 10px;
}

/* Contact Information */
.contact-details {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.contact-item i {
    color: #4A90E2;
    font-size: 1rem;
    margin-top: 0.125rem;
    min-width: 16px;
}

.contact-text {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.contact-text strong {
    color: white;
    font-size: 0.875rem;
    font-weight: 600;
}

.contact-text span,
.contact-text a {
    color: #94a3b8 !important;
    font-size: 0.875rem;
    text-decoration: none;
    line-height: 1.4;
}

.contact-text a:hover {
    color: #4A90E2 !important;
}

.business-hours {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
    padding: 0.5rem 0.75rem;
    background: rgba(30, 41, 59, 0.5);
    border-radius: 6px;
    border: 1px solid rgba(74, 144, 226, 0.2);
}

.business-hours i {
    color: #4A90E2;
    font-size: 0.875rem;
}

.business-hours span {
    color: #94a3b8;
    font-size: 0.875rem;
    font-weight: 500;
}

/* Footer Bottom */
.footer-bottom {
    text-align: center;
    color: #bdc3c7;
    border-top: 1px solid rgba(74, 144, 226, 0.2);
    padding: 1.5rem 0;
}


.footer-bottom-content {
    display: grid;
    justify-content: center;
    gap: 30px;
    align-items: center;
}

.footer-legal {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.footer-legal a {
    color: #94a3b8 !important;
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.3s ease;
}

.footer-legal a:hover {
    color: #4A90E2 !important;
}

.separator {
    color: #475569;
    font-size: 0.875rem;
}

.footer-social {
    display: flex;
    align-items: center;
    justify-content: center;
    /* gap: 1rem; */
}

.social-label {
    color: #94a3b8;
    font-size: 0.875rem;
    font-weight: 500;
}

.social-links {
    display: flex;
    gap: 0.75rem;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: rgba(74, 144, 226, 0.1);
    border: 1px solid rgba(74, 144, 226, 0.2);
    border-radius: 8px;
    color: #4A90E2 !important;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-link:hover {
    background: rgba(74, 144, 226, 0.2);
    border-color: #4A90E2;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(74, 144, 226, 0.3);
}

.social-link i {
    font-size: 1rem;
}

.footer-copyright {
    text-align: center;
    padding-top: 1rem;
    border-top: 1px solid rgba(74, 144, 226, 0.1);
}

.footer-copyright p {
    color: #64748b !important;
    font-size: 0.875rem;
    margin: 0;
    line-height: 1.4;
}

/* Responsive Footer */
@media (max-width: 1024px) {
    .footer-content {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 2rem;
    }
    
    .footer-section.company-info {
        grid-column: 1 / -1;
        max-width: 100%;
        margin-bottom: 1rem;
    }
}

@media (max-width: 768px) {
    .footer-container {
        padding: 2rem 1rem 0;
    }
    
    .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem;
    }
    
    .footer-section.company-info {
        grid-column: 1 / -1;
    }
    
    .footer-bottom-content {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .footer-legal {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .footer-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .footer-certifications {
        flex-direction: column;
    }
    
    .cert-badge {
        width: 100%;
        justify-content: center;
    }
    
    .contact-item {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .footer-legal {
        flex-direction: column;
        gap: 0.75rem;
    }
    
    .separator {
        display: none;
    }
}

/* Footer Enhancements */
.footer-certifications {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.cert {
    background: rgba(74, 144, 226, 0.1);
    color: #4A90E2;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 500;
    border: 1px solid rgba(74, 144, 226, 0.2);
}

.footer-legal {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.footer-legal a {
    color: #94a3b8;
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.3s ease;
}

.footer-legal a:hover {
    color: #4A90E2;
}

.business-hours {
    margin-top: 1rem;
}

.business-hours small {
    color: #94a3b8;
    font-style: italic;
}
/* Enhanced Footer Styles */
.footer {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%) !important;
    border-top: 1px solid rgba(74, 144, 226, 0.2) !important;
    padding: 0 !important;
    position: relative;
    overflow: hidden;
}
