/* ================================================================
   قوافل اتحاد المسار — Enhancement Layer v9 — Responsive
   ================================================================ */

/* ── KEYFRAMES ───────────────────────────────────────────────── */
@keyframes goldPulse {

  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(201, 168, 76, 0);
  }

  50% {
    box-shadow: 0 0 28px 6px rgba(201, 168, 76, 0.28);
  }
}

@keyframes goldTextGlow {

  0%,
  100% {
    text-shadow: 0 0 12px rgba(201, 168, 76, 0.0);
  }

  50% {
    text-shadow: 0 0 22px rgba(201, 168, 76, 0.45), 0 0 8px rgba(232, 201, 106, 0.3);
  }
}

@keyframes shimmer {
  0% {
    background-position: -200% center;
  }

  100% {
    background-position: 200% center;
  }
}

@keyframes floatUp {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes fadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(32px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.88);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes borderGlow {

  0%,
  100% {
    border-color: rgba(201, 168, 76, 0.25);
  }

  50% {
    border-color: rgba(201, 168, 76, 0.65);
  }
}

@keyframes ripple {
  0% {
    transform: scale(0);
    opacity: 0.7;
  }

  100% {
    transform: scale(4);
    opacity: 0;
  }
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* ── SCROLL REVEAL UTILITY ───────────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.75s cubic-bezier(.16, 1, .3, 1), transform 0.75s cubic-bezier(.16, 1, .3, 1);
}

.reveal.revealed {
  opacity: 1;
  transform: translateY(0);
}

.reveal-left {
  transform: translateX(-30px) translateY(0);
}

.reveal-right {
  transform: translateX(30px) translateY(0);
}

.reveal-left.revealed,
.reveal-right.revealed {
  transform: translateX(0);
}

/* Stagger children */
.stagger-children>* {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.stagger-children.in-view>*:nth-child(1) {
  transition-delay: 0s;
  opacity: 1;
  transform: none;
}

.stagger-children.in-view>*:nth-child(2) {
  transition-delay: 0.1s;
  opacity: 1;
  transform: none;
}

.stagger-children.in-view>*:nth-child(3) {
  transition-delay: 0.2s;
  opacity: 1;
  transform: none;
}

.stagger-children.in-view>*:nth-child(4) {
  transition-delay: 0.3s;
  opacity: 1;
  transform: none;
}

.stagger-children.in-view>*:nth-child(5) {
  transition-delay: 0.4s;
  opacity: 1;
  transform: none;
}

.stagger-children.in-view>*:nth-child(6) {
  transition-delay: 0.5s;
  opacity: 1;
  transform: none;
}

/* ── SECTION TITLE ───────────────────────────────────────────── */
.section-title h2 {
  transition: text-shadow 0.6s ease;
}

.section-title h2:hover {
  animation: goldTextGlow 2s ease-in-out infinite;
}

.section-kicker::before {
  transition: width 0.5s cubic-bezier(.16, 1, .3, 1);
}

.section-title:hover .section-kicker::before,
.in-view .section-kicker::before {
  width: 48px;
}

/* ── BUTTON ENHANCEMENTS ─────────────────────────────────────── */
.btn-brand {
  overflow: hidden;
}

.btn-brand .ripple-effect {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  animation: ripple 0.6s ease-out forwards;
  pointer-events: none;
}

/* ── NAVBAR ENHANCEMENTS ─────────────────────────────────────── */
.main-navbar {
  transition: background 0.4s ease, box-shadow 0.4s ease, padding 0.4s ease !important;
}

.main-navbar.scrolled {
  background: rgba(255, 255, 255, 0.98) !important;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(201, 168, 76, 0.2) !important;
}

.nav-link:hover {
  background: rgba(201, 168, 76, 0.07) !important;
  border-radius: 8px;
}

/* ── PAGE HERO ANIMATIONS ────────────────────────────────────── */
.page-hero {
  overflow: hidden;
}

.page-hero h1 {
  animation: fadeSlideUp 0.9s cubic-bezier(.16, 1, .3, 1) both;
  animation-delay: 0.1s;
}

.page-hero .breadcrumb {
  animation: fadeSlideUp 0.9s cubic-bezier(.16, 1, .3, 1) both;
  animation-delay: 0.28s;
}

.page-hero::after {
  animation: shimmer 3s linear infinite;
  background-size: 200% 100%;
  background-image: linear-gradient(90deg,
      transparent 0%,
      rgba(201, 168, 76, 0.8) 40%,
      rgba(232, 201, 106, 1) 50%,
      rgba(201, 168, 76, 0.8) 60%,
      transparent 100%);
}


@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }

  100% {
    background-position: 200% 0;
  }
}

