.page-footer {
    position: relative;
    padding-top: 70px;
    overflow: hidden;
    z-index: 1;
    background: #121212;
}

.footer-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    mix-blend-mode: soft-light;
    display: none;

    @media( min-width : 1200px ) {
        display: block;
    }
}

.footer-logo a {
    max-width: 131px;
    margin: 0 auto 40px;
    display: table;
    border: none;
}

.footer-top h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--white);
    text-transform: uppercase;
    padding-bottom: 15px;
    font-family: "DM Sans", sans-serif;
    letter-spacing: 0.04em;
    border-bottom: 1px solid var(--white);
    margin: 0 0 28px;
}

.footer-timing__location-selector {
    margin-bottom: 20px;
}

.footer-timing__select {
    width: 100%;
    max-width: 300px;
    padding: 14px 50px 14px 29px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4em;
    font-family: "DM Sans", sans-serif;
    color: var(--white);
    background-color: transparent;
    border: 2px solid var(--white);
    border-radius: 100px;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8 11L4 7L5.41 5.59L8 8.17L10.59 5.59L12 7L8 11Z' fill='%23F12D34'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 25px center;
    transition: all 0.3s ease;
}

.footer-timing__select:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #F12D34;
}

.footer-timing__select:focus {
    outline: none;
    border-color: #F12D34;
    background-color: rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 0 3px rgba(241, 45, 52, 0.2);
}

.footer-timing__select option {
    background-color: #121212;
    color: var(--white);
    font-weight: 700;
    padding: 10px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.footer-timing ul,
.footer-timing__hours {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-timing ul li,
.footer-timing__hours li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    font-size: 18px;
}

.footer-timing ul li:before,
.footer-timing__hours li:before {
    display: none;
}

.footer-timing ul li.footer-timing__highlight,
.footer-timing__hours li.footer-timing__highlight {
    color: #F12D34;
    font-weight: 700;
}

.footer-info {
    margin-top: 65px;
}

.footer-contact p {
    font-size: 20px;
}

.footer-contact ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.footer-contact ul li {
    padding: 0;
    margin: 0;
    font-size: 20px;
    padding-left: 24px;
    line-height: 1.55em;

    & p {
        margin-bottom: 0;
    }
}

.footer-contact ul li a {
    font-size: 20px;
    font-weight: 400;
    color: var(--white);
    border-bottom: none;
}

.footer-contact ul li a.btn-tertiary {
    color: #F12D34;
    font-size: 22px;
    font-weight: 700;
}

.footer-contact ul li:before {
    display: none;
}

.footer-contact ul li i {
    position: absolute;
    left: -3px;
    top: 7px;
    font-size: 21px;
    color: #D3242A;
}


.footer-contact ul li i.icon-phone {
    left: -4px;
    top: 3px;
    font-size: 24px;
}

.footer-social ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
        margin: 0;
}

.footer-social ul li {
    padding: 0;
    margin: 0;
}

.footer-social ul li:before {
    display: none;
}

.footer-social ul li a {
    font-size: 40px;
    color: #D3242A;
    border-bottom: none;
}

.footer-social {
    margin-top: 31px;
}

.footer-link {
    margin-top: 55px;
}

.footer-link ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.footer-link ul li {
    padding: 0;
    margin: 0;
}

.footer-link ul li a {
    font-size: 18px;
    font-weight: 400;
    color: var(--white);
    border-bottom: none;
}

.footer-link ul li:before {
    display: none;
}

.footer-link .btn {
    font-size: 22px;
    padding: 20px 67px 20px 35px;

    @media( max-width : 768px ) {
        margin-top: 30px;
    }
}

.footer-link .btn::after {
    right: 35px;
    font-size: 22px;
}

.footer-top {
    padding-bottom: 143px;
    position: relative;
}

.footer-highlight-text {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 15vw;
    font-weight: 400;
    color: var(--white);
    opacity: 0.1;
    text-transform: uppercase;
    font-family: "Anton", sans-serif;
    line-height: 1em;
    width: max-content;
    text-align: center;
    bottom: -6px;
}

.footer-bottom {
    padding: 30px 0;
    background: #000;
    position: relative;
    z-index: 1;
}


.footer-bottom-wrapoper ul {
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding: 0;
    margin: 0;
}

.footer-bottom-wrapoper ul li {
    padding: 0;
    margin: 0;
    font-size: 18px;
}

.footer-bottom-wrapoper ul li a {
    font-size: 18px;
    font-weight: 400;
    color: var(--white);
    border-bottom: none;
}

.footer-bottom-wrapoper ul li:before {
    display: none;
}

.back-to-top {
    margin-top: 20px;
}

.back-to-top a {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    color: #F12D34;
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 9px;
}

.footer-logo img {
    height: auto;
}


