:root {
  /* نستخدم متغيرات سلة نفسها */
  --main-color: var(--color-primary, #fffff);
  --accent-color: var(--color-secondary, #EB932F);
  --accent-color-rgb: 0, 180, 166;
}

.alzaiem-copy-rights {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 0; /* ↓ خفّضناها من 20 إلى 10px فقط */
  background-color:#0000;
  background-image: radial-gradient(
    ellipse at center,
    rgba(var(--alz-accent-rgb), 0.12) 0%,
    transparent 60%
  );
  z-index: 10;
  box-sizing: border-box;
}

.dark .da-tm , .dark .da-ts {
color: #fffff !important }

.alzaiem-footer-link {
  display: inline-block;
  background: linear-gradient(135deg, var(--accent-color), var(--main-color));
  background-size: 200% 200%;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 12px 35px;
  border-radius: 50px;
  text-decoration: none;
  border: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease-in-out;
  animation: gradientMove 4s ease infinite, pulse 2s infinite ease-in-out;
}

.alzaiem-footer-link:hover {
  transform: scale(1.05);
}

@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.15);
  }
  50% {
    transform: scale(1.03);
    box-shadow: 0 0 15px 5px rgba(255, 255, 255, 0.1);
  }
}

.text-primary {
    color: #ED9E44 !important;
   
}


span {
    color: #000 !important;
}

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

.store-footer h3 {
   color: #ED9E44;
    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;
}




.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 #ED9E44)
    }

    100% {
        filter: none;
    }
}

[dir=rtl] .s-slider-block__title h2 {
    text-shadow: 2px 4px #ED9E44;
    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: #ED9E44 !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 #ED9E44;
    }
}

.s-slider-block__title {
    margin: 10px auto;
}

.s-button-element:not(:disabled):not([loading]) {
    animation: signal 1200ms linear infinite;
}


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

    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: #d1bdec;
    color: #fff;
}

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

.store-footer .contact-social ul li:nth-child(3) a {
    background: #d8c837;
    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;
}


label {
    display: block;
    --tw-text-opacity: 1;
    color: #ED9E44 !important;