:root {
  --gold: #c8a020;
  --gold2: #e8be30;
  --gold-soft: rgba(200, 160, 32, 0.15);
  --dark: #0d0d0d;
  --d2: #181818;
  --d3: #111111;
  --panel: rgba(255, 255, 255, 0.035);
  --panel-strong: rgba(255, 255, 255, 0.05);
  --white: #ffffff;
  --muted: #909090;
  --muted-2: #b9b9b9;
  --border: rgba(200, 160, 32, 0.14);
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.38);
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 132px;
}

body {
  font-family: "Cairo", sans-serif;
  padding-top: 118px;
  background:
    radial-gradient(circle at top, rgba(200, 160, 32, 0.06), transparent 22%),
    linear-gradient(180deg, #101010 0%, #0d0d0d 100%);
  color: var(--white);
  overflow-x: hidden;
  direction: rtl;
  line-height: 1.7;
}

img {
  max-width: 100%;
}

nav {
  position: fixed;
  top: 0;
  inset-inline: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  height: 118px;
  padding: 0 clamp(20px, 4vw, 54px);
  direction: ltr;
  background: rgba(13, 13, 13, 0.96);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(200, 160, 32, 0.12);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.18);
  transition: background 0.25s ease, border-color 0.25s ease;
}

.nav-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  margin-inline-start: auto;
}

.logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  flex-shrink: 0;
  min-width: max-content;
}

.logo-img {
  height: 168px;
  width: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.3));
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.lang-btn {
  border: 1px solid rgba(200, 160, 32, 0.24);
  background: rgba(255, 255, 255, 0.035);
  color: #d4d4d4;
  border-radius: 999px;
  padding: 7px 14px;
  font-family: "Cairo", sans-serif;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.22s ease;
}

.lang-btn:hover,
.lang-btn.active {
  background: var(--gold);
  color: #111;
  border-color: var(--gold);
  box-shadow: 0 10px 22px rgba(200, 160, 32, 0.2);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 26px);
  list-style: none;
  flex-wrap: wrap;
  row-gap: 8px;
  direction: rtl;
  margin-inline-start: 0;
}

.nav-links a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 76px;
  min-height: 52px;
  color: #c5c5c5;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.1;
  transition: color 0.25s ease, opacity 0.25s ease;
}

.nav-ar,
.nav-en,
.btn-ar,
.btn-en,
.lang-ar-only,
.lang-en-only,
.hero-badge-en,
.stat-en,
.card-en,
.filter-en,
.info-en,
.section-en,
.form-en {
  display: block;
}

body.lang-ar .lang-en-only,
body.lang-ar .nav-en,
body.lang-ar .btn-en,
body.lang-ar .pen,
body.lang-ar .hero-badge-en,
body.lang-ar .stat-en,
body.lang-ar .card-en,
body.lang-ar .filter-en,
body.lang-ar .info-en,
body.lang-ar .section-en,
body.lang-ar .form-en,
body.lang-ar .en-copy,
body.lang-ar .an-en,
body.lang-ar .ae,
body.lang-ar .le,
body.lang-ar .se,
body.lang-ar .sl,
body.lang-ar .vsub {
  display: none !important;
}

body.lang-en .lang-ar-only,
body.lang-en .nav-ar,
body.lang-en .btn-ar,
body.lang-en .pen,
body.lang-en .ar2,
body.lang-en .il,
body.lang-en .cl,
body.lang-en .la,
body.lang-en .ar-copy {
  display: none !important;
}

body.lang-en .lang-en-only,
body.lang-en .nav-en,
body.lang-en .btn-en,
body.lang-en .hero-badge-en,
body.lang-en .stat-en,
body.lang-en .card-en,
body.lang-en .filter-en,
body.lang-en .info-en,
body.lang-en .section-en,
body.lang-en .form-en,
body.lang-en .en-copy,
body.lang-en .an-en,
body.lang-en .ae,
body.lang-en .le,
body.lang-en .se,
body.lang-en .sl,
body.lang-en .vsub {
  display: block !important;
}

body.lang-en {
  direction: rtl;
}

body.lang-en nav {
  direction: ltr;
}

body.lang-en .nav-links {
  direction: ltr;
}

