
        footer {
            background-color: #2f6334;
            /* Same green as your screenshot */
            color: white;
            padding: 40px 0 10px;
        }

        .footer-links a {
            color: white;
            text-decoration: none;
            margin: 0 10px;
            font-weight: 600;
    font-size: 16px;
        }

        .footer-links a:hover {
            text-decoration: underline;
        }

        /* .email-section i {
            font-size: 20px;
            margin-right: 8px;
            font-weight: 600;
        } */




        .email-section {
    display: flex;
    align-items: center;
    justify-content: center; 
    padding: 10px 0;
    color: white;
}

.mail {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    color: #ffffff; 
    transition: color 0.3s ease;
    font-weight: 400;;
}

.mail:hover {
    color: #0d6efd; 
    text-decoration: underline;
}

.mail i {
    font-size: 20px;
    color: white !important;
}

        .social-icons a {
            background-color: white;
            color: #2f6334;
            border-radius: 50%;
            padding:   6px 10px 10px 10px;
            font-size: 1.2rem;
            margin: 0 6px;
            display: inline-block;
            width: 40px;
            height: 40px;
            font-weight: 700;
        }

        .footer-bottom {
            border-top: 1px solid white;
            font-size: 0.85rem;
            padding-top: 10px;
        }
