.elementor-1440 .elementor-element.elementor-element-74f4a4c{background-image:url("https://www.epix.ae/wp-content/uploads/2026/05/P1.25-indoor-LED-Display-in-Dubai-Festival-City-Ciaccolat-Italiano-Restaurant-scaled.jpg");}:root{--page-title-display:none;}/* Start custom CSS *//* =====================================
   EPIX P1.25 STANDARD COB
   Scoped styles for Elementor
   ===================================== */

.ep125 {
  --green: #22c55e;
  --green-dark: #15803d;
  --ink: #12201b;
  --muted: #52635b;
  --dark: #09130f;
  --line: #dfe7e2;

  width: 100%;
  position: relative;
  box-sizing: border-box;
  color: var(--ink);
  font-family: inherit;
  line-height: 1.7;
}

.ep125 *,
.ep125 *::before,
.ep125 *::after {
  box-sizing: border-box;
}

.ep125 .ep125-wrap {
  width: min(1200px, calc(100% - 48px));
  margin-inline: auto;
}

.ep125 h1,
.ep125 h2,
.ep125 h3,
.ep125 p {
  margin-top: 0;
}

.ep125 h1,
.ep125 h2,
.ep125 h3 {
  color: inherit;
  font-family: inherit;
  font-weight: 700;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.ep125 h1 {
  margin-bottom: 24px;
  font-size: clamp(40px, 5.5vw, 76px);
  line-height: 1.08;
}

.ep125 h2 {
  margin-bottom: 22px;
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.15;
}

.ep125 h3 {
  margin-bottom: 14px;
  font-size: 23px;
  line-height: 1.3;
}

.ep125 p {
  margin-bottom: 20px;
  font-size: 17px;
}

.ep125 .ep125-label {
  display: inline-block;
  margin-bottom: 20px;
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.ep125.ep125-section {
  padding: 88px 0;
}

.ep125.ep125-light {
  background: #ffffff;
}

.ep125.ep125-soft {
  background: #f4f7f5;
}

.ep125.ep125-dark {
  background: var(--dark);
  color: #ffffff;
}

.ep125-dark .ep125-label,
.ep125-hero .ep125-label {
  color: #6ee792;
}

.ep125-dark p {
  color: #c1cec6;
}

/* HERO
   Set the image on the parent Elementor container.
   Disable Elementor's own overlay to avoid doubling it. */

.ep125.ep125-hero {
  --hero-height: 700px;
  --hero-overlay: 0.68;

  display: flex;
  align-items: center;
  min-height: var(--hero-height);
  padding: 90px 0;
  isolation: isolate;
  background: transparent;
  color: #ffffff;
}

.ep125-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: #06110b;
  opacity: var(--hero-overlay);
}

.ep125-hero-content {
  max-width: 940px;
}

.ep125-hero h1 span {
  color: #6ee792;
}

.ep125 .ep125-lead {
  max-width: 740px;
  color: #e0e9e3;
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.75;
}

.ep125 .ep125-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.ep125 a.ep125-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 52px;
  padding: 14px 25px;
  border: 1px solid var(--green);
  border-radius: 9px;
  background: var(--green);
  color: #06190d;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.ep125 a.ep125-btn:hover {
  background: #4ade80;
  border-color: #4ade80;
  transform: translateY(-2px);
}

.ep125 a.ep125-btn-outline {
  border-color: rgba(255, 255, 255, 0.55);
  background: transparent;
  color: #ffffff;
}

.ep125 a.ep125-btn-outline:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

.ep125 a:focus-visible,
.ep125 summary:focus-visible {
  outline: 3px solid #4aa8ff;
  outline-offset: 5px;
}

.ep125-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 48px;
  margin-top: 52px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.ep125-hero-stats div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ep125-hero-stats strong {
  font-size: 20px;
  font-weight: 700;
}

.ep125-hero-stats span {
  color: #c4d0c8;
  font-size: 13px;
}

/* HEADINGS AND LAYOUT */

.ep125-heading {
  max-width: 830px;
  margin: 0 auto 42px;
  text-align: center;
}

.ep125-heading p {
  margin-bottom: 0;
  color: var(--muted);
}

.ep125-dark .ep125-heading p {
  color: #c1cec6;
}

.ep125-two-col {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 64px;
  align-items: start;
}

.ep125 .ep125-intro {
  color: var(--ink);
  font-size: 21px;
  line-height: 1.65;
}

.ep125-two-col p {
  color: var(--muted);
}

.ep125-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 42px;
}

/* CARDS */

.ep125-card {
  padding: 34px 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 12px 30px rgba(13, 35, 23, 0.045);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.ep125-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 38px rgba(13, 35, 23, 0.09);
}

.ep125-card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  border-radius: 14px;
  background: #e6f8ed;
  color: var(--green-dark);
  font-size: 16px;
  font-weight: 700;
}

.ep125-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 16px;
}

/* SPECIFICATIONS */

#ep125-specifications {
  scroll-margin-top: 110px;
}

.ep125-table-wrap {
  overflow-x: auto;
  border: 1px solid #2b3c32;
  border-radius: 18px;
}

.ep125 .ep125-table {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  background: transparent;
  color: #ffffff;
  font-size: 16px;
}

.ep125-table caption {
  padding: 18px 26px;
  background: #14251b;
  color: #d9e7de;
  text-align: left;
  font-size: 14px;
}

.ep125 .ep125-table th,
.ep125 .ep125-table td {
  padding: 19px 26px;
  border: 0;
  border-bottom: 1px solid #2b3c32;
  background: transparent;
  color: inherit;
  text-align: left;
  vertical-align: top;
}

