/*=============================================
=            Footer Styles (Dark)            =
=============================================*/

/* General Footer Styling */
.footer {
    background-color: #484848; /* Dark grey */
    color: #f2f2f2; /* Light text */
    padding: 90px 0 20px;
    font-family: 'Inter', 'Arial', sans-serif;
    border-top: 1px solid #3d3d3d;
}

.footer-main { display:flex; justify-content:space-between; flex-wrap:wrap; max-width:1200px; margin:0 auto; padding:0 20px; }
.footer-column { flex:1; min-width:220px; margin-bottom:30px; }

/* Eleman Column */
.footer-eleman .footer-logo { width: 150px; margin-bottom: 8px; filter: brightness(0) invert(1); }
.footer-company-name { font-size: 18px; font-weight: 800; margin: 0 0 8px; color:#fff; }
.footer-eleman .footer-description { font-size: 14px; line-height: 1.7; margin-bottom: 12px; max-width: 320px; color:#e6e6e6; }

/* Social Icons */
.footer-social img { width: 28px; height: 28px; opacity: 0.9; transition: opacity 0.3s ease; }
.footer-social a + a { margin-left: 12px; }
.footer-social a:hover img { opacity: 1; }
.footer-social.inline { margin-top: 14px; }

/* Footer Headings */
.footer-heading { font-size: 18px; font-weight: 700; margin-bottom: 16px; color: #ffffff; }

/* Footer Links */
.footer-links { padding-left: 0; list-style: none; }
.footer-links li { margin-bottom: 10px; }
.footer-links a { color: #f2f2f2; text-decoration: none; font-size: 14px; transition: opacity 0.2s ease; }
.footer-links a:hover { opacity: 0.85; text-decoration: underline; }

/* Call / Email action buttons */
.footer-actions { display: flex; flex-direction: column; gap: 10px; margin-bottom: 12px; }
.action-btn { display: inline-flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 10px; text-decoration: none; font-weight: 600; font-size: 14px; }
.action-btn i { width: 16px; }
.action-btn.call { background: #3b3b3b; color: #eaf2ff; border: 1px solid #5a5a5a; }
.action-btn.email { background: #3b3b3b; color: #eaf2ff; border: 1px solid #5a5a5a; }
.action-btn:hover { background:#2f2f2f; }

/* Free Consultation button override */
.footer-consultation { display: inline-block; background-color: #ffffff; color: #111 !important; padding: 10px 15px; border-radius: 8px; font-weight: 800; margin-top: 8px; transition: background-color 0.2s ease, transform 0.1s; border: 1px solid #dadada; }
.footer-consultation:hover { background-color: #f2f2f2; text-decoration: none !important; }

/* Hours + social (font icons) under contact */
.fb-hours { color:#ddd; font-size:12px; margin:8px 0; }
.fb-social { display:flex; align-items:center; gap:16px; }
.fb-social a { color:#ffffff; font-size:20px; }
.fb-social a:hover { opacity:.9; }

/* Mobile-specific styles for social media icons */
@media (max-width: 768px) {
    .fb-social {
        justify-content: center;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .fb-social {
        justify-content: center;
        width: 100%;
        margin: 0 auto;
    }
}

/* Latest from Ideas */
.footer-ideas { max-width: 1200px; margin: 14px auto 0; padding: 0 20px; }
.footer-ideas .ideas-list { list-style: none; padding-left: 0; margin: 8px 0 0; }
.footer-ideas .ideas-list li { margin: 6px 0; }
.footer-ideas .ideas-list a { font-size: 12px; color: #d8e6ff; text-decoration: none; }
.footer-ideas .ideas-list a:hover { text-decoration: underline; }

/* Certifications Section */
.footer-certs { text-align: center; margin-top: 30px; padding-top: 24px; border-top: 1px solid #3d3d3d; }
.cert-logos { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 14px; }
.cert-logos img { height: 46px; opacity: 0.9; transition: opacity 0.3s ease; filter: grayscale(10%); }
.cert-logos img:hover { opacity: 1; filter:none; }

/* Land Acknowledgement */
.footer-acknowledgement { text-align: center; font-size: 13px; color: #e0e0e0; max-width: 900px; margin: 28px auto; padding: 16px; border-top: 1px solid #3d3d3d; border-bottom: 1px solid #3d3d3d; line-height: 1.8; }

/* Footer Bottom */
.footer-bottom { display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: 16px auto 0; padding: 0 20px; font-size: 12px; color: #e0e0e0; }
.footer-legal { list-style:none; padding-left:0; margin:0; }
.footer-legal a { color: #e0e0e0; text-decoration: none; margin-left: 15px; }
.footer-legal a:hover { text-decoration: underline; }

/* Responsive Design */
@media (max-width: 992px) {
    .footer-main { flex-direction: column; align-items: center; text-align: center; }
    .footer-column { min-width: 100%; }
    .footer-eleman { display:flex; flex-direction:column; align-items:center; }
    .footer-eleman .footer-logo { display:block; margin: 0 auto 8px; }
    .footer-eleman .footer-description { margin-left: auto; margin-right: auto; }
    .footer-social { justify-content: center; }
    .footer-actions { align-items:center; }
}

@media (max-width: 576px) {
    .footer-bottom { flex-direction: column; text-align: center; gap:8px; }
    .footer-legal { margin-top: 4px; }
    .footer-legal li { display: inline; margin: 0 5px; }
}
