#footer {
    color: white;
    position: relative;
    padding-top: clamp(32px, 2vw, 40px);
    margin-top: 88px;
    background-image: url(../img/footer-back.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    & a {
        color: white;
        transition: 0.4s;
        &:hover {
            color: var(--color2);
        }
    }
    & .footer-logo {
        min-width: 90px;
        display: flex;
        margin-bottom: 16px;
        max-width: 170px;
        margin-inline: auto;
        img {
            width: 100%;
        }
    }
    & .footer-decs {
        font-size: 14px;
        margin-block: 16px;
        line-height: 30px;
    }
    & .social-footer {
        display: flex;
        gap: 10px;
        justify-content: center;
        margin-bottom: 40px;
        a {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            font-size: 22px;
            transition: 0.4s;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid rgb(255 255 255 / 20%);
            &:hover {
                color: var(--color2);
                border-color: var(--color2);
            }
        }
    }
    & .footer-title {
        line-height: 32px;
        font-size: 16px;
        font-family: var(--Medium);
        display: flex;
        align-items: center;
    }
    .footer-sub-menu {
        gap: 8px;
    }
    & ul {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding-top: 16px;
        & li {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 14px;
            font-family: var(--Regular);
            line-height: 32px;
            /*& a, & span {
                display: flex;
                align-items: center;
            }*/
            & i {
                font-size: 16px;
                width: 32px;
                height: 32px;
                background: var(--white);
                display: flex;
                align-items: center;
                justify-content: center;
                flex: 0 0 32px;
                color: var(--color2);
                border-radius: 50%;
            }
        }
        & .li-call a:not(:nth-child(2)) {
            position: relative;
            padding-right: 12px;
            &::before {
                content: "";
                width: 4px;
                height: 1px;
                background: white;
                display: inline-block;
                position: absolute;
                top: 50%;
                right: 0;
                transform: translateY(-50%);
            }
        }
    }
    .footer-codes {
        position: relative;
        display: flex;
        gap: 8px;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 16px;
        & a {
            display: flex;
            transition: 0.4s;
            position: relative;
            &:hover {
                transform: translateY(-4px);
            }
            & img {
                max-width: 58px;
                max-height: 58px;
                border-radius: 8px;
                border: 1px solid #E5E5F0;
            }
        }
    }
}
.information-row {
    margin-block: clamp(32px, 5vw, 72px) clamp(32px, 4vw, 48px);
}
.copy___wrap {
    background: var(--color1);
    padding-block: clamp(12px, 2vw, 24px);
    .copy___right {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        text-align: center;
        gap: 14px;
        p {
            font-size: clamp(12px, 2vw, 14px);
            font-family: var(--Regular);
            span {
                color: var(--color2);
            }
        }
    }
}
.end-footer-menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: clamp(40px, 5vw, 72px);
}
/** Footer Top **/
.newsletter-title {
    font-size: clamp(14px, 2vw, 18px);
    margin-bottom: 16px;
    display: block;
    text-align: center;
    font-family: var(--Medium);
}
#newsletter-form {
    position: relative;
    height: 60px;
    & input {
        height: 60px;
        border-radius: 32px;
        direction: rtl;
        text-align: right;
        width: 100%;
        padding-inline: clamp(12px, 2vw, 24px);
        border: 1px solid white;
        &::placeholder {
            font-size: clamp(14px, 2vw, 16px);
            color: #9B9B9B;
        }
    }
    label {
        color: var(--danger);
        font-size: 12px;
    }
    & .btns.btn1 {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 8px;
        min-height: 44px;
        border-radius: 32px;
        padding-inline: 12px;
        &:before {
            z-index: -1;
        }
    }
    .alert {
        padding: 4px;
    }
}
/** Footer Top **/
.top-footer {
    margin-bottom: clamp(40px, 4vw, 56px);
    .iconbox-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
        gap: clamp(16px, 2vw, 24px);
        .iconbox-column {
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            flex-direction: column;
            gap: clamp(12px, 2vw, 24px);
            width: 100%;
            height: 100%;
            background: var(--color1);
            border-radius: 16px;
            padding: clamp(20px, 2vw, 28px) clamp(14px, 3vw, 36px) clamp(12px, 2vw, 28px);
            & .iconbox-img {
                width: clamp(24px, 2vw, 32px);
                height: auto;
                flex: 0 0 clamp(24px, 2vw, 32px);
                position: relative;
                z-index: 1;
                & img {
                    width: 100%;
                    height: auto;
                }
                &:before {
                    content: "";
                    border-radius: 50%;
                    width: 20px;
                    height: 20px;
                    background: var(--color3);
                    position: absolute;
                    bottom: -6px;
                    z-index: -1;
                    left: -6px;
                }
            }
            & p {
                font-size: clamp(12px, 2vw, 16px);
                font-family: var(--Medium);
                margin-bottom: clamp(8px, 2vw, 16px);
            }
            span {
                font-size: clamp(10px, 2vw, 14px);
                line-height: 14px;
                font-family: var(--Regular);
            }
        }
    }
}
@media only screen and (min-width: 768px) {
    #footer {
        & .accordion-container {
            display: flex !important;
        }
        & .footer-codes {
            flex-direction: column;
        }
    }
}
@media only screen and (min-width: 1024px) {
    .top-footer {
        .iconbox-wrapper {
            grid-template-columns: repeat(4, 1fr);
            .iconbox-column {
                padding-left: 16px;
                justify-content: flex-start;
                text-align: right;
                flex-direction: row;
            }
        }
    }
    #footer {
        & .footer-logo {
            margin-inline: 0;
        }
        & .social-footer {
            justify-content: flex-start;
            margin-bottom: 0;
        }
    }
    .copy___wrap .copy___right {
        justify-content: space-between;
        text-align: left;
        padding-inline: 0;
    }
    .newsletter-title {
        text-align: right;
    }
}
@media only screen and (max-width: 1200px) {
    .end-footer-menu {
        justify-content: flex-start;
    }
    .information-row {
        row-gap: 40px;
    }
}
@media only screen and (max-width: 768px) {
    #footer {
        &.footer-logo {
            margin-bottom: 24px;
        }
        & .footer-decs {
            margin-block: 24px;
        }
    }
    .social-wrap {
        margin-block: 24px 48px;
    }
    .end-footer-menu {
        gap: unset;
    }
    .information-row {
        row-gap: unset;
    }
    .footer-submenu {
        width: 100%;
        background: rgb(255 255 255 / 8%);
        padding: 14px 16px;
        border-radius: 12px;
        position: relative;
        margin-bottom: 16px;
    }
    #footer .footer-title {
        & i {
            margin-right: auto;
            width: 24px;
            height: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            color: white;
            transition: 0.4s;
        }
        &.active i {
            color: var(--color2);
            &:before {
                content: "\e908";
            }
        }
    }
    .single-product .footer-call {
        bottom: 118px;
    }
    .title-codes {
        justify-content: center;
    }
}
.quick--access {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 13px 12px 10px;
    background: var(--color1);
    border-radius: 16px;
    width: 304px;
    right: 50%;
    transform: translateX(50%);
    position: fixed;
    bottom: 12px;
    z-index: 99;
    overflow: hidden;
    box-shadow: 0px 4px 24px 0px #3E3E3E61;
    & .quick-access-item {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 6px;
        font-size: 12px;
        transition: 0.4s;
        color: var(--white);
        position: relative;
        background: none;
        border: none;
        font-family: var(--Regular);
        width: 55px;
        white-space: pre;
        & i {
            width: 24px;
            height: 24px;
            font-size: 18px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: 0.4s;
        }
        &:hover {
            color: var(--color1);
        }
        &:hover i {
            color: var(--color1);
        }
        &:before {
            content: "";
            width: 0;
            height: 4px;
            position: absolute;
            top: -11px;
            background: var(--color1);
            transition: 0.4s;
            border-radius: 0 0 4px 4px;
        }
        &:hover:before {
            width: 34px;
        }
    }
}
.footer-call {
    width: 52px;
    height: 52px;
    position: fixed;
    bottom: 77px;
    right: 8px;
    background: var(--color1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 25px;
    border-radius: 50px;
    z-index: 99;
}