/* ═══════════════════════════════════════════
   BFL Footer  v1.0.4
   Global footer — loads on all pages
   ═══════════════════════════════════════════ */

/* ── Trust Bar ── */
.bfl-trust-bar {
    background: #f0fdf4 !important;
    border-top: 1px solid #dcfce7;
    border-bottom: none;
    padding: 12px 0;
    margin-bottom: 0 !important;
    overflow: hidden;
}
.bfl-trust-bar-inner {
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center;
    gap: 28px;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.bfl-trust-bar-inner::-webkit-scrollbar {
    display: none;
}
.bfl-trust-item {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: 6px;
    font-size: 14px !important;
    color: #374151;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    font-family: 'DM Sans', sans-serif !important;
    font-style: normal !important;
    line-height: 1.4 !important;
    font-size-adjust: none !important;
}
.bfl-trust-item strong {
    font-weight: 700;
    font-size: 15px !important;
}
.bfl-stars {
    color: #f59e0b;
    font-size: 14px !important;
    letter-spacing: 1px;
}

/* ── Footer Main ── */
.bfl-footer {
    background: #111827;
    color: #d1d5db;
    padding: 48px 0 0;
    margin-top: 0 !important;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    line-height: 1.6;
}
.bfl-footer-inner {
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 20px;
}
.bfl-footer-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr 0.8fr;
    gap: 48px;
}
.bfl-footer h4 {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    color: #94a3b8 !important;
    margin: 0 0 16px !important;
    padding: 0 !important;
    line-height: 1.4 !important;
    font-size-adjust: none !important;
}

/* ── Contact Column ── */
.bfl-contact-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.bfl-contact-row svg {
    flex-shrink: 0;
}
.bfl-contact-row a {
    color: #d1d5db;
    text-decoration: none;
    transition: color 0.2s;
}
.bfl-contact-row a:hover {
    color: #fff;
}

/* WhatsApp button */
.bfl-wa-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #25d366;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none !important;
    margin: 16px 0;
    transition: background 0.2s;
    font-family: 'DM Sans', sans-serif;
}
.bfl-wa-btn:hover {
    background: #1ebe57;
    color: #fff !important;
}

/* Social icons */
.bfl-social-row {
    display: flex;
    gap: 10px;
    margin-top: 4px;
}
.bfl-social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    transition: background 0.2s;
}
.bfl-social-icon:hover {
    background: rgba(255,255,255,0.18);
}
.bfl-social-icon svg {
    width: 18px;
    height: 18px;
}

/* ── Tours + Company Column (2-col split) ── */
.bfl-mobile-2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}
.bfl-link {
    display: block;
    color: #9ca3af;
    text-decoration: none;
    padding: 3px 0;
    font-size: 14px;
    transition: color 0.2s;
}
.bfl-link:hover {
    color: #fff;
}

/* ── Payments Column ── */
.bfl-pay-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}
.bfl-pay-badge {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 6px;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 700;
    color: #e5e7eb;
    letter-spacing: 0.5px;
}
.bfl-ssl-text {
    font-size: 13px;
    color: #6b7280;
    margin: 0 0 20px;
    line-height: 1.5;
}
.bfl-tursab {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px;
    background: rgba(5,150,105,0.08);
    border: 1px solid rgba(5,150,105,0.2);
    border-radius: 8px;
}
.bfl-tursab svg {
    flex-shrink: 0;
    margin-top: 1px;
}
.bfl-tursab-text {
    font-size: 14px;
    color: #d1d5db;
    line-height: 1.5;
}
.bfl-tursab-text strong {
    color: #fff;
}

/* ── Hide WPEL external-link icons in footer ── */
.bfl-footer .wpel-icon,
.bfl-footer .fa-external-link,
.bfl-trust-bar .wpel-icon,
.bfl-trust-bar .fa-external-link {
    display: none !important;
}

/* ── Footer Bottom ── */
.bfl-footer-bottom {
    margin-top: 40px;
    padding: 20px 0;
    border-top: 1px solid rgba(255,255,255,0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #6b7280;
}
.bfl-footer-bottom p {
    margin: 0;
}

/* ── Tablet (768–1023) ── */
@media (min-width: 768px) and (max-width: 1023px) {
    .bfl-footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 36px;
    }
    .bfl-col-pay {
        grid-column: 1 / -1;
    }
    .bfl-pay-row {
        display: inline-flex;
    }
}

/* ── Mobile (< 768) ── */
@media (max-width: 767px) {
    .bfl-trust-bar {
        padding: 10px 0;
    }
    .bfl-trust-bar-inner {
        justify-content: flex-start !important;
        gap: 18px;
        padding: 0 16px;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
    }
    .bfl-footer {
        padding: 32px 0 0;
    }
    .bfl-footer-inner {
        padding: 0 16px;
    }
    .bfl-footer-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .bfl-mobile-2col {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    .bfl-wa-btn {
        display: flex;
        justify-content: center;
        width: 100%;
        box-sizing: border-box;
    }
    .bfl-footer-bottom {
        flex-direction: column;
        gap: 4px;
        text-align: center;
        margin-top: 28px;
    }
}

/* ── Hide footer on booking page ── */
body.page-id-6458 .bfl-trust-bar,
body.page-id-6458 .bfl-footer {
    display: none !important;
}