@keyframes fadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ── NEWS CARDS ──────────────────────────────────────────────── */
.news-card {
  transition: transform 0.4s cubic-bezier(.16, 1, .3, 1), box-shadow 0.4s ease, border-color 0.4s ease !important;
}

.news-card:hover {
  transform: translateY(-10px) !important;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.13), 0 0 0 1px rgba(201, 168, 76, 0.3), 0 0 30px rgba(201, 168, 76, 0.08) !important;
  border-color: rgba(201, 168, 76, 0.4) !important;
}

.news-card img {
  transition: transform 0.7s cubic-bezier(.16, 1, .3, 1) !important;
}

.news-card:hover img {
  transform: scale(1.1) !important;
}

.news-card a::after {
  display: inline-block;
  transition: transform 0.3s ease;
}

.news-card:hover a::after {
  transform: translateX(-6px);
}

/* ── WIDE SERVICE CARDS ──────────────────────────────────────── */
.wide-service {
  transition: transform 0.4s cubic-bezier(.16, 1, .3, 1), box-shadow 0.4s ease !important;
  position: relative;
  overflow: hidden;
}

.wide-service::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold-dark), var(--gold-light));
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.45s cubic-bezier(.16, 1, .3, 1);
  z-index: 1;
}

.wide-service:hover::before {
  transform: scaleX(1);
}

.wide-service:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 20px 48px rgba(201, 168, 76, 0.16), 0 4px 12px rgba(0, 0, 0, 0.08) !important;
}

.wide-service i {
  transition: transform 0.4s cubic-bezier(.16, 1, .3, 1), color 0.3s !important;
}

.wide-service:hover i {
  transform: scale(1.25) rotate(-8deg) !important;
  filter: drop-shadow(0 0 8px rgba(201, 168, 76, 0.5));
}

/* ── VALUE CARDS ─────────────────────────────────────────────── */
.value-card:hover {
  box-shadow: 0 16px 48px rgba(201, 168, 76, 0.18), 0 0 20px rgba(201, 168, 76, 0.06) !important;
}

.value-card:hover i {
  filter: drop-shadow(0 0 10px rgba(201, 168, 76, 0.6));
}

/* ── WHY CARDS ───────────────────────────────────────────────── */
.why-card {
  transition: all 0.45s cubic-bezier(.16, 1, .3, 1) !important;
}

.why-card:hover {
  transform: translateY(-10px) !important;
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.18), inset 0 0 40px rgba(201, 168, 76, 0.04) !important;
}

/* ── UIVERSE STATS ───────────────────────────────────────────── */
.uiverse-card {
  transition: transform 0.45s cubic-bezier(.16, 1, .3, 1), border-radius 0.45s ease !important;
}

.uiverse-card:hover {
  transform: scale(1.04) translateY(-4px) !important;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.25), 0 0 24px rgba(189, 159, 103, 0.2) !important;
}

/* ── IMAGE STACK ─────────────────────────────────────────────── */
.image-stack .main-img {
  transition: transform 0.6s cubic-bezier(.16, 1, .3, 1), box-shadow 0.6s ease !important;
}

.image-stack:hover .main-img {
  transform: scale(1.03) rotate(-0.5deg) !important;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2), 0 0 40px rgba(201, 168, 76, 0.1) !important;
}

/* ── VIDEO FRAME ─────────────────────────────────────────────── */
.video-frame {
  transition: transform 0.4s ease, box-shadow 0.4s ease !important;
}

.video-frame:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 20px 60px rgba(201, 168, 76, 0.2) !important;
}

/* ── FOOTER ──────────────────────────────────────────────────── */
/* .footer .col-6 a:hover,
.footer .col-lg-2 a:hover {
  padding-right: 22px !important;
}

.social-links a {
  transition: all 0.35s cubic-bezier(.16, 1, .3, 1) !important;
}

.social-links a:hover {
  transform: translateY(-4px) scale(1.15) !important;
  box-shadow: 0 8px 20px rgba(201, 168, 76, 0.35) !important;
} */

