/* FOOTER STYLES */
footer { background: #2c3e50; color: #bdc3c7; padding: 60px 5%; text-align: left; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1.5fr; gap: 40px; max-width: 1200px; margin: 0 auto; }
.footer-col h4 { color: #ffffff !important; margin-bottom: 25px; font-size: 20px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; display: block; border-bottom: 2px solid #27ae60; padding-bottom: 8px; width: fit-content; }
.footer-grid h4 { color: white !important; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 12px; }
.footer-links a { color: #bdc3c7; text-decoration: none; transition: 0.3s; font-size: 15px; }
.footer-links a:hover { color: #27ae60; }
.contact-info p { font-size: 15px; margin: 0 0 10px 0; line-height: 1.6; color: #bdc3c7; }
.footer-bottom { border-top: 1px solid #3e5871; margin-top: 40px; padding-top: 20px; text-align: center; font-size: 14px; }

@media (max-width: 768px) {
    .footer-grid { grid-template-columns: 1fr; gap: 30px; text-align: center; }
    .footer-col h4 { margin: 0 auto 25px auto; }
}
.social-icons a:hover {
    color: #27ae60 !important; /* Ye wahi green color hai jo aapne logo mein use kiya hai */
    transition: 0.3s;
}