.elementor-1451 .elementor-element.elementor-element-b7ee903{background-image:url("https://www.epix.ae/wp-content/uploads/2026/07/epix-installed-led-screen-at-reception-area-of-impact-american-school-in-sharjah-scaled.jpg");}:root{--page-title-display:none;}/* Start custom CSS *//* ==========================================
   EPIX — MAIN LED DISPLAY PRODUCTS PAGE
   ========================================== */

.ep-products {
  --ep-green: #22c55e;
  --ep-green-dark: #15803d;
  --ep-ink: #12201b;
  --ep-muted: #53645c;
  --ep-dark: #09130f;
  --ep-line: #dfe7e2;

  position: relative;
  width: 100%;
  box-sizing: border-box;
  color: var(--ep-ink);
  font-family: inherit;
  line-height: 1.7;
}

.ep-products *,
.ep-products *::before,
.ep-products *::after {
  box-sizing: border-box;
}

.ep-products .ep-products-wrap {
  width: min(1200px, calc(100% - 48px));
  margin-inline: auto;
}

.ep-products h1,
.ep-products h2,
.ep-products h3,
.ep-products p {
  margin-top: 0;
}

.ep-products h1,
.ep-products h2,
.ep-products h3 {
  color: inherit;
  font-family: inherit;
  font-weight: 700;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.ep-products h1 {
  margin-bottom: 26px;
  font-size: clamp(40px, 5.5vw, 74px);
  line-height: 1.1;
}

.ep-products h2 {
  margin-bottom: 22px;
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.16;
}

.ep-products h3 {
  margin-bottom: 16px;
  font-size: 25px;
  line-height: 1.25;
}

.ep-products p {
  margin-bottom: 22px;
  font-size: 17px;
}

.ep-products .ep-products-label {
  display: inline-block;
  margin-bottom: 20px;
  color: var(--ep-green-dark);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.ep-products.ep-products-section {
  padding: 88px 0;
}

.ep-products.ep-products-light {
  background: #ffffff;
}

.ep-products.ep-products-soft {
  background: #f4f7f5;
}

.ep-products.ep-products-dark {
  background: var(--ep-dark);
  color: #ffffff;
}

.ep-products-dark .ep-products-label,
.ep-products-hero .ep-products-label,
.ep-products-final .ep-products-label {
  color: #6ee792;
}

/* HERO
   Background image: parent Elementor container.
   Adjust height and overlay below.
*/

.ep-products.ep-products-hero {
  --hero-height: 720px;
  --hero-overlay: 0.70;

  display: flex;
  align-items: center;
  min-height: var(--hero-height);
  padding: 90px 0;
  isolation: isolate;
  background: transparent;
  color: #ffffff;
}

.ep-products-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: #06110b;
  opacity: var(--hero-overlay);
}

.ep-products-hero-content {
  max-width: 970px;
}

.ep-products-hero h1 span {
  color: #6ee792;
}

.ep-products .ep-products-lead {
  max-width: 760px;
  color: #e0e9e3;
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.75;
}

/* BUTTONS */

.ep-products-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.ep-products a.ep-products-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 52px;
  padding: 14px 25px;
  border: 1px solid var(--ep-green);
  border-radius: 9px;
  background: var(--ep-green);
  color: #06190d;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.ep-products a.ep-products-btn:hover {
  border-color: #4ade80;
  background: #4ade80;
  transform: translateY(-2px);
}

.ep-products a.ep-products-btn-outline {
  border-color: rgba(255, 255, 255, 0.55);
  background: transparent;
  color: #ffffff;
}

.ep-products a.ep-products-btn-outline:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

.ep-products a:focus-visible,
.ep-products summary:focus-visible {
  outline: 3px solid #4aa8ff;
  outline-offset: 5px;
}

/* HERO CATEGORY LINKS */

.ep-products-hero-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  margin-top: 48px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.ep-products-hero-links a {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: #e0e9e3;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
}

.ep-products-hero-links a:hover {
  color: #6ee792;
}

/* SECTION HEADINGS */

.ep-products-heading {
  max-width: 830px;
  margin: 0 auto 44px;
  text-align: center;
}

.ep-products-heading p {
  margin-bottom: 0;
  color: var(--ep-muted);
}

.ep-products-dark .ep-products-heading p {
  color: #c1cec6;
}

#ep-products-categories {
  scroll-margin-top: 110px;
}

/* CATEGORY CARDS */

.ep-products-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.ep-products-category {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 42px;
  border: 1px solid var(--ep-line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(13, 35, 23, 0.05);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}

.ep-products-category:hover {
  transform: translateY(-5px);
  border-color: #9bd5ad;
  box-shadow: 0 20px 44px rgba(13, 35, 23, 0.09);
}

.ep-products-category-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
  width: 100%;
  margin-bottom: 30px;
}

.ep-products-category-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 15px;
  background: #e6f8ed;
  color: var(--ep-green-dark);
  font-size: 18px;
  font-weight: 700;
}

.ep-products-tag {
  padding: 6px 13px;
  border: 1px solid #dce7df;
  border-radius: 30px;
  background: #f5f9f6;
  color: #42634d;
  font-size: 12px;
  font-weight: 600;
}

.ep-products-category h3 {
  font-size: clamp(28px, 3vw, 38px);
}

.ep-products-category p {
  color: var(--ep-muted);
}

.ep-products-list {
  width: 100%;
  margin: 0 0 30px;
  padding-left: 20px;
  color: var(--ep-muted);
  font-size: 15px;
}

.ep-products-list li {
  margin-bottom: 10px;
  padding-left: 4px;
}

.ep-products-list li::marker {
  color: var(--ep-green-dark);
}