/* ── WHATSAPP FLOAT ──────────────────────────────────────────── */
/* .whatsapp-float {
  transition: transform 0.35s cubic-bezier(.16, 1, .3, 1), background 0.35s ease !important;
}

.whatsapp-float:hover {
  transform: scale(1.15) translateY(-6px) rotate(-5deg) !important;
} */

/* ================================================================
   GALLERY — LUXURY MOSAIC
   ================================================================ */
.gallery-grid a {
  outline: 2px solid transparent;
  outline-offset: -2px;
  transition: outline-color 0.4s ease, transform 0.4s cubic-bezier(.16, 1, .3, 1) !important;
}

.gallery-grid a:hover {
  transform: scale(1.02) !important;
  outline-color: rgba(201, 168, 76, 0.5);
  z-index: 2;
}

.gallery-grid a:hover img {
  transform: scale(1.1) !important;
}

/* ── LIGHTBOX ────────────────────────────────────────────────── */
#gallery-lightbox img {
  transform: scale(0.88);
  transition: transform 0.45s cubic-bezier(.16, 1, .3, 1);
}

#gallery-lightbox.open img {
  transform: scale(1);
}

/* ── SECTION DIVIDERS ────────────────────────────────────────── */
.section-divider {
  width: 80px;
  height: 2px;
  margin: 12px auto 0;
  background: linear-gradient(90deg, var(--gold-dark), var(--gold-light), var(--gold-dark));
  background-size: 200% 100%;
  animation: shimmer 3s linear infinite;
  border-radius: 2px;
}

/* ── CENTER KICKER VARIANT ───────────────────────────────────── */
.section-title.text-center .section-kicker {
  display: block;
  text-align: center;
}

.section-title.text-center .section-kicker::before {
  display: none;
}

.section-title.text-center .section-kicker::after {
  content: '';
  display: block;
  width: 32px;
  height: 2px;
  background: linear-gradient(90deg, var(--gold-dark), var(--gold-light));
  border-radius: 2px;
  margin: 6px auto 0;
}

/* ── AOS TIMING ──────────────────────────────────────────────── */
[data-aos="fade-up"],
[data-aos="zoom-in"] {
  transition-timing-function: cubic-bezier(.16, 1, .3, 1) !important;
}

/* ── SCROLL PROGRESS BAR ─────────────────────────────────────── */
#scroll-progress {
  position: fixed;
  top: 0;
  right: 0;
  width: 0%;
  height: 3px;
  background: linear-gradient(90deg, var(--gold-dark), var(--gold-light));
  z-index: 100000;
  box-shadow: 0 0 8px rgba(201, 168, 76, 0.5);
  transition: width 0.1s linear;
  pointer-events: none;
}

/* ── PAGE TRANSITION BAR ─────────────────────────────────────── */
.page-transition-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold-dark), var(--gold-light));
  z-index: 99999;
  transition: width 0.4s ease;
  box-shadow: 0 0 12px rgba(201, 168, 76, 0.6);
  pointer-events: none;
}

.page-transition-bar.loading {
  width: 80%;
}

.page-transition-bar.done {
  width: 100%;
  opacity: 0;
  transition: width 0.2s ease, opacity 0.4s ease 0.2s;
}

/* ── SECTION GOLD TOP ────────────────────────────────────────── */
.section-gold-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0;
  transition: opacity 0.8s ease;
}

.section-gold-top.in-view::before {
  opacity: 1;
}

/* ================================================================
   GALLERY PAGE — Filter Tabs
   ================================================================ */
.gallery-filters {
  display: flex;
  justify-content: center;
  gap: clamp(6px, 1.5vw, 10px);
  flex-wrap: wrap;
  margin-bottom: clamp(24px, 4vw, 40px);
  padding: 0 clamp(8px, 2vw, 16px);
}

.filter-btn {
  padding: clamp(7px, 1.2vw, 9px) clamp(14px, 2.5vw, 22px);
  border-radius: 50px;
  font-family: var(--font-body);
  font-size: clamp(0.78rem, 1.3vw, 0.88rem);
  font-weight: 700;
  letter-spacing: 0.03em;
  border: 1.5px solid rgba(201, 168, 76, 0.35);
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(.16, 1, .3, 1);
  position: relative;
  overflow: hidden;
  min-height: 40px;
}