body.lang-en .hero-content,
body.lang-en .atxt,
body.lang-en .sh,
body.lang-en .vmc,
body.lang-en .pinfo,
body.lang-en .reveal,
body.lang-en .cform,
body.lang-en footer,
body.lang-en .fbot,
body.lang-en .ic,
body.lang-en .ic2,
body.lang-en .ci {
  text-align: left;
}

body.lang-en .hero-badge,
body.lang-en .hero-btns,
body.lang-en .aquote,
body.lang-en .ctg,
body.lang-en .fw,
body.lang-en .adg {
  direction: ltr;
}

body.lang-en .hero-line,
body.lang-en .sdiv {
  margin-left: 0;
  margin-right: auto;
}

.nav-ar {
  line-height: 1.1;
}

.nav-en {
  margin-top: 2px;
  color: #8d8d8d;
  font-size: 9.5px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav-links a:hover {
  color: var(--gold);
}

.nav-cta {
  background: var(--gold) !important;
  color: #111 !important;
  min-width: 116px !important;
  padding: 11px 18px;
  border-radius: 10px;
  font-weight: 800 !important;
  box-shadow: 0 10px 24px rgba(200, 160, 32, 0.18);
}

.hero {
  min-height: 100vh;
  min-height: 760px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-bg-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  animation: zH 14s ease-out forwards;
}

@keyframes zH {
  from {
    transform: scale(1.06);
  }
  to {
    transform: scale(1);
  }
}

.hero-ov {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(13, 13, 13, 0.92) 0%, rgba(13, 13, 13, 0.38) 48%, rgba(13, 13, 13, 0.74) 100%),
    linear-gradient(180deg, rgba(13, 13, 13, 0.06) 0%, rgba(13, 13, 13, 0.28) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 112px clamp(18px, 4vw, 48px) 156px;
  display: grid;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  background: rgba(200, 160, 32, 0.1);
  border: 1px solid rgba(200, 160, 32, 0.3);
  padding: 7px 18px;
  border-radius: 999px;
  margin-bottom: 26px;
  color: var(--gold);
  font-size: 13px;
  animation: fU 0.8s ease both;
}

.hero-badge-en {
  margin-top: 2px;
  color: #d1b154;
  font-size: 10px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.dot {
  width: 7px;
  height: 7px;
  background: var(--gold);
  border-radius: 50%;
  animation: pu 2s infinite;
}

@keyframes pu {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}

.hero h1 {
  font-size: clamp(46px, 7vw, 92px);
  line-height: 1.03;
  font-weight: 900;
  margin-bottom: 8px;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.34);
  animation: fU 0.8s 0.08s ease both;
}

.hero h1 em {
  color: var(--gold);
  font-style: normal;
}

.hero .hsub {
  font-size: clamp(16px, 2vw, 26px);
  font-weight: 300;
  color: #a2a2a2;
  letter-spacing: 5px;
  margin-bottom: 18px;
  animation: fU 0.8s 0.18s ease both;
}

.hero-line {
  width: 84px;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold2));
  margin-bottom: 22px;
  animation: fU 0.8s 0.28s ease both;
}

.hero-p {
  max-width: 560px;
  color: #d3d3d3;
  font-size: 17px;
  line-height: 1.95;
  margin-bottom: 34px;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
  animation: fU 0.8s 0.38s ease both;
}

.en-copy {
  display: block;
  color: #8e8e8e;
  font-size: 13px;
  line-height: 1.8;
  margin-top: 8px;
  direction: ltr;
  text-align: left;
}

.hero-en {
  max-width: 520px;
}

.hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  animation: fU 0.8s 0.48s ease both;
}

.btn-gold,
.btn-gh {
  min-width: 164px;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  text-align: center;
  font-family: "Cairo", sans-serif;
  font-size: 15px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.btn-gold {
  background: var(--gold);
  color: #111;
  font-weight: 800;
  box-shadow: 0 12px 26px rgba(200, 160, 32, 0.24);
}

.btn-gold:hover {
  background: var(--gold2);
  transform: translateY(-2px);
}

.btn-gh {
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.02);
}

.btn-en {
  margin-top: 3px;
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  opacity: 0.78;
}

