/* =========================================================
   FOOTER - GLOBAL
========================================================= */

.tlb-footer-wrap,
.tlb-footer-wrap * {
    box-sizing: border-box;
}

.tlb-footer-wrap {
    width: 100%;
    padding: 10px 20px 0;

    font-family: "Be Vietnam Pro", Arial, sans-serif;
}

.tlb-footer {
    width: min(1440px, 100%);
    margin: 0 auto;

    overflow: hidden;

    border-radius: 13px 13px 0 0;

    background:
        linear-gradient(
            110deg,
            #e80a50 0%,
            #ef0754 55%,
            #f4075f 100%
        );

    color: #fff;
}


/* =========================================================
   NEWSLETTER
========================================================= */

.tlb-footer-newsletter {
    min-height: 64px;

    padding: 13px 24px;

    display: grid;

    grid-template-columns:
        315px
        minmax(320px, 410px);

    align-items: center;

    gap: 34px;
}

.tlb-footer-newsletter h2 {
    margin: 0;

    color: #fff;

    font-size: 12px;
    line-height: 1.3;

    font-weight: 700;
}

.tlb-footer-newsletter p {
    margin: 3px 0 0;

    color: rgba(255, 255, 255, .94);

    font-size: 7.5px;
    line-height: 1.4;
}


/* =========================================================
   NEWSLETTER FORM
========================================================= */

.tlb-newsletter-form {
    width: 100%;
    height: 35px;

    display: flex;

    overflow: hidden;

    border: 1px solid rgba(255, 255, 255, .85);
    border-radius: 7px;

    background: #fff;
}

.tlb-newsletter-form input {
    flex: 1;

    min-width: 0;

    padding: 0 15px;

    border: 0;
    outline: 0;

    background: #fff;

    color: #333;

    font-family: inherit;

    font-size: 8px;
}

.tlb-newsletter-form input::placeholder {
    color: #a99ca0;
}

.tlb-newsletter-form button {
    width: 90px;

    flex: 0 0 90px;

    border: 0;

    background: #d9044a;

    color: #fff;

    font-family: inherit;

    font-size: 8px;
    font-weight: 600;

    cursor: pointer;
}

.tlb-newsletter-form button:hover {
    background: #c70343;
}


/* =========================================================
   MAIN FOOTER GRID
========================================================= */

.tlb-footer-grid {
    padding: 14px 24px 17px;

    display: grid;

    grid-template-columns:
        1.25fr
        .82fr
        1fr
        .92fr
        1.7fr;

    align-items: start;

    gap: 27px;
}


/* =========================================================
   BRAND
========================================================= */

.tlb-footer-brand {
    min-width: 0;
}

.tlb-footer-logo {
    display: inline-block;

    text-decoration: none;
}

.tlb-footer-brand img {
    width: 155px;
    height: auto;

    display: block;

    object-fit: contain;

    border: 0;
}

.tlb-footer-brand > p {
    width: 95%;
    max-width: 250px;

    margin: 9px 0 8px;

    color: rgba(255, 255, 255, .94);

    font-size: 7px;
    line-height: 1.55;
}


/* =========================================================
   BRAND CONTACT
========================================================= */

.tlb-footer-contact {
    margin: 7px 0 9px;

    display: flex;
    flex-direction: column;

    gap: 4px;
}

.tlb-footer-contact a {
    width: fit-content;

    color: #fff;

    text-decoration: none;

    font-size: 7px;
    line-height: 1.4;
}

.tlb-footer-contact a:hover {
    text-decoration: underline;
}

.tlb-footer-contact strong {
    color: #fff;

    font-size: inherit;
    font-weight: 600;
}


/* =========================================================
   SOCIAL
========================================================= */

.tlb-footer-social {
    display: flex;
    align-items: center;

    gap: 7px;
}

.tlb-footer-social a {
    width: 22px;
    height: 22px;

    flex: 0 0 22px;

    display: grid;
    place-items: center;

    border-radius: 50%;

    background: #fff;

    color: #ed0754;

    text-decoration: none;

    font-size: 10px;
    line-height: 1;

    font-weight: 700;

    transition:
        transform .2s ease,
        background .2s ease;
}