.filter-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold-light));
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.filter-btn span {
  position: relative;
  z-index: 1;
}

.filter-btn:hover {
  border-color: var(--gold);
  color: var(--gold-dark);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(201, 168, 76, 0.18);
}

.filter-btn.active {
  border-color: transparent;
  color: var(--ink) !important;
  box-shadow: 0 8px 24px rgba(201, 168, 76, 0.35);
  transform: translateY(-2px);
}

.filter-btn.active::before {
  opacity: 1;
}

/* ================================================================
   SERVICES PAGE — Icon Ring
   ================================================================ */
.svc-icon-ring {
  width: clamp(44px, 6vw, 52px);
  height: clamp(44px, 6vw, 52px);
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(201, 168, 76, 0.12), rgba(201, 168, 76, 0.05));
  border: 1.5px solid rgba(201, 168, 76, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  transition: all 0.4s cubic-bezier(.16, 1, .3, 1);
  flex-shrink: 0;
}

.wide-service:hover .svc-icon-ring {
  background: linear-gradient(135deg, var(--gold-dark), var(--gold-light));
  border-color: transparent;
  box-shadow: 0 8px 24px rgba(201, 168, 76, 0.35);
  transform: rotate(-8deg) scale(1.1);
}

.wide-service .svc-icon-ring i {
  font-size: clamp(1.2rem, 2vw, 1.4rem) !important;
  color: var(--gold) !important;
  margin: 0 !important;
  display: block !important;
  transition: color 0.3s ease;
}

.wide-service:hover .svc-icon-ring i {
  color: var(--ink) !important;
}

/* ================================================================
   NEWS PAGE — Featured Card
   ================================================================ */
.news-card-featured {
  display: flex;
  flex-direction: row;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(201, 168, 76, 0.18);
  background: white;
  transition: transform 0.45s cubic-bezier(.16, 1, .3, 1), box-shadow 0.45s ease;
}

.news-card-featured:hover {
  transform: translateY(-10px);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.13), 0 0 0 1px rgba(201, 168, 76, 0.3);
}

.news-card-featured .feat-img-wrap {
  width: 45%;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
}

.news-card-featured .feat-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(.16, 1, .3, 1);
}

.news-card-featured:hover .feat-img-wrap img {
  transform: scale(1.08);
}

.news-card-featured .feat-body {
  padding: clamp(20px, 3vw, 36px) clamp(16px, 2.5vw, 32px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  min-width: 0;
}

/* Featured card goes vertical on mobile */
@media (max-width: 768px) {
  .news-card-featured {
    flex-direction: column;
  }

  .news-card-featured .feat-img-wrap {
    width: 100%;
    height: clamp(180px, 40vw, 250px);
  }
}

/* ================================================================
   RESPONSIVE ADJUSTMENTS FOR ENHANCEMENTS
   ================================================================ */
@media (max-width: 768px) {

  /* Tone down heavy hover effects for touch */
  .news-card:hover {
    transform: translateY(-6px) !important;
  }

  .value-card:hover {
    transform: translateY(-4px) !important;
  }

  .why-card:hover {
    transform: translateY(-5px) !important;
  }

  .wide-service:hover {
    transform: translateY(-4px) !important;
  }

  .uiverse-card:hover {
    transform: scale(1.02) translateY(-3px) !important;
  }

  /* Simpler gallery hover */
  .gallery-grid a:hover {
    transform: scale(1.01) !important;
  }

  /* Disable parallax shimmer on page hero (mobile perf) */
  .page-hero::after {
    animation: none;
  }

  /* Reduce AOS offset for mobile */
}

@media (prefers-reduced-motion: reduce) {
  .ticker-track {
    animation: none;
  }

  .section-divider {
    animation: none;
  }

  .page-hero::after {
    animation: none;
  }

  [data-aos] {
    transition: none !important;
  }
}

/* ================================================================
   CLIENTS SECTION — عملاؤنا
   Corporate-level, Gold & White Theme
   ================================================================ */

/* ── Section Wrapper ──────────────────────────────────────────── */
.clients-section {
  position: relative;
  padding: clamp(70px, 10vw, 110px) 0;
  background:
    linear-gradient(160deg,
      #f7f5ef 0%,
      #faf8f3 40%,
      #f2f0e8 100%);
  overflow: hidden;
}

/* Subtle radial gold glow in background */
.clients-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 50% 0%, rgba(201, 168, 76, .07) 0%, transparent 70%),
    radial-gradient(ellipse 50% 40% at 50% 100%, rgba(201, 168, 76, .05) 0%, transparent 70%);
  pointer-events: none;
}

