

.main-container-footer {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* Header Section */
.header-section-footer {
    text-align: center;
    padding: 80px 0 60px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.degree-text-footer{
    font-family: 'Oswald', sans-serif;
}

.main-title-footer {
    font-size: 3.5rem;
    font-weight: 300;
    letter-spacing: 8px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.main-title-footer .sourcing {
    color: #142044;
    font-family: 'Roboto', sans-serif;
}

.tagline {
    font-size: 1.2rem;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 80px;
    text-transform: uppercase;
}

/* Brand Section */
.brands-section {
    padding: 40px 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

.brand-item {
    text-align: center;
    padding: 20px;
}

.brand-logo {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.tscprint-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.color-squares {
    display: flex;
    gap: 3px;
}

.color-square {
    width: 20px;
    height: 20px;
    border-radius: 3px;
}

.color-square.red { background-color: #142044; }
.color-square.orange { background-color: #fd7e14; }
.color-square.yellow { background-color: #ffc107; }
.color-square.green { background-color: #28a745; }
.color-square.blue { background-color: #007bff; }
.color-square.purple { background-color: #6f42c1; }

.tsc-apparel .brand-logo {
    color: #142044;
}

.tsc-supply .brand-logo {
    color: #ffffff;
}

/* Footer Section */
.footer-section {
    background-color: #f5f5f5;
    padding: 60px 0 40px;
    border-top: 1px solid #333;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.footer-logo i {
    font-size: 2.5rem;
    color: #142044;
}

.footer-logo-text {
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.footer-logo-text .sourcing {
    color: #142044;
}

.copyright {
    font-size: 0.9rem;
    color: #888;
    margin-top: 20px;
}

.footer-title {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #888;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #142044;
}

.social-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.social-links a {
    color: #888;
    text-decoration: none;
    transition: color 0.3s ease;
}

.social-links a:hover {
    color: #142044;
}

/* Responsive Design */
@media (max-width: 768px) {
    .main-title {
        font-size: 2.5rem;
        letter-spacing: 4px;
    }

    .tagline {
        font-size: 1rem;
        letter-spacing: 1px;
    }

    .brand-logo {
        font-size: 1.5rem;
    }

    .footer-section {
        padding: 40px 0 20px;
    }

    .footer-logo-text {
        font-size: 1.2rem;
    }
    .footer-col{
        width: 33%;
    }
}
