/* Harmony Healing Center — V7.9.57
   Arabic Hero Parity + Duplicate Partners Removal
   Lightweight hotfix loaded after v7.9.56. */

/* ---------------------------------------------------------
   ARABIC HOME HERO
   Keep the visual layer identical in orientation/composition
   to EN while Arabic copy remains true RTL.
   --------------------------------------------------------- */
html[lang="ar"] .homev766-hero-visual,
html[lang="ar"] .homev766-hero-visual-img{
  direction:ltr!important;
  transform:none!important;
}
html[lang="ar"] .homev766-hero-visual-img{
  object-fit:cover!important;
  object-position:center center!important;
}

@media (min-width:921px){
  html[lang="ar"] .homev766-hero-veil{
    background:linear-gradient(270deg,
      rgba(255,255,255,.96) 0%,
      rgba(255,255,255,.90) 10%,
      rgba(255,255,255,.76) 18%,
      rgba(255,255,255,.48) 26%,
      rgba(255,255,255,.20) 33%,
      rgba(255,255,255,.06) 39%,
      rgba(255,255,255,0) 45%)!important;
  }
}

/* ---------------------------------------------------------
   TRUSTED ORGANIZATIONS
   Desktop Arabic must show ONLY the approved exact artwork.
   Hide the legacy/live/responsive duplicate implementations.
   --------------------------------------------------------- */
@media (min-width:901px){
  html[lang="ar"] .home45r-exact{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
  }

  html[lang="ar"] .home45k-live,
  html[lang="ar"] .home45d-partners,
  html[lang="ar"] .home45z-mobile-cards{
    display:none!important;
    visibility:hidden!important;
    height:0!important;
    min-height:0!important;
    margin:0!important;
    padding:0!important;
    overflow:hidden!important;
  }
}

/* Preserve responsive/mobile implementation below desktop breakpoint. */
@media (max-width:900px){
  html[lang="ar"] .home45r-exact{
    display:none!important;
  }
}
