/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Cairo", "Segoe UI", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #D66A1F;
    --color-primary-500: #D66A1F;
    --color-secondary-200: #d9d9d4;
    --color-secondary-500: #777875;
    --color-secondary-600: #595A5B;
    --color-secondary-700: #444546;
    --color-neutral: #171819;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .static {
    position: static;
  }
  .-mx-6 {
    margin-inline: calc(var(--spacing) * -6);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-auto {
    height: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-secondary-200 {
    border-color: var(--color-secondary-200);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-neutral {
    color: var(--color-neutral);
  }
  .text-primary-500 {
    color: var(--color-primary-500);
  }
  .text-secondary-500 {
    color: var(--color-secondary-500);
  }
  .text-secondary-600 {
    color: var(--color-secondary-600);
  }
  .text-secondary-700 {
    color: var(--color-secondary-700);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:text-primary-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary-500);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
}
@layer base {
  * {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    background: #f4f1ea;
    color: #202122;
    font-family: "Cairo","Segoe UI",sans-serif;
    overflow-x: hidden;
  }
  body[data-lang="ar"] .lang-en,body[data-lang="en"] .lang-ar {
    display: none !important;
  }
  body[data-lang="en"] {
    font-family: "Rajdhani","Segoe UI",sans-serif;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  img {
    display: block;
    max-width: 100%;
  }
  button {
    font: inherit;
  }
  [x-cloak] {
    display: none !important;
  }
}
@layer components {
  .site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 50;
    background: rgba(244,241,234,.91);
    border-bottom: 1px solid rgba(89,90,91,.18);
    backdrop-filter: blur(16px);
  }
  .header-inner {
    height: 82px;
    max-width: 1320px;
    margin: auto;
    padding: 0 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
  }
  .brand {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 245px;
  }
  .brand-mark {
    width: 42px;
    height: 42px;
  }
  .brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1;
  }
  .brand-copy strong {
    color: #D66A1F;
    font: 700 30px/1 "Rajdhani",sans-serif;
    letter-spacing: .02em;
  }
  .brand-copy small {
    font-size: 9px;
    color: #595A5B;
    margin-top: 3px;
  }
  .desktop-nav {
    display: flex;
    gap: 32px;
    font-size: 13px;
    font-weight: 700;
  }
  .desktop-nav a {
    position: relative;
    padding: 30px 0;
  }
  .desktop-nav a:after {
    content: "";
    position: absolute;
    bottom: 23px;
    left: 0;
    width: 0;
    height: 2px;
    background: #D66A1F;
    transition: .3s;
  }
  .desktop-nav a:hover:after {
    width: 100%;
  }
  .header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .lang-switch {
    border: 0;
    background: transparent;
    color: #595A5B;
    font-weight: 800;
    cursor: pointer;
    padding: 10px;
  }
  .header-cta,.btn-primary {
    background: #D66A1F;
    color: #fff;
    padding: 14px 21px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .02em;
    transition: .3s;
  }
  .header-cta:hover,.btn-primary:hover {
    background: #202122;
    transform: translateY(-2px);
  }
  .menu-toggle {
    display: none;
    border: 0;
    background: none;
    padding: 8px;
  }
  .menu-toggle span {
    display: block;
    width: 25px;
    height: 2px;
    background: #202122;
    margin: 6px;
  }
  .mobile-nav {
    position: absolute;
    top: 82px;
    left: 0;
    right: 0;
    background: #f4f1ea;
    padding: 22px 28px;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    gap: 18px;
    font-weight: 700;
  }
  .hero {
    min-height: 760px;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #202122;
  }
  .hero-media {
    position: absolute;
    inset: 0;
    background-image: url('https://alumexdxb.com/wp-content/uploads/2026/09/Alumex-Hero.jpg');
    background-size: cover;
    background-position: center;
    animation: heroZoom 18s ease-in-out infinite alternate;
  }
  .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,rgba(19,20,21,.93) 0%,rgba(19,20,21,.67) 43%,rgba(19,20,21,.1) 78%);
  }
  html[dir="rtl"] .hero-overlay {
    background: linear-gradient(270deg,rgba(19,20,21,.93) 0%,rgba(19,20,21,.67) 43%,rgba(19,20,21,.1) 78%);
  }
  .hero-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);
    background-size: 80px 80px;
    mask-image: linear-gradient(to right,#000,transparent);
  }
  .hero-content {
    position: relative;
    z-index: 2;
    width: min(1320px,100%);
    margin: auto;
    padding: 150px 34px 80px;
    color: #fff;
  }
  .eyebrow {
    display: flex;
    align-items: center;
    gap: 13px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .22em;
  }
  .eyebrow .line {
    width: 44px;
    height: 2px;
    background: #D66A1F;
  }
  .hero h1 {
    font-size: clamp(46px,6.2vw,92px);
    line-height: .98;
    max-width: 800px;
    margin: 28px 0;
    font-weight: 500;
    letter-spacing: -.045em;
  }
  .hero h1 em,.section h2 em,.why-content h2 em {
    font-style: normal;
    color: #D66A1F;
  }
  .hero-sub {
    font-size: clamp(16px,1.5vw,22px);
    color: rgba(255,255,255,.78);
    margin: 0 0 34px;
  }
  .hero-actions {
    display: flex;
    gap: 15px;
    align-items: center;
  }
  .btn-ghost {
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.5);
    padding: 13px 5px;
    font-size: 12px;
    font-weight: 700;
  }
  .hero-index {
    position: absolute;
    z-index: 3;
    bottom: 34px;
    right: 34px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    font: 600 11px "Rajdhani",sans-serif;
    letter-spacing: .2em;
  }
  .hero-index i {
    width: 70px;
    height: 1px;
    background: #D66A1F;
  }
  html[dir="rtl"] .hero-index {
    right: auto;
    left: 34px;
  }
  .ticker {
    background: #D66A1F;
    color: white;
    overflow: hidden;
    white-space: nowrap;
    height: 48px;
    display: flex;
    align-items: center;
  }
  .ticker div {
    display: flex;
    gap: 30px;
    align-items: center;
    min-width: max-content;
    animation: ticker 25s linear infinite;
    font: 700 12px "Rajdhani",sans-serif;
    letter-spacing: .16em;
  }
  .ticker b {
    font-size: 8px;
  }
  .section {
    max-width: 1320px;
    margin: auto;
    padding: 120px 34px;
  }
  .section-kicker {
    display: flex;
    align-items: center;
    gap: 13px;
    color: #595A5B;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .18em;
    margin-bottom: 45px;
  }
  .section-kicker span:first-child {
    color: #D66A1F;
    border: 1px solid rgba(214,106,31,.4);
    padding: 5px 7px;
  }
  .about-layout {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 90px;
  }
  .about-title h2,.services-head h2,.why-content h2,.projects-intro h2 {
    font-size: clamp(36px,5vw,70px);
    line-height: 1.05;
    font-weight: 500;
    letter-spacing: -.04em;
    margin: 0;
  }
  .about-copy {
    padding-top: 12px;
  }
  .about-copy>p,.projects-intro p {
    font-size: 17px;
    line-height: 1.9;
    color: #595A5B;
    margin: 0 0 18px;
  }
  .about-badge {
    margin-top: 42px;
    border-top: 1px solid #c9c6bf;
    padding-top: 22px;
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .about-badge strong {
    font: 700 36px "Rajdhani",sans-serif;
    color: #D66A1F;
  }
  .about-badge span {
    font-size: 12px;
    font-weight: 700;
  }
  .services-section {
    background: #e8e4dc;
    padding: 1px 0 120px;
  }
  .services-head {
    padding-bottom: 65px;
  }
  .service-grid {
    max-width: 1320px;
    margin: auto;
    padding: 0 34px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-auto-rows: 310px;
    gap: 2px;
  }
  .service-card {
    position: relative;
    background: #f4f1ea;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    transition: .4s;
  }
  .service-card:hover {
    transform: translateY(-5px);
    z-index: 2;
    box-shadow: 0 18px 45px rgba(30,30,30,.12);
  }
  .service-card h3 {
    font-size: 21px;
    line-height: 1.35;
    margin: 0 0 12px;
  }
  .service-card p {
    font-size: 13px;
    line-height: 1.7;
    color: #686966;
    margin: 0;
  }
  .service-no {
    font: 600 12px "Rajdhani",sans-serif;
    color: #D66A1F;
    letter-spacing: .15em;
  }
  .card-arrow {
    position: absolute;
    top: 27px;
    right: 28px;
    font-size: 22px;
    color: #D66A1F;
  }
  html[dir="rtl"] .card-arrow {
    right: auto;
    left: 28px;
  }
  .service-card.dark {
    background: #595A5B;
    color: #fff;
  }
  .service-card.dark p {
    color: rgba(255,255,255,.7);
  }
  .service-card.accent {
    background: #D66A1F;
    color: #fff;
  }
  .service-card.accent p,.service-card.accent .service-no,.service-card.accent .card-arrow {
    color: #fff;
  }
  .service-image {
    background-image: var(--bg);
    background-size: cover;
    background-position: center;
    color: #fff;
  }
  .service-image:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--bg);
    background-size: cover;
    background-position: center;
    transition: transform 1s;
  }
  .service-image:hover:before {
    transform: scale(1.06);
  }
  .service-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg,rgba(15,16,17,.85),rgba(15,16,17,.05) 70%);
  }
  .service-image>* {
    position: relative;
    z-index: 1;
  }
  .service-image p {
    color: rgba(255,255,255,.78);
  }
  .service-image.tall {
    grid-row: span 2;
  }
  .service-image.wide {
    grid-column: span 2;
  }
  .why-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 780px;
  }
  .why-image {
    position: relative;
    overflow: hidden;
  }
  .why-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s;
  }
  .why-image:hover img {
    transform: scale(1.03);
  }
  .why-image>span {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: #D66A1F;
    color: #fff;
    padding: 12px 16px;
    font: 700 11px "Rajdhani",sans-serif;
    letter-spacing: .15em;
  }
  .why-content {
    background: #202122;
    color: #fff;
    padding: 110px clamp(35px,7vw,110px);
  }
  .why-content .section-kicker {
    color: #aaa;
  }
  .feature-list {
    list-style: none;
    margin: 60px 0 0;
    padding: 0;
  }
  .feature-list li {
    border-top: 1px solid rgba(255,255,255,.14);
    padding: 19px 0;
    display: flex;
    gap: 25px;
    align-items: center;
  }
  .feature-list li>span {
    color: #D66A1F;
    font: 600 11px "Rajdhani",sans-serif;
  }
  .feature-list p {
    margin: 0;
  }
  .feature-list b {
    font-size: 14px;
  }
  .projects-section {
    background: #f4f1ea;
  }
  .projects-intro {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 90px;
    align-items: end;
    margin-bottom: 70px;
  }
  .project-gallery {
    display: grid;
    grid-template-columns: 1.3fr .85fr .85fr;
    gap: 16px;
  }
  .project-gallery figure {
    margin: 0;
    position: relative;
    overflow: hidden;
    height: 500px;
    background: #ddd;
  }
  .project-gallery figure:nth-child(2),.project-gallery figure:nth-child(3) {
    height: 400px;
    margin-top: 100px;
  }
  .project-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1s;
  }
  .project-gallery figure:hover img {
    transform: scale(1.05);
  }
  .project-gallery figcaption {
    position: absolute;
    inset: auto 0 0;
    background: linear-gradient(transparent,rgba(15,15,15,.85));
    padding: 70px 24px 22px;
    color: #fff;
    display: flex;
    gap: 16px;
    align-items: center;
  }
  .project-gallery figcaption span {
    color: #D66A1F;
    font: 700 11px "Rajdhani",sans-serif;
  }
  .project-gallery figcaption b {
    font-size: 13px;
  }
  .contact-section {
    position: relative;
    background: #D66A1F;
    color: #fff;
    overflow: hidden;
  }
  .contact-inner {
    position: relative;
    z-index: 2;
    max-width: 1320px;
    margin: auto;
    padding: 110px 34px;
  }
  .contact-section .eyebrow .line {
    background: #fff;
  }
  .contact-section h2 {
    font-size: clamp(42px,6vw,82px);
    line-height: 1.05;
    font-weight: 500;
    max-width: 950px;
    margin: 35px 0 45px;
    letter-spacing: -.04em;
  }
  .contact-actions {
    display: flex;
    align-items: center;
    gap: 30px;
  }
  .btn-primary.light {
    background: #fff;
    color: #202122;
  }
  .btn-primary.light:hover {
    background: #202122;
    color: #fff;
  }
  .contact-actions>a:last-child {
    font: 600 20px "Rajdhani",sans-serif;
    border-bottom: 1px solid rgba(255,255,255,.6);
  }
  .contact-meta {
    border-top: 1px solid rgba(255,255,255,.3);
    margin-top: 80px;
    padding-top: 25px;
    display: flex;
    gap: 80px;
  }
  .contact-meta div {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
  .contact-meta small {
    opacity: .7;
    font-size: 10px;
  }
  .contact-meta strong {
    font-size: 13px;
  }
  .contact-lines {
    position: absolute;
    width: 500px;
    height: 500px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 50%;
    right: -80px;
    top: -80px;
  }
  .contact-lines:after,.contact-lines:before {
    content: "";
    position: absolute;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 50%;
    inset: 50px;
  }
  .contact-lines:after {
    inset: 100px;
  }
  .site-footer {
    background: #171819;
    color: #fff;
  }
  .footer-inner {
    max-width: 1320px;
    margin: auto;
    padding: 55px 34px 30px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 25px;
  }
  .footer-brand {
    display: flex;
    flex-direction: column;
  }
  .footer-brand strong {
    font: 700 35px "Rajdhani",sans-serif;
    color: #D66A1F;
  }
  .footer-brand span {
    font-size: 10px;
    color: #aaa;
  }
  .footer-meta {
    display: flex;
    gap: 30px;
    align-items: center;
    color: #bbb;
    font-size: 12px;
  }
  .social-links {
    grid-column: 1/-1;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
  .social-links a {
    border: 1px solid rgba(255,255,255,.14);
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #bbb;
    font: 600 11px "Rajdhani",sans-serif;
    transition: .3s;
  }
  .social-links a:hover {
    border-color: #D66A1F;
    color: #fff;
    background: #D66A1F;
    transform: translateY(-2px);
  }
  .social-links svg {
    width: 17px;
    height: 17px;
    fill: currentColor;
  }
  .social-links svg rect,.social-links svg circle {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
  }
  .social-links svg .fill-dot {
    fill: currentColor;
    stroke: none;
  }
  .footer-inner>p {
    grid-column: 1/-1;
    border-top: 1px solid rgba(255,255,255,.1);
    padding-top: 22px;
    font-size: 10px;
    color: #777;
  }
  .floating-whatsapp {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 60;
    height: 56px;
    border-radius: 30px;
    background: #25D366;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 17px;
    box-shadow: 0 12px 34px rgba(0,0,0,.3);
    transition: .3s;
    animation: whatsappPulse 2.4s ease-in-out infinite;
  }
  .floating-whatsapp:hover {
    transform: translateY(-4px) scale(1.03);
    background: #1fb858;
  }
  .floating-whatsapp svg {
    width: 29px;
    fill: #fff;
    flex: none;
  }
  .whatsapp-label {
    font-size: 11px;
    font-weight: 800;
    white-space: nowrap;
  }
  html[dir="rtl"] .floating-whatsapp {
    right: auto;
    left: 20px;
  }
  @keyframes whatsappPulse {
    0%,100% {
      box-shadow: 0 12px 34px rgba(0,0,0,.3),0 0 0 0 rgba(37,211,102,.35);
    }
    50% {
      box-shadow: 0 12px 34px rgba(0,0,0,.3),0 0 0 10px rgba(37,211,102,0);
    }
  }
  .reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .8s ease,transform .8s ease;
  }
  .reveal.is-visible {
    opacity: 1;
    transform: none;
  }
  @keyframes heroZoom {
    from {
      transform: scale(1);
    }
    to {
      transform: scale(1.06);
    }
  }
  @keyframes ticker {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }
  @media (max-width:900px) {
    .desktop-nav,.header-cta {
      display: none;
    }
    .menu-toggle {
      display: block;
    }
    .header-inner {
      padding: 0 20px;
    }
    .brand {
      min-width: 0;
    }
    .brand-copy strong {
      font-size: 26px;
    }
    .hero {
      min-height: 700px;
    }
    .hero-content {
      padding: 130px 22px 70px;
    }
    .hero-overlay {
      background: linear-gradient(0deg,rgba(18,19,20,.94),rgba(18,19,20,.35));
    }
    .about-layout,.why-section,.projects-intro {
      grid-template-columns: 1fr;
      gap: 42px;
    }
    .section {
      padding: 85px 22px;
    }
    .service-grid {
      grid-template-columns: 1fr;
      padding: 0 20px;
      grid-auto-rows: 290px;
    }
    .service-image.tall {
      grid-row: span 1;
    }
    .service-image.wide {
      grid-column: span 1;
    }
    .why-image {
      min-height: 450px;
    }
    .why-content {
      padding: 80px 24px;
    }
    .project-gallery {
      grid-template-columns: 1fr;
    }
    .project-gallery figure,.project-gallery figure:nth-child(2),.project-gallery figure:nth-child(3) {
      height: 350px;
      margin: 0;
    }
    .contact-inner {
      padding: 85px 22px;
    }
    .contact-actions,.contact-meta,.footer-meta {
      align-items: flex-start;
      flex-direction: column;
    }
    .footer-inner {
      grid-template-columns: 1fr;
    }
    .hero-actions {
      align-items: flex-start;
      flex-direction: column;
    }
    .ticker {
      height: 42px;
    }
  }
  .hero {
    height: 760px;
    min-height: 0;
  }
  .hero-media {
    background: none;
    animation: none;
  }
  .hero-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    animation: alumexSlideshow 18s ease-in-out infinite;
    will-change: opacity,transform;
  }
  .slide-one {
    background-image: url('https://alumexdxb.com/wp-content/uploads/2026/09/Alumex-Hero.jpg');
    animation-delay: 0s;
  }
  .slide-two {
    background-image: url('https://alumexdxb.com/wp-content/uploads/2026/09/Glass-Facade.jpg');
    animation-delay: 6s;
  }
  .slide-three {
    background-image: url('https://alumexdxb.com/wp-content/uploads/2026/09/Aluminum-Pergola.jpg');
    animation-delay: 12s;
  }
  .service-card:not(.service-image):before {
    content: "ALUMEX";
    position: absolute;
    inset: auto -8px -28px auto;
    font: 700 72px/1 "Rajdhani",sans-serif;
    letter-spacing: .04em;
    color: rgba(89,90,91,.055);
    pointer-events: none;
  }
  .service-card.dark:before,.service-card.accent:before {
    color: rgba(255,255,255,.07);
  }
  .contact-section:before {
    content: "";
    position: absolute;
    inset: 0 0 0 55%;
    background: url('https://alumexdxb.com/wp-content/uploads/2026/09/Glass-Partitions.jpg') center/cover;
    mix-blend-mode: multiply;
    opacity: .2;
  }
  html[dir="rtl"] .contact-section:before {
    inset: 0 55% 0 0;
  }
  .contact-cards {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1px;
    margin-top: 55px;
    background: rgba(255,255,255,.26);
    border: 1px solid rgba(255,255,255,.26);
  }
  .contact-cards>a,.contact-cards>div {
    min-height: 145px;
    background: rgba(214,106,31,.8);
    padding: 23px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 5px;
    transition: .3s;
  }
  .contact-cards>a:hover {
    background: #fff;
    color: #202122;
    transform: translateY(-4px);
  }
  .contact-cards span {
    font: 600 10px "Rajdhani",sans-serif;
    opacity: .7;
    margin-bottom: auto;
  }
  .contact-cards small {
    font-size: 10px;
    opacity: .7;
  }
  .contact-cards strong {
    font-size: 14px;
  }
  .contact-phone {
    direction: ltr;
    unicode-bidi: isolate;
  }
  .hero {
    height: 620px;
  }
  .why-content h2 {
    font-size: clamp(30px,4vw,52px);
  }
  .services-section {
    padding-bottom: 55px;
  }
  .service-mini-row {
    max-width: 1320px;
    margin: 2px auto 0;
    padding: 0 34px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2px;
  }
  .service-mini-row>div {
    background: #d8d4cc;
    min-height: 118px;
    padding: 22px 25px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    transition: .3s;
  }
  .service-mini-row>div:hover {
    background: #202122;
    color: #fff;
    transform: translateY(-3px);
  }
  .service-mini-row>div>span {
    color: #D66A1F;
    font: 700 11px "Rajdhani",sans-serif;
  }
  .service-mini-row p {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .service-mini-row b {
    font-size: 14px;
  }
  .service-mini-row small {
    font-size: 10px;
    color: #696a68;
  }
  .service-mini-row>div:hover small {
    color: #bbb;
  }
  .floating-socials {
    position: fixed;
    right: 12px;
    top: 55%;
    transform: translateY(-50%);
    z-index: 70;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    direction: ltr;
  }
  .float-item {
    height: 48px;
    width: 48px;
    border-radius: 25px;
    background: #fff;
    color: #202122;
    box-shadow: 0 8px 25px rgba(0,0,0,.2);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
    transition: width .32s ease,transform .25s ease,background .25s ease;
  }
  .float-item:hover,.float-item:focus {
    width: 138px;
    transform: translateX(-3px);
  }
  .float-icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
  }
  .float-icon svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
  }
  .float-icon svg rect,.float-icon svg circle {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
  }
  .float-icon svg .fill-dot {
    fill: currentColor;
    stroke: none;
  }
  .float-label {
    font: 700 12px "Rajdhani","Cairo",sans-serif;
    padding: 0 7px 0 14px;
    white-space: nowrap;
  }
  .float-item.instagram .float-icon {
    background: linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045);
  }
  .float-item.facebook .float-icon {
    background: #1877f2;
  }
  .float-item.tiktok .float-icon {
    background: #111;
  }
  .float-item.whatsapp .float-icon {
    background: #25D366;
  }
  .float-item.whatsapp {
    width: 128px;
    background: #fff;
  }
  .float-item.whatsapp:hover {
    width: 145px;
  }
  .float-item.whatsapp .float-label {
    color: #168c45;
  }
  .float-item.whatsapp {
    animation: floatPulse 2.4s ease-in-out infinite;
  }
  @keyframes floatPulse {
    0%,100% {
      box-shadow: 0 8px 25px rgba(0,0,0,.2),0 0 0 0 rgba(37,211,102,.35);
    }
    50% {
      box-shadow: 0 8px 25px rgba(0,0,0,.2),0 0 0 9px rgba(37,211,102,0);
    }
  }
  @media (max-width:600px) {
    .floating-socials {
      right: 8px;
      top: 58%;
      gap: 6px;
    }
    .float-item {
      height: 44px;
      width: 44px;
    }
    .float-icon {
      width: 44px;
      height: 44px;
      flex-basis: 44px;
    }
    .float-icon svg {
      width: 20px;
      height: 20px;
    }
    .float-item:hover,.float-item:focus {
      width: 118px;
    }
    .float-item.whatsapp {
      width: 112px;
    }
    .float-item.whatsapp:hover {
      width: 125px;
    }
    .float-label {
      font-size: 11px;
      padding-left: 10px;
    }
  }
  .social-hub {
    position: fixed !important;
    right: 12px !important;
    left: auto !important;
    top: 52% !important;
    bottom: auto !important;
    transform: translateY(-50%);
    z-index: 9999999 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9px;
    direction: ltr;
  }
  .social-panel {
    display: flex;
    flex-direction: column-reverse;
    gap: 8px;
    padding: 8px;
    background: rgba(255,255,255,.94);
    border-radius: 30px;
    box-shadow: 0 12px 38px rgba(0,0,0,.2);
    backdrop-filter: blur(12px);
  }
  .hub-link,.social-launcher {
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    cursor: pointer;
    transition: .25s;
  }
  .hub-link:hover {
    transform: scale(1.1);
  }
  .hub-link svg,.social-launcher svg {
    width: 21px;
    height: 21px;
    fill: currentColor;
  }
  .hub-link svg rect,.hub-link svg circle {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
  }
  .hub-link svg .fill-dot {
    fill: currentColor;
    stroke: none;
  }
  .hub-link.instagram {
    background: linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045);
  }
  .hub-link.facebook {
    background: #1877f2;
  }
  .hub-link.tiktok {
    background: #111;
  }
  .hub-link.whatsapp {
    background: #25D366;
  }
  .social-launcher {
    width: 54px;
    height: 54px;
    background: #D66A1F;
    box-shadow: 0 10px 28px rgba(0,0,0,.28);
  }
  .social-launcher:hover {
    background: #202122;
    transform: translateY(-3px);
  }
  .social-launcher svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
  }
  .footer-credit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }
  .footer-credit a {
    color: #aaa;
    transition: .3s;
  }
  .footer-credit a:hover {
    color: #D66A1F;
  }
  .footer-credit strong {
    color: #D66A1F;
    font-weight: 700;
  }
  @media (max-width:600px) {
    .social-hub {
      right: 8px !important;
      top: 55% !important;
      bottom: auto !important;
    }
    .hub-link {
      width: 42px;
      height: 42px;
    }
    .social-launcher {
      width: 56px;
      height: 56px;
      border: 3px solid #fff;
      box-shadow: 0 8px 28px rgba(0,0,0,.38);
    }
    .footer-credit {
      align-items: flex-start;
      flex-direction: column;
    }
  }
  @keyframes alumexSlideshow {
    0%,28% {
      opacity: 1;
      transform: scale(1);
    }
    33%,95% {
      opacity: 0;
      transform: scale(1.055);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  @media (max-width:900px) {
    .hero {
      height: 490px;
      min-height: 0;
    }
    .hero-content {
      padding-top: 95px;
      padding-bottom: 25px;
    }
    .hero h1 {
      font-size: 34px;
      margin: 14px 0;
    }
    .hero-sub {
      font-size: 12px;
      margin-bottom: 17px;
      max-width: 310px;
    }
    .hero-actions {
      gap: 7px;
    }
    .hero-actions .btn-primary {
      padding: 11px 16px;
    }
    .hero-actions .btn-ghost {
      display: none;
    }
    .hero-index {
      bottom: 12px;
    }
    .hero .eyebrow {
      font-size: 8px;
    }
    .hero-slide {
      background-position: 58% center;
    }
    .services-section {
      padding-bottom: 28px;
    }
    .service-grid {
      grid-auto-rows: auto;
    }
    .service-card {
      min-height: 185px;
      padding: 22px;
    }
    .service-card.service-image {
      min-height: 220px;
    }
    .service-card h3 {
      font-size: 17px;
    }
    .service-card p {
      font-size: 11px;
    }
    .service-card:not(.service-image):before {
      font-size: 48px;
      bottom: -15px;
    }
    .service-mini-row {
      padding: 0 20px;
      grid-template-columns: 1fr;
      gap: 2px;
    }
    .service-mini-row>div {
      min-height: 92px;
      padding: 18px 20px;
    }
    .service-mini-row b {
      font-size: 13px;
    }
    .why-content h2 {
      font-size: 32px;
      line-height: 1.12;
    }
    .contact-section:before {
      inset: 0 !important;
      opacity: .11;
    }
    .contact-section h2 {
      margin: 25px 0 32px;
    }
    .contact-cards {
      grid-template-columns: 1fr;
      margin-top: 42px;
    }
    .contact-cards>a,.contact-cards>div {
      min-height: 112px;
    }
    .contact-meta {
      margin-top: 42px;
      gap: 22px;
    }
    .contact-actions {
      gap: 18px;
    }
    .contact-actions>a:last-child {
      font-size: 18px;
    }
  }
  @media (prefers-reduced-motion:reduce) {
    * {
      animation-duration: .01ms !important;
      animation-iteration-count: 1 !important;
      scroll-behavior: auto !important;
    }
    .reveal {
      opacity: 1;
      transform: none;
    }
    .hero-slide:first-child {
      opacity: 1;
    }
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}
