/* ===========================
   FOOTER CUSTOM — LINE SPORT
   Designed for liensport.com
   =========================== */

/* COLORS */
:root {
    --main: #708D0B;
    --second: #BCA232;
    --white: #FFFFFF;
}

/* ===== FOOTER STYLE ===== */

.footer-custom {
    background: #ffffff; /* خلفية نظيفة */
    padding: 40px 20px;
    border-top: 3px solid #708D0B; /* لمسة خفيفة من الأخضر */
    box-shadow: 0 -4px 14px rgba(112, 141, 11, 0.18);
}

.footer-custom .title {
    font-size: 1.3rem;
    font-weight: bold;
    color: #708D0B;
    margin-bottom: 15px;
}

.footer-custom a {
    display: block;
    color: #333;
    margin: 6px 0;
    font-size: 0.95rem;
    transition: 0.3s ease;
}

.footer-custom a:hover {
    color: #708D0B;
    transform: translateX(5px);
}

/* أيقونات السوشيال */
.footer-social {
    margin-top: 10px;
}

.footer-social a {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin: 0 5px;
    border-radius: 50%;
    background: #f5f5f5;
    color: #708D0B;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    transition: 0.3s;
    box-shadow: 0 2px 6px rgba(112, 141, 11, 0.18);
}

.footer-social a:hover {
    background: #708D0B;
    color: #fff;
    transform: translateY(-3px);
}

/* حقوق المتجر */
.footer-bottom {
    text-align: center;
    padding: 15px;
    background: #ffffff;
    color: #555;
    font-size: 0.9rem;
    border-top: 1px solid rgba(0,0,0,0.1);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #000;
}

.store-footer h3 {
   color: #708D0B;
    background: #fff;
    border-radius: 10px;
    font-weight: bold;
    padding-top: 0.3rem;
    width: 100%;
    padding-bottom: 0.3rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
   padding: 0.3rem;
}




.footer-is-light .store-footer .store-footer__inner:before {
    text-align: center;
  
    display: block;
    height: 110px;
    width: 140px;
    margin: auto auto 20px;
    background-image: var(--logo);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    animation: sigal 1200ms linear infinite;
}

@keyframes sigal {
    0% {
        filter: drop-shadow(2px 4px 6px #fff)
    }

    100% {
        filter: none;
    }
}

[dir=rtl] .s-slider-block__title h2 {
    text-shadow: 2px 4px #fff;
    font-size: 20px;
}


@keyframes logobg {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        visibility: hidden
    }
}

.s-block--features__item .feature-icon,
.store-footer a .rtl\:ml-2\.5,
.s-slider-nav-arrow,
.header-btn__icon {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.store-footer a .rtl\:ml-2\.5 {
    background: #fff !important;
}


.s-slider-block__display-all {
    animation: signal 1200ms linear infinite;
}

@keyframes signal {
    0% {
        box-shadow: 0 0 0 0 #000;
    }

    100% {
        box-shadow: 0 0 0 5px #fff;
    }
}




.footer-is-light .store-footer .social-link {
    border-color: transparent;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


.store-footer .contact-social ul li:first-child a {
    background: #fff;
    color: #fff;
}

.store-footer .contact-social ul li:nth-child(2) a {
    background: #fff;;
    color: #fff;
}

.store-footer .contact-social ul li:nth-child(3) a {
    background: #fff;
    color: #fff;
}

.store-footer .contact-social ul li:nth-child(4) a {
    background: #333;
    color: #fff;
}

.store-footer .contact-social ul li:nth-child(5) a {
    background: #F50000;
    color: #fff;
}

.store-footer .contact-social ul li:nth-child(6) a {
    background: #0084ff;
    color: #fff;
}


.p-1 {
    padding: 0.15rem;
}

div.floating_text.px-8{
position: relative; /* يجب أن يكون العنصر له position: relative ليتمكن top من العمل */
    top: -20px;


}