    *,
    *::before,
    *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    .lang-toggle-pill {
      display: inline-flex;
      align-items: center;
      border: 1.5px solid rgba(255, 255, 255, 0.35);
      border-radius: 20px;
      overflow: hidden;
      background: rgba(255, 255, 255, 0.08);
    }

    .lang-toggle-pill a {
      padding: 7px 16px;
      font-family: 'Cairo', sans-serif;
      font-size: 13px;
      font-weight: 700;
      color: rgba(255, 255, 255, 0.6);
      text-decoration: none;
      transition: background 0.2s, color 0.2s;
      white-space: nowrap;
    }

    .lang-toggle-pill a:hover {
      color: #fff;
    }

    .lang-toggle-pill a.active {
      background: #f59e0b;
      color: #1e1030;
    }

    .lang-toggle-pill .ltp-divider {
      width: 1px;
      height: 18px;
      background: rgba(255, 255, 255, 0.25);
      flex-shrink: 0;
    }

    :root {
      --brand: #6b2e99;
      --brand-dark: #3d1a5c;
      --brand-mid: #8b3ec8;
      --brand-light: #c084fc;
      --brand-glow: rgba(107, 46, 153, 0.38);
      --brand-soft: #f5eef8;
      --brand-pale: #ede9fe;
      --brand-border: #e2d0f5;
      --gold: #f59e0b;
      --gold-light: #fcd34d;
      --gold-warm: #fbbf24;
      --text-main: #1a1035;
      --text-sub: #6e6e8a;
      --white: #fff;
      --bg-page: #f2ecfa;
      --nav-h: 68px;
      --page-bg: url("/images/services/Wedding%20Stage-bg.jpeg");
    }

    html {
      scroll-behavior: smooth;
      overscroll-behavior-y: none;
    }

    body {
      font-family: "Cairo", sans-serif;
      color: var(--text-main);
      overflow-x: hidden;
      direction: rtl;
      position: relative;
      background: #0c0420;
      overscroll-behavior-y: none;
    }

    body::before {
      content: "";
      position: fixed;
      inset: -3%;
      background: var(--page-bg) center center/cover no-repeat;
      filter: saturate(1.15) contrast(1.05) brightness(1.05);
      z-index: -2;
      animation: bgPan 22s ease-in-out infinite alternate;
      opacity: 1;
      transition: opacity 0.5s ease;
    }

    body.bg-fading::before {
      opacity: 0;
    }

    @keyframes bgPan {
      0% {
        transform: scale(1) translate(0, 0);
      }

      50% {
        transform: scale(1.1) translate(-1.5%, -1%);
      }

      100% {
        transform: scale(1.16) translate(1%, -2%);
      }
    }

    body::after {
      content: "";
      position: fixed;
      inset: 0;
      background: linear-gradient(to bottom,
          rgba(8, 2, 26, 0.5) 0%, rgba(8, 2, 26, 0.08) 25%,
          rgba(8, 2, 26, 0.03) 55%, rgba(8, 2, 26, 0.3) 100%);
      z-index: -1;
    }

    ::-webkit-scrollbar {
      width: 4px;
    }

    ::-webkit-scrollbar-thumb {
      background: var(--brand-border);
      border-radius: 99px;
    }

    img {
      display: block;
      max-width: 100%;
    }

    button {
      font-family: "Cairo", sans-serif;
    }

    #nav {
      position: fixed;
      top: 0;
      inset-inline: 0;
      z-index: 900;
      background: rgba(74, 31, 116, 0.97);
      backdrop-filter: blur(12px);
      border-bottom: 1px solid rgba(212, 160, 23, 0.2);
      transition: box-shadow 0.3s;
      flex-shrink: 0;
    }

    .ni {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 64px;
      padding: 0 28px;
      gap: 12px;
    }

    .logo {
      display: flex;
      align-items: center;
      gap: 10px;
      text-decoration: none;
      flex-shrink: 0;
    }

    .lt {
      font-size: 24px;
      font-weight: 900;
      color: #fff;
    }

    .ls {
      font-size: 9px;
      color: var(--gold);
      font-weight: 700;
      letter-spacing: 2px;
    }

    .nlinks {
      display: flex;
      gap: 4px;
      list-style: none;
    }

    .nlinks a {
      color: rgba(255, 255, 255, 0.85);
      font-size: 14px;
      font-weight: 600;
      padding: 7px 16px;
      border-radius: 8px;
      text-decoration: none;
      transition: 0.2s;
      white-space: nowrap;
    }

    .nlinks a:hover {
      background: rgba(255, 255, 255, 0.12);
      color: #fff;
    }

    .nctas {
      display: flex;
      gap: 10px;
      flex-shrink: 0;
      align-items: center;
    }

    .btn-l {
      border: 2px solid rgba(255, 255, 255, 0.6);
      color: #fff;
      background: transparent;
      border-radius: 10px;
      padding: 7px 22px;
      font-weight: 700;
      font-size: 13px;
      font-family: "Cairo", sans-serif;
      cursor: pointer;
      text-decoration: none;
      transition: 0.2s;
      white-space: nowrap;
    }

    .btn-l:hover {
      background: rgba(255, 255, 255, 0.15);
    }

    .btn-r {
      background: var(--gold);
      color: #1e1030;
      border: none;
      border-radius: 10px;
      padding: 7px 22px;
      font-weight: 900;
      font-size: 13px;
      font-family: "Cairo", sans-serif;
      cursor: pointer;
      text-decoration: none;
      transition: 0.2s;
      white-space: nowrap;
    }

    .btn-r:hover {
      background: #f0c040;
    }

    .lang-btn {
      background: rgba(255, 255, 255, 0.12);
      border: 1.5px solid rgba(255, 255, 255, 0.35);
      color: #fff;
      border-radius: 8px;
      padding: 5px 14px;
      font-family: "Cairo", sans-serif;
      font-size: 13px;
      font-weight: 700;
      cursor: pointer;
      transition: 0.2s;
      flex-shrink: 0;
      letter-spacing: 0.5px;
    }

    .lang-btn:hover {
      background: var(--gold);
      color: #1e1030;
      border-color: var(--gold);
    }

    html[data-lang="ar"] .en {
      display: none !important;
    }

    html[data-lang="en"] .ar {
      display: none !important;
    }

    html[data-lang="en"] {
      direction: ltr;
    }

    html[data-lang="ar"] {
      direction: rtl;
    }

    .ham {
      display: none;
      background: none;
      border: none;
      cursor: pointer;
      padding: 6px;
      flex-direction: column;
      gap: 5px;
    }

    .ham span {
      display: block;
      width: 22px;
      height: 2px;
      background: #fff;
      border-radius: 2px;
      transition: 0.3s;
    }

    .mob-menu {
      display: none;
      flex-direction: column;
      background: rgba(74, 31, 116, 0.99);
      padding: 16px 20px 20px;
      gap: 8px;
      border-top: 1px solid rgba(212, 160, 23, 0.15);
    }

    .mob-menu a {
      color: rgba(255, 255, 255, 0.85);
      font-size: 14px;
      font-weight: 600;
      padding: 10px 14px;
      border-radius: 8px;
      text-decoration: none;
      transition: 0.2s;
    }

    .mob-menu a:hover {
      background: rgba(255, 255, 255, 0.1);
    }

    .mob-menu .mob-ctas {
      display: flex;
      gap: 10px;
      margin-top: 6px;
    }

    .mob-menu .mob-ctas .btn-l,
    .mob-menu .mob-ctas .btn-r {
      flex: 1;
      text-align: center;
    }

    .mob-open .mob-menu {
      display: flex;
    }

    @media(max-width:1024px) {
      .nlinks {
        display: none;
      }

      .ham {
        display: flex;
      }
    }

    @media(max-width:768px) {
      .ni {
        padding: 0 18px;
      }

      .nctas {
        display: none;
      }
    }

    @media(max-width:480px) {
      .ni {
        height: 54px;
        padding: 0 14px;
      }

      .lt {
        font-size: 20px;
      }
    }

    @media(max-width:320px) {
      .ni {
        height: 50px;
        padding: 0 12px;
      }

      .lt {
        font-size: 16px;
      }
    }

    .hero-strip {
      height: 146px;
      position: relative;
      z-index: 5;
    }

    .hero-tag {
      position: absolute;
      bottom: 26px;
      inset-inline: 0;
      text-align: center;
      color: #fff;
      font-weight: 800;
      font-size: clamp(18px, 2.6vw, 28px);
      text-shadow: 0 2px 20px rgba(0, 0, 0, 0.6);
      letter-spacing: 0.3px;
      animation: fade-rise 0.7s ease both;
    }

    .plate {
      border-radius: 40px 40px 0 0;
      position: relative;
      z-index: 20;
      padding: clamp(28px, 4vw, 56px) clamp(16px, 4vw, 48px) 100px;
      box-shadow: 0 -14px 60px rgba(0, 0, 0, 0.3), 0 -1px 0 rgba(255, 255, 255, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.5);
    }

    .plate-inner {
      max-width: 1440px;
      margin: 0 auto;
    }

    .top-tabs {
      display: flex;
      justify-content: center;
      gap: 8px;
      flex-wrap: wrap;
      margin-bottom: 36px;
    }

    .top-tab {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      padding: 9px 22px;
      border-radius: 99px;
      font-size: 13px;
      font-weight: 700;
      text-decoration: none;
      border: 1.5px solid var(--brand-border);
      background: #fff;
      color: var(--brand);
      transition: all 0.25s;
      cursor: pointer;
    }

    .top-tab:hover {
      background: var(--brand-soft);
      border-color: var(--brand-mid);
    }

    .top-tab.active {
      background: var(--brand);
      color: #fff;
      border-color: var(--brand);
      box-shadow: 0 4px 18px var(--brand-glow);
    }

    footer {
      background: linear-gradient(180deg, #1a0440 0%, #100230 100%);
      border-top: 1px solid rgba(212, 160, 23, 0.18);
      flex-shrink: 0;
    }

    .f-bot {
      max-width: 1200px;
      margin: 0 auto;
      padding: 8px 32px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 8px;
    }

    .f-copy {
      font-size: 11.5px;
      color: rgba(255, 255, 255, 0.3);
      font-family: "Cairo", sans-serif;
    }

    .f-legal {
      display: flex;
      gap: 16px;
      flex-wrap: wrap;
    }

    .f-legal a {
      color: rgba(255, 255, 255, 0.3);
      text-decoration: none;
      font-size: 11.5px;
      font-family: "Cairo", sans-serif;
      transition: color 0.2s;
    }

    .f-legal a:hover {
      color: var(--gold);
    }

    .f-socs {
      display: flex;
      gap: 7px;
    }

    .f-sb {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 12px;
      text-decoration: none;
      background: rgba(255, 255, 255, 0.06);
      color: rgba(255, 255, 255, 0.5);
      border: 1px solid rgba(255, 255, 255, 0.09);
      transition: 0.25s;
      flex-shrink: 0;
    }

    .f-sb:hover {
      background: var(--gold);
      color: var(--ink);
      border-color: var(--gold);
      transform: translateY(-2px);
    }

    .wa {
      position: fixed;
      bottom: 20px;
      left: 20px;
      width: 50px;
      height: 50px;
      background: #25d366;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 24px;
      text-decoration: none;
      z-index: 998;
      box-shadow: 0 4px 18px rgba(37, 211, 102, 0.5);
      animation: wap 2.5s infinite;
    }

    .wa:hover {
      color: #fff;
      transform: scale(1.1);
      animation: none;
    }

    @keyframes wap {

      0%,
      100% {
        box-shadow: 0 4px 18px rgba(37, 211, 102, 0.5);
      }

      50% {
        box-shadow: 0 4px 40px rgba(37, 211, 102, 0.8), 0 0 0 12px rgba(37, 211, 102, 0.07);
      }
    }

    .layout {
      display: grid;
      grid-template-columns: 252px 1fr;
      gap: 24px;
      align-items: start;
    }

    @media(max-width:1080px) {
      .layout {
        grid-template-columns: 1fr;
      }

      .sidebar {
        order: -1;
      }
    }

    .sidebar {
      position: sticky;
      top: calc(var(--nav-h) + 16px);
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    .sb-card {
      background: #fff;
      border-radius: 24px;
      border: 1px solid rgba(107, 46, 153, 0.09);
      box-shadow: 0 4px 24px rgba(107, 46, 153, 0.11), 0 1px 4px rgba(0, 0, 0, 0.05);
      overflow: hidden;
    }

    .sb-head {
      padding: 15px 18px 13px;
      display: flex;
      align-items: center;
      gap: 9px;
      font-size: 13px;
      font-weight: 800;
      color: var(--brand);
      border-bottom: 1px solid var(--brand-soft);
      background: linear-gradient(to bottom, rgba(107, 46, 153, 0.03), transparent);
    }

    .sb-head i {
      font-size: 13px;
      color: var(--brand-mid);
    }

    .cat-list {
      padding: 10px 12px;
      display: flex;
      flex-direction: column;
      gap: 6px;
    }

    @media(max-width:1080px) {
      .cat-list {
        flex-direction: row;
        flex-wrap: wrap;
        padding: 10px;
        gap: 8px;
      }

      .cat-btn {
        width: auto !important;
        flex: 0 0 auto;
      }
    }

    .cat-btn {
      width: 100%;
      display: flex;
      align-items: center;
      gap: 10px;
      padding: 10px 12px;
      border-radius: 12px;
      background: var(--brand-soft);
      border: 1.5px solid transparent;
      cursor: pointer;
      transition: all 0.25s;
      text-align: right;
      flex-shrink: 0;
    }

    .cat-btn:hover {
      background: var(--brand-pale);
      border-color: var(--brand-border);
    }

    .cat-btn.active {
      background: var(--brand);
      border-color: var(--brand);
      box-shadow: 0 4px 14px var(--brand-glow);
    }

    .cat-num {
      min-width: 30px;
      height: 30px;
      border-radius: 8px;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 12px;
      font-weight: 800;
      background: linear-gradient(135deg, var(--brand), var(--brand-mid));
      color: #fff;
      transition: all 0.25s;
    }

    .cat-btn.active .cat-num {
      background: rgba(255, 255, 255, 0.22);
    }

    .cat-name {
      flex: 1;
      font-size: 13px;
      font-weight: 700;
      color: var(--brand);
      line-height: 1.3;
    }

    .cat-btn.active .cat-name {
      color: #fff;
    }

    .cat-arr {
      font-size: 11px;
      color: #c4b5d4;
      flex-shrink: 0;
    }

    .cat-btn.active .cat-arr {
      color: rgba(255, 255, 255, 0.55);
    }

    .main-col {
      min-width: 0;
    }

    .section-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 20px;
      gap: 12px;
    }

    .section-title {
      font-size: 22px;
      font-weight: 900;
      color: var(--brand);
    }

    .total-badge {
      background: var(--brand);
      color: #fff;
      font-size: 13px;
      font-weight: 700;
      padding: 4px 16px;
      border-radius: 99px;
    }

    .results-bar {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 12px;
      margin-bottom: 22px;
    }

    .results-txt {
      font-size: 13px;
      color: #fff;
    }

    .results-txt strong {
      color: var(--brand-light);
      font-weight: 800;
    }

    .view-btns {
      display: flex;
      gap: 6px;
    }

    .vbtn {
      width: 38px;
      height: 38px;
      border-radius: 8px;
      background: #fff;
      border: 1.5px solid var(--brand-border);
      color: #b0a0c8;
      font-size: 14px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.2s;
    }

    .vbtn.active,
    .vbtn:hover {
      color: var(--brand);
      border-color: var(--brand-mid);
      background: var(--brand-soft);
    }

    .srv-grid {
      display: grid;
      gap: 22px;
      grid-template-columns: repeat(3, 1fr);
    }

    .srv-grid.list {
      grid-template-columns: 1fr;
    }

    @media(max-width:900px) {
      .srv-grid { grid-template-columns: repeat(2, 1fr); }
    }

    @media(max-width:560px) {
      .srv-grid { grid-template-columns: 1fr; }
    }

    .srv-card {
      background: #fff;
      border-radius: 28px;
      border: 1.5px solid rgba(107, 46, 153, 0.07);
      box-shadow: 0 4px 24px rgba(107, 46, 153, 0.11), 0 1px 4px rgba(0, 0, 0, 0.05);
      overflow: hidden;
      display: flex;
      flex-direction: column;
      cursor: pointer;
      transition: transform 0.32s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.28s ease, border-color 0.22s;
      animation: card-appear 0.5s ease both;
      will-change: transform;
      position: relative;
    }

    .srv-card:hover {
      transform: translateY(-8px) scale(1.01);
      box-shadow: 0 20px 60px rgba(107, 46, 153, 0.24), 0 4px 16px rgba(0, 0, 0, 0.1);
      border-color: rgba(107, 46, 153, 0.3);
    }

    @keyframes card-appear {
      from {
        opacity: 0;
        transform: translateY(32px) scale(0.96);
      }

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

    .card-banner {
      height: 160px;
      position: relative;
      overflow: hidden;
      flex-shrink: 0;
      background: linear-gradient(145deg, #08142e 0%, #1a3a72 50%, #2155cc 100%);
    }

    .card-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.55s ease;
    }

    .srv-card:hover .card-img {
      transform: scale(1.06);
    }

    .card-img-grade {
      position: absolute;
      inset: 0;
      z-index: 1;
      background: linear-gradient(to top, rgba(8, 2, 26, 0.4) 0%, rgba(8, 2, 26, 0.04) 38%, transparent 60%);
    }

    .card-cat-badge {
      position: absolute;
      top: 13px;
      right: 13px;
      z-index: 5;
      background: rgba(8, 2, 26, 0.58);
      backdrop-filter: blur(12px);
      color: #fff;
      font-size: 11px;
      font-weight: 700;
      padding: 5px 14px;
      border-radius: 99px;
      border: 1px solid rgba(255, 255, 255, 0.13);
    }

    .fav-btn {
      position: absolute;
      top: 12px;
      left: 12px;
      z-index: 5;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      border: none;
      cursor: pointer;
      background: rgba(255, 255, 255, 0.88);
      backdrop-filter: blur(6px);
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--brand);
      font-size: 13px;
      transition: all 0.2s;
    }

    .fav-btn:hover {
      background: #fff;
      transform: scale(1.08);
    }

    .fav-btn.active i {
      font-weight: 900;
      color: #e0245e;
    }

    .price-badge {
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 5;
      background: var(--brand);
      color: #fff;
      padding: 8px 16px;
      border-radius: 14px 0 0 0;
      text-align: center;
      line-height: 1.1;
      box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.18);
    }

    .price-num {
      display: block;
      font-size: 16px;
      font-weight: 800;
    }

    .price-cur {
      display: block;
      font-size: 9.5px;
      font-weight: 700;
      opacity: 0.85;
    }

    .card-body {
      padding: 18px 20px 20px;
      flex: 1;
      display: flex;
      flex-direction: column;
      background: linear-gradient(180deg, #fff 0%, var(--brand-soft) 100%);
      position: relative;
      z-index: 2;
    }

    .card-title-row {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 8px;
    }

    .card-company {
      font-size: 16.5px;
      font-weight: 800;
      color: var(--brand-dark);
      line-height: 1.32;
    }

    .card-rating {
      display: flex;
      align-items: center;
      gap: 4px;
      font-size: 13px;
      font-weight: 800;
      color: var(--text-main);
      white-space: nowrap;
      flex-shrink: 0;
    }

    .card-rating i {
      color: var(--gold);
      font-size: 12px;
    }

    .card-rating span {
      font-size: 11.5px;
      font-weight: 600;
      color: var(--text-sub);
    }

    .card-loc {
      display: flex;
      align-items: center;
      gap: 6px;
      font-size: 12.5px;
      color: var(--text-sub);
      margin: 8px 0 13px;
    }

    .card-loc i {
      color: var(--brand-mid);
      font-size: 11px;
    }

    .card-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
      margin-bottom: 14px;
    }

    .tag {
      font-size: 11px;
      font-weight: 700;
      padding: 5px 11px;
      border-radius: 99px;
      background: var(--brand-soft);
      border: 1px solid var(--brand-border);
      color: var(--brand);
    }

    .tag.more {
      background: #f1f0f4;
      border-color: #e3e1ea;
      color: #8a8a9c;
    }

    .card-cta {
      display: flex;
      gap: 8px;
      margin-top: 14px;
    }

    .btn-pri {
      flex: 1;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 7px;
      padding: 11px 16px;
      border-radius: 12px;
      background: var(--brand);
      color: #fff;
      border: none;
      font-size: 13px;
      font-weight: 700;
      cursor: pointer;
      box-shadow: 0 4px 14px var(--brand-glow);
      transition: all 0.25s;
    }

    .btn-pri:hover {
      background: var(--brand-mid);
      transform: translateY(-1px);
    }

    .btn-cart {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      padding: 0 14px;
      background: var(--brand-soft);
      color: var(--brand);
      border: 1.5px solid #C4B5FD;
      border-radius: 12px;
      font-size: 13px;
      font-weight: 800;
      cursor: pointer;
      white-space: nowrap;
      transition: background 0.2s;
      text-decoration: none;
    }

    .btn-cart:hover {
      background: var(--brand-pale);
    }

    .empty-state {
      display: none;
      text-align: center;
      padding: 80px 20px;
    }

    .empty-state.show {
      display: block;
    }

    .empty-state i {
      font-size: 56px;
      color: var(--brand-border);
      display: block;
      margin-bottom: 20px;
    }

    .empty-state h3 {
      font-size: 18px;
      font-weight: 800;
      color: var(--brand);
      margin-bottom: 8px;
    }

    .empty-state p {
      font-size: 14px;
      color: var(--text-sub);
    }

    @keyframes fade-rise {
      from {
        opacity: 0;
        transform: translateY(36px);
      }

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

    .fade-up {
      animation: fade-rise 0.6s ease both;
    }

    @media(prefers-reduced-motion:reduce) {

      *,
      *::before,
      *::after {
        animation-duration: 0.001ms !important;
        transition-duration: 0.001ms !important;
      }
    }
