@import url("https://fonts.googleapis.com/css?family=Homenaje");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP");
@-webkit-keyframes animateSsplashStr {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  30% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes animateSsplashStr {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  30% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  font-family: "Homenaje", "Tajawal", "Cairo", "Almarai", sans-serif;
  letter-spacing: 0.15em;
  background-color: #111;
}
@media all and (min-width: 569px) and (max-width: 1366px) {
  body {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media all and (max-width: 568px) {
  body {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
body.is-opened-index {
  overflow: auto;
}
body.is-picked {
  cursor: pointer;
}

a {
  text-decoration: none;
}

::-moz-selection {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}

::selection {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}

.l-contents {
  position: relative;
  z-index: 10;
}
.l-contents.is-fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}

.l-page--white {
  color: #fff;
}
.l-page--white a {
  color: #fff;
}
.l-page--white svg {
  fill: #fff;
}
.l-page--black {
  color: #222;
}
.l-page--black a {
  color: #222;
}
.l-page--black svg {
  fill: #222;
}

.p-footer {
  position: relative;
  width: 100%;
  padding: 18px 20px 22px;
  text-align: center;
  z-index: 9999;
  pointer-events: auto;
}
.p-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.p-footer__logo-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-filter 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-filter 0.2s ease;
  transition: transform 0.2s ease, filter 0.2s ease;
  transition: transform 0.2s ease, filter 0.2s ease, -webkit-transform 0.2s ease, -webkit-filter 0.2s ease;
}
.p-footer__logo-link:hover {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-filter: brightness(1.05);
  filter: brightness(1.05);
}
.p-footer__logo {
  width: clamp(40px, 5.5vw, 58px);
  height: auto;
  display: block;
}
.p-footer__copyright {
  margin: 0;
  font-size: 0.9rem;
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.88);
}
.l-page--white .p-footer__copyright {
  color: #fff;
}

.c-btn-circle {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  margin-top: 5px;
  border-radius: 50%;
}
.c-btn-circle svg {
  width: 30px;
  height: 30px;
}
.c-btn-circle--white {
  background-color: #fff;
}
.c-btn-circle--white .path-fill {
  fill: #222;
}
.c-btn-circle--black {
  background-color: #222;
}
.c-btn-circle--black .path-fill {
  fill: #fff;
}

.c-button {
  height: 2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 1.25em;
  padding-left: 1.25em;
  border-radius: 1em;
  border-width: 2px;
  border-style: solid;
}
.c-button--white {
  border-color: #fff;
}
.c-button--black {
  border-color: #222;
}
.c-button__icon {
  display: block;
  margin-right: 0.7em;
}
.c-button__icon--back {
  width: 0.3em;
  height: 0.3em;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-button__icon--white {
  border-color: #fff;
}
.c-button__icon--black {
  border-color: #222;
}
.c-button__label {
  font-weight: 700;
}
.c-button__label .js-split-str {
  display: inline-block;
}
.c-button__icon {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.c-button:hover .c-button__icon {
  -webkit-transform: translateX(-5px) rotate(-45deg);
  transform: translateX(-5px) rotate(-45deg);
}
.c-button:hover .c-button__label .js-split-str {
  -webkit-animation-name: animateSsplashStr;
  animation-name: animateSsplashStr;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(2) {
  -webkit-animation-delay: 0.02s;
  animation-delay: 0.02s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(3) {
  -webkit-animation-delay: 0.04s;
  animation-delay: 0.04s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(4) {
  -webkit-animation-delay: 0.06s;
  animation-delay: 0.06s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(5) {
  -webkit-animation-delay: 0.08s;
  animation-delay: 0.08s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(6) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(7) {
  -webkit-animation-delay: 0.12s;
  animation-delay: 0.12s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(8) {
  -webkit-animation-delay: 0.14s;
  animation-delay: 0.14s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(9) {
  -webkit-animation-delay: 0.16s;
  animation-delay: 0.16s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(10) {
  -webkit-animation-delay: 0.18s;
  animation-delay: 0.18s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(11) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(12) {
  -webkit-animation-delay: 0.22s;
  animation-delay: 0.22s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(13) {
  -webkit-animation-delay: 0.24s;
  animation-delay: 0.24s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(14) {
  -webkit-animation-delay: 0.26s;
  animation-delay: 0.26s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(15) {
  -webkit-animation-delay: 0.28s;
  animation-delay: 0.28s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(16) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(17) {
  -webkit-animation-delay: 0.32s;
  animation-delay: 0.32s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(18) {
  -webkit-animation-delay: 0.34s;
  animation-delay: 0.34s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(19) {
  -webkit-animation-delay: 0.36s;
  animation-delay: 0.36s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(20) {
  -webkit-animation-delay: 0.38s;
  animation-delay: 0.38s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(21) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(22) {
  -webkit-animation-delay: 0.42s;
  animation-delay: 0.42s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(23) {
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(24) {
  -webkit-animation-delay: 0.46s;
  animation-delay: 0.46s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(25) {
  -webkit-animation-delay: 0.48s;
  animation-delay: 0.48s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(26) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(27) {
  -webkit-animation-delay: 0.52s;
  animation-delay: 0.52s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(28) {
  -webkit-animation-delay: 0.54s;
  animation-delay: 0.54s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(29) {
  -webkit-animation-delay: 0.56s;
  animation-delay: 0.56s;
}
.c-button:hover .c-button__label .js-split-str:nth-of-type(30) {
  -webkit-animation-delay: 0.58s;
  animation-delay: 0.58s;
}

.c-brand-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  padding: 11px 22px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
  -webkit-transition: background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, -webkit-transform 0.24s ease, -webkit-box-shadow 0.24s ease, -webkit-filter 0.24s ease;
  transition: background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, -webkit-transform 0.24s ease, -webkit-box-shadow 0.24s ease, -webkit-filter 0.24s ease;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, filter 0.24s ease;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, filter 0.24s ease, -webkit-transform 0.24s ease, -webkit-box-shadow 0.24s ease, -webkit-filter 0.24s ease;
  color: #1c160b;
  border-color: rgba(255, 209, 102, 0.9);
  background: linear-gradient(120deg, #f0b246, #ffd166);
  -webkit-box-shadow: 0 8px 22px rgba(240, 178, 70, 0.24);
  box-shadow: 0 8px 22px rgba(240, 178, 70, 0.24);
}
.c-brand-button:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.c-brand-button:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(240, 178, 70, 0.28), 0 0 0 6px rgba(255, 255, 255, 0.16);
  box-shadow: 0 0 0 3px rgba(240, 178, 70, 0.28), 0 0 0 6px rgba(255, 255, 255, 0.16);
}
.c-brand-button:disabled, .c-brand-button.is-disabled {
  opacity: 0.56;
  cursor: not-allowed;
  -webkit-transform: none;
  transform: none;
  -webkit-filter: grayscale(0.22);
  filter: grayscale(0.22);
}
.c-brand-button:hover {
  -webkit-filter: brightness(1.04);
  filter: brightness(1.04);
  -webkit-box-shadow: 0 12px 28px rgba(240, 178, 70, 0.32);
  box-shadow: 0 12px 28px rgba(240, 178, 70, 0.32);
}
.c-brand-button--secondary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  padding: 11px 22px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
  -webkit-transition: background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, -webkit-transform 0.24s ease, -webkit-box-shadow 0.24s ease, -webkit-filter 0.24s ease;
  transition: background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, -webkit-transform 0.24s ease, -webkit-box-shadow 0.24s ease, -webkit-filter 0.24s ease;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, filter 0.24s ease;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, filter 0.24s ease, -webkit-transform 0.24s ease, -webkit-box-shadow 0.24s ease, -webkit-filter 0.24s ease;
  color: rgba(255, 245, 224, 0.95);
  border-color: rgba(240, 178, 70, 0.62);
  background: linear-gradient(120deg, rgba(16, 30, 46, 0.84), rgba(11, 22, 34, 0.88));
  -webkit-box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
}
.c-brand-button--secondary:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.c-brand-button--secondary:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(240, 178, 70, 0.28), 0 0 0 6px rgba(255, 255, 255, 0.16);
  box-shadow: 0 0 0 3px rgba(240, 178, 70, 0.28), 0 0 0 6px rgba(255, 255, 255, 0.16);
}
.c-brand-button--secondary:disabled, .c-brand-button--secondary.is-disabled {
  opacity: 0.56;
  cursor: not-allowed;
  -webkit-transform: none;
  transform: none;
  -webkit-filter: grayscale(0.22);
  filter: grayscale(0.22);
}
.c-brand-button--secondary:hover {
  color: #fff8ea;
  border-color: rgba(255, 209, 102, 0.86);
  background: linear-gradient(120deg, rgba(24, 42, 62, 0.92), rgba(16, 30, 46, 0.94));
  -webkit-box-shadow: 0 10px 24px rgba(240, 178, 70, 0.16);
  box-shadow: 0 10px 24px rgba(240, 178, 70, 0.16);
}

.c-text-link {
  display: inline-block;
  position: relative;
}
.c-text-link__label {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.c-text-link__bg {
  height: 2px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}
.c-text-link__bg--white {
  background-color: #fff;
}
.c-text-link__bg--black {
  background-color: #222;
}
@-webkit-keyframes openTextLinkBar {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}
@keyframes openTextLinkBar {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left;
  }
}
@-webkit-keyframes closeTextLinkBar {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
}
@keyframes closeTextLinkBar {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
  }
}
.c-text-link__label {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.c-text-link__bg {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-animation-name: closeTextLinkBar;
  animation-name: closeTextLinkBar;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.c-text-link:hover .c-text-link__bg {
  -webkit-animation-name: openTextLinkBar;
  animation-name: openTextLinkBar;
}

.c-section-title {
  position: relative;
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800;
  color: #fff;
  margin-bottom: 2rem;
  line-height: 1.2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  direction: rtl;
  /* Ensure proper alignment for Arabic text and pseudo-elements */
  /* The Dot Accent (at the beginning for Arabic RTL) */
}
.c-section-title::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #f0b246;
  /* Brand accent color */
  border-radius: 50%;
  margin-left: 12px;
  /* Spacing between the dot and text */
  -webkit-box-shadow: 0 0 15px rgba(240, 178, 70, 0.78);
  box-shadow: 0 0 15px rgba(240, 178, 70, 0.78);
}

.p-badges {
  position: fixed;
  z-index: 100;
  bottom: 20px;
  right: 20px;
}
@media all and (max-width: 568px) {
  .p-badges {
    width: 90px;
  }
}
.p-badges img {
  width: 100%;
}

.p-canvas-webgl {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
}

.p-dummy-scroll {
  position: relative;
  z-index: 1;
}

.p-hold-button {
  width: 60px;
  height: 60px;
  opacity: 0;
  position: fixed;
  z-index: 10;
  pointer-events: none;
}
.p-hold-button.is-pc {
  opacity: 1;
  top: 0;
  left: 0;
}
.p-hold-button.is-smartphone {
  cursor: pointer;
  bottom: 35px;
  right: 0;
  left: 0;
  opacity: 1;
  margin-right: auto;
  margin-left: auto;
}
.p-hold-button__border {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
}
.p-hold-button__border--out {
  width: 60px;
  height: 60px;
  top: 0;
  left: 0;
  border: 1px solid #fff;
}
.p-hold-button__border--in {
  width: 54px;
  height: 54px;
  top: 3px;
  left: 3px;
  border: 1px solid #fff;
}
.p-hold-button__label {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  mix-blend-mode: difference;
  padding-left: 0.15em;
}
.p-hold-button__progress {
  width: 54px;
  height: 54px;
  overflow: hidden;
  position: absolute;
  top: 3px;
  left: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-hold-button__progress-in {
  width: 108px;
  height: 54px;
  background-color: #fff;
  -webkit-transform: skewX(-45deg) translateX(50%);
  transform: skewX(-45deg) translateX(50%);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
.p-hold-button__label {
  opacity: 0;
  font-size: 14px;
  font-size: 0.875rem;
}
.p-hold-button__border {
  opacity: 0;
  -webkit-transform: rotate(45deg) scale(0.6);
  transform: rotate(45deg) scale(0.6);
}
.p-hold-button.is-enabled {
  pointer-events: auto;
}
.p-hold-button.is-shown .p-hold-button__label {
  opacity: 1;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.p-hold-button.is-shown .p-hold-button__border {
  opacity: 1;
  -webkit-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.p-hold-button.is-shown .p-hold-button__border--out {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.p-hold-button.is-shown .p-hold-button__border--in {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.p-hold-button.is-shown .p-hold-button__progress {
  opacity: 1;
  -webkit-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.p-hold-button.is-hidden .p-hold-button__label {
  opacity: 0;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.p-hold-button.is-hidden .p-hold-button__border {
  opacity: 0;
  -webkit-transform: rotate(45deg) scale(0.8);
  transform: rotate(45deg) scale(0.8);
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.p-hold-button.is-hidden .p-hold-button__progress {
  opacity: 0;
  -webkit-transform: rotate(45deg) scale(0.5);
  transform: rotate(45deg) scale(0.5);
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.p-hold-button.is-pressed .p-hold-button__border--out {
  -webkit-transform: rotate(45deg) scale(1.12);
  transform: rotate(45deg) scale(1.12);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.p-hold-button.is-released .p-hold-button__border--out {
  -webkit-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

@-webkit-keyframes loopFollow {
  0% {
    -webkit-transform: translateY(-100.5%);
    transform: translateY(-100.5%);
  }
  100% {
    -webkit-transform: translateY(100.5%);
    transform: translateY(100.5%);
  }
}

@keyframes loopFollow {
  0% {
    -webkit-transform: translateY(-100.5%);
    transform: translateY(-100.5%);
  }
  100% {
    -webkit-transform: translateY(100.5%);
    transform: translateY(100.5%);
  }
}
.p-introduction {
  width: 100%;
  height: 100vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
  position: relative;
  z-index: 10;
  color: #fff;
  text-align: center;
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
  letter-spacing: 0;
  font-size: 1.5rem;
  font-weight: 700;
}
.p-introduction__wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.p-introduction__row {
  opacity: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.p-introduction__row.is-shown {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-introduction__row.is-shown:nth-of-type(1) {
  -webkit-transition-delay: 5s;
  transition-delay: 5s;
}
.p-introduction__row.is-shown:nth-of-type(2) {
  -webkit-transition-delay: 5.25s;
  transition-delay: 5.25s;
}
.p-introduction__row.is-shown:nth-of-type(3) {
  -webkit-transition-delay: 5.5s;
  transition-delay: 5.5s;
}
.p-introduction__row.is-shown:nth-of-type(4) {
  -webkit-transition-delay: 5.75s;
  transition-delay: 5.75s;
}
.p-introduction__row.is-shown:nth-of-type(5) {
  -webkit-transition-delay: 6s;
  transition-delay: 6s;
}
.p-introduction__links {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-introduction__link {
  width: 48px;
  height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transform: scale(1.8);
  transform: scale(1.8);
  margin: 0 16px;
  -webkit-transition-property: opacity, background-color, -webkit-transform, -webkit-box-shadow;
  transition-property: opacity, background-color, -webkit-transform, -webkit-box-shadow;
  transition-property: opacity, transform, background-color, box-shadow;
  transition-property: opacity, transform, background-color, box-shadow, -webkit-transform, -webkit-box-shadow;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.p-introduction__link svg {
  width: 24px;
  height: 24px;
  fill: #fff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-introduction__link:hover {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 0.4), inset 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.4), inset 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.p-introduction__link:hover svg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.p-introduction__link.is-shown {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
  -webkit-transition-duration: 1s, 0.3s, 0.3s, 0.3s;
  transition-duration: 1s, 0.3s, 0.3s, 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1), ease, ease, ease;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1), ease, ease, ease;
}
.p-introduction__link.is-shown:nth-of-type(1) {
  -webkit-transition-delay: 5.6s, 0s, 0s, 0s;
  transition-delay: 5.6s, 0s, 0s, 0s;
}
.p-introduction__link.is-shown:nth-of-type(2) {
  -webkit-transition-delay: 5.7s, 0s, 0s, 0s;
  transition-delay: 5.7s, 0s, 0s, 0s;
}
.p-introduction__link.is-shown:nth-of-type(3) {
  -webkit-transition-delay: 5.8s, 0s, 0s, 0s;
  transition-delay: 5.8s, 0s, 0s, 0s;
}
.p-introduction__link.is-shown:nth-of-type(4) {
  -webkit-transition-delay: 5.9s, 0s, 0s, 0s;
  transition-delay: 5.9s, 0s, 0s, 0s;
}
.p-introduction__link.is-shown:nth-of-type(5) {
  -webkit-transition-delay: 6s, 0s, 0s, 0s;
  transition-delay: 6s, 0s, 0s, 0s;
}
.p-introduction__follow {
  width: 15px;
  height: 10vh;
  overflow: hidden;
  position: relative;
  margin: 6vh auto 0;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.p-introduction__follow.is-shown {
  opacity: 1;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}
.p-introduction__follow-in {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #fff;
  -webkit-animation-name: loopFollow;
  animation-name: loopFollow;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.p-introduction__follow-in--1 {
  left: 0;
}
.p-introduction__follow-in--2 {
  left: 50%;
  margin-left: -1px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.p-introduction__follow-in--3 {
  right: 0;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.p-about {
  padding: 100px 0;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  z-index: 10;
}
.p-about__wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-about__wrap.is-shown {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.p-about__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 60px;
}
@media (max-width: 1024px) {
  .p-about__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    /* Text on bottom, image on top for smaller screens */
  }
}
.p-about__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
  /* Right alignment for Arabic text */
  direction: rtl;
  /* RTL direction for Arabic text */
}
.p-about__title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}
.p-about__text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
}
.p-about__image {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 50%;
}
@media (max-width: 1024px) {
  .p-about__image {
    max-width: 100%;
  }
}
.p-about__image-thumb {
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  /* 4:3 Aspect Ratio */
  position: relative;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  /* Animation Initial State */
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.p-about__image-thumb:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

/* Interactions when scrolled into view */
.p-about__wrap.is-shown .p-about__image-thumb {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.p-about__wrap.is-shown .p-about__image-thumb:before {
  opacity: 0;
}

.p-services {
  padding: 80px 0;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  z-index: 10;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.02);
  /* Slight contrast background */
}
.p-services__wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 40px;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-services__wrap.is-shown {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.p-services__title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}
.p-services__text {
  font-size: 1.2rem;
  line-height: 2;
  color: rgba(255, 255, 255, 0.85);
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
  direction: rtl;
  /* RTL direction for Arabic text */
  margin-bottom: 36px;
}

.p-integrated-services {
  padding: 60px 0 20px;
}
.p-integrated-services__wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
  direction: rtl;
}
.p-integrated-services__title {
  font-size: 2.5rem;
  margin-bottom: 12px;
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
}
.p-integrated-services__text {
  font-size: 1.05rem;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.82);
  max-width: 760px;
  margin: 0 auto 24px;
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
}
.p-integrated-services__card-desc {
  direction: rtl;
  text-align: right;
  line-height: 1.7;
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
  letter-spacing: 0;
}
.p-integrated-services__cards .p-sketch-index__item:hover .p-sketch-index__item-thumb:after {
  opacity: 0;
}
.p-integrated-services__cards .p-sketch-index__item-thumb-label {
  display: none;
}
.p-integrated-services__cards .p-sketch-index__item-wrap {
  cursor: pointer;
}
.p-integrated-services__cards .p-sketch-index__item-thumb {
  border-radius: 8px;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}
.p-integrated-services__cards .p-sketch-index__item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.p-integrated-services__cards .p-sketch-index__item-title {
  margin: 0;
  text-align: right;
  direction: rtl;
  line-height: 1.45;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
  min-height: 0;
}
@media all and (min-width: 1025px) {
  .p-integrated-services__cards .p-sketch-index__item-title {
    font-size: 1.36rem;
  }
}
@media all and (min-width: 569px) and (max-width: 1024px) {
  .p-integrated-services__cards .p-sketch-index__item-title {
    font-size: 1.24rem;
  }
}
@media all and (max-width: 568px) {
  .p-integrated-services__cards .p-sketch-index__item-title {
    font-size: 1.16rem;
  }
}
.p-integrated-services__cards .p-sketch-index__item-date,
.p-integrated-services__cards .p-integrated-services__card-desc {
  margin-top: 4px;
  text-align: right;
  direction: rtl;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.82);
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
}
@media all and (min-width: 1025px) {
  .p-integrated-services__cards .p-sketch-index__item-date,
.p-integrated-services__cards .p-integrated-services__card-desc {
    font-size: 0.98rem;
    line-height: 1.78;
  }
}
@media all and (min-width: 569px) and (max-width: 1024px) {
  .p-integrated-services__cards .p-sketch-index__item-date,
.p-integrated-services__cards .p-integrated-services__card-desc {
    font-size: 0.95rem;
    line-height: 1.75;
  }
}
@media all and (max-width: 568px) {
  .p-integrated-services__cards .p-sketch-index__item-date,
.p-integrated-services__cards .p-integrated-services__card-desc {
    font-size: 0.94rem;
    line-height: 1.72;
  }
}
.p-integrated-services__cards .p-integrated-services__card-link {
  margin-top: auto;
  padding-top: 10px;
  font-size: 0.86rem;
  line-height: 1.2;
  color: #f0b246;
  text-align: left;
  direction: rtl;
  font-weight: 700;
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-item-align: start;
  align-self: flex-start;
  position: relative;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.p-integrated-services__cards .p-integrated-services__card-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background: rgba(240, 178, 70, 0.72);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: -webkit-transform 0.22s ease;
  transition: -webkit-transform 0.22s ease;
  transition: transform 0.22s ease;
  transition: transform 0.22s ease, -webkit-transform 0.22s ease;
}
.p-integrated-services__cards .p-integrated-services__card-link-arrow {
  display: inline-block;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  line-height: 1;
}
.p-integrated-services__cards .p-sketch-index__item-wrap:hover .p-integrated-services__card-link-arrow {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}
.p-integrated-services__cards .p-sketch-index__item-wrap:hover .p-integrated-services__card-link {
  color: #ffd166;
}
.p-integrated-services__cards .p-sketch-index__item-wrap:hover .p-integrated-services__card-link::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.p-integrated-services--waste .p-integrated-services__text {
  font-size: 1.2rem;
  line-height: 2;
  max-width: 900px;
}
@media all and (min-width: 1025px) {
  .p-integrated-services--waste .p-integrated-services__cards .p-sketch-index__item-title {
    font-size: 1.42rem;
  }
}
@media all and (min-width: 569px) and (max-width: 1024px) {
  .p-integrated-services--waste .p-integrated-services__cards .p-sketch-index__item-title {
    font-size: 1.28rem;
  }
}
@media all and (max-width: 568px) {
  .p-integrated-services--waste .p-integrated-services__cards .p-sketch-index__item-title {
    font-size: 1.2rem;
  }
}
@media all and (min-width: 1025px) {
  .p-integrated-services--waste .p-integrated-services__cards .p-sketch-index__item-date,
.p-integrated-services--waste .p-integrated-services__cards .p-integrated-services__card-desc {
    font-size: 1.08rem;
    line-height: 1.9;
  }
}
@media all and (min-width: 569px) and (max-width: 1024px) {
  .p-integrated-services--waste .p-integrated-services__cards .p-sketch-index__item-date,
.p-integrated-services--waste .p-integrated-services__cards .p-integrated-services__card-desc {
    font-size: 1.02rem;
    line-height: 1.85;
  }
}
@media all and (max-width: 568px) {
  .p-integrated-services--waste .p-integrated-services__cards .p-sketch-index__item-date,
.p-integrated-services--waste .p-integrated-services__cards .p-integrated-services__card-desc {
    font-size: 1rem;
    line-height: 1.8;
  }
}

.p-project-journey {
  padding: 80px 0;
  position: relative;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.02);
}
.p-project-journey__wrap {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
  direction: rtl;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-project-journey__wrap.is-shown {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.p-project-journey__title {
  margin: 0 0 18px;
  font-size: 2.2rem;
  line-height: 1.3;
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
  color: #fff;
}
.p-project-journey__text {
  margin: 0 0 12px;
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.08rem;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.88);
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
}
.p-project-journey__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  padding: 11px 22px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
  -webkit-transition: background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, -webkit-transform 0.24s ease, -webkit-box-shadow 0.24s ease, -webkit-filter 0.24s ease;
  transition: background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, -webkit-transform 0.24s ease, -webkit-box-shadow 0.24s ease, -webkit-filter 0.24s ease;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, filter 0.24s ease;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, filter 0.24s ease, -webkit-transform 0.24s ease, -webkit-box-shadow 0.24s ease, -webkit-filter 0.24s ease;
  color: rgba(255, 245, 224, 0.95);
  border-color: rgba(240, 178, 70, 0.62);
  background: linear-gradient(120deg, rgba(16, 30, 46, 0.84), rgba(11, 22, 34, 0.88));
  -webkit-box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
  margin-top: 14px;
}
.p-project-journey__button:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.p-project-journey__button:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(240, 178, 70, 0.28), 0 0 0 6px rgba(255, 255, 255, 0.16);
  box-shadow: 0 0 0 3px rgba(240, 178, 70, 0.28), 0 0 0 6px rgba(255, 255, 255, 0.16);
}
.p-project-journey__button:disabled, .p-project-journey__button.is-disabled {
  opacity: 0.56;
  cursor: not-allowed;
  -webkit-transform: none;
  transform: none;
  -webkit-filter: grayscale(0.22);
  filter: grayscale(0.22);
}
.p-project-journey__button:hover {
  color: #fff8ea;
  border-color: rgba(255, 209, 102, 0.86);
  background: linear-gradient(120deg, rgba(24, 42, 62, 0.92), rgba(16, 30, 46, 0.94));
  -webkit-box-shadow: 0 10px 24px rgba(240, 178, 70, 0.16);
  box-shadow: 0 10px 24px rgba(240, 178, 70, 0.16);
}

body.is-modal-open {
  overflow: hidden;
}

.p-service-modal {
  position: fixed;
  inset: 0;
  z-index: 120000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.p-service-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.p-service-modal__backdrop {
  position: absolute;
  inset: 0;
  z-index: 1;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background: rgba(7, 11, 18, 0.26);
}
.p-service-modal__dialog {
  width: min(760px, 100%);
  position: relative;
  z-index: 2;
  direction: rtl;
  text-align: right;
  border-radius: 20px;
  border: 1px solid rgba(121, 247, 255, 0.32);
  background: linear-gradient(140deg, rgba(11, 19, 32, 0.62), rgba(8, 14, 24, 0.56));
  backdrop-filter: blur(14px) saturate(130%);
  -webkit-backdrop-filter: blur(14px) saturate(130%);
  -webkit-box-shadow: 0 24px 70px rgba(0, 0, 0, 0.55), inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.55), inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  overflow: hidden;
  -webkit-transform: translateY(12px) scale(0.98);
  transform: translateY(12px) scale(0.98);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.p-service-modal.is-open .p-service-modal__dialog {
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
}
.p-service-modal__glow {
  position: absolute;
  top: -160px;
  left: -60px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(54, 224, 255, 0.22), transparent 70%);
}
.p-service-modal__content {
  position: relative;
  z-index: 1;
  padding: 28px 30px 26px;
}
.p-service-modal__close {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(121, 247, 255, 0.45);
  background: rgba(16, 28, 44, 0.75);
  color: #eafcff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}
.p-service-modal__eyebrow {
  margin: 0 0 10px;
  font-size: 0.86rem;
  letter-spacing: 0.04em;
  color: rgba(122, 247, 255, 0.9);
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
}
.p-service-modal__title {
  margin: 0 0 12px;
  color: #fff;
  line-height: 1.45;
  font-weight: 700;
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
}
@media all and (min-width: 1025px) {
  .p-service-modal__title {
    font-size: 1.7rem;
  }
}
@media all and (max-width: 568px) {
  .p-service-modal__title {
    font-size: 1.35rem;
  }
}
.p-service-modal__description {
  margin: 0 0 14px;
  color: rgba(230, 247, 255, 0.9);
  line-height: 1.85;
  font-size: 1rem;
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
}
.p-service-modal__list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(122, 247, 255, 0.18);
  padding-top: 12px;
}
.p-service-modal__list li {
  margin: 0 0 10px;
  padding-right: 16px;
  color: rgba(225, 244, 255, 0.92);
  line-height: 1.8;
  font-size: 0.97rem;
  position: relative;
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
}
.p-service-modal__list li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0.85em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #36e0ff;
  -webkit-box-shadow: 0 0 10px rgba(54, 224, 255, 0.7);
  box-shadow: 0 0 10px rgba(54, 224, 255, 0.7);
}
.p-service-modal__actions {
  margin-top: 14px;
}
.p-service-modal__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  padding: 11px 22px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
  -webkit-transition: background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, -webkit-transform 0.24s ease, -webkit-box-shadow 0.24s ease, -webkit-filter 0.24s ease;
  transition: background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, -webkit-transform 0.24s ease, -webkit-box-shadow 0.24s ease, -webkit-filter 0.24s ease;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, filter 0.24s ease;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, filter 0.24s ease, -webkit-transform 0.24s ease, -webkit-box-shadow 0.24s ease, -webkit-filter 0.24s ease;
  color: #1c160b;
  border-color: rgba(255, 209, 102, 0.9);
  background: linear-gradient(120deg, #f0b246, #ffd166);
  -webkit-box-shadow: 0 8px 22px rgba(240, 178, 70, 0.24);
  box-shadow: 0 8px 22px rgba(240, 178, 70, 0.24);
  padding: 9px 16px;
  font-size: 0.88rem;
}
.p-service-modal__button:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.p-service-modal__button:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(240, 178, 70, 0.28), 0 0 0 6px rgba(255, 255, 255, 0.16);
  box-shadow: 0 0 0 3px rgba(240, 178, 70, 0.28), 0 0 0 6px rgba(255, 255, 255, 0.16);
}
.p-service-modal__button:disabled, .p-service-modal__button.is-disabled {
  opacity: 0.56;
  cursor: not-allowed;
  -webkit-transform: none;
  transform: none;
  -webkit-filter: grayscale(0.22);
  filter: grayscale(0.22);
}
.p-service-modal__button:hover {
  -webkit-filter: brightness(1.04);
  filter: brightness(1.04);
  -webkit-box-shadow: 0 12px 28px rgba(240, 178, 70, 0.32);
  box-shadow: 0 12px 28px rgba(240, 178, 70, 0.32);
}
.p-service-modal__button .p-whatsapp-icon {
  color: currentColor;
}
.p-service-modal__button:hover .p-whatsapp-icon {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}

.p-sectors {
  padding: 80px 0 30px;
  background: radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.08), transparent 40%), radial-gradient(circle at 90% 10%, rgba(255, 255, 255, 0.06), transparent 35%), rgba(255, 255, 255, 0.02);
}
.p-sectors__wrap {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: right;
  direction: rtl;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-sectors__wrap.is-shown {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.p-sectors__title {
  margin: 0 0 12px;
  font-size: 2.1rem;
  line-height: 1.3;
  color: #fff;
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
}
.p-sectors__text {
  margin: 0 0 24px;
  font-size: 1.05rem;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.85);
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
}
.p-sectors__item-title {
  margin-bottom: 8px;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.4;
  direction: rtl;
  text-align: right;
}
.p-sectors__item-date {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
  letter-spacing: 0;
  direction: rtl;
  text-align: right;
}
.p-sectors__tabs {
  max-width: 980px;
  margin: 0 auto 22px;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  direction: rtl;
}
.p-sectors__tab {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  padding: 11px 22px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
  -webkit-transition: background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, -webkit-transform 0.24s ease, -webkit-box-shadow 0.24s ease, -webkit-filter 0.24s ease;
  transition: background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, -webkit-transform 0.24s ease, -webkit-box-shadow 0.24s ease, -webkit-filter 0.24s ease;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, filter 0.24s ease;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, filter 0.24s ease, -webkit-transform 0.24s ease, -webkit-box-shadow 0.24s ease, -webkit-filter 0.24s ease;
  padding: 10px 18px;
  color: rgba(255, 243, 214, 0.95);
  border-color: rgba(240, 178, 70, 0.35);
  background: linear-gradient(160deg, rgba(16, 30, 46, 0.78), rgba(12, 22, 33, 0.88));
  -webkit-box-shadow: none;
  box-shadow: none;
  letter-spacing: 0.01em;
  font-weight: 600;
}
.p-sectors__tab:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.p-sectors__tab:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(240, 178, 70, 0.28), 0 0 0 6px rgba(255, 255, 255, 0.16);
  box-shadow: 0 0 0 3px rgba(240, 178, 70, 0.28), 0 0 0 6px rgba(255, 255, 255, 0.16);
}
.p-sectors__tab:disabled, .p-sectors__tab.is-disabled {
  opacity: 0.56;
  cursor: not-allowed;
  -webkit-transform: none;
  transform: none;
  -webkit-filter: grayscale(0.22);
  filter: grayscale(0.22);
}
.p-sectors__tab:hover {
  border-color: rgba(255, 209, 102, 0.65);
  background: linear-gradient(160deg, rgba(24, 42, 62, 0.9), rgba(14, 25, 37, 0.95));
  -webkit-box-shadow: 0 8px 22px rgba(240, 178, 70, 0.14);
  box-shadow: 0 8px 22px rgba(240, 178, 70, 0.14);
}
.p-sectors__tab.is-active {
  background: linear-gradient(120deg, #f0b246, #ffd166);
  color: #1c160b;
  border-color: rgba(255, 209, 102, 0.95);
  font-weight: 700;
  -webkit-box-shadow: 0 10px 24px rgba(240, 178, 70, 0.3);
  box-shadow: 0 10px 24px rgba(240, 178, 70, 0.3);
}
.p-sectors__panels {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 40px;
}
.p-sectors__panel {
  display: none;
  border: 0;
  border-radius: 8px;
  padding: 26px 24px;
  direction: rtl;
  text-align: right;
  position: relative;
  overflow: hidden;
  background-image: var(--sector-bg);
  background-size: cover;
  background-position: center;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}
.p-sectors__panel.is-active {
  display: block;
  -webkit-animation: sectorFadeIn 0.48s cubic-bezier(0.2, 0.7, 0.15, 1) both;
  animation: sectorFadeIn 0.48s cubic-bezier(0.2, 0.7, 0.15, 1) both;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}
.p-sectors__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(7, 11, 21, 0.88), rgba(8, 15, 27, 0.74)), linear-gradient(0deg, rgba(2, 8, 15, 0.52), rgba(0, 0, 0, 0.38));
  z-index: 0;
}
.p-sectors__panel::after {
  display: none;
}
.p-sectors__panel-layout {
  position: relative;
  z-index: 1;
}
.p-sectors__panel-content {
  min-width: 0;
  max-width: 720px;
}
.p-sectors__panel-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
}
.p-sectors__panel-title {
  margin: 0;
  font-size: 1.5rem;
  color: #fff;
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
}
.p-sectors__panel-stat {
  font-size: 0.9rem;
  color: #111;
  background: #fff;
  border-radius: 999px;
  padding: 6px 12px;
  white-space: nowrap;
}
.p-sectors__panel-text {
  margin: 0 0 14px;
  font-size: 1rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.86);
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
}
.p-sectors__panel-list {
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}
.p-sectors__panel-item {
  margin: 0 0 10px;
  padding-right: 18px;
  position: relative;
  font-size: 0.96rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
}
.p-sectors__panel-item::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0.7em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-sectors__panel-note {
  margin: 8px 0 14px;
  padding: 9px 12px;
  border-right: 3px solid rgba(138, 223, 255, 0.85);
  background: rgba(10, 25, 38, 0.46);
  color: rgba(224, 246, 255, 0.9);
  font-size: 0.9rem;
  line-height: 1.7;
  border-radius: 8px;
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
}
.p-sectors__panel-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  padding: 11px 22px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
  -webkit-transition: background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, -webkit-transform 0.24s ease, -webkit-box-shadow 0.24s ease, -webkit-filter 0.24s ease;
  transition: background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, -webkit-transform 0.24s ease, -webkit-box-shadow 0.24s ease, -webkit-filter 0.24s ease;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, filter 0.24s ease;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, filter 0.24s ease, -webkit-transform 0.24s ease, -webkit-box-shadow 0.24s ease, -webkit-filter 0.24s ease;
  color: #1c160b;
  border-color: rgba(255, 209, 102, 0.9);
  background: linear-gradient(120deg, #f0b246, #ffd166);
  -webkit-box-shadow: 0 8px 22px rgba(240, 178, 70, 0.24);
  box-shadow: 0 8px 22px rgba(240, 178, 70, 0.24);
  padding: 9px 16px;
  font-size: 0.9rem;
}
.l-page--white .p-sectors__panel-link,
.l-page--white .p-sectors__panel-link:hover,
.l-page--white .p-sectors__panel-link:focus-visible {
  color: rgba(255, 243, 214, 0.95);
}
.p-sectors__panel-link:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.p-sectors__panel-link:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(240, 178, 70, 0.28), 0 0 0 6px rgba(255, 255, 255, 0.16);
  box-shadow: 0 0 0 3px rgba(240, 178, 70, 0.28), 0 0 0 6px rgba(255, 255, 255, 0.16);
}
.p-sectors__panel-link:disabled, .p-sectors__panel-link.is-disabled {
  opacity: 0.56;
  cursor: not-allowed;
  -webkit-transform: none;
  transform: none;
  -webkit-filter: grayscale(0.22);
  filter: grayscale(0.22);
}
.p-sectors__panel-link:hover {
  -webkit-filter: brightness(1.04);
  filter: brightness(1.04);
  -webkit-box-shadow: 0 12px 28px rgba(240, 178, 70, 0.32);
  box-shadow: 0 12px 28px rgba(240, 178, 70, 0.32);
}
@media all and (max-width: 568px) {
  .p-sectors__tabs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 8px;
    overflow-x: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 6px;
  }
  .p-sectors__panel {
    border-radius: 8px;
    padding: 20px 16px;
  }
  .p-sectors__panel-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.p-sectors__button--primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  padding: 11px 22px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
  -webkit-transition: background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, -webkit-transform 0.24s ease, -webkit-box-shadow 0.24s ease, -webkit-filter 0.24s ease;
  transition: background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, -webkit-transform 0.24s ease, -webkit-box-shadow 0.24s ease, -webkit-filter 0.24s ease;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, filter 0.24s ease;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, filter 0.24s ease, -webkit-transform 0.24s ease, -webkit-box-shadow 0.24s ease, -webkit-filter 0.24s ease;
  color: #1c160b;
  border-color: rgba(255, 209, 102, 0.9);
  background: linear-gradient(120deg, #f0b246, #ffd166);
  -webkit-box-shadow: 0 8px 22px rgba(240, 178, 70, 0.24);
  box-shadow: 0 8px 22px rgba(240, 178, 70, 0.24);
}
.p-sectors__button--primary:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.p-sectors__button--primary:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(240, 178, 70, 0.28), 0 0 0 6px rgba(255, 255, 255, 0.16);
  box-shadow: 0 0 0 3px rgba(240, 178, 70, 0.28), 0 0 0 6px rgba(255, 255, 255, 0.16);
}
.p-sectors__button--primary:disabled, .p-sectors__button--primary.is-disabled {
  opacity: 0.56;
  cursor: not-allowed;
  -webkit-transform: none;
  transform: none;
  -webkit-filter: grayscale(0.22);
  filter: grayscale(0.22);
}
.p-sectors__button--primary:hover {
  -webkit-filter: brightness(1.04);
  filter: brightness(1.04);
  -webkit-box-shadow: 0 12px 28px rgba(240, 178, 70, 0.32);
  box-shadow: 0 12px 28px rgba(240, 178, 70, 0.32);
}
.p-sectors__button--secondary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  padding: 11px 22px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
  -webkit-transition: background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, -webkit-transform 0.24s ease, -webkit-box-shadow 0.24s ease, -webkit-filter 0.24s ease;
  transition: background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, -webkit-transform 0.24s ease, -webkit-box-shadow 0.24s ease, -webkit-filter 0.24s ease;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, filter 0.24s ease;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, filter 0.24s ease, -webkit-transform 0.24s ease, -webkit-box-shadow 0.24s ease, -webkit-filter 0.24s ease;
  color: rgba(255, 245, 224, 0.95);
  border-color: rgba(240, 178, 70, 0.62);
  background: linear-gradient(120deg, rgba(16, 30, 46, 0.84), rgba(11, 22, 34, 0.88));
  -webkit-box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
}
.p-sectors__button--secondary:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.p-sectors__button--secondary:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(240, 178, 70, 0.28), 0 0 0 6px rgba(255, 255, 255, 0.16);
  box-shadow: 0 0 0 3px rgba(240, 178, 70, 0.28), 0 0 0 6px rgba(255, 255, 255, 0.16);
}
.p-sectors__button--secondary:disabled, .p-sectors__button--secondary.is-disabled {
  opacity: 0.56;
  cursor: not-allowed;
  -webkit-transform: none;
  transform: none;
  -webkit-filter: grayscale(0.22);
  filter: grayscale(0.22);
}
.p-sectors__button--secondary:hover {
  color: #fff8ea;
  border-color: rgba(255, 209, 102, 0.86);
  background: linear-gradient(120deg, rgba(24, 42, 62, 0.92), rgba(16, 30, 46, 0.94));
  -webkit-box-shadow: 0 10px 24px rgba(240, 178, 70, 0.16);
  box-shadow: 0 10px 24px rgba(240, 178, 70, 0.16);
}

@-webkit-keyframes sectorFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(var(--sector-enter-x, -10px), 12px, 0) scale(0.985);
    transform: translate3d(var(--sector-enter-x, -10px), 12px, 0) scale(0.985);
    -webkit-filter: saturate(0.9) brightness(0.96);
    filter: saturate(0.9) brightness(0.96);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-filter: saturate(1) brightness(1);
    filter: saturate(1) brightness(1);
  }
}

@keyframes sectorFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(var(--sector-enter-x, -10px), 12px, 0) scale(0.985);
    transform: translate3d(var(--sector-enter-x, -10px), 12px, 0) scale(0.985);
    -webkit-filter: saturate(0.9) brightness(0.96);
    filter: saturate(0.9) brightness(0.96);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-filter: saturate(1) brightness(1);
    filter: saturate(1) brightness(1);
  }
}
.p-waste-cta {
  position: relative;
  z-index: 9;
  padding: 78px 0 82px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  background: transparent;
}
.p-waste-cta__wrap {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 40px;
  direction: rtl;
  text-align: right;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-waste-cta__wrap.is-shown {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.p-waste-cta__eyebrow {
  margin: 0 0 10px;
  text-align: right;
  color: rgba(122, 247, 255, 0.92);
  font-size: 0.82rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.p-waste-cta__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr);
  gap: 20px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.p-waste-cta__content {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.p-waste-cta__title {
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(1.7rem, 2.6vw, 2.25rem);
  font-weight: 700;
  line-height: 1.35;
  position: relative;
  display: block;
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
}
.p-waste-cta__text {
  margin: 0 0 18px;
  max-width: 100%;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.95;
  font-size: 1.03rem;
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
}
.p-waste-cta__actions {
  margin-bottom: 12px;
}
.p-waste-cta__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  padding: 11px 22px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
  -webkit-transition: background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, -webkit-transform 0.24s ease, -webkit-box-shadow 0.24s ease, -webkit-filter 0.24s ease;
  transition: background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, -webkit-transform 0.24s ease, -webkit-box-shadow 0.24s ease, -webkit-filter 0.24s ease;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, filter 0.24s ease;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, filter 0.24s ease, -webkit-transform 0.24s ease, -webkit-box-shadow 0.24s ease, -webkit-filter 0.24s ease;
  color: rgba(255, 245, 224, 0.95);
  border-color: rgba(240, 178, 70, 0.62);
  background: linear-gradient(120deg, rgba(16, 30, 46, 0.84), rgba(11, 22, 34, 0.88));
  -webkit-box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
}
.p-waste-cta__button:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.p-waste-cta__button:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(240, 178, 70, 0.28), 0 0 0 6px rgba(255, 255, 255, 0.16);
  box-shadow: 0 0 0 3px rgba(240, 178, 70, 0.28), 0 0 0 6px rgba(255, 255, 255, 0.16);
}
.p-waste-cta__button:disabled, .p-waste-cta__button.is-disabled {
  opacity: 0.56;
  cursor: not-allowed;
  -webkit-transform: none;
  transform: none;
  -webkit-filter: grayscale(0.22);
  filter: grayscale(0.22);
}
.p-waste-cta__button:hover {
  color: #fff8ea;
  border-color: rgba(255, 209, 102, 0.86);
  background: linear-gradient(120deg, rgba(24, 42, 62, 0.92), rgba(16, 30, 46, 0.94));
  -webkit-box-shadow: 0 10px 24px rgba(240, 178, 70, 0.16);
  box-shadow: 0 10px 24px rgba(240, 178, 70, 0.16);
}
.p-waste-cta__button-arrow {
  display: inline-block;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.p-waste-cta__button:hover .p-waste-cta__button-arrow {
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
}
.p-waste-cta__trust {
  margin: 0;
  color: rgba(201, 244, 255, 0.86);
  font-size: 0.9rem;
  line-height: 1.6;
}
.p-waste-cta__metrics {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.p-waste-cta__metric {
  border: 1px solid rgba(122, 247, 255, 0.24);
  border-radius: 12px;
  padding: 10px 12px;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.p-waste-cta__metric-value {
  color: rgba(122, 247, 255, 0.98);
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 700;
}
.p-waste-cta__metric-label {
  margin-top: 4px;
  color: rgba(229, 247, 255, 0.88);
  font-size: 0.88rem;
  line-height: 1.55;
}
@media all and (max-width: 568px) {
  .p-waste-cta {
    padding: 54px 0 56px;
  }
  .p-waste-cta__wrap {
    padding: 0 22px;
    text-align: right;
  }
  .p-waste-cta__layout {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .p-waste-cta__content {
    padding: 0;
  }
  .p-waste-cta__title {
    margin-bottom: 12px;
    font-size: 1.45rem;
  }
  .p-waste-cta__text {
    font-size: 0.98rem;
    line-height: 1.85;
  }
  .p-waste-cta__button {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-waste-cta__metrics {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow-x: auto;
    padding: 0;
    gap: 8px;
  }
  .p-waste-cta__metric {
    min-width: 200px;
  }
}

.p-model-3d-intro {
  position: relative;
  z-index: 9;
  padding: 52px 0 8px;
}
.p-model-3d-intro__wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 28px;
  direction: rtl;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(24px);
  transform: translateY(24px);
  -webkit-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-model-3d-intro__wrap.is-shown {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.p-model-3d-intro__title {
  margin: 0 0 10px;
  color: #fff;
  line-height: 1.25;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
}
.p-model-3d-intro__text {
  margin: 0;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.95;
  font-size: clamp(1.06rem, 1.7vw, 1.2rem);
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
}
@media all and (max-width: 568px) {
  .p-model-3d-intro {
    padding: 42px 0 4px;
  }
  .p-model-3d-intro__wrap {
    padding: 0 18px;
  }
}

.p-model-showcase {
  position: relative;
  z-index: 8;
  padding: 64px 0 22px;
  overflow: hidden;
}
.p-model-showcase__wrap {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 28px;
  min-height: 560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  opacity: 0;
  -webkit-transform: translateY(28px);
  transform: translateY(28px);
  -webkit-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 1;
}
.p-model-showcase__wrap.is-shown {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.p-model-showcase__viewer {
  position: absolute;
  left: 0;
  top: 12px;
  width: 62%;
  height: calc(100% - 24px);
  z-index: 1;
  pointer-events: auto;
}
.p-model-showcase__model {
  width: 100%;
  height: 100%;
  background: transparent;
  --poster-color: transparent;
  -webkit-transform: translateY(var(--scroll-shift, 0px));
  transform: translateY(var(--scroll-shift, 0px));
  -webkit-transition: -webkit-transform 0.28s ease-out;
  transition: -webkit-transform 0.28s ease-out;
  transition: transform 0.28s ease-out;
  transition: transform 0.28s ease-out, -webkit-transform 0.28s ease-out;
}
.p-model-showcase__content {
  position: relative;
  z-index: 2;
  width: min(500px, 44%);
  direction: rtl;
  text-align: right;
  padding: 0;
  border: 0;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.p-model-showcase__eyebrow {
  margin: 0 0 10px;
  color: #90f3de;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
}
.p-model-showcase__title {
  margin: 0 0 12px;
  color: #fff;
  line-height: 1.25;
  font-size: clamp(1.7rem, 2.8vw, 2.5rem);
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.42);
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
}
.p-model-showcase__text {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.83);
  line-height: 1.85;
  font-size: 1rem;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.36);
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
}
.p-model-showcase__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  padding: 11px 22px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
  -webkit-transition: background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, -webkit-transform 0.24s ease, -webkit-box-shadow 0.24s ease, -webkit-filter 0.24s ease;
  transition: background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, -webkit-transform 0.24s ease, -webkit-box-shadow 0.24s ease, -webkit-filter 0.24s ease;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, filter 0.24s ease;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, filter 0.24s ease, -webkit-transform 0.24s ease, -webkit-box-shadow 0.24s ease, -webkit-filter 0.24s ease;
  color: #1c160b;
  border-color: rgba(255, 209, 102, 0.9);
  background: linear-gradient(120deg, #f0b246, #ffd166);
  -webkit-box-shadow: 0 8px 22px rgba(240, 178, 70, 0.24);
  box-shadow: 0 8px 22px rgba(240, 178, 70, 0.24);
}
.p-model-showcase__button:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.p-model-showcase__button:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(240, 178, 70, 0.28), 0 0 0 6px rgba(255, 255, 255, 0.16);
  box-shadow: 0 0 0 3px rgba(240, 178, 70, 0.28), 0 0 0 6px rgba(255, 255, 255, 0.16);
}
.p-model-showcase__button:disabled, .p-model-showcase__button.is-disabled {
  opacity: 0.56;
  cursor: not-allowed;
  -webkit-transform: none;
  transform: none;
  -webkit-filter: grayscale(0.22);
  filter: grayscale(0.22);
}
.p-model-showcase__button:hover {
  -webkit-filter: brightness(1.04);
  filter: brightness(1.04);
  -webkit-box-shadow: 0 12px 28px rgba(240, 178, 70, 0.32);
  box-shadow: 0 12px 28px rgba(240, 178, 70, 0.32);
}
@media all and (min-width: 569px) and (max-width: 1024px) {
  .p-model-showcase {
    padding: 52px 0 18px;
  }
  .p-model-showcase__wrap {
    min-height: 500px;
  }
  .p-model-showcase__viewer {
    width: 56%;
  }
  .p-model-showcase__content {
    width: min(500px, 46%);
  }
}
@media all and (max-width: 568px) {
  .p-model-showcase {
    padding: 38px 0 14px;
  }
  .p-model-showcase__wrap {
    min-height: 620px;
    padding: 0 18px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .p-model-showcase__viewer {
    width: 100%;
    height: 64%;
    top: 0;
    left: 0;
  }
  .p-model-showcase__content {
    width: 100%;
    padding: 0;
  }
}

.p-model-rack {
  position: relative;
  z-index: 9;
  padding: 18px 0 26px;
  overflow: hidden;
}
.p-model-rack__wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 28px;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.8fr);
  gap: 28px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transform: translateY(24px);
  transform: translateY(24px);
  -webkit-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  z-index: 1;
}
.p-model-rack__wrap.is-shown {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.p-model-rack__viewer {
  min-height: 460px;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.p-model-rack__model {
  width: 100%;
  height: 100%;
  min-height: 432px;
  background: transparent;
  --poster-color: transparent;
}
.p-model-rack__content {
  direction: rtl;
  text-align: right;
}
.p-model-rack__eyebrow {
  margin: 0 0 10px;
  color: #90f3de;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
}
.p-model-rack__title {
  margin: 0 0 12px;
  color: #fff;
  line-height: 1.25;
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.36);
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
}
.p-model-rack__text {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.85;
  font-size: 0.98rem;
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
}
.p-model-rack__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  padding: 11px 22px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
  -webkit-transition: background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, -webkit-transform 0.24s ease, -webkit-box-shadow 0.24s ease, -webkit-filter 0.24s ease;
  transition: background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, -webkit-transform 0.24s ease, -webkit-box-shadow 0.24s ease, -webkit-filter 0.24s ease;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, filter 0.24s ease;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, filter 0.24s ease, -webkit-transform 0.24s ease, -webkit-box-shadow 0.24s ease, -webkit-filter 0.24s ease;
  color: #1c160b;
  border-color: rgba(255, 209, 102, 0.9);
  background: linear-gradient(120deg, #f0b246, #ffd166);
  -webkit-box-shadow: 0 8px 22px rgba(240, 178, 70, 0.24);
  box-shadow: 0 8px 22px rgba(240, 178, 70, 0.24);
}
.p-model-rack__button:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.p-model-rack__button:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(240, 178, 70, 0.28), 0 0 0 6px rgba(255, 255, 255, 0.16);
  box-shadow: 0 0 0 3px rgba(240, 178, 70, 0.28), 0 0 0 6px rgba(255, 255, 255, 0.16);
}
.p-model-rack__button:disabled, .p-model-rack__button.is-disabled {
  opacity: 0.56;
  cursor: not-allowed;
  -webkit-transform: none;
  transform: none;
  -webkit-filter: grayscale(0.22);
  filter: grayscale(0.22);
}
.p-model-rack__button:hover {
  -webkit-filter: brightness(1.04);
  filter: brightness(1.04);
  -webkit-box-shadow: 0 12px 28px rgba(240, 178, 70, 0.32);
  box-shadow: 0 12px 28px rgba(240, 178, 70, 0.32);
}
@media all and (min-width: 569px) and (max-width: 1024px) {
  .p-model-rack__wrap {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .p-model-rack__viewer {
    min-height: 420px;
  }
  .p-model-rack__model {
    min-height: 392px;
  }
}
@media all and (max-width: 568px) {
  .p-model-rack {
    padding: 12px 0 20px;
  }
  .p-model-rack__wrap {
    padding: 0 18px;
    gap: 14px;
  }
  .p-model-rack__viewer {
    min-height: 340px;
    border-radius: 0;
    padding: 0;
  }
  .p-model-rack__model {
    min-height: 320px;
  }
}

.p-contact {
  padding: 120px 0 100px;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.p-contact__wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 28px;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  z-index: 2;
}
.p-contact__wrap.is-shown {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.p-contact__head {
  direction: rtl;
  text-align: right;
  margin-bottom: 28px;
}
.p-contact__eyebrow {
  margin: 0 0 12px;
  color: #90f3de;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
}
.p-contact__title {
  margin: 0 0 12px;
  font-size: clamp(1.9rem, 4vw, 2.9rem);
  line-height: 1.2;
  color: #fff;
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
  max-width: none;
  white-space: nowrap;
}
.p-contact__lead {
  margin: 0;
  max-width: 700px;
  font-size: 1rem;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.82);
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
}
.p-contact__layout {
  display: grid;
  grid-template-columns: minmax(290px, 360px) minmax(0, 1fr);
  gap: 22px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.p-contact__panel, .p-contact__form {
  height: 100%;
  border-radius: 22px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  -webkit-box-shadow: 0 16px 45px rgba(0, 0, 0, 0.34);
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.34);
}
.p-contact__panel {
  direction: rtl;
  text-align: right;
  padding: 24px 20px;
  background: linear-gradient(160deg, rgba(5, 20, 33, 0.84), rgba(8, 12, 20, 0.72));
  display: grid;
  gap: 16px;
}
.p-contact__panel-title {
  margin: 0;
  font-size: 1.1rem;
  color: #fff;
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
}
.p-contact__panel-lead {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.8;
  font-size: 0.92rem;
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
}
.p-contact__routes {
  display: grid;
  gap: 10px;
}
.p-contact__route {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  padding: 10px 12px;
  text-decoration: none;
  display: block;
  background: rgba(255, 255, 255, 0.03);
  -webkit-transition: border-color 0.25s ease, background-color 0.25s ease, -webkit-transform 0.25s ease;
  transition: border-color 0.25s ease, background-color 0.25s ease, -webkit-transform 0.25s ease;
  transition: border-color 0.25s ease, transform 0.25s ease, background-color 0.25s ease;
  transition: border-color 0.25s ease, transform 0.25s ease, background-color 0.25s ease, -webkit-transform 0.25s ease;
}
.p-contact__route:hover {
  border-color: rgba(144, 243, 222, 0.75);
  background: rgba(144, 243, 222, 0.1);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.p-contact__route--static {
  pointer-events: none;
}
.p-contact__route-key {
  display: block;
  margin-bottom: 4px;
  font-size: 0.72rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
}
.p-contact__route-value {
  display: block;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.92rem;
  line-height: 1.6;
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
}
.p-contact__route-key--whatsapp,
.p-contact--register .p-contact__card-key--whatsapp {
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-whatsapp-icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
  color: #25d366;
  flex: 0 0 auto;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.p-whatsapp-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: currentColor;
}
.p-contact__route--whatsapp:hover .p-whatsapp-icon,
.p-contact--register .p-contact__card-link--whatsapp:hover .p-whatsapp-icon {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.p-contact__meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.p-contact__meta-item {
  border: 1px dashed rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 10px;
  text-align: center;
  background: rgba(255, 255, 255, 0.03);
}
.p-contact__meta-label {
  display: block;
  font-size: 0.74rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 4px;
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
}
.p-contact__meta-value {
  display: block;
  font-size: 0.87rem;
  color: #fff;
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
}
.p-contact__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.p-contact__social {
  width: 36px;
  height: 36px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.p-contact__social svg {
  fill: currentColor;
}
.p-contact__social:hover {
  border-color: rgba(144, 243, 222, 0.9);
  background: rgba(144, 243, 222, 0.14);
  color: #90f3de;
}
.p-contact__form {
  direction: rtl;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
  padding: 24px 22px;
}
.p-contact__form-head {
  margin-bottom: 16px;
  text-align: right;
}
.p-contact__form-title {
  margin: 0 0 7px;
  color: #fff;
  font-size: 1.16rem;
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
}
.p-contact__form-lead {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.9rem;
  line-height: 1.7;
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
  direction: rtl;
}
.p-contact__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
  margin-bottom: 14px;
}
.p-contact__grid > * {
  min-width: 0;
}
.p-contact__field {
  min-width: 0;
}
.p-contact__field--full {
  grid-column: 1/-1;
}
.p-contact__label {
  display: block;
  margin-bottom: 7px;
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.88);
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
}
.p-contact__input, .p-contact__textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(9, 16, 26, 0.58);
  color: #fff;
  border-radius: 11px;
  padding: 12px 14px;
  font-size: 0.92rem;
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.p-contact__input::-webkit-input-placeholder, .p-contact__textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.42);
}
.p-contact__input::-moz-placeholder, .p-contact__textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.42);
}
.p-contact__input:-ms-input-placeholder, .p-contact__textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.42);
}
.p-contact__input::-ms-input-placeholder, .p-contact__textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.42);
}
.p-contact__input::placeholder, .p-contact__textarea::placeholder {
  color: rgba(255, 255, 255, 0.42);
}
.p-contact__input:focus, .p-contact__textarea:focus {
  outline: none;
  border-color: rgba(144, 243, 222, 0.84);
  background: rgba(9, 16, 26, 0.86);
  -webkit-box-shadow: 0 0 0 3px rgba(144, 243, 222, 0.14);
  box-shadow: 0 0 0 3px rgba(144, 243, 222, 0.14);
}
.p-contact__textarea {
  resize: vertical;
  min-height: 150px;
}
.p-contact__submit {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  padding: 11px 22px;
  border: 1px solid transparent;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
  -webkit-transition: background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, -webkit-transform 0.24s ease, -webkit-box-shadow 0.24s ease, -webkit-filter 0.24s ease;
  transition: background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, -webkit-transform 0.24s ease, -webkit-box-shadow 0.24s ease, -webkit-filter 0.24s ease;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, filter 0.24s ease;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease, color 0.24s ease, border-color 0.24s ease, filter 0.24s ease, -webkit-transform 0.24s ease, -webkit-box-shadow 0.24s ease, -webkit-filter 0.24s ease;
  color: #1c160b;
  border-color: rgba(255, 209, 102, 0.9);
  background: linear-gradient(120deg, #f0b246, #ffd166);
  -webkit-box-shadow: 0 8px 22px rgba(240, 178, 70, 0.24);
  box-shadow: 0 8px 22px rgba(240, 178, 70, 0.24);
  border: 0;
  border-radius: 12px;
  padding: 13px 18px;
  font-size: 0.94rem;
}
.p-contact__submit:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.p-contact__submit:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(240, 178, 70, 0.28), 0 0 0 6px rgba(255, 255, 255, 0.16);
  box-shadow: 0 0 0 3px rgba(240, 178, 70, 0.28), 0 0 0 6px rgba(255, 255, 255, 0.16);
}
.p-contact__submit:disabled, .p-contact__submit.is-disabled {
  opacity: 0.56;
  cursor: not-allowed;
  -webkit-transform: none;
  transform: none;
  -webkit-filter: grayscale(0.22);
  filter: grayscale(0.22);
}
.p-contact__submit:hover {
  -webkit-filter: brightness(1.04);
  filter: brightness(1.04);
  -webkit-box-shadow: 0 12px 28px rgba(240, 178, 70, 0.32);
  box-shadow: 0 12px 28px rgba(240, 178, 70, 0.32);
}
.p-contact__success {
  margin: 12px 0 0;
  border: 1px solid rgba(159, 240, 194, 0.45);
  background: rgba(159, 240, 194, 0.11);
  border-radius: 10px;
  padding: 9px 12px;
  font-size: 0.88rem;
  color: #b6ffd8;
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
  text-align: right;
}
@media all and (min-width: 569px) and (max-width: 1024px) {
  .p-contact {
    padding: 100px 0 80px;
  }
  .p-contact__layout {
    grid-template-columns: 1fr;
  }
  .p-contact__panel, .p-contact__form {
    border-radius: 18px;
  }
}
@media all and (max-width: 568px) {
  .p-contact {
    padding: 80px 0 60px;
  }
  .p-contact__wrap {
    padding: 0 18px;
  }
  .p-contact__title {
    font-size: 1.7rem;
    white-space: normal;
  }
  .p-contact__meta {
    grid-template-columns: 1fr;
  }
  .p-contact__layout {
    grid-template-columns: 1fr;
  }
  .p-contact__grid {
    grid-template-columns: 1fr;
  }
  .p-contact__panel, .p-contact__form {
    padding: 18px 14px;
  }
}
.p-contact--register .p-contact__lead {
  max-width: none;
  white-space: nowrap;
}
.p-contact--register .p-contact__wrap {
  max-width: 1120px;
}
.p-contact--register .p-contact__form--wide {
  width: min(960px, 100%);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
}
.p-contact--register .p-contact__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  direction: rtl;
  width: min(960px, 100%);
  margin-left: auto;
  margin-right: auto;
}
.p-contact--register .p-contact__card-link {
  display: block;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  padding: 14px 12px;
  background: rgba(255, 255, 255, 0.04);
  -webkit-transition: border-color 0.25s ease, background-color 0.25s ease, -webkit-transform 0.25s ease;
  transition: border-color 0.25s ease, background-color 0.25s ease, -webkit-transform 0.25s ease;
  transition: border-color 0.25s ease, transform 0.25s ease, background-color 0.25s ease;
  transition: border-color 0.25s ease, transform 0.25s ease, background-color 0.25s ease, -webkit-transform 0.25s ease;
}
.p-contact--register .p-contact__card-link:hover {
  border-color: rgba(144, 243, 222, 0.78);
  background: rgba(144, 243, 222, 0.09);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.p-contact--register .p-contact__card-key {
  display: block;
  margin-bottom: 5px;
  font-size: 0.74rem;
  color: rgba(255, 255, 255, 0.62);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
}
.p-contact--register .p-contact__card-value {
  display: block;
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.6;
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
}
@media all and (min-width: 569px) and (max-width: 1024px) {
  .p-contact--register .p-contact__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media all and (max-width: 568px) {
  .p-contact--register .p-contact__lead {
    white-space: normal;
  }
  .p-contact--register .p-contact__cards {
    grid-template-columns: 1fr;
  }
}

.p-products-3d {
  position: relative;
  z-index: 9;
  padding: 130px 0 90px;
}
.p-products-3d__wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 28px;
  direction: rtl;
  text-align: right;
}
.p-products-3d__title {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.25;
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
}
.p-products-3d__lead {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  line-height: 1.8;
  font-family: "Tajawal", "Cairo", "Almarai", sans-serif;
}
.p-products-3d__viewer {
  width: 100%;
  height: clamp(420px, 64vh, 720px);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(160deg, rgba(7, 12, 20, 0.82), rgba(7, 12, 20, 0.52));
  overflow: hidden;
}
.p-products-3d__model {
  width: 100%;
  height: 100%;
  background: transparent;
  --poster-color: transparent;
}
@media all and (max-width: 568px) {
  .p-products-3d {
    padding: 100px 0 70px;
  }
  .p-products-3d__wrap {
    padding: 0 16px;
  }
  .p-products-3d__viewer {
    height: 420px;
  }
}

.p-preloader {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100;
  pointer-events: none;
}
@media all and (min-width: 569px) {
  .p-preloader {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
  }
}
@media all and (max-width: 568px) {
  .p-preloader {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
  }
}
.p-preloader.is-hidden {
  opacity: 0;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.p-preloader__box {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  -webkit-animation-name: rotatePreloaderBox;
  animation-name: rotatePreloaderBox;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media all and (min-width: 569px) {
  .p-preloader__box {
    border-width: 3px;
  }
}
@media all and (max-width: 568px) {
  .p-preloader__box {
    border-width: 2px;
  }
}
.p-preloader__box--blank {
  border-color: #111;
}
.p-preloader__box--white {
  border-color: #fff;
}
.p-preloader__box--02 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.p-preloader__box--03 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

@-webkit-keyframes rotatePreloaderBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(0deg);
    transform: scale(0.1) rotate(0deg);
  }
  12.5% {
    opacity: 1;
  }
  25% {
    -webkit-transform: scale(1) rotate(180deg);
    transform: scale(1) rotate(180deg);
  }
  37.5% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(270deg);
    transform: scale(1) rotate(270deg);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.2) rotate(360deg);
    transform: scale(1.2) rotate(360deg);
  }
  100% {
    opacity: 0;
  }
}

@keyframes rotatePreloaderBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(0deg);
    transform: scale(0.1) rotate(0deg);
  }
  12.5% {
    opacity: 1;
  }
  25% {
    -webkit-transform: scale(1) rotate(180deg);
    transform: scale(1) rotate(180deg);
  }
  37.5% {
    opacity: 1;
    -webkit-transform: scale(1) rotate(270deg);
    transform: scale(1) rotate(270deg);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.2) rotate(360deg);
    transform: scale(1.2) rotate(360deg);
  }
  100% {
    opacity: 0;
  }
}
.p-config-menu {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}

.p-sketch-index {
  max-width: 1366px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100000;
  margin-right: auto;
  margin-left: auto;
}
@media all and (min-width: 1025px) {
  .p-sketch-index {
    padding-top: 100px;
    padding-bottom: 50px;
    padding-right: 7.5%;
    padding-left: 7.5%;
  }
}
@media all and (min-width: 569px) and (max-width: 1024px) {
  .p-sketch-index {
    padding-top: 100px;
    padding-bottom: 50px;
    padding-right: 7.5%;
    padding-left: 7.5%;
  }
}
@media all and (max-width: 568px) {
  .p-sketch-index {
    padding-top: 70px;
    padding-bottom: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.p-sketch-index__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
@media all and (min-width: 1025px) {
  .p-sketch-index__item {
    width: 33.3%;
    margin-bottom: 60px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media all and (min-width: 569px) and (max-width: 1024px) {
  .p-sketch-index__item {
    width: 50%;
    margin-bottom: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media all and (max-width: 568px) {
  .p-sketch-index__item {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.p-sketch-index__item-wrap {
  display: block;
}
.p-sketch-index__item-thumb {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
  padding-top: 52.5%;
  background-color: #fff;
  background-size: cover;
}
.p-sketch-index__item-thumb:before, .p-sketch-index__item-thumb:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.p-sketch-index__item-thumb:before {
  background-color: #fff;
}
.p-sketch-index__item-thumb:after {
  background-color: rgba(0, 0, 0, 0.7);
}
.p-sketch-index__item-thumb-label {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  letter-spacing: 0.2em;
}
@media all and (min-width: 1025px) {
  .p-sketch-index__item-thumb-label {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media all and (min-width: 569px) and (max-width: 1024px) {
  .p-sketch-index__item-thumb-label {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media all and (max-width: 568px) {
  .p-sketch-index__item-thumb-label {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-sketch-index__item-title {
  letter-spacing: 0.1em;
}
@media all and (min-width: 1025px) {
  .p-sketch-index__item-title {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media all and (min-width: 569px) and (max-width: 1024px) {
  .p-sketch-index__item-title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media all and (max-width: 568px) {
  .p-sketch-index__item-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-sketch-index__item-title .js-split-str {
  display: inline-block;
}
.p-sketch-index__item-date {
  margin-top: 5px;
  font-size: 12px;
  font-size: 0.75rem;
}
.p-sketch-index__item-thumb {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.p-sketch-index__item-thumb:before {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.p-sketch-index__item-thumb:after {
  opacity: 0;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.p-sketch-index__item-thumb-label .js-split-str {
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(2) {
  -webkit-transition-delay: 0.02s;
  transition-delay: 0.02s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(3) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(4) {
  -webkit-transition-delay: 0.06s;
  transition-delay: 0.06s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(5) {
  -webkit-transition-delay: 0.08s;
  transition-delay: 0.08s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(6) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(7) {
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(8) {
  -webkit-transition-delay: 0.14s;
  transition-delay: 0.14s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(9) {
  -webkit-transition-delay: 0.16s;
  transition-delay: 0.16s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(10) {
  -webkit-transition-delay: 0.18s;
  transition-delay: 0.18s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(11) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(12) {
  -webkit-transition-delay: 0.22s;
  transition-delay: 0.22s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(13) {
  -webkit-transition-delay: 0.24s;
  transition-delay: 0.24s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(14) {
  -webkit-transition-delay: 0.26s;
  transition-delay: 0.26s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(15) {
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(16) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(17) {
  -webkit-transition-delay: 0.32s;
  transition-delay: 0.32s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(18) {
  -webkit-transition-delay: 0.34s;
  transition-delay: 0.34s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(19) {
  -webkit-transition-delay: 0.36s;
  transition-delay: 0.36s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(20) {
  -webkit-transition-delay: 0.38s;
  transition-delay: 0.38s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(21) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(22) {
  -webkit-transition-delay: 0.42s;
  transition-delay: 0.42s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(23) {
  -webkit-transition-delay: 0.44s;
  transition-delay: 0.44s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(24) {
  -webkit-transition-delay: 0.46s;
  transition-delay: 0.46s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(25) {
  -webkit-transition-delay: 0.48s;
  transition-delay: 0.48s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(26) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(27) {
  -webkit-transition-delay: 0.52s;
  transition-delay: 0.52s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(28) {
  -webkit-transition-delay: 0.54s;
  transition-delay: 0.54s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(29) {
  -webkit-transition-delay: 0.56s;
  transition-delay: 0.56s;
}
.p-sketch-index__item-thumb-label .js-split-str:nth-of-type(30) {
  -webkit-transition-delay: 0.58s;
  transition-delay: 0.58s;
}
.p-sketch-index__item-title .js-split-str {
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(1) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(2) {
  -webkit-transition-delay: 0.62s;
  transition-delay: 0.62s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(3) {
  -webkit-transition-delay: 0.64s;
  transition-delay: 0.64s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(4) {
  -webkit-transition-delay: 0.66s;
  transition-delay: 0.66s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(5) {
  -webkit-transition-delay: 0.68s;
  transition-delay: 0.68s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(6) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(7) {
  -webkit-transition-delay: 0.72s;
  transition-delay: 0.72s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(8) {
  -webkit-transition-delay: 0.74s;
  transition-delay: 0.74s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(9) {
  -webkit-transition-delay: 0.76s;
  transition-delay: 0.76s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(10) {
  -webkit-transition-delay: 0.78s;
  transition-delay: 0.78s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(11) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(12) {
  -webkit-transition-delay: 0.82s;
  transition-delay: 0.82s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(13) {
  -webkit-transition-delay: 0.84s;
  transition-delay: 0.84s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(14) {
  -webkit-transition-delay: 0.86s;
  transition-delay: 0.86s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(15) {
  -webkit-transition-delay: 0.88s;
  transition-delay: 0.88s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(16) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(17) {
  -webkit-transition-delay: 0.92s;
  transition-delay: 0.92s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(18) {
  -webkit-transition-delay: 0.94s;
  transition-delay: 0.94s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(19) {
  -webkit-transition-delay: 0.96s;
  transition-delay: 0.96s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(20) {
  -webkit-transition-delay: 0.98s;
  transition-delay: 0.98s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(21) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(22) {
  -webkit-transition-delay: 1.02s;
  transition-delay: 1.02s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(23) {
  -webkit-transition-delay: 1.04s;
  transition-delay: 1.04s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(24) {
  -webkit-transition-delay: 1.06s;
  transition-delay: 1.06s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(25) {
  -webkit-transition-delay: 1.08s;
  transition-delay: 1.08s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(26) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(27) {
  -webkit-transition-delay: 1.12s;
  transition-delay: 1.12s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(28) {
  -webkit-transition-delay: 1.14s;
  transition-delay: 1.14s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(29) {
  -webkit-transition-delay: 1.16s;
  transition-delay: 1.16s;
}
.p-sketch-index__item-title .js-split-str:nth-of-type(30) {
  -webkit-transition-delay: 1.18s;
  transition-delay: 1.18s;
}
.p-sketch-index__item-date {
  opacity: 0;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.p-sketch-index__item.is-shown .p-sketch-index__item-thumb {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.p-sketch-index__item.is-shown .p-sketch-index__item-thumb:before {
  opacity: 0;
}
.p-sketch-index__item.is-shown .p-sketch-index__item-title .js-split-str {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.p-sketch-index__item.is-shown .p-sketch-index__item-date {
  opacity: 1;
}
.p-sketch-index__item:hover .p-sketch-index__item-thumb:after {
  opacity: 1;
}
.p-sketch-index__item:hover .p-sketch-index__item-thumb-label .js-split-str {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.p-sketch-outline {
  position: fixed;
  z-index: 100;
  bottom: 22px;
  left: 20px;
}
@media all and (max-width: 568px) {
  .p-sketch-outline {
    right: 20px;
  }
}
.p-sketch-outline__title {
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.075em;
  margin-left: -0.05em;
  font-weight: 100;
  letter-spacing: 0.05em;
}
@media all and (min-width: 1367px) {
  .p-sketch-outline__title {
    font-size: 150.26px;
  }
}
@media all and (min-width: 569px) and (max-width: 1366px) {
  .p-sketch-outline__title {
    font-size: 11vw;
  }
}
@media all and (max-width: 568px) {
  .p-sketch-outline__title {
    font-size: 62.48px;
  }
}
.p-sketch-outline__date {
  line-height: 1;
  margin: 0;
}
.p-sketch-outline__description {
  line-height: 1.5;
  margin: 10px 0 0;
}
.p-sketch-outline__assets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  margin-bottom: 0;
}
.p-sketch-outline__assets dd {
  margin: 0;
}
.p-sketch-outline__assets ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.p-sketch-outline__assets li {
  margin-left: 12px;
}

.p-utility-menu {
  position: fixed;
  z-index: 100;
  top: 25px;
  right: 20px;
}

.p-website-outline {
  position: fixed;
  z-index: 100;
  top: 20px;
  left: 20px;
}
.p-website-outline__title {
  margin: 0 0 5px;
  font-size: 18px;
  font-size: 1.125rem;
}
.p-website-outline__description {
  line-height: 1.25;
  margin: 0;
}
.p-website-outline__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
.p-website-outline__link {
  width: 18px;
  height: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
}
.p-website-outline__link svg {
  width: 18px;
}\n\n\n\n\n\n\n\n/* --- MKD Mobile Typography Fix --- */\n@media (max-width: 768px) {\n    html body .l-page .l-contents .c-section-title,\n    html body .l-page .l-contents h2[class$='__title'],\n    html body .l-page .l-contents h3[class$='__title'] {\n        font-size: 20px !important;\n        line-height: 1.4 !important;\n        margin-bottom: 12px !important;\n        text-align: center !important;\n    }\n    html body .l-page .l-contents p[class$='__text'], \n    html body .l-page .l-contents p[class$='__lead'], \n    html body .l-page .l-contents .p-integrated-services__card-desc,\n    html body .l-page .l-contents .p-sectors__panel-text {\n        font-size: 14px !important;\n        line-height: 1.6 !important;\n        text-align: justify !important;\n    }\n    html body .l-page .l-contents .p-sketch-index__item-title {\n        font-size: 15px !important;\n        line-height: 1.4 !important;\n    }\n    html body .l-page .l-contents .p-waste-cta__metric-value {\n        font-size: 24px !important;\n    }\n    html body .l-page .l-contents .p-waste-cta__metric-label {\n        font-size: 12px !important;\n    }\n    html body .l-page .l-contents .js-scroll-item {\n        padding-left: 20px !important;\n        padding-right: 20px !important;\n    }\n    html body .l-page .l-contents .p-sectors__panel-content,\n    html body .l-page .l-contents .p-contact__panel,\n    html body .l-page .l-contents .p-contact__form {\n        padding-left: 0 !important;\n        padding-right: 0 !important;\n    }\n}\n
