/* ======================================================================
 * 123B E-E-A-T SEO 2026 Footer Styles — Fixed & Polished
 * Updated: 2026-07-26
 * ===================================================================== */

/* ----- Footer container ----- */
.footer-eeat-2026 {
    background-color: rgb(7, 2, 2) !important;
    background-image: linear-gradient(180deg, rgb(7, 2, 2) 0%, rgb(20, 8, 8) 100%);
    border-top: 3px solid #ffd700;
    color: #d8d8d8;
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    clear: both;
}

.footer-eeat-2026 .container,
.footer-eeat-2026 .row {
    max-width: 1200px;
}

/* ----- Override Flatsome's column auto-padding (so col-inner doesn't double) ----- */
.footer-eeat-2026 .col,
.footer-eeat-2026 .col-inner {
    padding-bottom: 0 !important;
}

/* ----- Override Flatsome title font-size:18% (Flatsome bug) ----- */
.footer-eeat-2026 .section-title,
.footer-eeat-2026 .section-title-main {
    font-size: inherit !important;
    line-height: 1.3 !important;
}

/* ----- Card-style columns ----- */
.footer-eeat-2026 .footer-eeat-card {
    background: rgba(20, 10, 10, 0.6);
    border: 1px solid rgba(255, 215, 0, 0.15);
    border-radius: 8px;
    padding: 18px 16px 22px 16px;
    height: 100%;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.footer-eeat-2026 .footer-eeat-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(255, 215, 0, 0.2);
    border-color: rgba(255, 215, 0, 0.55);
}

/* ----- Footer card titles ----- */
.footer-eeat-2026 .footer-eeat-title {
    color: #ffd700 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 1px solid rgba(255, 215, 0, 0.3);
    padding-bottom: 8px;
    margin: 0 0 12px 0 !important;
    line-height: 1.3;
}

/* ----- FAQ heading H2 ----- */
.footer-eeat-2026 .footer-eeat-h2 {
    color: #ffd700 !important;
    font-size: 26px !important;
    font-weight: 700 !important;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 25px 0 !important;
    padding: 0;
}

/* ----- FAQ H3 questions ----- */
.footer-eeat-2026 .footer-eeat-h3 {
    color: #ffd700 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    margin: 0 0 8px 0 !important;
    padding: 0;
    line-height: 1.4;
}

/* ----- Badge H4 (trust badges) ----- */
.footer-eeat-2026 .footer-eeat-h4 {
    color: #ffd700 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-align: center;
    margin: 0 0 8px 0 !important;
    padding: 0;
}

/* ----- Badge card ----- */
.footer-eeat-2026 .footer-eeat-badge {
    border: 1px solid rgba(255, 215, 0, 0.2);
    border-radius: 6px;
    background: rgba(20, 10, 10, 0.5);
    padding: 12px 8px;
    margin-bottom: 12px;
    transition: border-color 0.25s ease, transform 0.25s ease;
    height: 100%;
}

.footer-eeat-2026 .footer-eeat-badge:hover {
    border-color: #ffd700;
    transform: translateY(-2px);
}

.footer-eeat-2026 .footer-eeat-badge-text {
    color: #ccc !important;
    font-size: 12px !important;
    text-align: center;
    line-height: 1.5;
    margin: 0 !important;
}

.footer-eeat-2026 .footer-eeat-badge-text strong {
    color: #ffd700 !important;
}

/* ----- Text inside cards ----- */
.footer-eeat-2026 .footer-eeat-text {
    color: #d8d8d8 !important;
    font-size: 13px !important;
    line-height: 1.65 !important;
    margin: 0 0 10px 0 !important;
}

.footer-eeat-2026 .footer-eeat-text:last-child {
    margin-bottom: 0 !important;
}

.footer-eeat-2026 .footer-eeat-text strong {
    color: #ffd700;
}

.footer-eeat-2026 .footer-eeat-small {
    font-size: 12px !important;
    color: #aaa !important;
}

/* ----- Footer label (contact field label) ----- */
.footer-eeat-2026 .footer-eeat-label {
    color: #ffd700;
    font-weight: 700;
}

