#footer {
    background: var(--black);
    color: white;
    padding-bottom: clamp(14px, 2vw, 20px);
    position: relative;
    padding-top: 270px;
    background-image: url(../img/footer-back.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 0;
}
#footer a {
    color: white;
    line-height: 24px;
    transition: 0.4s;
}
#footer a:hover {
    color: var(--color2);
}
.footer-logo {
    min-width: 90px;
    display: flex;
    margin-bottom: 16px;
    justify-content: center;
}
.footer-decs {
    font-size: 14px;
    margin-block: 16px;
    line-height: 30px;
}
.social-wrap p {
    font-size: 16px;
    font-family: var(--Medium);
    margin-bottom: 12px;
    text-align: center;
}
.social-footer {
    display: flex;
    gap: 12px;
    justify-content: center;
}
.social-footer a {
    font-size: 34px;
    transition: 0.4s;
    display: flex;
    &:hover {
        color: var(--color1);
    }
}
#footer ul {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 36px;
}
#footer ul:before {
    content: "";
    width: 44px;
    height: 3px;
    background: var(--color2);
    position: absolute;
    top: 0;
    border-radius: 2px 2px 0 0;
}
#footer .footer-title {
    line-height: 32px;
    font-size: 18px;
    font-family: var(--Medium);
    display: flex;
    align-items: center;
}
#footer ul li {
    display: flex;
    gap: 8px;
}
#footer ul li i {
    font-size: 16px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 20px;
}
.footer-codes {
    display: flex;
    gap: 12px;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    margin-top: clamp(24px, 3vw, 48px);
    margin-bottom: clamp(12px, 2vw, 20px);
    padding: 0;
    background: none;
    padding-bottom: 24px;
    border-bottom: 1px solid rgb(255 255 255 / 12%);
    border-radius: 0;
}
.footer-code {
    position: relative;
}
.footer-code a {
    display: flex;
    transition: 0.4s;
    position: relative;
}
.footer-code a:hover {
    transform: translateY(-6px);
}
.footer-code img {
    max-width: clamp(56px, 4vw, 66px);
    max-height: clamp(56px, 4vw, 66px);
    border-radius: 12px;
}
.copy___right {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: clamp(12px, 2vw, 20px);
    flex-wrap: wrap;
    text-align: center;
    gap: 6px;
    padding-inline: 24px;
}
.copy-right p {
    font-size: clamp(12px, 2vw, 14px);
    font-family: var(--Regular);
}
.copy-right p strong {
    color: var(--color2);
    font-family: var(--Medium) !important;
    font-weight: bold;
}
.end-footer-menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
/** Footer Top **/
.top-footer {
    width: 100%;
    margin-top: clamp(140px, 12vw, 190px);
    margin-bottom: -228px;
    z-index: 1;
    position: relative;
}
.top-footer .row {
    row-gap: clamp(16px, 2vw, 20px);
}
.iconbox-img {
    width: clamp(32px, 3vw, 48px);
    height: auto;
    flex: 0 0 clamp(32px, 3vw, 48px);
}
.iconbox-img img {
    width: 100%;
    height: auto;
}
.iconbox-column {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    gap: clamp(8px, 2vw, 18px);
    width: 100%;
    height: 100%;
    background: var(--blackcart);
    border-radius: clamp(16px, 2vw, 20px);
    padding: clamp(16px, 3vw, 42px) clamp(8px, 2vw, 24px);
}
.iconbox-column p {
    font-size: clamp(14px, 2vw, 16px);
    font-family: var(--Regular);
    margin-bottom: 12px;
    color: var(--white);
}
.iconbox-column span {
    font-size: clamp(12px, 2vw, 14px);
    color: var(--gray1);
}
@media only screen and (min-width: 768px) {
    #footer {
        padding-top: 146px;
    }
    .end-footer-menu {
        gap: 20px;
    }
    #footer .row {
        row-gap: 48px;
    }
    .social-footer,
    .footer-logo {
        justify-content: flex-start;
    }
    #footer .footer-title {
        margin-bottom: 6px;
    }
    .social-wrap p {
        text-align: right;
    }
    .footer-codes {
        background: rgb(255 255 255 / 6%);
        border-radius: 12px;
        padding: 12px;
    }
    .copy___right {
        justify-content: space-between;
        text-align: left;
        padding-inline: 0;
    }
    .top-footer {
        margin-bottom: -68px;
    }
    .iconbox-column {
        padding-left: 16px;
        justify-content: flex-start;
        text-align: right;
        flex-direction: row;
    }
    footer .accordion-container {
        display: flex !important;
    }
}
@media only screen and (max-width: 768px) {
    .social-wrap {
        margin-block: 24px 48px;
    }
    .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 {
        font-size: 8px;
        margin-right: auto;
        color: var(--color2);
    }
    #footer .footer-title.active i {
        transform: rotateX(180deg);
    }
    .single-product .footer-call {
        bottom: 118px;
    }
}
.quick--access {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 10px 14px 8px;
    background: var(--black);
    border-radius: 14px;
    width: calc(100% - 16px);
    right: 50%;
    transform: translateX(50%);
    position: fixed;
    bottom: 8px;
    z-index: 99;
    overflow: hidden;
    box-shadow: 0px 0px 25px 0px #80808040;
    & .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);
            background: transparent;
        }
        &: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;
}