.ep-products-category .ep-products-btn {
  margin-top: auto;
}

/* SELECTION GUIDE */

.ep-products-three-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.ep-products-guide-card {
  padding: 32px 28px;
  border: 1px solid #2b3c32;
  border-radius: 18px;
  background: #112018;
  text-align: center;
}

.ep-products-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  border: 1px solid #326743;
  border-radius: 14px;
  background: #163421;
  color: #80eba1;
  font-size: 16px;
  font-weight: 700;
}

.ep-products-guide-card h3 {
  font-size: 23px;
}

.ep-products-guide-card p {
  margin-bottom: 0;
  color: #bfcec5;
  font-size: 16px;
}

.ep-products-guide-footer {
  margin-top: 36px;
  text-align: center;
}

.ep-products-guide-footer p {
  margin-bottom: 12px;
  color: #bfcec5;
  font-size: 16px;
}

.ep-products a.ep-products-text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #80eba1;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 5px;
}

/* SOLUTIONS LINKS */

.ep-products-two-col {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  align-items: start;
  gap: 64px;
}

.ep-products-two-col p {
  color: var(--ep-muted);
}

.ep-products .ep-products-intro {
  color: var(--ep-ink);
  font-size: 21px;
  line-height: 1.65;
}

.ep-products-solution-links {
  display: grid;
  gap: 16px;
}

.ep-products a.ep-products-solution-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 27px;
  border: 1px solid var(--ep-line);
  border-radius: 16px;
  background: #f8faf8;
  color: var(--ep-ink);
  text-decoration: none;
  transition:
    background 0.2s ease,
    border-color 0.2s ease;
}

.ep-products a.ep-products-solution-link:hover {
  border-color: #9bd5ad;
  background: #edf8f0;
}

.ep-products-solution-link div > span {
  display: block;
  margin-bottom: 8px;
  color: var(--ep-green-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ep-products-solution-link h3 {
  margin-bottom: 10px;
  font-size: 21px;
}

.ep-products-solution-link p {
  margin-bottom: 0;
  font-size: 15px;
}

.ep-products-arrow {
  flex-shrink: 0;
  color: var(--ep-green-dark);
  font-size: 28px;
}

/* FAQ */

.ep-products .ep-products-faq-wrap {
  max-width: 950px;
}

.ep-products-faq details {
  margin-bottom: 14px;
  padding: 0 25px;
  border: 1px solid var(--ep-line);
  border-radius: 14px;
  background: #ffffff;
}

.ep-products-faq summary {
  padding: 22px 0;
  color: var(--ep-ink);
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.ep-products-faq summary::marker {
  color: var(--ep-green-dark);
}

.ep-products-faq details[open] {
  border-color: #8dcca4;
  background: #fbfefc;
}

.ep-products-faq-answer {
  padding-bottom: 24px;
}

.ep-products-faq-answer p {
  margin-bottom: 0;
  color: var(--ep-muted);
  font-size: 16px;
}

.ep-products-faq-answer a {
  color: var(--ep-green-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* FINAL CTA */

.ep-products.ep-products-final {
  background:
    radial-gradient(
      ellipse at top,
      rgba(34, 197, 94, 0.14),
      transparent 65%
    ),
    #09130f;
  color: #ffffff;
  text-align: center;
}

.ep-products-final h2 {
  max-width: 900px;
  margin-inline: auto;
}

.ep-products-final p {
  max-width: 690px;
  margin-inline: auto;
  color: #c1cec6;
}

.ep-products-final .ep-products-buttons {
  justify-content: center;
}

/* TABLET */

@media (max-width: 1024px) {
  .ep-products.ep-products-section {
    padding: 68px 0;
  }

  .ep-products-category {
    padding: 30px;
  }

  .ep-products-two-col {
    gap: 34px;
  }

  .ep-products-three-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ep-products-three-grid > :last-child {
    grid-column: 1 / -1;
    width: calc((100% - 24px) / 2);
    justify-self: center;
  }
}

/* MOBILE */

@media (max-width: 767px) {
  .ep-products .ep-products-wrap {
    width: calc(100% - 36px);
  }

  .ep-products.ep-products-hero {
    --hero-height: 650px;
    padding: 64px 0;
  }

  .ep-products.ep-products-section {
    padding: 52px 0;
  }

  .ep-products h1 {
    font-size: clamp(36px, 9vw, 48px);
  }

  .ep-products h2 {
    font-size: 31px;
  }

  .ep-products .ep-products-lead,
  .ep-products .ep-products-intro {
    font-size: 18px;
  }

  .ep-products-category-grid,
  .ep-products-three-grid,
  .ep-products-two-col {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ep-products-three-grid > :last-child {
    grid-column: auto;
    width: 100%;
  }

  .ep-products-heading {
    margin-bottom: 32px;
  }

  .ep-products-buttons {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .ep-products a.ep-products-btn {
    width: 100%;
  }

  .ep-products-hero-links {
    flex-direction: column;
    gap: 18px;
    margin-top: 34px;
    padding-top: 24px;
  }

  .ep-products-category {
    padding: 28px 24px;
  }

  .ep-products-category h3 {
    font-size: 31px;
  }

  .ep-products-guide-card {
    padding: 28px 24px;
  }

  .ep-products a.ep-products-solution-link {
    padding: 23px;
    gap: 16px;
  }

  .ep-products-faq details {
    padding-inline: 18px;
  }

  .ep-products-faq summary {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ep-products-category,
  .ep-products a.ep-products-btn,
  .ep-products a.ep-products-solution-link {
    transition: none;
  }

  .ep-products-category:hover,
  .ep-products a.ep-products-btn:hover {
    transform: none;
  }
}/* End custom CSS */