﻿/* Footer Styles */
.main-footer {
    background: linear-gradient(135deg, #1b5e20 0%, #2e7d32 100%);
    color: white;
    margin-top: auto;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Footer Top Section */
.footer-top {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    padding: 3rem 0 2rem;
}

.footer-section h4 {
    color: #c8e6c9;
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
    font-weight: 600;
}

/* Footer Logo */
.footer-logo {
    margin-bottom: 1.5rem;
}

    .footer-logo .logo-icon {
        width: 60px;
        height: 60px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1rem;
    }

        .footer-logo .logo-icon i {
            font-size: 28px;
            color: #c8e6c9;
        }

    .footer-logo h3 {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
        color: white;
    }

.footer-tagline {
    color: #c8e6c9;
    font-size: 0.9rem;
}

/* Social Links */
.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.social-link {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .social-link:hover {
        background: #4caf50;
        transform: translateY(-3px);
    }

/* Footer Links */
.footer-links {
    list-style: none;
}

    .footer-links li {
        margin-bottom: 0.75rem;
    }

    .footer-links a {
        color: #e8f5e9;
        text-decoration: none;
        transition: color 0.3s ease;
        display: block;
    }

        .footer-links a:hover {
            color: white;
            padding-left: 5px;
        }

/* Contact Info */
.contact-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

    .contact-item i {
        color: #c8e6c9;
        margin-top: 2px;
        min-width: 16px;
    }

    .contact-item span {
        color: #e8f5e9;
        font-size: 0.9rem;
        line-height: 1.4;
    }

/* Footer Bottom Section */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.5rem 0;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom p {
    color: #c8e6c9;
    font-size: 0.9rem;
}

.footer-legal {
    display: flex;
    gap: 2rem;
}

    .footer-legal a {
        color: #c8e6c9;
        text-decoration: none;
        font-size: 0.9rem;
        transition: color 0.3s ease;
    }

        .footer-legal a:hover {
            color: white;
        }

/* Responsive Design */
@media (max-width: 768px) {
    .footer-top {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 2rem 0 1.5rem;
        text-align: center;
    }

    .footer-bottom-content {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .footer-legal {
        gap: 1rem;
    }

    .social-links {
        justify-content: center;
    }

    .contact-item {
        justify-content: center;
        text-align: left;
    }
}

@media (max-width: 480px) {
    .footer-container {
        padding: 0 15px;
    }

    .footer-top {
        gap: 1.5rem;
    }

    .footer-legal {
        flex-direction: column;
        gap: 0.5rem;
    }

    .footer-logo h3 {
        font-size: 1.3rem;
    }
}
/* Footer Styles */
.main-footer {
    background: linear-gradient(135deg, #1b5e20 0%, #2e7d32 100%);
    color: white;
    margin-top: auto;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Footer Top Section */
.footer-top {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    padding: 3rem 0 2rem;
}

.footer-section h4 {
    color: #c8e6c9;
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
    font-weight: 600;
}

/* Footer Logo */
.footer-logo {
    margin-bottom: 1.5rem;
}

    .footer-logo .logo-icon {
        width: 60px;
        height: 60px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 1rem;
    }

        .footer-logo .logo-icon i {
            font-size: 28px;
            color: #c8e6c9;
        }

    .footer-logo h3 {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
        color: white;
    }

.footer-tagline {
    color: #c8e6c9;
    font-size: 0.9rem;
}

/* Social Links */
.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 1.5rem;
}

.social-link {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .social-link:hover {
        background: #4caf50;
        transform: translateY(-3px);
    }

/* Footer Links */
.footer-links {
    list-style: none;
}

    .footer-links li {
        margin-bottom: 0.75rem;
    }

    .footer-links a {
        color: #e8f5e9;
        text-decoration: none;
        transition: color 0.3s ease;
        display: block;
    }

        .footer-links a:hover {
            color: white;
            padding-left: 5px;
        }

/* Contact Info */
.contact-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

    .contact-item i {
        color: #c8e6c9;
        margin-top: 2px;
        min-width: 16px;
    }

    .contact-item span {
        color: #e8f5e9;
        font-size: 0.9rem;
        line-height: 1.4;
    }

/* Updated Footer Bottom Section */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.5rem 0;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.footer-copyright {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

    .footer-copyright p {
        color: #c8e6c9;
        font-size: 0.9rem;
        margin: 0;
    }

.website-credit {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: #c8e6c9;
}

.credit-link {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    color: #a5d6a7;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
}

    .credit-link:hover {
        color: white;
        background: rgba(255, 255, 255, 0.1);
        transform: translateY(-1px);
    }

    .credit-link .company-name {
        font-weight: 700;
    }

    .credit-link i {
        font-size: 0.7rem;
        opacity: 0.8;
    }

.footer-legal {
    display: flex;
    gap: 2rem;
}

    .footer-legal a {
        color: #c8e6c9;
        text-decoration: none;
        font-size: 0.9rem;
        transition: color 0.3s ease;
    }

        .footer-legal a:hover {
            color: white;
        }

/* Responsive Design */
@media (max-width: 768px) {
    .footer-top {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 2rem 0 1.5rem;
        text-align: center;
    }

    .footer-bottom-content {
        flex-direction: column;
        gap: 1.5rem;
        text-align: center;
    }

    .footer-copyright {
        align-items: center;
    }

    .website-credit {
        flex-direction: column;
        gap: 0.3rem;
    }

    .footer-legal {
        gap: 1rem;
    }

    .social-links {
        justify-content: center;
    }

    .contact-item {
        justify-content: center;
        text-align: left;
    }
}

@media (max-width: 480px) {
    .footer-container {
        padding: 0 15px;
    }

    .footer-top {
        gap: 1.5rem;
    }

    .footer-legal {
        flex-direction: column;
        gap: 0.5rem;
    }

    .footer-logo h3 {
        font-size: 1.3rem;
    }

    .footer-bottom-content {
        gap: 1rem;
    }

    .website-credit {
        font-size: 0.8rem;
    }
}