@media(min-width: 768px) {
    .page-footer {
        padding-top: 80px;
    }


    .footer-logo a {
        max-width: 181px;
    }

    .footer-timing ul,
    .footer-timing__hours {
        gap: 5px;
    }

    .footer-timing__location-selector {
        margin-bottom: 24px;
    }

    .footer-timing__select {
        padding: 14px 54px 14px 29px;
        font-size: 20px;
        background-position: right 28px center;
    }

    .footer-info {
        margin-top: 50px;
    }

    .footer-top {
        padding-bottom: 189px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        gap: 0 70px;
    }

    .footer-logo {
        width: 100%;
    }

    .footer-timing {
        width: 100%;
    }

    .footer-info {
        width: calc(50% - 35px);
    }

    .footer-link {
        width: calc(50% - 35px);
        margin-top: 50px;
    }

    .footer-link ul {
        gap: 5px;
        margin: 0 0 20px;
    }


    .footer-highlight-text {
        font-size: 13.7vw;
        letter-spacing: 0.02em;
        bottom: -15px;
    }

    .footer-bottom-wrapoper ul {
        flex-direction: row;
        gap: 12px 29px;
        flex-wrap: wrap;
    }

    .footer-bottom {
        padding: 18px 0;
    }

    .back-to-top {
        margin-top: 12px;
    }
}

@media(min-width: 1200px) {
    .page-footer {
        padding-top: 100px;
    }

    .footer-highlight-text {
        font-size: 13.9vw;
        letter-spacing: 0.05em;
        bottom: -5%;
        width: 100vw;
    }

    .footer-logo {
        width: 100%;
    }

    .footer-timing {
        width: 24%;
        max-width: 424px;
    }

    .footer-info,
    .footer-link {
        width: 24%;
        max-width: 424px;
        margin: 0;
        position: relative;
        z-index: 1;
    }

    .footer-bottom-wrapoper {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .back-to-top {
        margin-top: 0;
    }

    .footer-bottom-wrapoper ul {
        width: calc(100% - 200px);
        gap: 0;
        justify-content: space-between;
        max-width: 1264px;
    }

    .footer-logo a {
        margin: 0 auto 40px;
    }

    .footer-top {
        padding-bottom: 18.5vw;
        gap: 0;
    }

    .footer-link ul {
        margin: 0 0 25px;
    }

    .footer-bottom-wrapoper ul li a:hover,
    .footer-contact ul li a:hover,
    .footer-link ul li a:hover {
        color: #F12D34;
    }

    .footer-contact ul li a.btn-tertiary:hover,
    .back-to-top a:hover,
    .footer-social ul li a:hover {
        color: var(--white);
    }

    .footer-timing__select:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(241, 45, 52, 0.3);
    }
}

@media( min-width : 1600px ) {
    .footer-logo {
        width: auto;
    }

    .footer-logo a {
        margin: 0;
    }
}


.order-footer {
    background: #252525;
    padding: 30px 0;
}

.order-footer__content h2 {
    font-size: 30px;
    margin-bottom: 15px;
}

.order-footer__content p {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 6px;
}

.order-footer__content p a {
    font-weight: 400;
    color: #FFFFFF;
}

.text-underline {
    text-decoration: underline;
}

.order-footer__content ul,
.order-footer__content ul li,
.order-footer-social ul {
    margin: 0;
    padding: 0;
}

.order-footer__content ul {
    padding: 5px 0 10px 0;
}

.order-footer__content ul li {
    padding-left: 22px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
}

.order-footer__content ul li span {
    font-weight: 700;
    position: relative;
    padding-right: 18px;
}

.order-footer__content ul li span:before {
    content: "";
    position: absolute;
    top: 9px;
    right: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FFFFFF;
}

.order-footer__content ul li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #F12D34;
}

.order-footer__content ul li.open-now::before {
    background: #71ab24;
}

.order-footer-social ul {
    display: flex;
    align-items: center;
    gap: 0 16px;
}

.order-footer-social ul li {
    margin: 0;
    padding: 0;
    font-size: 25px;
    font-weight: normal;
    color: var(--white);
}

.order-footer-social ul li::before,
.order-footer__bottom ul li::before {
    display: none;
}

.order-footer-social ul li a {
    color: var(--white);
}

.order-footer__bottom {
    padding-top: 20px;
}

.order-footer__bottom p {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 0 8px;
}

.order-footer__bottom ul {
    display: flex;
    align-items: center;
    padding: 0;
    gap: 0 26px;
}

.order-footer__bottom ul li {
    margin: 0;
    padding: 0;
    line-height: 1em;
}

.order-footer__bottom ul li a {
    font-size: 16px;
    font-weight: normal;
    color: var(--white);
    text-decoration: underline;
}

.order-footer__bottom ul li::after {
    content: '';
    position: absolute;
    top: -2px;
    right: -14px;
    width: 1px;
    height: 25px;
    background: var(--white);
}

.order-footer__bottom ul li:last-child:after {
    display: none;
}

@media (min-width: 768px) {
    
    .order-footer {
        padding: 59px 0;
    }

    .order-footer__bottom ul li a,
    .order-footer__bottom p,
    .order-footer__content ul li,
    .order-footer__content p {
        font-size: 20px;
    }

    .order-footer__content h2 {
        font-size: 50px;
    }

    .order-footer-social ul li {
        font-size: 30px;
    }

    .order-footer__bottom {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 0 20px;
    }

    .order-footer__bottom p {
        margin: 0;
    }

    .order-footer__content {
        max-width: 1228px;
        margin: 0 auto;
    }

}

@media (min-width: 1200px) {
    .order-footer__bottom {
        padding-top: 27px;
    }

   .order-footer__bottom ul li a:hover,
   .order-footer__content p a:hover,
   .order-footer-social ul li a:hover {
        color: #D3242A;
   }

}
