/* نخلي العنصر الأساسي زي ما هو وما نغيرش display */
ul.all-legal-info li.vat-container:first-of-type{
  position: relative;
  padding-top: 10px;
}

/* الرقم الضريبي */
ul.all-legal-info li.vat-container:first-of-type::before{
  content:"الرقم الضريبي : 31422173100003";
  font-size:14px;
  font-weight:600;
  color:#333;
  display:block;
  margin-bottom:8px;
  text-align:center;
}

/* شعار صنع في السعودية */
ul.all-legal-info li.vat-container:first-of-type::after{
  content:"";
  display:block;
  width:105px;
  height:65px;
  margin:0 auto;
  background-image:url("https://i.postimg.cc/NFcgPghv/tsmym-bdwn-ʿnwan-(1).png");
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
}

/*تابعونا

@media (max-width: 768px){

  /* توسيط العمود اللي فيه السوشيال (لأن عليه text-end) */
  footer .mobile-social-icon{
    width: 100%;
    margin: 0 auto;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap;
    gap: 10px;
    text-align: center !important;
  }

  /* "تابعونا" في سطر لوحده بالمنتصف */
  footer .mobile-social-icon h6{
    width: 100%;
    display: block;
    text-align: center !important;
    margin: 0 0 8px 0 !important;
  }

  /* الأيقونات */
  footer .mobile-social-icon a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 4px;
  }

}



/* الوجو

/* ================================
   توسيط لوجو الفوتر + منع التكرار
   موبايل فقط
   ================================ */
@media (max-width: 768px){

  /* توسيط الحاوية (أقوى من text-end وغيره) */
  .rtl footer .logo.mb-30{
    width: 100%;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  /* توسيط اللوجو نفسه */
  .rtl footer .logo.mb-30 img.main-header-logo{
    display: block !important;
    margin: 0 auto !important;
    object-fit: contain;
    object-position: center !important;
  }

  /* إظهار نسخة واحدة فقط */
  .rtl footer .logo.mb-30 img.main-header-logo.logo-dark{
    display: none !important;
  }

}
/* توسيط الكل 
/* =================================
   تنسيق الفوتر في الموبايل فقط
   ================================= */

@media (max-width: 768px){

  /* كل عمود ياخد عرض كامل */
  footer .row > div{
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    text-align: center !important;
    margin-bottom: 25px;
  }

  /* توسيط اللوجو */
  footer .logo{
    display: flex !important;
    justify-content: center !important;
  }

  /* توسيط السوشيال */
  footer .mobile-social-icon{
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap;
    gap: 8px;
  }

  /* توسيط وسائل الدفع */
  footer .payment-icons{
    justify-content: center !important;
  }

}
/*جديد
/* ======================================
   ضبط عمود اللوجو في الموبايل فقط
   ====================================== */

@media (max-width: 768px){

  /* نخلي العمود عمودي */
  footer .logo.mb-30{
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }

  /* تكبير اللوجو شوية */
  footer .logo.mb-30 img.main-header-logo{
    width: 180px !important;
    height: auto !important;
    margin-bottom: 15px !important;
    object-position: center !important;
  }

  /* منع تكرار النسخة التانية */
  footer .logo.mb-30 img.main-header-logo.logo-dark{
    display: none !important;
  }

}