/* ===== خلفية الفوتر ===== */
.store-footer {
  background-color: #173611 !important;
}

.store-footer__inner,.about-us-block {
  background-color: #173611 !important;
}

/* ===== النصوص العامة ===== */
.store-footer .f_store-name,
.store-footer .f_store-description,
.store-footer .store-footer__inner h3,
.store-footer .store-footer__inner .f_vat p,
.store-footer .store-footer__inner .f_vat b {
  color: #ffffff !important;
}

/* ===== الروابط ===== */
.store-footer .s-menu-footer-item,
.store-footer .s-contacts-item {
  color: #ffffff !important;
}

/* ===== CC ===== */
.store-footer__bottom p {
    color: white !important;
}

section#ATB_sec_1 {
    padding-top: 0;
    margin-top: -1rem;
}

section#ATB_sec_1 a {
    padding: 0.5rem;
}
/* حذف خلفية قسم مميزات المتجر المحسنة وجعلها شفافة */
.s-block-features-section,
.s-block-features,
.features-slider,
[class*="features"] {
    background-color: transparent !important;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

/* حذف خلفية البطاقات الداخلية للمميزات إذا كانت تأخذ لوناً أبيض */
.s-block-features .feature-item,
[class*="feature-item"],
.feature-card {
    background-color: transparent !important;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}
/* ==========================================================================
   1. حركة النجمة (الجودة): نبض ولمعان مستمر ودائم تلقائياً
   ========================================================================== */
.s-block-features .feature-item:nth-child(1) .feature-icon,
.s-block-features .feature-item:nth-child(1) img,
.s-block-features .feature-item:nth-child(1) svg {
    animation: starPulse 2.5s infinite ease-in-out !important;
}

@keyframes starPulse {
    0% { transform: scale(1); filter: brightness(1); }
    50% { transform: scale(1.12); filter: brightness(1.35) drop-shadow(0 0 8px rgba(255,215,0,0.4)); }
    100% { transform: scale(1); filter: brightness(1); }
}

/* ==========================================================================
   2. حركة أيقونة الدفع: اهتزاز مائل تفاعلي (فقط عند مرور الماوس)
   ========================================================================== */
.s-block-features .feature-item:nth-child(2):hover .feature-icon,
.s-block-features .feature-item:nth-child(2):hover img,
.s-block-features .feature-item:nth-child(2):hover svg {
    animation: cardTilt 0.5s ease-in-out infinite alternate !important;
}

@keyframes cardTilt {
    0% { transform: rotate(-5deg) scale(1.05); }
    100% { transform: rotate(5deg) scale(1.05); }
}

/* ==========================================================================
   3. حركة أيقونة خدمة العملاء: قفز وارتداد مرن (فقط عند مرور الماوس)
   ========================================================================== */
.s-block-features .feature-item:nth-child(3):hover .feature-icon,
.s-block-features .feature-item:nth-child(3):hover img,
.s-block-features .feature-item:nth-child(3):hover svg {
    animation: customerBounce 0.6s infinite alternate cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

@keyframes customerBounce {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}