.btn-gh:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.hstrip {
  position: absolute;
  left: clamp(18px, 4vw, 48px);
  bottom: 104px;
  z-index: 2;
  display: flex;
  gap: 10px;
  animation: fU 0.8s 0.7s ease both;
}

.hthumb {
  width: 88px;
  height: 60px;
  object-fit: cover;
  border-radius: 6px;
  border: 2px solid rgba(255, 255, 255, 0.14);
  cursor: pointer;
  opacity: 0.68;
  transition: transform 0.22s ease, border-color 0.22s ease, opacity 0.22s ease;
}

.hthumb:hover,
.hthumb.active {
  border-color: var(--gold);
  opacity: 1;
  transform: translateY(-2px);
}

.hstats {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: clamp(26px, 6vw, 90px);
  padding: 18px clamp(18px, 4vw, 48px);
  background: linear-gradient(180deg, rgba(13, 13, 13, 0.8), rgba(13, 13, 13, 0.95));
  border-top: 1px solid rgba(200, 160, 32, 0.3);
  animation: fU 0.8s 0.58s ease both;
}

.stt {
  text-align: center;
}

.stt .n {
  font-size: 34px;
  font-weight: 900;
  color: var(--gold);
  line-height: 1;
}

.stt .l {
  display: block;
  margin-top: 4px;
  color: #a8a8a8;
  font-size: 12px;
}

.stat-en {
  margin-top: 3px;
  color: #7f7f7f;
  font-size: 10px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

@keyframes fU {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.wrap {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 clamp(18px, 4vw, 48px);
}

.sh {
  text-align: center;
  margin-bottom: 44px;
}

.sh .sl {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.sh h2 {
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.12;
  font-weight: 900;
  margin-bottom: 6px;
}

.sh .se {
  font-size: 13px;
  color: #757575;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.sh .sdiv {
  width: 58px;
  height: 3px;
  background: var(--gold);
  margin: 0 auto 18px;
}

.sh .sdesc {
  max-width: 720px;
  margin: 0 auto;
  color: var(--muted-2);
  font-size: 15px;
  line-height: 1.9;
}

.section-en {
  max-width: 720px;
  margin: 10px auto 0;
  text-align: center;
}

#about,
#services,
#projects,
#partners,
#admin,
#contact {
  position: relative;
  padding: 108px 0;
  scroll-margin-top: 132px;
}

#about,
#services,
#partners,
#contact {
  background: #0a0a0a;
}

#vm,
#projects,
#admin {
  background: var(--d3);
}

.ag,
.adg,
.ctg {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.aimgs {
  position: relative;
  padding-bottom: 36px;
}

.company-media {
  padding: 18px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.012));
  border: 1px solid rgba(200, 160, 32, 0.08);
}

.amain {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
  box-shadow: var(--shadow);
}

.company-photo {
  object-fit: contain;
  background: #090909;
  padding: 18px;
}

.athumb {
  position: absolute;
  left: -24px;
  bottom: 0;
  width: 200px;
  height: 150px;
  object-fit: cover;
  border-radius: 14px;
  border: 4px solid #0a0a0a;
  box-shadow: var(--shadow);
}

.abadge {
  position: absolute;
  top: 24px;
  right: -16px;
  background: var(--gold);
  color: #111;
  padding: 18px 22px;
  border-radius: 12px;
  text-align: center;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(200, 160, 32, 0.24);
}

.abadge .y {
  display: block;
  font-size: 34px;
  line-height: 1;
}

.abadge .t {
  font-size: 12px;
}

.atxt .sh {
  text-align: right;
  margin-bottom: 24px;
}

.atxt .sh .sdiv {
  margin-right: 0;
}

.atxt p {
  color: var(--muted-2);
  font-size: 15px;
  line-height: 2;
  margin-bottom: 16px;
}

.aquote {
  margin-bottom: 26px;
  padding: 16px 18px;
  border-right: 3px solid var(--gold);
  background: var(--panel);
  color: #8e8e8e;
  font-size: 13.5px;
  font-style: italic;
  line-height: 1.85;
  border-radius: 10px;
}

.irow,
.irow4 {
  display: grid;
  gap: 14px;
}

.irow {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 24px;
}

.irow4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 48px;
}

