/* ============================================================
   footer.css — SMARTICINIG.click
   ============================================================ */

body {
    background-image: url('images/email-pattern.png');
}

/* ── Main footer wrapper ─────────────────────────────────── */
.new_footer_area,
.new_footer_area.bg_color {
    background: #f8f9fa !important;
    color: #333;
    font-family: inherit;
    position: relative;
    border-top: 2px solid #05B163; /* Matches header's bottom border */
}

/* ── Top section ─────────────────────────────────────────── */
.new_footer_top {
    padding: 60px 20px;
    position: relative;
    overflow-x: hidden;
}

/* ── Logo + About column ─────────────────────────────────── */
.footer-brand p {
    font-size: 0.95rem; /* Matches header nav size */
    line-height: 1.7;
    color: #555;
    max-width: 320px;
    margin-top: 14px;
}

.footer-brand .footer-yt-link {
    font-size: 0.85rem;
    color: #888;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
}

.footer-brand .footer-yt-link:hover {
    color: #05B163;
}

/* ── Section headings (Matched to .header-section-label) ──── */
.footer-nav-col h6,
.footer-calendar-col h6 {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #05B163;
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 2px solid #05B163;
    display: inline-block; /* Minimalist underline */
    width: auto;
}

/* ── Nav links (Matched to header nav-link) ──────────────── */
.footer-nav-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-nav-col ul li a {
    display: block;
    font-size: 0.95rem;
    color: #333;
    text-decoration: none;
    padding: 8px 0;
    border-bottom: 1px solid transparent;
    transition: color 0.15s, background-color 0.15s;
    min-height: 44px;
}

.footer-nav-col ul li a:hover {
    color: #05B163;
    background-color: rgba(5,177,99,0.04);
    text-decoration: none;
}

/* ── Login / Profile button (Matched to .header-login-btn) ── */
.footer-login-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    padding: 10px 22px;
    background-color: #05B163;
    color: #fff !important;
    font-size: 0.95rem;
    font-weight: 700;
    border-radius: 0; /* Consistent no-radius */
    text-decoration: none !important;
    min-height: 44px;
    transition: background-color 0.2s;
    width: 100%;
}

.footer-login-btn:hover {
    background-color: #049955;
    color: #fff !important;
}

.footer-settings-link,
.footer-logout-link {
    display: block;
    padding: 10px 0;
    font-size: 0.9rem;
    color: #888;
    text-decoration: none;
    min-height: 44px;
}

.footer-settings-link:hover,
.footer-logout-link:hover {
    color: #05B163;
}

/* ── Calendar column ─────────────────────────────────────── */
.footer-calendar-col .calendar-hint {
    font-size: 0.9rem;
    color: #777;
    margin-bottom: 16px;
}

.footer-calendar-col .datepicker_input {
    background: #fff;
    border: 1px solid #dee2e6;
    color: #333;
    border-radius: 0;
    height: 44px;
}

.footer-calendar-col .btn-go {
    background-color: #05B163;
    color: #fff;
    border: none;
    border-radius: 0;
    padding: 0 20px;
    font-weight: 700;
    height: 44px;
    transition: background-color 0.2s;
}

/* ── Bottom bar ──────────────────────────────────────────── */
.new_footer_area .footer_bottom {
    padding: 20px 0;
    font-size: 0.85rem;
    color: #888;
    background: #f1f3f5;
    border-top: 1px solid #dee2e6;
}

/* ── Cookie consent banner ───────────────────────────────── */
.cookie-consent-banner {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f8f9fa;
    border-top: 2px solid #05B163;
    padding: 20px;
    z-index: 9999;
	text-align: center;
}

.cookie-consent-button {
    border: none;
    padding: 10px 24px;
    font-weight: 700;
    border-radius: 0;
    min-height: 44px;
}

/* ── Mobile Tweaks ───────────────────────────────────────── */
@media (max-width: 767.98px) {
    .footer-brand, .footer-nav-col, .footer-calendar-col {
        padding-left: 1rem;
        padding-right: 1rem;
        margin-bottom: 40px;
    }
    
    .footer-nav-col h6, .footer-calendar-col h6 {
        display: block;
        width: 100%; /* Full width divider on mobile */
    }
}