.tlb-footer-social a:hover {
    transform: translateY(-2px);

    background: #fff0f5;
}


/* =========================================================
   COLUMNS
========================================================= */

.tlb-footer-column,
.tlb-footer-branches {
    min-width: 0;
}

.tlb-footer-column h3,
.tlb-footer-branches h3 {
    margin: 3px 0 11px;

    color: #fff;

    font-size: 8px;
    line-height: 1.3;

    font-weight: 700;
}

.tlb-footer-column {
    display: flex;
    flex-direction: column;

    align-items: flex-start;
}

.tlb-footer-column > a {
    margin-bottom: 7px;

    color: rgba(255, 255, 255, .96);

    text-decoration: none;

    font-size: 7px;
    line-height: 1.35;
}

.tlb-footer-column > a:hover {
    text-decoration: underline;
}


/* =========================================================
   SUPPORT INFO
========================================================= */

.tlb-footer-support-info {
    margin-top: 3px;

    display: flex;
    flex-direction: column;

    gap: 2px;
}

.tlb-footer-support-info small {
    color: rgba(255, 255, 255, .78);

    font-size: 6px;
    line-height: 1.3;
}

.tlb-footer-support-info a {
    color: #fff;

    text-decoration: none;
}

.tlb-footer-support-info strong {
    color: #fff;

    font-size: 7px;
    line-height: 1.3;

    font-weight: 700;
}


/* =========================================================
   BRANCHES
========================================================= */

.tlb-footer-branches {
    display: flex;
    flex-direction: column;
}

.tlb-footer-branch {
    min-height: 35px;

    display: grid;

    grid-template-columns:
        14px
        minmax(0, 1fr)
        auto;

    align-items: start;

    gap: 5px;
}

.tlb-footer-pin {
    padding-top: 1px;

    color: #fff;

    font-size: 11px;
    line-height: 1;
}

.tlb-footer-branch__content {
    min-width: 0;

    display: flex;
    flex-direction: column;

    gap: 2px;
}

.tlb-footer-branch__content strong {
    display: block;

    color: #fff;

    font-size: 6.5px;
    line-height: 1.25;

    font-weight: 600;
}

.tlb-footer-branch__content small {
    display: block;

    color: rgba(255, 255, 255, .88);

    font-size: 5.8px;
    line-height: 1.35;
}

.tlb-footer-branch > a {
    padding-top: 1px;

    color: #fff;

    text-decoration: none;

    font-size: 6px;
    line-height: 1.3;

    white-space: nowrap;
}

.tlb-footer-branch > a:hover {
    text-decoration: underline;
}


/* =========================================================
   ALL BRANCHES LINK
========================================================= */

.tlb-footer-all-branches {
    width: fit-content;

    margin-top: 6px;

    color: #fff !important;

    text-decoration: none !important;

    font-size: 6.5px !important;
    line-height: 1.3;

    font-weight: 600;
}

.tlb-footer-all-branches:hover {
    text-decoration: underline !important;
}


/* =========================================================
   LEGAL
========================================================= */

.tlb-footer-legal {
    margin: 0 24px;

    padding: 12px 0 13px;

    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;

    gap:
        4px
        9px;

    border-top:
        1px
        solid
        rgba(255, 255, 255, .22);

    color: rgba(255, 255, 255, .82);

    font-size: 6px;
    line-height: 1.5;
}

.tlb-footer-legal strong {
    width: 100%;

    color: #fff;

    font-size: 6.5px;
    line-height: 1.4;

    font-weight: 700;
}

.tlb-footer-legal span {
    color: rgba(255, 255, 255, .84);

    font-size: 6px;
    line-height: 1.45;
}

.tlb-footer-legal span + span::before {
    content: "•";

    margin-right: 8px;

    color: rgba(255, 255, 255, .5);
}

.tlb-footer-legal a {
    color: #fff;

    text-decoration: none;

    font-size: inherit;
}

