.footer-section {
    background-color: #ffffff;
    padding: 4rem 2rem 1rem;
    font-family: Arial, sans-serif;
}

.footer-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

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

@media (min-width: 768px) {
    .footer-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.brand-column {
    max-width: 350px;
}

.brand-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #333;
}

.brand-description {
    color: #666;
    line-height: 1.6;
    font-size: 0.95rem;
}

.nav-column h2 {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    color: #333;
}

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

.nav-item {
    margin-bottom: 0.75rem;
}

.nav-link {
    color: #666;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #0077cc;
}

.copyright-text {
    text-align:center;
    color: #000000;
    font-size: 0.9rem;
    padding-top: 2rem;
    border-top: 1px solid #eee;
    
}

.hey{
    font-weight: 300;
    font-family: "Poppins";
}