/* ── Top / Bottom Gold Rule ───────────────────────────────────── */
.clients-deco-top,
.clients-deco-bottom {
  position: absolute;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--gold) 30%, var(--gold-light) 50%, var(--gold) 70%, transparent 100%);
  opacity: .55;
}

.clients-deco-top {
  top: 0;
}

.clients-deco-bottom {
  bottom: 0;
}

/* ── Section Header ───────────────────────────────────────────── */
.clients-header {
  text-align: center;
  margin-bottom: clamp(36px, 6vw, 60px);
}

.clients-header .section-kicker {
  justify-content: center;
}

.clients-header .section-kicker::before {
  /* mirror both sides */
  order: -1;
}

.clients-header .section-kicker::after {
  content: '';
  width: 28px;
  height: 2px;
  background: linear-gradient(90deg, var(--gold-light), var(--gold-dark));
  border-radius: 2px;
  flex-shrink: 0;
}

.clients-header h2 {
  font-size: clamp(1.7rem, 4vw, 2.8rem);
  font-weight: 900;
  color: var(--ink);
  margin: 6px 0 10px;
  letter-spacing: -0.01em;
}

.clients-subtitle {
  font-size: clamp(0.88rem, 1.5vw, 1rem);
  color: var(--muted);
  font-weight: 500;
  margin-bottom: 20px;
}

/* Ornamental divider */
.clients-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.clients-divider .divider-line {
  width: clamp(40px, 8vw, 90px);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.clients-divider .divider-diamond {
  font-size: 0.55rem;
  color: var(--gold);
  line-height: 1;
}

/* ── Logos Grid ───────────────────────────────────────────────── */
.clients-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  /* 5 cols desktop */
  gap: clamp(14px, 2.5vw, 24px);
  align-items: stretch;
}

/* Tablet: 3 columns */
@media (max-width: 991.98px) {
  .clients-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Mobile: 2 columns */
@media (max-width: 575.98px) {
  .clients-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ── Individual Client Card ───────────────────────────────────── */
.client-item {
  display: flex;
}

.client-card {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(16px, 3vw, 28px) clamp(14px, 2.5vw, 24px);
  background: #ffffff;
  border: 1px solid rgba(201, 168, 76, .18);
  border-radius: var(--radius);
  box-shadow:
    0 2px 8px rgba(0, 0, 0, .05),
    0 8px 28px rgba(0, 0, 0, .04);
  position: relative;
  overflow: hidden;
  transition:
    transform .3s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow .3s ease,
    border-color .3s ease;
  cursor: default;
}

/* Top gold accent line that slides in on hover */
.client-card::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gold-dark), var(--gold-light), var(--gold-dark));
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .35s ease;
  border-radius: 2px 2px 0 0;
}

.client-card:hover {
  transform: translateY(-6px) scale(1.04);
  box-shadow:
    0 10px 36px rgba(201, 168, 76, .18),
    0 4px 14px rgba(0, 0, 0, .07);
  border-color: rgba(201, 168, 76, .45);
}

.client-card:hover::before {
  transform: scaleX(1);
}

/* ── Logo Image ───────────────────────────────────────────────── */
.client-card img {
  width: 100%;
  max-width: 130px;
  height: 60px;
  object-fit: contain;
  /* Start grayscale */
  filter: grayscale(100%) opacity(.65);
  transition:
    filter .35s ease,
    transform .35s ease;
  margin: 0 auto;
}

.client-card:hover img {
  filter: grayscale(0%) opacity(1);
  transform: scale(1.06);
}

/* ── Responsive fine-tuning ───────────────────────────────────── */
@media (max-width: 575.98px) {
  .client-card img {
    max-width: 100px;
    height: 48px;
  }
}