        /* Modern Footer Styles */
        .footer-bg {
            background: linear-gradient(180deg, #031b4e 0%, #021639 100%);
            font-size: 0.95rem;
            padding: 2.5rem 0 0;
            position: relative;
        }
        
        .footer-bg::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
        }
        
        /* Typography */
        .footer-bg h6,
        .footer-bg .footer-col-title {
            color: #ffffff !important;
            font-weight: 600;
            font-size: 1rem;
            margin-bottom: 1rem;
            letter-spacing: 0.3px;
        }
        
        .footer-bg .ft-list,
        .footer-bg .ft-list li {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .footer-bg .ft-list li {
            margin-bottom: 0.5rem;
        }
        
        .footer-bg .ft-list a,
        .footer-bg .footer-link,
        .footer-bg p,
        .footer-bg li,
        .footer-bg .small {
            color: rgba(255, 255, 255, 0.75) !important;
            font-weight: 400;
            text-decoration: none;
            transition: all 0.3s ease;
            line-height: 1.6;
        }
        
        .footer-bg .ft-list a:hover,
        .footer-bg .footer-link:hover {
            color: #ffffff !important;
            padding-left: 4px;
        }
        
        .footer-bg .company-intro p {
            color: rgba(226, 236, 255, 0.90) !important;
            font-size: 0.95rem;
            line-height: 1.6;
        }
        
        /* Logo Section */
        .footer-logo-wrapper {
            margin-bottom: 1.5rem;
        }
        
        .footer-logo-wrapper img {
            transition: transform 0.3s ease, opacity 0.3s ease;
        }
        
        .footer-logo-wrapper img:hover {
            transform: scale(1.05);
            opacity: 0.9;
        }
        
        /* Link Columns */
        .footer-column {
            margin-bottom: 2rem;
        }
        
        .footer-column h6,
        .footer-column .footer-col-title {
            position: relative;
            padding-bottom: 0.75rem;
        }
        
        .footer-column h6::after,
        .footer-column .footer-col-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 40px;
            height: 2px;
            background: linear-gradient(90deg, rgba(255,255,255,0.5), transparent);
        }
        
        /* Collapsible Mobile Styles */
        .footer-toggle {
            cursor: pointer;
            user-select: none;
            -webkit-tap-highlight-color: transparent;
            width: 100%;
            padding: 1rem 0;
            border: none;
            background: none;
            text-align: left;
            color: #ffffff;
            font-weight: 600;
            font-size: 1rem;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }
        
        .footer-toggle-icon {
            display: inline-block;
            transition: transform 0.3s ease;
            font-size: 0.75rem;
            margin-left: 0.5rem;
        }
        
        .footer-toggle.active .footer-toggle-icon {
            transform: rotate(180deg);
        }
        
        .footer-column-content {
            transition: max-height 0.3s ease, opacity 0.3s ease;
            overflow: hidden;
        }
        
        /* Contact Section */
        .footer-contact-item {
            display: flex;
            align-items: flex-start;
            margin-bottom: 0.75rem;
            padding: 0.25rem 0;
        }
        
        .footer-contact-item i {
            margin-right: 0.75rem;
            margin-top: 0.2rem;
            color: rgba(255, 255, 255, 0.6);
            font-size: 1rem;
            min-width: 18px;
        }
        
        .footer-contact-item a {
            display: flex;
            align-items: center;
            flex: 1;
            font-size: 0.9rem;
        }
        
        /* Social Media Section */
        .footer-social-wrapper {
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(10px);
            padding: 1rem 1.25rem;
            border-radius: 12px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }
        
        .footer-social-wrapper:hover {
            background: rgba(255, 255, 255, 0.08);
            border-color: rgba(255, 255, 255, 0.15);
        }
        
        .footer-social-links {
            display: flex;
            flex-wrap: wrap;
            gap: 0.5rem;
            align-items: center;
        }
        
        .footer-social-links a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 36px;
            height: 36px;
            border-radius: 8px;
            background: rgba(255, 255, 255, 0.1);
            transition: all 0.3s ease;
        }
        
        .footer-social-links a:hover {
            background: rgba(255, 255, 255, 0.2);
            transform: translateY(-2px);
        }
        
        .footer-social-links a img {
            width: 20px;
            height: 20px;
            transition: transform 0.3s ease;
        }
        
        .footer-social-links a:hover img {
            transform: scale(1.1);
        }
        
        /* Divider */
        .footer-divider {
            border: 0;
            border-top: 1px solid rgba(255, 255, 255, 0.12);
            margin: 2rem 0;
        }
        
        /* Callback Section */
        .footer-callback-section {
            background: rgba(255, 255, 255, 0.03);
            padding: 1.5rem;
            border-radius: 12px;
            border: 1px solid rgba(255, 255, 255, 0.08);
        }
        
        .footer-bg .fb-like-wrapper {
            min-height: 24px;
        }
        
        .footer-bg .fb-like-wrapper iframe {
            max-width: 100%;
        }
        
        /* Footer Bottom */
        .footer-bottom {
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            padding: 1.25rem 0;
            margin-top: 2rem;
        }
        
        .footer-bottom-links {
            display: flex;
            flex-wrap: wrap;
            gap: 0.75rem;
            justify-content: center;
            align-items: center;
        }
        
        .footer-bottom-links li {
            position: relative;
        }
        
        .footer-bottom-links li:not(:last-child)::after {
            content: 'â€¢';
            position: absolute;
            right: -0.5rem;
            color: rgba(255, 255, 255, 0.3);
        }
        
        .footer-bottom-links a {
            padding: 0.25rem 0.5rem;
            border-radius: 4px;
            transition: all 0.2s ease;
            font-size: 0.85rem;
        }
        
        .footer-bottom-links a:hover {
            background: rgba(255, 255, 255, 0.1);
            color: #ffffff !important;
        }
        
        /* Copyright */
        .footer-copyright {
            background: #000000;
            padding: 1rem 0;
            border-top: 1px solid rgba(255, 255, 255, 0.2);
        }
        
        /* Ensure sufficient contrast for copyright text - WCAG AA compliant */
        .footer-copyright p,
        .footer-copyright .text-white {
            color: #ffffff !important;
            font-weight: 500;
        }
        
        .footer-copyright .small {
            color: #ffffff !important;
            font-weight: 500;
        }
        
        /* Desktop: Always show content */
        @media (min-width: 769px) {
            .footer-column-content {
                max-height: none !important;
                opacity: 1 !important;
            }
            
            .footer-toggle {
                display: none !important;
            }
        }
        
        /* Mobile: Collapsible sections */
        @media (max-width: 768px) {
            .footer-bg {
                padding: 1.5rem 0 0;
            }
            
            .footer-column {
                margin-bottom: 0;
                border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            }
            
            .footer-column:last-child {
                border-bottom: none;
            }
            
            .footer-column h6::after,
            .footer-column .footer-col-title::after {
                display: none;
            }
            
            .footer-column-content {
                max-height: 0;
                opacity: 0;
                padding: 0;
            }
            
            .footer-column-content.active {
                max-height: 2000px;
                opacity: 1;
                padding: 0 0 1rem 0;
            }
            
            .footer-social-wrapper {
                padding: 0.875rem 1rem;
            }
            
            .footer-social-links {
                justify-content: flex-start;
            }
            
            .footer-callback-section {
                padding: 1.25rem;
            }
            
            .footer-contact-item {
                font-size: 0.9rem;
            }
        }

.footer-newsletter-section .footer-col-title {
    color: #ffffff !important;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.footer-newsletter-section {
    background: linear-gradient(135deg, rgba(18, 32, 137, 0.15), rgba(73, 49, 108, 0.15));
    border-radius: 12px;
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 1rem;
}

.newsletter-form .form-control {
    background-color: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #333;
    font-size: 0.9rem;
}

.newsletter-form .form-control:focus {
    background-color: #fff;
    border-color: #122089;
    box-shadow: 0 0 0 0.2rem rgba(18, 32, 137, 0.25);
    color: #333;
}

.newsletter-form .form-control::placeholder {
    color: #6c757d;
}

.newsletter-form .btn-primary {
    background: linear-gradient(135deg, rgba(18, 32, 137, 1) 0%, rgba(73, 49, 108, 1) 100%);
    border: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.newsletter-form .btn-primary:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(18, 32, 137, 0.3);
}

.newsletter-form .btn-primary:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.newsletter-form .spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.15em;
}

@media (max-width: 575.98px) {
    .footer-newsletter-section {
        padding: 1rem;
    }
    
    .newsletter-form .col-sm-5,
    .newsletter-form .col-sm-2 {
        margin-bottom: 0.5rem;
    }
}
