/* =========================================================
   PGP v218 — Remove IQ Garages hero frame WITHOUT color regression
   مبني على ملف v217 الجيد الذي كانت الألوان فيه مضبوطة.
   يمسح فقط الإطار الأحمر حول عنوان IQ Garages والكلام والفلترات.
   لا يغيّر لون خلفية الموقع.
   ========================================================= */

/* Do not touch body/background here. Background remains from pgp-site-background-source-v216.css */

html body #iq-garages > .iq-hero,
html body .iq-wrap#iq-garages > .iq-hero,
html body .iq-wrap#iq-garages > .iq-card.iq-hero,
html body .iq-hero.pgp-iq-hero-free,
html body section.iq-hero.pgp-iq-hero-free{
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:transparent!important;
  background-color:transparent!important;
  background-image:none!important;
  border-radius:0!important;
  overflow:visible!important;
  padding-left:0!important;
  padding-right:0!important;
}

/* Kill any pseudo-frame from unified frame files */
html body #iq-garages > .iq-hero::before,
html body #iq-garages > .iq-hero::after,
html body .iq-wrap#iq-garages > .iq-hero::before,
html body .iq-wrap#iq-garages > .iq-hero::after,
html body .iq-wrap#iq-garages > .iq-card.iq-hero::before,
html body .iq-wrap#iq-garages > .iq-card.iq-hero::after,
html body .iq-hero.pgp-iq-hero-free::before,
html body .iq-hero.pgp-iq-hero-free::after,
html body section.iq-hero.pgp-iq-hero-free::before,
html body section.iq-hero.pgp-iq-hero-free::after{
  content:none!important;
  display:none!important;
  opacity:0!important;
  visibility:hidden!important;
  border:0!important;
  outline:0!important;
  box-shadow:none!important;
  background:transparent!important;
  background-image:none!important;
  pointer-events:none!important;
}

/* Keep garage listing cards unchanged */
html body #iq-garages .garage-card{
  background:#ffffff!important;
  border-radius:28px!important;
}
