.preloader-wrapp,
html {
  scrollbar-gutter: stable;
}

html {
  scrollbar-width: thin;
  scrollbar-color: #bd8b2f #151515;
}

html::-webkit-scrollbar { width: 10px; }
html::-webkit-scrollbar-track { background: #151515; }
html::-webkit-scrollbar-thumb {
  min-height: 52px;
  border: 2px solid #151515;
  border-radius: 999px;
  background: linear-gradient(180deg, #d5aa50, #9d7120);
}
html::-webkit-scrollbar-thumb:hover { background: #d5aa50; }

.language-toggle {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  margin-right: 16px;
  padding: 9px 12px;
  border: 1px solid rgba(0,0,0,.22);
  background: transparent;
  color: #111;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

/* Branded opening screen. The page remains mounted and loads underneath it. */
.preloader-wrapp {
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #fff;
}
.preloader-wrapp .bar {
  width: 33.334% !important;
  transition: transform .78s cubic-bezier(.76, 0, .24, 1) !important;
  will-change: transform;
}
.preloader-wrapp .bar:nth-child(1) { background: #fff; transform-origin: top; }
.preloader-wrapp .bar:nth-child(2) { background: #fff; transform-origin: bottom; }
.preloader-wrapp .bar:nth-child(3) { background: #fff; transform-origin: top; }
.preloader-brand {
  position: relative;
  z-index: 2;
  width: clamp(190px, 24vw, 320px);
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  animation: najwan-loader-arrive .7s cubic-bezier(.2,.8,.2,1) both;
  transition: opacity .32s ease, transform .32s ease, filter .32s ease;
}
.preloader-brand img { display: block; width: 100%; height: auto; }
.preloader-leaving .preloader-brand {
  opacity: 0;
  filter: blur(4px);
  transform: scale(.92);
}
.loaded .preloader-wrapp .bar:nth-child(1),
.loaded .preloader-wrapp .bar:nth-child(3) { transform: translateY(-105%); }
.loaded .preloader-wrapp .bar:nth-child(2) { transform: translateY(105%); }

@keyframes najwan-loader-arrive {
  from { opacity: 0; transform: translateY(12px) scale(.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.language-toggle:hover,
.language-toggle:focus-visible {
  border-color: #bd8b2f;
  background: #bd8b2f;
  color: #000;
}

.language-toggle__divider { width: 1px; height: 13px; background: currentColor; opacity: .35; }
html[lang="en"] .language-toggle__en,
html[lang="ar"] .language-toggle__ar { opacity: .38; }

@keyframes najwan-attention-pulse {
  0%, 100% { transform: scale(1); color: #171717; }
  50% { transform: scale(1.045); color: #b17e22; }
}

.attention-link {
  transform-origin: center;
  animation: najwan-attention-pulse 2.4s ease-in-out infinite;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .12s ease, filter .2s ease;
}
.attention-link--logo { display: inline-block; }
.contact-widget--whatsapp .contact-widget__title i { color: #128c54; }
.contact-widget--instagram .contact-widget__title i { color: #c13584; }
.contact-widget__title i { margin-right: 5px; }
.attention-link--contact {
  display: inline-block;
  font-weight: 600;
  color: #171717;
}
.contact-widget:nth-child(2) .attention-link { animation-delay: -1.2s; }
.attention-link:hover,
.attention-link:focus-visible {
  animation-play-state: paused;
  color: #bd8b2f !important;
}
.attention-link:active {
  animation: none;
  transform: scale(.92);
  filter: brightness(.82);
}

.partner-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 6vw, 78px);
  text-align: left;
}

.partner-placeholder__mark {
  width: clamp(132px, 18vw, 220px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(189,139,47,.3);
  background: radial-gradient(circle at 50% 45%, #fff 0 43%, #f4f0e7 100%);
  position: relative;
}

.partner-placeholder__mark::before,
.partner-placeholder__mark::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-color: #bd8b2f;
}
.partner-placeholder__mark::before { left: -1px; top: -1px; border-left: 2px solid; border-top: 2px solid; }
.partner-placeholder__mark::after { right: -1px; bottom: -1px; border-right: 2px solid; border-bottom: 2px solid; }
.partner-placeholder__mark img { width: 78%; height: 78%; object-fit: contain; }
.partner-placeholder__copy { max-width: 430px; }
.partner-placeholder__copy > span { color: #9d7120; font-size: 12px; font-weight: 700; letter-spacing: .2em; }
.partner-placeholder__copy h3 { margin: 10px 0 12px; font-size: clamp(25px, 3vw, 40px); line-height: 1.08; text-transform: uppercase; }
.partner-placeholder__copy p { margin: 0; color: #666; }

.social-visual {
  position: relative;
  min-height: 274px;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
}

.social-visual::before,
.social-visual::after {
  content: "";
  position: absolute;
  z-index: -1;
}

.social-visual::before {
  inset: -35%;
  background: repeating-linear-gradient(115deg, transparent 0 44px, rgba(255,255,255,.08) 45px 46px);
  transform: rotate(-8deg);
}

.social-visual::after {
  width: 180px;
  height: 180px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
}

.social-visual > i {
  font-size: 76px;
  filter: drop-shadow(0 10px 20px rgba(0,0,0,.2));
}

.social-visual > span {
  position: absolute;
  left: 24px;
  top: 22px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
}

.social-visual--whatsapp { background: linear-gradient(140deg, #0d3b2a, #25d366); }
.social-visual--instagram { background: radial-gradient(circle at 30% 105%, #ffd36a 0 18%, #ec5a39 36%, #b6298f 63%, #414caa 100%); }
.social-visual--facebook { background: linear-gradient(140deg, #10264d, #1877f2); }
.social-visual--location { background: linear-gradient(140deg, #18140e, #b7892d); }

.najwan-cta {
  overflow: hidden;
  isolation: isolate;
  padding-top: clamp(88px, 9vw, 132px) !important;
  padding-bottom: clamp(88px, 9vw, 132px) !important;
  background:
    radial-gradient(circle at 82% 18%, rgba(189,139,47,.22), transparent 28%),
    linear-gradient(120deg, #0c0c0c 0%, #171511 58%, #282015 100%);
}
.najwan-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(0,0,0,.3), transparent 55%);
}
.najwan-cta::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: min(44vw, 610px);
  aspect-ratio: 1;
  right: -5%;
  bottom: -62%;
  border: 1px solid rgba(220,180,94,.38);
  border-radius: 50% 50% 0 0;
  box-shadow: 0 0 0 42px rgba(189,139,47,.045), 0 0 0 84px rgba(189,139,47,.025);
}
.najwan-cta .cta-content-03 { row-gap: 28px; }
.najwan-cta .cta-content-03__text-block { max-width: 920px; }
.najwan-cta .cta-content-03__subtitle { color: #d9bb7a; letter-spacing: .1em; }
.najwan-cta .cta-content-03__title {
  font-size: clamp(36px, 5vw, 68px);
  line-height: 1.08;
  text-wrap: balance;
}

.contact-section-shell { padding-top: 78px !important; padding-bottom: 78px !important; }
.contact-section-shell .section-heading { margin-bottom: 34px; }
.contact-quick-card {
  --contact-accent: #bd8b2f;
  min-height: 112px;
  height: 100%;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 16px;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(20,20,20,.08);
  background: rgba(255,255,255,.82);
  color: #111;
  box-shadow: 0 8px 24px rgba(20,20,20,.035);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.contact-quick-card:hover,
.contact-quick-card:focus-visible {
  color: #111;
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--contact-accent) 48%, transparent);
  box-shadow: 0 14px 30px rgba(20,20,20,.08);
}
.contact-quick-card:active { transform: translateY(0) scale(.97); }
.contact-quick-card__icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: color-mix(in srgb, var(--contact-accent) 12%, white);
  color: var(--contact-accent);
  font-size: 22px;
}
.contact-quick-card__copy { display: block; min-width: 0; }
.contact-quick-card__copy small {
  display: block;
  margin-bottom: 5px;
  color: #777;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
}
.contact-quick-card__copy strong {
  display: block;
  overflow: hidden;
  color: #171717;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contact-quick-card__arrow { color: #999; font-size: 11px; }
.contact-quick-card--whatsapp { --contact-accent: #128c54; }
.contact-quick-card--instagram { --contact-accent: #c13584; }
.contact-quick-card--facebook { --contact-accent: #1877f2; }
.contact-quick-card--location { --contact-accent: #a37422; }

/* Keep every service card on one visual baseline regardless of copy length. */
.four-column-slider .slick-track { align-items: stretch; }
.four-column-slider .slick-slide > div,
.four-column-slider .single-slide { height: 100%; }
.four-column-slider .service-card--small {
  min-height: 445px;
  display: flex;
  flex-direction: column;
}
.four-column-slider .service-card__title {
  min-height: 68px;
  margin-bottom: 12px;
}
.four-column-slider .service-card__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding-bottom: 18px !important;
  transform: none !important;
}
.four-column-slider .service-card__description {
  min-height: calc(1.67em * 3);
  margin-bottom: 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.four-column-slider .service-card.is-description-expanded .service-card__description {
  display: block;
  overflow: visible;
}
.service-card__more {
  align-self: flex-start;
  margin-top: 7px;
  padding: 0 0 2px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: #9d7120;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  cursor: pointer;
}
.service-card__more:hover,
.service-card__more:focus-visible { color: #111; }
.four-column-slider .service-card__footer {
  position: static !important;
  margin-top: auto !important;
  transform: none !important;
}

/* A consistent step system: number, title, text, and action share one axis. */
.process-widget-devider { align-items: stretch; }
.process-widget-devider > * { display: flex; }
.process-widget-devider > *::after { display: none !important; }
.process-widget {
  width: 100%;
  min-height: 360px;
  align-items: flex-start;
  gap: 22px;
  padding: 34px;
  border: 1px solid rgba(245,245,245,.13);
  background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.012));
  text-align: left;
}
.process-widget__single-count {
  margin: 0;
  font-size: 44px !important;
  line-height: 1 !important;
}
.process-widget__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: inherit;
}
.process-widget__title { width: 100%; margin-bottom: 14px !important; }
.process-widget p {
  max-width: none;
  margin: 0;
  text-align: inherit;
}
.process-widget .btn-link { margin-top: auto !important; padding-top: 28px; }

body.panorama-open { overflow: hidden; }

.panorama-viewer {
  --gold: #bd8b2f;
  position: fixed;
  inset: 0;
  z-index: 99999;
  overflow: hidden;
  background: #080808;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: opacity .45s ease, visibility .45s ease;
}

.panorama-viewer.is-open { opacity: 1; visibility: visible; }

.panorama-viewer__stage { position: absolute; inset: 0; overflow: hidden; cursor: grab; touch-action: none; }
.panorama-viewer__stage.is-dragging { cursor: grabbing; }
.panorama-viewer__image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: max(125vw, 200vh);
  height: max(100vh, 62.5vw);
  max-width: none;
  object-fit: cover;
  user-select: none;
  will-change: transform;
  opacity: 0;
  transition: opacity .6s ease;
}
.panorama-viewer__image.is-loaded { opacity: 1; }
.panorama-viewer__shade { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(0,0,0,.45), transparent 25%, transparent 62%, rgba(0,0,0,.78)); }
.panorama-viewer__brand { position: absolute; top: 30px; left: 34px; font-size: 19px; font-weight: 700; letter-spacing: .12em; }
.panorama-viewer__brand span { display: block; color: var(--gold); font-size: 9px; letter-spacing: .35em; margin-top: 2px; }
.panorama-viewer__close,
.panorama-viewer__nav,
.panorama-viewer__controls button {
  border: 1px solid rgba(255,255,255,.38);
  background: rgba(8,8,8,.45);
  color: #fff;
  backdrop-filter: blur(10px);
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.panorama-viewer button:hover { background: var(--gold); border-color: var(--gold); color: #000; }
.panorama-viewer__close { position: absolute; top: 26px; right: 30px; width: 52px; height: 52px; border-radius: 50%; font-size: 20px; }
.panorama-viewer__nav { position: absolute; top: 50%; width: 54px; height: 54px; border-radius: 50%; transform: translateY(-50%); }
.panorama-viewer__nav--prev { left: 28px; }
.panorama-viewer__nav--next { right: 28px; }
.panorama-viewer__caption { position: absolute; left: 34px; bottom: 38px; max-width: 560px; }
.panorama-viewer__eyebrow { color: #ddb761; font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.panorama-viewer__caption h2 { color: #fff; margin: 8px 0 8px; font-size: clamp(28px, 4vw, 54px); line-height: 1; text-transform: uppercase; }
.panorama-viewer__caption p { margin: 0; font-size: 13px; letter-spacing: .06em; color: rgba(255,255,255,.8); }
.panorama-viewer__caption p span { padding: 0 8px; color: var(--gold); }
.panorama-viewer__controls { position: absolute; right: 30px; bottom: 34px; display: flex; gap: 8px; }
.panorama-viewer__controls button { width: 46px; height: 46px; border-radius: 50%; }
.panorama-viewer__progress { position: absolute; left: 0; right: 0; bottom: 0; height: 3px; background: rgba(255,255,255,.15); }
.panorama-viewer__progress span { display: block; width: 0; height: 100%; background: var(--gold); transition: width .2s ease; }

@media (max-width: 767px) {
  .language-toggle { order: 2; margin: 0 10px 0 auto; padding: 8px 9px; }
  .mobile-menu-trigger { order: 3; }
  .header-cta-btn-wrapper { order: 4; }
  .partner-placeholder { flex-direction: column; text-align: center; }
  .partner-placeholder__mark { width: 150px; }
  .social-visual { min-height: 220px; }
  .panorama-viewer { background: #111; }
  .panorama-viewer__image {
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    object-fit: contain;
  }
  .panorama-viewer__shade,
  .panorama-viewer__brand,
  .panorama-viewer__nav,
  .panorama-viewer__caption,
  .panorama-viewer__controls,
  .panorama-viewer__progress { display: none; }
  .panorama-viewer__close {
    display: grid;
    place-items: center;
    z-index: 10;
    top: max(14px, env(safe-area-inset-top));
    right: 14px;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(189,139,47,.72);
    background: rgba(255,255,255,.96);
    color: #111;
    box-shadow: 0 8px 28px rgba(0,0,0,.28);
    font-family: Arial, sans-serif;
    font-size: 34px;
    font-weight: 300;
    line-height: 1;
  }
  .panorama-viewer__close span { display: block; margin-top: -3px; }
  .najwan-cta { padding-top: 72px !important; padding-bottom: 72px !important; }
  .najwan-cta::after { width: 280px; right: -115px; bottom: -140px; }
  .najwan-cta .cta-content-03__title { font-size: clamp(32px, 10vw, 46px); }
  .contact-section-shell { padding-top: 54px !important; padding-bottom: 54px !important; }
  .contact-section-shell .section-heading { margin-bottom: 26px; }
  .contact-section-shell .section-heading__title { font-size: clamp(27px, 8vw, 36px); }
  .contact-quick-card {
    min-height: 118px;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 9px;
    padding: 13px 11px;
  }
  .contact-quick-card__icon { width: 38px; height: 38px; font-size: 19px; }
  .contact-quick-card__copy strong { font-size: 12px; }
  .contact-quick-card__arrow { display: none; }
  .four-column-slider .service-card--small { min-height: 405px; }
  .four-column-slider .service-card__title { min-height: 56px; }
  .process-widget { min-height: 320px; padding: 28px; }
}

/* Keep the template's original type scale. The browser only falls back for
   Arabic glyphs instead of replacing the font and resizing every component. */
html[dir="rtl"] body { font-family: "Space Grotesk", Tahoma, Arial, sans-serif; }
html[dir="rtl"] .site-menu-main,
html[dir="rtl"] .navbar { direction: rtl; }

/* Slick was initialized in LTR mode by the original template. Changing the
   document direction later moves its track outside the viewport. Keep the
   slider mechanics LTR and apply RTL only to the card content. */
html[dir="rtl"] .four-column-slider,
html[dir="rtl"] .four-column-slider .slick-list,
html[dir="rtl"] .four-column-slider .slick-track,
html[dir="rtl"] .four-column-slider .slick-slide { direction: ltr; }
html[dir="rtl"] .four-column-slider .service-card { direction: rtl; text-align: right; }
html[dir="rtl"] .four-column-slider .service-card__footer .btn { direction: rtl; }
html[dir="rtl"] .hero-section-03 .row { direction: ltr; }
html[dir="rtl"] .hero-content-03_copy-column,
html[dir="rtl"] .hero-content-03,
html[dir="rtl"] .hero-contact-widgets { direction: rtl; text-align: right; }
html[dir="rtl"] .blog-media__body,
html[dir="rtl"] .content-text-block-wrapper,
html[dir="rtl"] .process-widget__body,
html[dir="rtl"] .footer-section__content-block,
html[dir="rtl"] .footer-contact-block,
html[dir="rtl"] .row--list-block { text-align: right; }
html[dir="rtl"] a[href^="tel:"],
html[dir="rtl"] .contact-widget__text,
html[dir="rtl"] .blog-media__title a[href*="instagram.com"] { direction: ltr; unicode-bidi: isolate; display: inline-block; }
html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3 { letter-spacing: 0; }
html[dir="rtl"] .language-toggle { margin-left: 16px; margin-right: auto; }
html[dir="rtl"] .contact-widget__title i { margin-right: 0; margin-left: 5px; }
html[dir="rtl"] .partner-placeholder { text-align: right; }
html[dir="rtl"] .contact-quick-card { direction: rtl; text-align: right; }
html[dir="rtl"] .contact-quick-card__copy small { letter-spacing: 0; }
html[dir="rtl"] .service-card__more { align-self: flex-start; }
html[dir="rtl"] .process-widget,
html[dir="rtl"] .process-widget__body { align-items: flex-start; text-align: right; }
html[dir="rtl"] .icon-arrow-corner { transform: scaleX(-1); }
html[dir="rtl"] .panorama-viewer__brand { left: auto; right: 34px; text-align: right; }
html[dir="rtl"] .panorama-viewer__close { right: auto; left: 30px; }
html[dir="rtl"] .panorama-viewer__caption { left: auto; right: 34px; text-align: right; }
html[dir="rtl"] .panorama-viewer__controls { right: auto; left: 30px; }
html[dir="rtl"] .panorama-viewer__nav--prev { left: auto; right: 28px; }
html[dir="rtl"] .panorama-viewer__nav--next { right: auto; left: 28px; }

@media (max-width: 767px) {
  html[dir="rtl"] .language-toggle { margin: 0 auto 0 10px; }
  html[dir="rtl"] .partner-placeholder { text-align: center; }
  html[dir="rtl"] .panorama-viewer__close { right: auto; left: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .panorama-viewer, .panorama-viewer__image { transition-duration: .01ms; }
  .attention-link { animation: none; }
  .preloader-brand { animation: none; }
}
