/* Site footer - Bo Sơn Dương style. */
#site-footer.ak-site-footer,
.ak-site-footer {
    background: #1c1714 !important;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 0 0 24px 24px;
    color: #8f8780 !important;
    font-family: "Be Vietnam Pro", "Manrope", Arial, sans-serif;
    overflow: hidden;
}

#site-footer.ak-site-footer::before {
    display: none;
}

#site-footer.ak-site-footer strong {
    color: inherit !important;
}

#site-footer.ak-site-footer .ak-footer-logo strong {
    color: #f3eee8 !important;
}

#site-footer.ak-site-footer .ak-footer-maker strong {
    color: #f1ece5 !important;
}

#site-footer.ak-site-footer .ak-footer-logo,
#site-footer.ak-site-footer .ak-footer-logo__icon {
    color: #f3eee8 !important;
}

#site-footer.ak-site-footer .ak-footer-logo__icon {
    color: #d6a313 !important;
}

#site-footer.ak-site-footer .ak-footer-tagline {
    color: #d6a313 !important;
}

#site-footer.ak-site-footer .ak-footer-desc,
#site-footer.ak-site-footer .ak-footer-maker p {
    color: #8f8780 !important;
}

#site-footer.ak-site-footer .ak-footer-links h2,
#site-footer.ak-site-footer .ak-footer-maker h2 {
    color: #6f6862 !important;
}

#site-footer.ak-site-footer .ak-footer-links a,
#site-footer.ak-site-footer .ak-footer-email {
    color: #aaa29b !important;
}

#site-footer.ak-site-footer .ak-footer-links a:hover,
#site-footer.ak-site-footer .ak-footer-email:hover {
    color: #d6a313 !important;
}

#site-footer.ak-site-footer .ak-footer-email svg {
    color: #d6a313 !important;
}

#site-footer.ak-site-footer .ak-footer-bottom p {
    color: #756f69 !important;
}

.ak-floating-booking {
    background: #df4634 !important;
    color: #fff !important;
}

.ak-floating-booking svg {
    color: currentColor !important;
}

.ak-footer-main {
    padding: 70px 0 64px;
}

.ak-footer-shell {
    display: grid;
    gap: 56px;
    grid-template-columns: 1.25fr .7fr 1.25fr;
    margin: 0 auto;
    max-width: var(--ak-shell-width, 1180px);
    padding: 0;
    width: min(100% - 40px, var(--ak-shell-width, 1180px));
}

.ak-footer-logo {
    align-items: center;
    color: #f3eee8;
    display: flex;
    gap: 10px;
    margin-bottom: 18px;
}

.ak-footer-logo strong {
    color: #f3eee8;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 26px;
    line-height: 1;
}

.ak-footer-logo__icon {
    color: #d6a313;
    display: inline-flex;
    height: 24px;
    width: 24px;
}

.ak-footer-logo__icon svg {
    height: 100%;
    width: 100%;
}

.ak-footer-tagline {
    color: #d6a313;
    font-size: 17px !important;
    font-weight: 800;
    line-height: 1.5;
    margin: 0 0 18px;
}

.ak-footer-desc,
.ak-footer-maker p {
    color: #8f8780;
    font-size: 16px !important;
    font-weight: 600;
    line-height: 1.75;
    margin: 0;
}

.ak-footer-links h2,
.ak-footer-maker h2 {
    color: #6f6862;
    font-size: 13px !important;
    font-weight: 900;
    letter-spacing: .16em;
    margin: 0 0 24px;
    text-transform: uppercase;
}

.ak-footer-links {
    display: flex;
    flex-direction: column;
}

.ak-footer-links a {
    color: #aaa29b;
    font-size: 16px !important;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 17px;
    text-decoration: none;
}

.ak-footer-links a:hover,
.ak-footer-email:hover {
    color: #d6a313;
}

.ak-footer-maker strong {
    color: #f1ece5;
}

.ak-footer-email {
    align-items: center;
    color: #aaa29b;
    display: inline-flex;
    font-size: 16px !important;
    font-weight: 700;
    gap: 12px;
    margin-top: 24px;
    text-decoration: none;
}

.ak-footer-email svg {
    color: #d6a313;
    height: 18px;
    width: 18px;
}

.ak-footer-bottom {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, .09);
    display: flex;
    justify-content: center;
    min-height: 68px;
    padding: 16px 0;
}

.ak-footer-bottom-shell {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: var(--ak-shell-width, 1180px);
    min-height: 58px;
    position: relative;
    width: min(100% - 40px, var(--ak-shell-width, 1180px));
}

.ak-footer-bottom p {
    color: #756f69;
    font-size: 14px !important;
    font-weight: 700;
    line-height: 1.6;
    margin: 0;
    text-align: center;
}

.ak-floating-booking {
    align-items: center;
    background: #df4634;
    border-radius: 999px;
    bottom: 28px;
    box-shadow: 0 18px 36px rgba(223, 70, 52, .28);
    color: #fff;
    display: inline-flex;
    font-size: 16px !important;
    font-weight: 900;
    gap: 10px;
    min-height: 58px;
    opacity: 0;
    padding: 0 28px;
    pointer-events: none;
    position: fixed;
    right: 28px;
    text-decoration: none;
    transform: translateY(16px);
    transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
    visibility: hidden;
    z-index: 999;
}

.ak-floating-booking.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
}

.ak-floating-booking svg {
    height: 24px;
    width: 24px;
}

@media (max-width: 900px) {
    .ak-footer-main {
        padding: 54px 0 42px;
    }

    .ak-footer-shell {
        gap: 34px;
        grid-template-columns: 1fr;
        width: min(100% - 40px, var(--ak-shell-width, 1180px));
    }

    .ak-footer-bottom {
        padding: 20px 0 24px;
    }

    .ak-footer-bottom-shell {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
        width: min(100% - 40px, var(--ak-shell-width, 1180px));
    }

    .ak-footer-bottom p {
        text-align: left;
    }

    .ak-floating-booking {
        bottom: 18px;
        right: 18px;
    }
}

@media (max-width: 560px) {
    .ak-site-footer {
        border-radius: 0;
    }

    .ak-footer-shell,
    .ak-footer-bottom-shell {
        width: min(100% - 28px, var(--ak-shell-width, 1180px));
    }

    .ak-footer-logo strong {
        font-size: 23px;
    }

    .ak-footer-tagline,
    .ak-footer-desc,
    .ak-footer-maker p,
    .ak-footer-links a,
    .ak-footer-email {
        font-size: 14px !important;
    }

    .ak-floating-booking {
        min-height: 48px;
        padding: 0 22px;
    }
}