.tlb-footer-legal a:hover {
    text-decoration: underline;
}


/* =========================================================
   COPYRIGHT
========================================================= */

.tlb-footer-copyright {
    width: min(1440px, 100%);

    margin: 0 auto;

    min-height: 28px;

    padding: 5px 10px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 5px;

    color: #7c6f73;

    font-family: "Be Vietnam Pro", Arial, sans-serif;

    font-size: 6.5px;
    line-height: 1.3;

    text-align: center;
}

.tlb-footer-copyright span {
    font-size: inherit;
}


/* =========================================================
   FLOATING CHAT
========================================================= */

.tlb-floating-chat {
    position: fixed;

    z-index: 999;

    right: 24px;
    bottom: 22px;

    width: 55px;
    height: 55px;

    display: grid;
    place-items: center;

    border: 5px solid #fff;
    border-radius: 50%;

    background: #ff2c70;

    color: #fff;

    text-decoration: none;

    box-shadow:
        0 8px 22px
        rgba(225, 0, 75, .25);
}

.tlb-floating-chat::before {
    content: "";

    position: absolute;

    inset: 8px;

    border: 2px solid #fff;
    border-radius: 50%;
}

.tlb-floating-chat span {
    position: relative;

    z-index: 2;

    margin-top: -5px;

    color: #fff;

    font-size: 15px;
    line-height: 1;

    font-weight: 700;
}


/* =========================================================
   GENERAL LINK RESET INSIDE FOOTER
========================================================= */

.tlb-footer a {
    -webkit-tap-highlight-color: transparent;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1000px) {

    .tlb-footer-newsletter {
        grid-template-columns:
            1fr
            1fr;
    }

    .tlb-footer-grid {
        grid-template-columns:
            1fr
            1fr
            1fr;
    }

    .tlb-footer-brand {
        grid-column: 1 / -1;
    }

    .tlb-footer-brand > p {
        max-width: 500px;
    }

    .tlb-footer-branches {
        grid-column: span 2;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {

    .tlb-footer-wrap {
        padding-inline: 12px;
    }

    .tlb-footer-newsletter {
        grid-template-columns: 1fr;

        gap: 10px;

        padding: 16px;
    }

    .tlb-newsletter-form {
        width: 100%;
    }

    .tlb-footer-grid {
        grid-template-columns:
            1fr
            1fr;

        gap:
            20px
            16px;

        padding: 15px;
    }

    .tlb-footer-brand,
    .tlb-footer-branches {
        grid-column: 1 / -1;
    }

    .tlb-footer-contact a {
        font-size: 8px;
    }

    .tlb-footer-column h3,
    .tlb-footer-branches h3 {
        font-size: 9px;
    }

    .tlb-footer-column > a {
        font-size: 8px;
    }

    .tlb-footer-branch__content strong {
        font-size: 7px;
    }

    .tlb-footer-branch__content small {
        font-size: 6.5px;
    }

    .tlb-footer-branch > a {
        font-size: 6.5px;
    }

    .tlb-footer-legal {
        margin:
            0
            15px;

        padding:
            12px
            0;

        flex-direction: column;

        gap: 4px;
    }

    .tlb-footer-legal span + span::before {
        content: none;
    }

    .tlb-footer-legal strong {
        font-size: 7px;
    }

    .tlb-footer-legal span {
        font-size: 6.5px;
    }

    .tlb-floating-chat {
        right: 15px;
        bottom: 15px;

        width: 50px;
        height: 50px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 460px) {

    .tlb-footer-grid {
        grid-template-columns: 1fr;
    }

    .tlb-footer-brand,
    .tlb-footer-branches {
        grid-column: auto;
    }

    .tlb-footer-branch {
        grid-template-columns:
            14px
            minmax(0, 1fr);
    }

    .tlb-footer-branch > a {
        grid-column: 2;

        margin-top: 2px;
    }

}


/* =========================================================
   PRINT
========================================================= */

@media print {

    .tlb-footer-newsletter,
    .tlb-footer-social,
    .tlb-floating-chat {
        display: none !important;
    }

}