/* ================= Footer ================= */
.store-footer,
.store-footer .store-footer__inner {
  background-color: #fff !important; /* أبيض مثل الصورة */
  color: #000 !important;
  padding: 2rem 1rem;
  border-top: 2px solid #f97b22; /* خط علوي أحمر */
  border-radius: 40px 40px 0 0; /* زوايا دائرية */
}

/* الروابط */
.store-footer a {
  color: #000 !important;
  text-decoration: none;
  transition: 0.3s;
}
.store-footer a:hover {
  color: #f97b22 !important; /* أحمر عند الهوفر */
}

/* العناوين */
.store-footer h4,
.store-footer h5 {
  font-weight: bold;
  margin-bottom: 1rem;
}

/* أيقونات التواصل */
.store-footer .social-icons {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 1rem 0;
}
.store-footer .social-icons a {
  background: #f44336;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 8px;
  font-size: 18px;
  transition: 0.3s;
}
.store-footer .social-icons a:hover {
  background: #000;
}

/* النصوص الصغيرة مثل موثق في منصة الأعمال *//*
.business-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 2rem;
}
.business-wrapper p {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #000;
}*/

/* الحقوق */
footer .copyright-text p,
footer .copyright-text p a {
  color: #555 !important;
  font-size: 0.85rem;
  margin-top: 1rem;
}

/* Media Queries */
@media (max-width: 768px) {
  .one-row .banner-entry,
  .two-row .banner-entry,
  .one-row .banner-entry:first-child,
  .two-row .banner-entry:first-child {
    height: 130px;
  }
  .s-products-slider-card {
    width: 60%;
  }
  .md\:grid-cols-3 {
    margin: 1rem auto !important;
  }
  footer * {
    text-align:center;
    margin-left:auto !important;
    margin-right:auto !important;
  }
  .store-footer .social-icons {
    justify-content: center;
  }
}