.ep125 .ep125-table thead th {
  background: #1b3022;
  color: #80eba1;
  font-weight: 700;
}

.ep125 .ep125-table tbody th {
  width: 43%;
  font-weight: 500;
}

.ep125 .ep125-table tbody td {
  color: #cbd8d0;
}

.ep125 .ep125-table tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.025);
}

.ep125 .ep125-table tbody tr:last-child th,
.ep125 .ep125-table tbody tr:last-child td {
  border-bottom: 0;
}

.ep125 .ep125-note {
  margin-top: 20px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

.ep125-dark .ep125-note {
  color: #a5b8ac;
}

/* CABINET LAYOUT */

.ep125-layout-row {
  align-items: center;
  grid-template-columns: 1.1fr 1fr;
}

.ep125-diagram {
  padding: 30px;
  border: 1px solid #d8e7dc;
  border-radius: 18px;
  background: #edf6f0;
}

.ep125-cabinet-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(3, 1fr);
  gap: 3px;
  aspect-ratio: 16 / 9;
  padding: 3px;
  border: 1px solid #183e28;
  border-radius: 5px;
  background: #0c1d12;
}

.ep125-cabinet-grid span {
  background: linear-gradient(135deg, #24683d, #144024);
  border: 1px solid rgba(134, 239, 172, 0.28);
}

.ep125-diagram p {
  margin: 18px 0 0;
  color: #30573d;
  text-align: center;
  font-size: 14px;
}

.ep125-facts {
  margin: 24px 0 0;
}

.ep125-facts > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.ep125-facts dt {
  color: var(--muted);
  font-size: 15px;
}

.ep125-facts dd {
  margin: 0;
  color: var(--ink);
  text-align: right;
  font-size: 15px;
  font-weight: 700;
}

/* INLINE CTA */

.ep125-inline-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-top: 40px;
  padding: 32px;
  border: 1px solid #cfdfd4;
  border-radius: 18px;
  background: #ffffff;
}

.ep125-inline-cta h3 {
  margin-bottom: 8px;
}

.ep125-inline-cta p {
  max-width: 650px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 16px;
}

.ep125-inline-cta .ep125-btn {
  flex-shrink: 0;
}

/* FAQ */

.ep125 .ep125-faq-wrap {
  max-width: 950px;
}

.ep125-faq details {
  margin-bottom: 14px;
  padding: 0 25px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #ffffff;
}

.ep125-faq summary {
  padding: 22px 0;
  color: var(--ink);
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.ep125-faq summary::marker {
  color: var(--green-dark);
}

.ep125-faq details[open] {
  border-color: #8dcca4;
  background: #f8fcf9;
}

.ep125-faq details p {
  padding-bottom: 24px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 16px;
}

/* FINAL CTA */

.ep125-final {
  text-align: center;
  background:
    radial-gradient(
      ellipse at top,
      rgba(34, 197, 94, 0.13),
      transparent 65%
    ),
    #09130f !important;
}

.ep125-final h2 {
  max-width: 900px;
  margin-inline: auto;
}

.ep125-final p {
  max-width: 640px;
  margin-inline: auto;
}

.ep125-final .ep125-buttons {
  justify-content: center;
}

/* TABLET */

@media (max-width: 1024px) {
  .ep125.ep125-section {
    padding: 68px 0;
  }

  .ep125-two-col {
    gap: 36px;
  }

  .ep125-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ep125-grid > :last-child:nth-child(odd) {
    grid-column: 1 / -1;
    width: calc((100% - 24px) / 2);
    justify-self: center;
  }

  .ep125-inline-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* MOBILE */

@media (max-width: 767px) {
  .ep125 .ep125-wrap {
    width: calc(100% - 36px);
  }

  .ep125.ep125-hero {
    --hero-height: 640px;
    padding: 64px 0;
  }

  .ep125.ep125-section {
    padding: 52px 0;
  }

  .ep125 h1 {
    font-size: clamp(36px, 9vw, 48px);
  }

  .ep125 h2 {
    font-size: 31px;
  }

  .ep125 h3 {
    font-size: 22px;
  }

  .ep125 .ep125-lead,
  .ep125 .ep125-intro {
    font-size: 18px;
  }

  .ep125-two-col,
  .ep125-layout-row,
  .ep125-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .ep125-grid > :last-child:nth-child(odd) {
    grid-column: auto;
    width: 100%;
  }

  .ep125-heading {
    margin-bottom: 30px;
  }

  .ep125-grid {
    margin-top: 30px;
  }

  .ep125 .ep125-buttons {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .ep125 a.ep125-btn {
    width: 100%;
  }

  .ep125-hero-stats {
    gap: 22px;
    margin-top: 34px;
    padding-top: 24px;
  }

  .ep125-hero-stats strong {
    font-size: 17px;
  }

  .ep125-card {
    padding: 28px 24px;
  }

  .ep125 .ep125-table th,
  .ep125 .ep125-table td {
    padding: 15px 14px;
    font-size: 14px;
  }

  .ep125-table caption {
    padding: 16px 14px;
  }

  .ep125-diagram {
    padding: 20px;
  }

  .ep125-inline-cta {
    padding: 25px;
  }

  .ep125-faq details {
    padding-inline: 18px;
  }

  .ep125-faq summary {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ep125-card,
  .ep125 a.ep125-btn {
    transition: none;
  }

  .ep125-card:hover,
  .ep125 a.ep125-btn:hover {
    transform: none;
  }
}/* End custom CSS */