/* ============================================================
   TOURPLUG GLOBAL FOOTER
   Shared Home2 footer design.
   This file intentionally contains footer-only styling.
============================================================ */

@font-face {
    font-family: "Manrope";
    src: url("/assets/fonts/Manrope-Variable.ttf") format("truetype");
    font-style: normal;
    font-weight: 200 800;
    font-display: swap;
}

:root {
    --tp2-orange: #e66f18;
    --tp2-orange-dark: #c95609;
    --tp2-orange-soft: #fff1e7;
    --tp2-ink: #181818;
    --tp2-muted: #646464;
    --tp2-light-muted: #8b8b8b;
    --tp2-border: #dedede;
    --tp2-soft-border: #ebebeb;
    --tp2-surface: #ffffff;
    --tp2-soft: #f7f7f7;
    --tp2-cream: #fff9f4;
    --tp2-green: #174d3b;
    --tp2-dark: #17201d;
}

/* Home2 typography rules that originally included the footer
   inside mixed homepage selectors. */
.tp2-footer {
    font-family: "Quicksand", sans-serif;
}

.tp2-footer h3 {
    font-family: "Manrope", sans-serif;
}

/* ============================================================
   FOOTER
============================================================ */
.tp2-footer {
    padding: 4.5rem 0 2rem;
    color: rgba(255,255,255,.72);
    background: #151a18;
}

.tp2-footer-brand {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-size: 1.35rem;
    font-weight: 800;
    text-decoration: none;
}

.tp2-footer-brand i {
    color: var(--tp2-orange);
}

.tp2-footer p {
    max-width: 350px;
    margin: 1rem 0;
    font-size: .78rem;
    line-height: 1.7;
}

.tp2-footer-contact {
    color: #fff;
    font-size: .75rem;
    text-decoration: none;
}

.tp2-footer h3 {
    margin: 0 0 1rem;
    color: #fff;
    font-size: .82rem;
    font-weight: 750;
}

.tp2-footer .col-6 > a,
.tp2-footer .col-lg-2 > a {
    display: block;
    margin-bottom: .65rem;
    color: rgba(255,255,255,.67);
    font-size: .73rem;
    text-decoration: none;
}

.tp2-footer .col-6 > a:hover,
.tp2-footer .col-lg-2 > a:hover {
    color: #fff;
}

.tp2-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255,255,255,.1);
    font-size: .67rem;
}

@media (max-width: 575.98px) {
    .tp2-footer-bottom {
    flex-direction: column;
            gap: .5rem;
    }
}