.ic,
.ic2,
.ci,
.cform,
.partc,
.anode {
  background: var(--panel);
  border: 1px solid var(--border);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.ic,
.ic2 {
  border-radius: 12px;
}

.ic {
  padding: 16px 18px;
}

.ic .il,
.ic2 .il {
  display: block;
  margin-bottom: 6px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.ic .iv,
.ic2 .iv {
  color: #e0e0e0;
  font-size: 13.5px;
  font-weight: 600;
}

.info-en {
  margin-top: 6px;
  color: #818181;
  font-size: 10px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.vmg {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px;
}

.vmc {
  position: relative;
  overflow: hidden;
  background: var(--d2);
  padding: 58px clamp(24px, 4vw, 50px);
}

.vmc::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 60px;
  background: var(--gold);
}

.vmn {
  position: absolute;
  left: 18px;
  bottom: 12px;
  font-size: 130px;
  font-weight: 900;
  color: rgba(200, 160, 32, 0.04);
  line-height: 1;
  pointer-events: none;
}

.vmico {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 12px;
  background: rgba(200, 160, 32, 0.1);
  border: 1px solid rgba(200, 160, 32, 0.24);
  font-size: 23px;
}

.vmc h3 {
  color: var(--gold);
  font-size: 27px;
  font-weight: 900;
  margin-bottom: 4px;
}

.vmc .vsub {
  color: #666;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.vmc p {
  color: var(--muted-2);
  font-size: 14.5px;
  line-height: 1.95;
  margin-bottom: 14px;
}

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

.svcc {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: var(--panel);
  border: 1px solid rgba(200, 160, 32, 0.1);
  transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
}

.svcc::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold2));
  transform: scaleX(0);
  transition: transform 0.32s ease;
}

.svcc:hover {
  transform: translateY(-6px);
  border-color: rgba(200, 160, 32, 0.34);
  box-shadow: var(--shadow);
}

.svcc:hover::after {
  transform: scaleX(1);
}

.svci {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.svcc:hover .svci {
  transform: scale(1.05);
}

.svcb {
  padding: 24px 24px 26px;
  min-height: 194px;
}

.svce {
  margin-bottom: 12px;
  font-size: 25px;
}

.svcb h4 {
  color: var(--gold);
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 10px;
}

.card-en {
  margin-top: 4px;
  color: #8b8b8b;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.svcb p {
  color: #a6a6a6;
  font-size: 13.5px;
  line-height: 1.9;
}

.sbar {
  background: linear-gradient(90deg, #be971a, #d6ac29);
  padding: 34px clamp(18px, 4vw, 48px);
}

.sbi {
  width: fit-content;
  max-width: min(1260px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 360px));
  justify-content: center;
  align-items: stretch;
  gap: 18px;
  text-align: center;
}

.sb {
  background: rgba(255, 255, 255, 0.06);
  min-height: 128px;
  padding: 20px 22px;
  border-radius: 20px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  backdrop-filter: blur(4px);
  display: grid;
  place-items: center;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

.sb .n {
  color: #111;
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 6px;
}

.sb .la {
  display: block;
  color: rgba(17, 17, 17, 0.86);
  font-size: 14px;
  font-weight: 800;
}

.sb .le {
  display: block;
  color: rgba(17, 17, 17, 0.55);
  font-size: 10px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}

.fb {
  padding: 9px 18px;
  border: 1px solid rgba(200, 160, 32, 0.3);
  border-radius: 999px;
  background: transparent;
  color: #b0b0b0;
  font-family: "Cairo", sans-serif;
  font-size: 12.5px;
  cursor: pointer;
  transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.fb.active,
.fb:hover {
  background: var(--gold);
  color: #111;
  border-color: var(--gold);
  font-weight: 800;
  transform: translateY(-1px);
}

.filter-en {
  margin-top: 3px;
  color: inherit;
  font-size: 9px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  opacity: 0.78;
}

.gcnt {
  text-align: center;
  color: #6e6e6e;
  font-size: 13px;
  margin-bottom: 22px;
}

.gcnt span {
  color: var(--gold);
  font-weight: 800;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.gitem {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  aspect-ratio: 4 / 3;
  cursor: pointer;
  border: 1px solid rgba(200, 160, 32, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

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

.gitem:hover {
  transform: translateY(-4px);
  border-color: rgba(200, 160, 32, 0.24);
  box-shadow: var(--shadow);
}

.gitem:hover img {
  transform: scale(1.08);
}

.gitem-ov {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 18px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, transparent 52%);
  opacity: 0;
  transition: opacity 0.28s ease;
}

.gitem:hover .gitem-ov {
  opacity: 1;
}

.gname {
  display: block;
  color: #fff;
  font-size: 12.5px;
  font-weight: 800;
}

.gtype {
  display: block;
  margin-top: 4px;
  color: var(--gold);
  font-size: 11px;
}

.play-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  background: rgba(200, 160, 32, 0.88);
  color: #111;
  font-size: 11px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 999px;
}

.gitem.hidden {
  display: none;
}

#lb {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.95);
}

#lb.open {
  display: flex;
}

#lb-img {
  max-width: 88vw;
  max-height: 82vh;
  object-fit: contain;
  border-radius: 12px;
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.55);
}

