.websima-main-footer {
    padding: 64px 0 73px;
    background: rgba(19, 9, 17, 1);
    position: relative;
    overflow: hidden;
}

.footer-logo {
    display: block;
    margin-bottom: 32px;
}

.footer-about-us p {
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    line-height: normal;
    color: rgba(255, 255, 255, 1);
}

.footer-ul {
    display: flex;
    align-items: center;
    margin-top: 48px;
    gap: 24px;
}

.footer-ul li a {
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 40px;
    color: rgba(255, 255, 255, 1);
}

.footer-ul li a:hover {
    color: rgba(188, 145, 44);
}

.footer-ul ul {
    display: none;
}

.footer-brands ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
}

.footer-brands ul li span {
    width: 104px;
    height: 104px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px;
}

.footer-brands ul li span img {
    filter: grayscale(100%);
    transition: 0.3s;
}

.footer-brands ul li:hover img {
    filter: grayscale(0);
}

.footer-brands ul li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
}

.footer-info {
    margin-top: 32px;
}

.footer-info ul {
    display: flex;
    align-items: center;
    gap: 80px;
}

.footer-info-title {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    color: rgba(189, 192, 198, 1);
}

.footer-info-des a {
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 40px;
    color: rgba(255, 255, 255, 1);
}

.footer-info-des {
    display: flex;
}

.footer-info-des a:first-child {
    margin-left: 0;
    padding-left: 0;
}

.footer-info-des a {
    margin-left: 20px;
    padding-left: 20px;
    position: relative;
}

.footer-info-des a:hover {
    color: rgba(188, 145, 44);
}

.footer-info-des a:first-child:before {
    display: none;
}

.footer-info-des a::before {
    content: '';
    width: 3px;
    height: 18px;
    background: rgba(255, 255, 255, 0.3);
    display: block;
    border-radius: 6px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.footer-cp {
    margin-top: 53px;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-cp-text p {
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
}

.footer-cp-text p a {
    color: rgba(188, 145, 44, 1);
}

.websima-social ul {
    display: flex;
    align-items: center;
    gap: 16px;
}

.websima-social ul a {
    display: flex;
}

.websima-social ul a:hover i::before {
    color: rgba(188, 145, 44, 1);
}

.websima-social ul i {
    font-size: 24px;
}

.websima-social ul i.icon-x {
    font-size: 19px;
}

.footer-box-title {
    display: none;
}

.sticky-mobile {
    position: fixed;
    bottom: -1px;
    left: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    height: 80px;
    background: rgba(48, 46, 46, 1);
}

.sticky-mobile ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 16px;
}

.sticky-mobile ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sticky-mobile ul li a span {
    font-weight: 400;
    font-size: 10px;
    line-height: 24px;
    text-align: center;
    margin-top: 6px;
    color: rgba(255, 255, 255, 1);
}

.sticky-mobile ul li {
    width: 36%;
    display: flex;
    justify-content: center;
    position: relative;
}

.sticky-mobile ul li a i {
    font-size: 24px;
}
.sticky-mobile-home{
    width: 30% !important;
}
.sticky-mobile-home a {
    width: 58px !important;
    height: 58px;
    background: rgba(188, 145, 44, 1);
    box-shadow: 0px 4px 12px 0px rgba(188, 145, 44, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -67px;
    animation: glowPulse 3s infinite ease-in-out;
}
@keyframes glowPulse {
    0% {
        box-shadow: 0px 4px 12px 0px rgba(188, 145, 44, 0.3);
    }
    50% {
        box-shadow: 0px 4px 22px 4px rgba(188, 145, 44, 0.6);
    }
    100% {
        box-shadow: 0px 4px 12px 0px rgba(188, 145, 44, 0.3);
    }
}
.sticky-mobile-home::before {
    content: '';
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="104" height="45" viewBox="0 0 104 45" fill="none"><path d="M104 0C84.3556 2.18464e-06 95.5 45 52 45C8.5 45 20.2222 0 0 0H104Z" fill="%231E1E1E"/></svg>');
    width: 104px;
    height: 45px;
    position: absolute;
    top: -40px;
    z-index: -1;
}

@media (max-width: 991px) {

    .footer-logo {
        display: flex;
        justify-content: center;
    }

    .footer-about-us p {
        text-align: center;
    }

    .websima-social ul {
        margin-top: 32px;
        justify-content: center;
    }

    .footer-brands ul li span {
        width: 82px;
        height: 82px;
        padding: 12px;
    }

    .footer-brands ul {
        margin-top: 40px;
        justify-content: center;
    }

    .footer-brands ul li a {
        font-size: 12px;
    }

    .footer-box-title {
        display: block;
        font-weight: 500;
        font-size: 14px;
        line-height: 40px;
        color: rgba(189, 192, 198, 1);
    }

    .footer-ul {
        flex-direction: column;
        align-items: flex-start;
        margin: 0;
        gap: 0;
    }

    .Quick-menu {
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(20px);
        padding: 16px 20px;
        margin-top: 40px;
    }

    .footer-info ul {
        flex-direction: column;
        gap: 8px;
    }

    .footer-info ul li {
        width: 100%;
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(20px);
        padding: 16px 20px;
    }

    .footer-info-des {
        flex-direction: column;
    }

    .footer-info-des a::before {
        display: none;
    }

    .footer-info-des a {
        margin: 0;
        padding: 0;
    }

    .footer-info-des a {
        font-size: 14px;
    }

    .footer-cp {
        justify-content: center;
    }

    .footer-info {
        margin-top: 14px;
    }
}