/* ----- Footer menu list (custom shortcode) ----- */
.footer-eeat-2026 .footer-menu-list {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

.footer-eeat-2026 .footer-menu-list li {
    margin: 0 0 8px 0 !important;
    padding: 0 0 0 14px !important;
    line-height: 1.5;
    position: relative;
    list-style: none !important;
}

.footer-eeat-2026 .footer-menu-list li::before {
    content: "▸";
    color: #ffd700;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 11px;
}

.footer-eeat-2026 .footer-menu-list li a {
    color: #d8d8d8 !important;
    font-size: 13px !important;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease, padding-left 0.2s ease;
}

.footer-eeat-2026 .footer-menu-list li a:hover,
.footer-eeat-2026 .footer-menu-list li a:focus {
    color: #ffd700 !important;
    padding-left: 4px;
    text-decoration: none;
}

.footer-eeat-2026 .footer-menu-list.sub {
    margin: 6px 0 0 8px !important;
}

/* ----- Inline links in text ----- */
.footer-eeat-2026 p a,
.footer-eeat-2026 .footer-menu-list a {
    color: #ffd700 !important;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-eeat-2026 p a:hover,
.footer-eeat-2026 p a:focus {
    color: #ffffff !important;
    text-decoration: underline;
}

/* ----- Dividers ----- */
.footer-eeat-2026 .footer-eeat-divider {
    width: 80%;
    height: 2px;
    margin: 0 auto 25px auto;
    background: linear-gradient(90deg, transparent 0%, #ffd700 50%, transparent 100%);
    opacity: 0.7;
}

.footer-eeat-2026 .footer-eeat-divider-thin {
    width: 100%;
    height: 1px;
    margin: 0 auto 18px auto;
    background: linear-gradient(90deg, transparent 0%, rgba(255,215,0,0.4) 50%, transparent 100%);
}

/* ----- Copyright area ----- */
.footer-eeat-2026 .footer-eeat-copyright {
    text-align: center;
    padding: 0 16px;
    margin-top: 10px;
}

.footer-eeat-2026 .footer-eeat-copyright p {
    color: #aaa !important;
    font-size: 12px !important;
    line-height: 1.7;
    margin: 0 0 6px 0 !important;
}

.footer-eeat-2026 .footer-eeat-copyright strong {
    color: #ffd700 !important;
}

.footer-eeat-2026 .footer-eeat-copyright time {
    color: #ffd700;
    font-weight: 600;
}

.footer-eeat-2026 .footer-eeat-copyright-links a {
    color: #ffd700 !important;
    text-decoration: none;
    margin: 0 4px;
}

.footer-eeat-2026 .footer-eeat-copyright-links a:hover {
    color: #fff !important;
    text-decoration: underline;
}

/* ----- Logo image override (Flatsome's [ux_image] generated width:200%) ----- */
.footer-eeat-2026 .img,
.footer-eeat-2026 .img.has-hover,
.footer-eeat-2026 .img img {
    max-width: 220px !important;
    width: auto !important;
    height: auto !important;
}

.footer-eeat-2026 .img .img-inner {
    max-width: 220px !important;
    width: auto !important;
}

/* ----- Hide legacy Flatsome absolute footer & widget areas ----- */
.absolute-footer,
.footer-widgets.footer.footer-1,
.footer-widgets.footer.footer-2 {
    display: none !important;
}

/* ----- Responsive ----- */
@media (max-width: 768px) {
    .footer-eeat-2026 .footer-eeat-card {
        padding: 14px 12px 18px 12px;
        margin-bottom: 8px;
    }

    .footer-eeat-2026 .footer-eeat-title {
        font-size: 16px !important;
    }

    .footer-eeat-2026 .footer-eeat-h2 {
        font-size: 20px !important;
    }

    .footer-eeat-2026 .footer-eeat-h3 {
        font-size: 14px !important;
    }

    .footer-eeat-2026 .footer-eeat-text {
        font-size: 12px !important;
    }

    .footer-eeat-2026 .footer-menu-list li a {
        font-size: 12px !important;
    }

    .footer-eeat-2026 .footer-eeat-badge {
        margin-bottom: 8px;
    }

    .footer-eeat-2026 .footer-eeat-copyright p {
        font-size: 11px !important;
    }
}

/* ----- Print ----- */
@media print {
    .footer-eeat-2026 {
        background: #fff !important;
        color: #000 !important;
    }
    .footer-eeat-2026 p,
    .footer-eeat-2026 a,
    .footer-eeat-2026 .footer-eeat-text,
    .footer-eeat-2026 .footer-eeat-title,
    .footer-eeat-2026 .footer-eeat-h3 {
        color: #000 !important;
    }
}