#lb-close,
#lb-prev,
#lb-next {
  border: none;
  cursor: pointer;
  font-family: sans-serif;
}

#lb-close {
  position: absolute;
  top: 18px;
  right: 22px;
  background: none;
  color: #fff;
  font-size: 34px;
  opacity: 0.7;
}

#lb-prev,
#lb-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 40px;
  padding: 8px 18px;
  border-radius: 10px;
}

#lb-prev {
  right: 12px;
}

#lb-next {
  left: 12px;
}

#lb-cap {
  margin-top: 16px;
  color: #d6d6d6;
  font-size: 14px;
  text-align: center;
}

#lb-ctr {
  position: absolute;
  top: 22px;
  left: 22px;
  color: #9a9a9a;
  font-size: 13px;
}

.partg {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.partc {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  max-width: 720px;
  padding: 28px;
  border-radius: 16px;
  transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease;
}

.partc:hover {
  transform: translateY(-3px);
  border-color: rgba(200, 160, 32, 0.35);
  background: rgba(200, 160, 32, 0.045);
}

.pico,
.ci .ico {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 12px;
  background: rgba(200, 160, 32, 0.1);
  border: 1px solid rgba(200, 160, 32, 0.18);
  font-size: 22px;
}

.pinfo h4 {
  color: var(--gold);
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 4px;
}

.pinfo .pen {
  color: #717171;
  font-size: 11.5px;
  margin-bottom: 10px;
}

.pinfo p {
  color: #a6a6a6;
  font-size: 13.5px;
  line-height: 1.8;
}

.adg {
  align-items: start;
}

.adtree {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.anode {
  position: relative;
  width: min(100%, 320px);
  padding: 18px 22px;
  border-radius: 14px;
  text-align: right;
}

.anode::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background: var(--gold);
  border-radius: 0 14px 14px 0;
}

.anode .an {
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 4px;
}

.an-en {
  display: block;
  margin-top: 4px;
  color: #8f8f8f;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  direction: ltr;
}

.anode .ar2 {
  display: block;
  color: var(--gold);
  font-size: 12px;
}

.anode .ae {
  display: block;
  color: #6f6f6f;
  font-size: 11px;
}

.aconn {
  width: 4px;
  height: 24px;
  margin-right: 22px;
  background: linear-gradient(to bottom, rgba(200, 160, 32, 0.34), rgba(200, 160, 32, 0.06));
}

.ic2 {
  padding: 22px 16px;
  text-align: center;
  transition: transform 0.24s ease, border-color 0.24s ease;
}

.ic2:hover {
  transform: translateY(-3px);
  border-color: rgba(200, 160, 32, 0.36);
}

.ctg {
  align-items: start;
}

.ci {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
  padding: 16px 18px;
  border-radius: 14px;
  transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease;
}

.ci:hover {
  transform: translateY(-2px);
  border-color: rgba(200, 160, 32, 0.3);
  background: var(--panel-strong);
}

.ci-link {
  text-decoration: none;
  color: inherit;
}

.ci .cl {
  display: block;
  color: var(--gold);
  font-size: 11px;
  margin-bottom: 3px;
}

.ci .cv {
  display: block;
  color: #dedede;
  font-size: 14px;
  font-weight: 600;
  direction: ltr;
}

.cform {
  padding: clamp(22px, 4vw, 38px);
  border-radius: 18px;
}

.cform h3 {
  color: var(--gold);
  font-size: 21px;
  font-weight: 800;
  margin-bottom: 22px;
  text-align: center;
}

.form-en {
  margin-top: 4px;
}

.fg {
  margin-bottom: 16px;
}

.fg label {
  display: block;
  margin-bottom: 7px;
  color: #b4b4b4;
  font-size: 12.5px;
}

.fg input,
.fg textarea,
.fg select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid rgba(200, 160, 32, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-family: "Cairo", sans-serif;
  font-size: 13.5px;
  text-align: right;
  direction: rtl;
  outline: none;
  transition: border-color 0.22s ease, background 0.22s ease;
}

.fg input:focus,
.fg textarea:focus,
.fg select:focus {
  border-color: rgba(200, 160, 32, 0.5);
  background: rgba(255, 255, 255, 0.05);
}

.fg textarea {
  height: 112px;
  resize: vertical;
}

.fg select option {
  background: #1e1e1e;
}

.csub {
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 12px;
  background: var(--gold);
  color: #111;
  font-family: "Cairo", sans-serif;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.24s ease, background 0.24s ease;
}

.csub:hover {
  background: var(--gold2);
  transform: translateY(-2px);
}

footer {
  background: var(--dark);
  border-top: 1px solid rgba(200, 160, 32, 0.14);
  padding: 54px clamp(18px, 4vw, 48px) 28px;
}

.fw {
  max-width: 1260px;
  margin: 0 auto 36px;
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(26px, 4vw, 58px);
}

.footer-logo {
  width: min(320px, 100%);
  height: auto;
  display: block;
  margin-bottom: 18px;
}

.fbl p {
  max-width: 320px;
  color: #7c7c7c;
  font-size: 13.5px;
  line-height: 1.95;
}

.fsoc {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.sl {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 12px;
  background: rgba(200, 160, 32, 0.1);
  border: 1px solid rgba(200, 160, 32, 0.16);
  color: var(--gold);
  font-size: 16px;
  transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.sl:hover {
  background: var(--gold);
  color: #111;
  transform: translateY(-2px);
}

.fc h5 {
  color: var(--gold);
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(200, 160, 32, 0.16);
}

.fc ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.fc ul li a {
  color: #818181;
  text-decoration: none;
  font-size: 13.5px;
  transition: color 0.22s ease;
}

.fc ul li a:hover {
  color: var(--gold);
}

.fbot {
  max-width: 1260px;
  margin: 0 auto;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: #4d4d4d;
  font-size: 12.5px;
}

@media (max-width: 960px) {
  .fbot {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(38px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

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

@media (max-width: 1080px) {
  .gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .svcg {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fw,
  .ag,
  .adg,
  .ctg {
    gap: 34px;
  }
}

@media (max-width: 960px) {
  body {
    padding-top: 124px;
  }

  html {
    scroll-padding-top: 134px;
  }

  nav {
    height: auto;
    padding: 10px 14px 12px;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    direction: rtl;
  }

  .nav-right {
    width: 100%;
    align-items: stretch;
    gap: 8px;
  }

  .logo {
    width: 100%;
    justify-content: flex-start;
  }

  .logo-img {
    height: 58px;
  }

  .nav-links {
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    gap: 6px;
    padding: 0 0 4px;
    scrollbar-width: none;
    flex-wrap: nowrap;
    margin-inline-start: 0;
  }

  .lang-switch {
    width: 100%;
    justify-content: flex-end;
    gap: 6px;
  }

  .nav-links::-webkit-scrollbar {
    display: none;
  }

  .nav-links a {
    white-space: nowrap;
    font-size: 11px;
    min-width: 76px;
    min-height: 42px;
    padding: 6px 10px;
  }

  .nav-en {
    display: none;
  }

  .nav-cta {
    min-width: 108px !important;
    padding: 8px 12px;
    border-radius: 8px;
  }

  .lang-btn {
    min-width: 96px;
    padding: 7px 14px;
    font-size: 11px;
  }

  .hero {
    min-height: 100svh;
    align-items: flex-start;
  }

  .hero-ov {
    background: linear-gradient(180deg, rgba(13, 13, 13, 0.56) 0%, rgba(13, 13, 13, 0.22) 30%, rgba(13, 13, 13, 0.9) 100%);
  }

  .hero-content {
    padding: 92px 20px 196px;
    text-align: center;
  }

  .hero-badge {
    margin-inline: auto;
    font-size: 12px;
    padding: 6px 12px;
    max-width: min(100%, 320px);
    justify-content: center;
  }

  .hero-badge-en,
  .en-copy,
  .section-en {
    text-align: center;
    direction: ltr;
  }

  body.lang-en .hero-content,
  body.lang-en .sh,
  body.lang-en .vmc,
  body.lang-en .pinfo,
  body.lang-en .cform,
  body.lang-en footer,
  body.lang-en .fbot,
  body.lang-en .ic,
  body.lang-en .ic2,
  body.lang-en .ci {
    text-align: center;
  }

  body.lang-en .hero-line,
  body.lang-en .sdiv {
    margin-inline: auto;
  }

  .hero h1 {
    font-size: clamp(34px, 11vw, 54px);
  }

  .hero .hsub {
    letter-spacing: 2px;
    font-size: 14px;
  }

  .hero-line {
    margin-inline: auto;
  }

  .hero-p {
    max-width: 100%;
    margin: 0 auto 18px;
    font-size: 14px;
    line-height: 1.8;
  }

  .hero-btns {
    width: 100%;
    flex-direction: column;
    gap: 10px;
  }

  .btn-gold,
  .btn-gh {
    width: 100%;
    min-width: 0;
    padding: 13px 18px;
  }

  .hstrip {
    left: 18px;
    right: 18px;
    bottom: 120px;
    justify-content: center;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .hstrip::-webkit-scrollbar {
    display: none;
  }

  .hthumb {
    width: 74px;
    height: 52px;
    flex: 0 0 auto;
  }

  .hstats {
    flex-direction: column;
    gap: 8px;
    padding: 12px 14px;
    background: rgba(13, 13, 13, 0.84);
  }

  .ag,
  .vmg,
  .adg,
  .ctg,
  .fw {
    grid-template-columns: 1fr;
  }

  .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sbi,
  .partg {
    grid-template-columns: 1fr;
  }

  .irow4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .athumb,
  .abadge {
    display: none;
  }

  .amain {
    height: 420px;
  }

  .company-media {
    padding: 12px;
  }

  .company-photo {
    padding: 10px;
  }
}

@media (max-width: 560px) {
  body {
    padding-top: 116px;
  }

  html {
    scroll-padding-top: 126px;
  }

  #about,
  #services,
  #projects,
  #partners,
  #admin,
  #contact {
    padding: 86px 0;
  }

  .wrap {
    padding: 0 18px;
  }

  .logo-img {
    height: 50px;
  }

  .lang-switch {
    justify-content: flex-end;
  }

  .lang-btn {
    flex: 0 0 auto;
    min-width: 88px;
    max-width: none;
    padding: 6px 12px;
  }

  .hero {
    min-height: 96svh;
  }

  .hero-content {
    padding: 84px 18px 190px;
  }

  .hero-badge {
    font-size: 11px;
    gap: 6px;
    padding: 6px 12px;
  }

  .hero h1 {
    font-size: clamp(30px, 13vw, 46px);
  }

  .hero-p {
    font-size: 13px;
  }

  .hstrip {
    bottom: 112px;
  }

  .hthumb {
    width: 66px;
    height: 46px;
  }

  .stt .n {
    font-size: 28px;
  }

  .stt .l {
    font-size: 11px;
  }

  .nav-links a {
    min-width: 70px;
    min-height: 38px;
    font-size: 10.5px;
    padding: 6px 8px;
  }

  .nav-cta {
    min-width: 96px !important;
  }

  .svcg,
  .gallery,
  .irow,
  .irow4 {
    grid-template-columns: 1fr;
  }

  .svcb {
    min-height: auto;
  }

  .cform,
  .partc,
  .vmc,
  .anode,
  .ic,
  .ic2,
  .ci {
    border-radius: 14px;
  }

  #lb-prev,
  #lb-next {
    padding: 6px 14px;
    font-size: 32px;
  }
}
