.store-footer__inner{
  position: relative;
  min-height: 320px !important;
  padding: 45px 70px 25px !important;
}

/* ========================= */
/* العنوان العربي */
/* ========================= */

.store-footer__inner::before{
  content: "شهادات الجودة والاعتماد";

  position: absolute;

  left: 170px;
  top: 60px;

  z-index: 5;

  color: #2f2f2f;

  font-size: 16px;
  font-weight: 800;

  background: transparent !important;

  white-space: nowrap;

  pointer-events: none;
}

/* ========================= */
/* الأيقونات العربية */
/* ========================= */

.store-footer__inner::after{

  content: "";

  position: absolute;

  left: 45px;
  top: 105px;

  z-index: 4;

  width: 470px;
  height: 150px;

  background-color: transparent !important;

  background-image:
    url("https://i.postimg.cc/fLtP4JCS/tsmym-bdwn-%CA%BFnwan-%286%29.png"),
    url("https://i.postimg.cc/Gmd6B33L/tsmym-bdwn-%CA%BFnwan-%287%29.png"),
    url("https://i.postimg.cc/CLy3gHWM/tsmym-bdwn-%CA%BFnwan-%288%29.png");

  background-repeat:
    no-repeat,
    no-repeat,
    no-repeat;

  background-size:
    150px auto,
    165px auto,
    160px auto;

  background-position:
    92% center,
    50% center,
    8% center;

  pointer-events: none;
}

/* ========================= */
/* منطقة الضغط */
/* ========================= */

.iso-click-area{

  position: absolute;

  left: 45px;
  top: 105px;

  z-index: 6;

  width: 470px;
  height: 150px;

  display: block;

  background: transparent;

  cursor: pointer;
}

/* ========================= */
/* ENGLISH VERSION */
/* ========================= */

html[lang="en"] .store-footer__inner,
html[lang="en-US"] .store-footer__inner{

  position: relative;

  min-height: 340px !important;

  padding-left: 420px !important;
}

/* عنوان الإنجليزي */

html[lang="en"] .store-footer__inner::before,
html[lang="en-US"] .store-footer__inner::before{

  content: "Quality and Certification";

  position: absolute;

  left: 38px;
  top: 62px;

  width: 360px;

  text-align: center;

  z-index: 5;

  color: #2f2f2f;

  font-size: 16px;
  font-weight: 800;

  background: transparent !important;

  white-space: nowrap;

  pointer-events: none;
}

/* أيقونات الإنجليزي */

html[lang="en"] .store-footer__inner::after,
html[lang="en-US"] .store-footer__inner::after{

  content: "";

  position: absolute;

  left: 30px;
  top: 108px;

  z-index: 4;

  width: 360px;
  height: 150px;

  background-image:
    url("https://i.postimg.cc/fLtP4JCS/tsmym-bdwn-%CA%BFnwan-%286%29.png"),
    url("https://i.postimg.cc/Gmd6B33L/tsmym-bdwn-%CA%BFnwan-%287%29.png"),
    url("https://i.postimg.cc/CLy3gHWM/tsmym-bdwn-%CA%BFnwan-%288%29.png");

  background-repeat:
    no-repeat,
    no-repeat,
    no-repeat;

  background-size:
    110px auto,
    122px auto,
    118px auto;

  background-position:
    90% center,
    50% center,
    10% center;

  pointer-events: none;
}

/* منطقة الضغط الإنجليزي */

html[lang="en"] .iso-click-area,
html[lang="en-US"] .iso-click-area{

  position: absolute;

  left: 30px;
  top: 108px;

  width: 360px;
  height: 150px;

  z-index: 6;

  background: transparent;

  cursor: pointer;
}

/* ========================= */
/* MOBILE FIX */
/* ========================= */

@media (max-width: 991px){

  .store-footer__inner,
  html[lang="en"] .store-footer__inner,
  html[lang="en-US"] .store-footer__inner{

    position: relative;

    padding: 35px 20px 190px !important;

    min-height: auto !important;

    text-align: center !important;

    overflow: visible !important;
  }

  .store-footer__inner::before,
  html[lang="en"] .store-footer__inner::before,
  html[lang="en-US"] .store-footer__inner::before{

    left: 50% !important;

    transform: translateX(-50%) !important;

    top: auto !important;

    bottom: 135px !important;

    width: 100% !important;

    font-size: 15px !important;

    text-align: center !important;
  }

  .store-footer__inner::after,
  html[lang="en"] .store-footer__inner::after,
  html[lang="en-US"] .store-footer__inner::after{

    left: 50% !important;

    transform: translateX(-50%) !important;

    top: auto !important;

    bottom: 25px !important;

    width: 330px !important;

    height: 110px !important;

    background-size:
      95px auto,
      108px auto,
      104px auto !important;

    background-position:
      92% center,
      50% center,
      8% center !important;
  }

  .iso-click-area,
  html[lang="en"] .iso-click-area,
  html[lang="en-US"] .iso-click-area{

    left: 50% !important;

    transform: translateX(-50%) !important;

    top: auto !important;

    bottom: 25px !important;

    width: 330px !important;

    height: 110px !important;
  }
}

/* ========================= */
/* صور المقالات */
/* ========================= */

@media (max-width: 768px){

  img[class~="h-80"][class~="w-full"][class~="object-cover"]{

    height: auto !important;

    max-height: none !important;

    width: 100% !important;

    object-fit: contain !important;

    object-position: center center !important;

    aspect-ratio: 1000 / 560 !important;

    display: block !important;
  }
}

@media (min-width: 769px){

  img[class~="h-80"][class~="mb-10"][class~="w-full"][class~="object-cover"][class~="rounded-md"]{

    height: auto !important;

    max-height: none !important;

    width: 100% !important;

    object-fit: contain !important;

    object-position: center center !important;

    aspect-ratio: 1000 / 560 !important;

    display: block !important;
  }
}

/* ========================= */
/* ألوان العناوين */
/* ========================= */

article h2,
article h2 strong,
article h2 span,
article h2 a,
main h2,
main h2 strong,
main h2 span,
main h2 a{

  color: #340D44 !important;
}

article h3,
article h3 strong,
article h3 span,
article h3 a,
main h3,
main h3 strong,
main h3 span,
main h3 a{

  color: #2A4C7E !important;
}