/* ========================================
   TOOLPLEX FOOTER STYLES
   All items aligned to LEFT
   ======================================== */

/* Main Footer Container */
.toolplex-footer {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
    color: #ffffff;
    padding: 3rem 0 2rem;
    margin-top: 2rem;
    width: 100%;
	 border-radius: 0px 0px 0px 0px;
}

.toolplex-footer-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* ===== GRID SYSTEM ===== */
.toolplex-footer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
}

@media (min-width: 640px) {
    .toolplex-footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
}

@media (min-width: 768px) {
    .toolplex-footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2.5rem;
    }
}

@media (min-width: 1024px) {
    .toolplex-footer-grid {
        grid-template-columns: repeat(5, 1fr);
        gap: 2rem;
    }
}

@media (min-width: 1280px) {
    .toolplex-footer-grid {
        gap: 2.5rem;
    }
}

/* ===== ALL CONTENT LEFT ALIGNED ===== */
.toolplex-footer div,
.toolplex-footer h4,
.toolplex-footer ul,
.toolplex-footer p,
.toolplex-footer .toolplex-brand,
.toolplex-footer .toolplex-social,
.toolplex-footer .toolplex-bottom-bar,
.toolplex-footer .toolplex-copyright,
.toolplex-footer .toolplex-badges,
.toolplex-footer .toolplex-heart,
.toolplex-footer .toolplex-back-to-top {
    text-align: left;
}

/* ===== BRAND COLUMN ===== */
.toolplex-brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    justify-content: flex-start;
}

.toolplex-brand-icon {
    width: 2.5rem;
    height: 2.5rem;
    background: linear-gradient(135deg, #3b82f6, #4f46e5);
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.toolplex-brand-icon i {
    font-size: 1.25rem;
    color: white;
}

.toolplex-brand-name {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    text-decoration: none;
    color: white;
}

.toolplex-brand-name span {
    color: #ff0000;
}

.toolplex-brand-description {
    color: #9ca3af;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}

/* Social Icons - Left Aligned */
.toolplex-social {
    display: flex;
    gap: 1rem;
    justify-content: flex-start;
}

.toolplex-social a {
    width: 2rem;
    height: 2rem;
    background-color: #1f2937;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none;
}

.toolplex-social a:hover {
    background-color: #3b82f6;
    transform: scale(1.1);
}

.toolplex-social a i {
    font-size: 0.875rem;
    color: white;
}

/* ===== COLUMN HEADINGS ===== */
.toolplex-footer h4 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: flex-start;
}

.toolplex-footer h4 i {
    font-size: 0.875rem;
}

/* ===== LISTS - ALL LEFT ALIGNED ===== */
.toolplex-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.toolplex-footer ul li {
    margin-bottom: 0.5rem;
    text-align: left;
}

.toolplex-footer ul li a {
    color: #9ca3af;
    text-decoration: none;
    font-size: 0.813rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.2s ease;
}

.toolplex-footer ul li a:hover {
    color: #ffffff;
    transform: translateX(4px);
}

.toolplex-footer ul li a i {
    font-size: 0.688rem;
    color: #60a5fa;
}

/* Spacing between sections in same column */
.toolplex-mb-8 {
    margin-bottom: 2rem;
}

/* ===== DIVIDER ===== */
.toolplex-divider {
    border-top: 1px solid #1f2937;
    margin: 2rem 0;
}

/* ===== BOTTOM BAR - ALL LEFT ALIGNED ===== */
.toolplex-bottom-bar {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
    font-size: 0.875rem;
}

@media (min-width: 768px) {
    .toolplex-bottom-bar {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

.toolplex-copyright {
    color: #6b7280;
    text-align: left;
    font-size: 0.75rem;
}

.toolplex-copyright i {
    margin-right: 0.25rem;
}

/* Trust Badges - Left Aligned */
.toolplex-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .toolplex-badges {
        justify-content: center;
    }
}

.toolplex-badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    color: #6b7280;
}

.toolplex-badge i.fa-shield-alt {
    color: #22c55e;
}

.toolplex-badge i.fa-cloud-upload-alt {
    color: #60a5fa;
}

.toolplex-badge i.fa-infinity {
    color: #a78bfa;
}

/* Heart Text - Left Aligned */
.toolplex-heart {
    text-align: left;
    font-size: 0.75rem;
    color: #6b7280;
}

@media (min-width: 768px) {
    .toolplex-heart {
        text-align: right;
    }
}

.toolplex-heart i {
    color: #ef4444;
    margin-right: 0.25rem;
}

/* Back to Top - Left Aligned */
.toolplex-back-to-top {
    text-align: left;
    margin-top: 1.5rem;
}

.toolplex-back-to-top a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    color: #6b7280;
    text-decoration: none;
    transition: all 0.2s ease;
}

.toolplex-back-to-top a:hover {
    color: #60a5fa;
}

/* ===== TEXT COLORS ===== */
.text-red-400 { color: #f87171; }
.text-green-400 { color: #4ade80; }
.text-yellow-400 { color: #facc15; }
.text-purple-400 { color: #c084fc; }
.text-cyan-400 { color: #22d3ee; }
.text-blue-400 { color: #60a5fa; }

/* ===== RESPONSIVE ADJUSTMENTS ===== */
@media (max-width: 640px) {
    .toolplex-footer-container {
        padding: 0 1rem;
    }
    
    .toolplex-footer h4 {
        font-size: 0.938rem;
    }
    
    .toolplex-footer ul li a {
        font-size: 0.75rem;
    }
    
    .toolplex-brand-name {
        font-size: 1.25rem;
    }
    
    .toolplex-badges {
        gap: 1rem;
        justify-content: flex-start;
    }
    
    .toolplex-heart {
        text-align: left;
    }
}