/* OGAS Clone — Bootstrap UI matching original dark/gold theme */
:root {
  --bg-primary: #031428;
  --bg-secondary: #051E3C;
  --bg-card: #0a2749;
  --bg-elevated: #0d315e;
  --gold: #B88A34;
  --gold-dark: #9a7428;
  --gold-light: #d4a84a;
  --blue-accent: #0a2d5c;
  --text-primary: #ffffff;
  --text-secondary: #94a3b8;
  --text-muted: #64748b;
  --border: rgba(184, 138, 52, 0.15);
  --border-light: rgba(255, 255, 255, 0.08);
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Outfit", system-ui, sans-serif;
  --font-ar: "Noto Sans Arabic", "Outfit", sans-serif;
  --header-height: 112px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  background: var(--bg-primary);
  color: var(--text-primary);
  overflow-x: hidden;
  line-height: 1.6;
}

body.rtl {
  font-family: var(--font-ar);
  direction: rtl;
  text-align: right;
}

body.rtl .font-display {
  font-family: var(--font-ar);
}

img {
  max-width: 100%;
  height: auto;
}

img.hero-bg-img {
  max-width: none;
  height: 100%;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease;
}

section {
  position: relative;
  padding: 100px 0;
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.section-label::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 2px;
  background: var(--gold);
  flex-shrink: 0;
}

.section-title {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 5vw, 3.75rem);
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}

.section-title .gold {
  color: var(--gold);
}

.section-sub {
  color: var(--text-secondary);
  font-size: 1.05rem;
  max-width: 640px;
}

.font-display {
  font-family: var(--font-display);
}

/* Buttons */
.btn-gold {
  background: var(--gold);
  color: #051E3C !important;
  border: none;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 0.85rem 1.75rem;
  border-radius: 4px;
  transition: all 0.25s ease;
}

.btn-gold:hover {
  background: var(--gold-light);
  color: #051E3C !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(184, 138, 52, 0.35);
}

.btn-outline-gold {
  background: transparent;
  color: var(--gold) !important;
  border: 1.5px solid var(--gold);
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 0.85rem 1.75rem;
  border-radius: 4px;
  transition: all 0.25s ease;
}

.btn-outline-gold:hover {
  background: var(--gold);
  color: #051E3C !important;
}

/* Navbar */
.navbar-enjaz {
  background: #f7f6f2;
  padding: 0.45rem 0;
  transition: all 0.3s ease;
  z-index: 1050;
  border-bottom: 1px solid rgba(5, 30, 60, 0.08);
}

.navbar-enjaz.scrolled {
  background: #f7f6f2;
  backdrop-filter: none;
  border-bottom: 1px solid rgba(5, 30, 60, 0.1);
  padding: 0.35rem 0;
  box-shadow: 0 6px 20px rgba(3, 20, 40, 0.06);
}

.navbar-brand {
  background: transparent;
  padding: 0;
  border-radius: 0;
  line-height: 0;
  margin-right: 1rem;
  margin-left: 0;
  display: inline-flex;
  align-items: center;
}

.navbar-brand img {
  height: 96px;
  width: auto;
  max-width: 480px;
  min-width: 280px;
  object-fit: contain;
  display: block;
}

.navbar-enjaz .navbar-collapse {
  flex-grow: 1;
}

.navbar-nav-main {
  margin-left: auto;
  flex-wrap: nowrap;
  column-gap: 0.15rem;
}

.navbar-enjaz .nav-link {
  color: #051E3C !important;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.5rem 0.5rem !important;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.navbar-enjaz .nav-link:hover,
.navbar-enjaz .nav-link.active {
  color: var(--gold) !important;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-left: 0.75rem;
  padding-left: 0.5rem;
}

.lang-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: transparent;
  border: 1px solid rgba(5, 30, 60, 0.35);
  color: #051E3C;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.4rem 0.75rem;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.lang-toggle:hover {
  background: rgba(5, 30, 60, 0.06);
  border-color: #051E3C;
  color: #051E3C;
}

.btn-portal {
  background: #2e7d32;
  color: #fff !important;
  border: none;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.45rem 0.9rem;
  border-radius: 2px;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.btn-portal:hover {
  background: #256628;
  color: #fff !important;
}

.navbar-enjaz .btn-gold.btn-sm {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-radius: 2px;
  padding: 0.45rem 0.9rem;
  white-space: nowrap;
}

.navbar-enjaz .navbar-toggler {
  border-color: rgba(5, 30, 60, 0.25);
}

.navbar-enjaz .navbar-toggler-icon {
  filter: invert(1) brightness(0.25);
}

.navbar-toggler {
  border: 1px solid var(--border);
  padding: 0.4rem 0.6rem;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23B88A34' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Hero */
.hero-section {
  width: 100%;
  margin-top: calc(var(--header-height) - 16px);
  padding: 0 !important;
  display: block;
  position: relative;
  overflow: hidden;
  background: var(--bg-primary);
}

.hero-carousel {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  background: var(--bg-primary);
}

.hero-carousel .carousel-inner {
  width: 100%;
  height: 100%;
}

.hero-carousel .carousel-item {
  width: 100%;
  height: 100%;
  margin-right: -100%;
}

.hero-slide {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--bg-primary);
  padding-top: 1.25rem;
  padding-bottom: 5.5rem;
}

.hero-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  z-index: 0;
  pointer-events: none;
}

.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(3, 20, 40, 0.88) 0%,
    rgba(3, 20, 40, 0.55) 50%,
    rgba(3, 20, 40, 0.35) 100%
  );
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: 100%;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--gold);
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 1.5rem;
  padding: 0.4rem 1rem;
  border: 1px solid rgba(184, 138, 52, 0.3);
  border-radius: 50px;
  background: rgba(184, 138, 52, 0.08);
}

.hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 7vw, 5.5rem);
  font-weight: 600;
  line-height: 1.05;
  margin-bottom: 1.5rem;
}

.hero-title .line-gold {
  color: var(--gold);
}

.hero-sub {
  color: var(--text-secondary);
  font-size: 1.15rem;
  max-width: 540px;
  margin-bottom: 2.5rem;
}

.hero-scroll {
  position: absolute;
  bottom: 4.6rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  color: var(--text-muted);
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  animation: bounce 2s infinite;
}

.hero-scroll .line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, var(--gold), transparent);
}

@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(8px); }
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  border: none;
  opacity: 1;
}

.carousel-indicators .active {
  background-color: var(--gold);
}

.hero-carousel-controls {
  position: absolute;
  left: 50%;
  bottom: 1.35rem;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.hero-indicators {
  position: static;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.hero-indicators [data-bs-target] {
  width: 1.35rem;
  height: 0.28rem;
  margin: 0 !important;
  padding: 0;
  border: none;
  border-radius: 999px;
  background-color: rgba(180, 180, 180, 0.55);
  opacity: 1;
  text-indent: -9999px;
  overflow: hidden;
  transition: width 0.25s ease, background-color 0.25s ease;
}

.hero-indicators .active {
  width: 2.35rem;
  background-color: #e4b84a;
}

.hero-pause-btn {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(200, 200, 200, 0.55);
  border-radius: 3px;
  background: transparent;
  color: rgba(210, 210, 210, 0.9);
  font-size: 0.95rem;
  line-height: 1;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.hero-pause-btn:hover {
  border-color: rgba(228, 184, 74, 0.7);
  color: #e4b84a;
  background: rgba(255, 255, 255, 0.03);
}

.hero-carousel > .carousel-control-prev,
.hero-carousel > .carousel-control-next {
  display: none;
}

.carousel-control-prev,
.carousel-control-next {
  width: 60px;
  opacity: 0.7;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: none;
  background: none;
  font-size: 1.5rem;
  color: var(--gold);
}

body.rtl .hero-carousel-controls {
  left: 50%;
  right: auto;
}

@media (max-width: 767.98px) {
  .hero-section {
    margin-top: calc(var(--header-height) - 10px);
  }

  .hero-carousel {
    aspect-ratio: auto;
    min-height: calc(100svh - var(--header-height));
    height: auto;
  }

  .hero-carousel .carousel-inner,
  .hero-carousel .carousel-item,
  .hero-slide {
    min-height: calc(100svh - var(--header-height));
    height: auto;
  }

  .hero-slide {
    padding-top: 1.25rem;
    padding-bottom: 4.75rem;
    align-items: center;
  }

  .hero-content {
    padding-top: 0.5rem;
    padding-bottom: 0.25rem;
  }

  .hero-tag {
    font-size: 0.72rem;
    margin-bottom: 0.85rem;
    padding: 0.35rem 0.8rem;
    letter-spacing: 0.06em;
  }

  .hero-title {
    font-size: clamp(1.85rem, 9vw, 2.35rem);
    margin-bottom: 0.85rem;
    line-height: 1.08;
  }

  .hero-sub {
    font-size: 0.92rem;
    line-height: 1.55;
    margin-bottom: 1.15rem;
    max-width: 100%;
  }

  .hero-content .d-flex.flex-wrap {
    flex-direction: column;
    align-items: stretch !important;
    gap: 0.65rem !important;
  }

  .hero-content .btn {
    width: 100%;
    justify-content: center;
    padding: 0.7rem 1rem;
    font-size: 0.88rem;
  }

  .hero-slide::before {
    background: linear-gradient(
      180deg,
      rgba(3, 20, 40, 0.3) 0%,
      rgba(3, 20, 40, 0.62) 42%,
      rgba(3, 20, 40, 0.92) 100%
    );
  }

  .hero-scroll {
    display: none;
  }

  .hero-carousel-controls {
    bottom: 0.85rem;
    gap: 0.65rem;
  }
}

@media (max-width: 575.98px) {
  .hero-scroll {
    bottom: 4rem;
  }

  .hero-carousel-controls {
    bottom: 1rem;
    gap: 0.75rem;
  }

  .hero-indicators [data-bs-target] {
    width: 1.05rem;
  }

  .hero-indicators .active {
    width: 1.85rem;
  }
}

/* Stats bar */
.stats-bar {
  position: relative;
  background: var(--bg-primary);
  border: none;
  padding: 0;
  margin-top: 0;
}

.stats-bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.22);
  z-index: 2;
}

.stats-bar .row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  align-items: stretch;
}

.stats-bar .col-lg {
  position: relative;
}

.stat-item {
  position: relative;
  text-align: center;
  padding: 2.75rem 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
}

.stats-bar .col-lg:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 22%;
  right: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.16);
  z-index: 1;
}

body.rtl .stats-bar .col-lg:not(:last-child)::after {
  right: auto;
  left: 0;
}

.stat-value {
  font-family: var(--font-body);
  font-size: clamp(2rem, 3.6vw, 2.75rem);
  font-weight: 700;
  color: #e4b84a;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: 0.01em;
}

.stat-label {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1.4;
}

@media (max-width: 991.98px) {
  .stats-bar .col-lg:not(:last-child)::after {
    display: none;
  }

  .stat-item {
    padding: 1.35rem 0.75rem;
  }

  .stat-label {
    letter-spacing: 0.08em;
    font-size: 0.68rem;
  }
}

/* Cards */
.card-dark {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: 8px;
  padding: 1.75rem;
  height: 100%;
  transition: all 0.3s ease;
}

.card-dark:hover {
  border-color: rgba(184, 138, 52, 0.4);
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
}

.card-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(184, 138, 52, 0.1);
  border: 1px solid rgba(184, 138, 52, 0.25);
  border-radius: 8px;
  color: var(--gold);
  font-size: 1.4rem;
  margin-bottom: 1.25rem;
}

.card-dark h4 {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.card-dark p {
  color: var(--text-secondary);
  font-size: 0.95rem;
  margin: 0;
}

/* About */
.about-section {
  background: var(--bg-primary);
  overflow: hidden;
}

.about-image-wrap {
  position: relative;
  padding: 0 18px 18px 0;
}

.about-image-wrap::before {
  content: "";
  position: absolute;
  inset: 18px 0 0 18px;
  border: 1.5px solid var(--gold);
  z-index: 0;
  pointer-events: none;
}

.about-image-wrap img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
}

.about-badge {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  z-index: 2;
  background: var(--gold);
  color: #051E3C;
  font-weight: 700;
  padding: 0.55rem 0.85rem;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.about-title {
  margin-bottom: 1.35rem;
}

.about-text {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.98rem;
  line-height: 1.75;
  margin-bottom: 1rem;
}

.about-text-last {
  margin-bottom: 1.75rem;
}

.about-values {
  margin-top: 0.25rem;
}

.value-card {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--border-light);
  border-radius: 4px;
  padding: 1.1rem 1rem;
  height: 100%;
  transition: border-color 0.25s ease, background 0.25s ease;
}

.value-card:hover {
  border-color: rgba(184, 138, 52, 0.35);
  background: rgba(184, 138, 52, 0.04);
}

.value-card .vi-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 1.35rem;
  line-height: 1;
}

.value-card h5 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
  color: #fff;
}

.value-card p {
  color: var(--text-secondary);
  font-size: 0.84rem;
  line-height: 1.55;
  margin: 0;
}

body.rtl .about-image-wrap {
  padding: 0 0 18px 18px;
}

body.rtl .about-image-wrap::before {
  inset: 18px 18px 0 0;
}

body.rtl .about-badge {
  left: auto;
  right: 1.25rem;
}

body.rtl .section-label::before {
  order: 2;
}

/* Chairman */
.chairman-section {
  background: var(--bg-secondary);
  overflow: hidden;
}

.chairman-title {
  margin-bottom: 1.5rem;
  font-size: clamp(1.75rem, 3.5vw, 2.65rem);
}

.chairman-photo-wrap {
  width: min(240px, 68%);
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 5px;
  background: linear-gradient(145deg, var(--gold-light), var(--gold), #7a6524);
  box-shadow: 0 0 0 5px rgba(184, 138, 52, 0.12), 0 0 36px rgba(184, 138, 52, 0.25);
}

.chairman-photo {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: top center;
  display: block;
  background: var(--bg-card);
}

.chairman-right {
  position: relative;
  padding-top: 0.5rem;
}

.chairman-quote {
  color: rgba(184, 138, 52, 0.45);
  font-size: 4.5rem;
  line-height: 0.7;
  margin-bottom: 1.25rem;
}

.chairman-quote i {
  display: inline-block;
  transform: scaleX(-1);
}

.chairman-bismillah {
  color: var(--gold);
  font-style: normal;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.chairman-msg {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.02rem;
  line-height: 1.8;
  margin-bottom: 1.15rem;
}

.chairman-signature {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-light);
}

.chairman-role {
  color: var(--text-muted);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.45rem;
}

.chairman-name {
  color: #fff;
  font-family: var(--font-body);
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.chairman-company {
  color: var(--gold);
  font-size: 0.95rem;
  font-weight: 500;
}

body.rtl .chairman-quote i {
  transform: none;
}

/* AI in Construction */
.ai-section {
  --ai-blue: #5ec8f0;
  --ai-blue-soft: rgba(94, 200, 240, 0.15);
  position: relative;
  background: #031428;
  overflow: hidden;
  padding: 110px 0;
}

.ai-section::before {
  content: "";
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
  width: min(720px, 90vw);
  height: 320px;
  background: radial-gradient(ellipse at center, rgba(50, 120, 200, 0.22), transparent 70%);
  pointer-events: none;
}

.ai-header {
  position: relative;
  max-width: 760px;
  margin: 0 auto 2.75rem;
}

.ai-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.45rem 1rem;
  border: 1px solid rgba(94, 200, 240, 0.45);
  border-radius: 999px;
  color: var(--ai-blue);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 1.35rem;
  background: rgba(94, 200, 240, 0.06);
}

.ai-badge i {
  font-size: 0.95rem;
}

.ai-title {
  font-family: var(--font-body);
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 1rem;
  color: #fff;
}

.ai-title .ai-accent {
  color: var(--ai-blue);
}

.ai-sub {
  color: rgba(255, 255, 255, 0.62);
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0 auto;
  max-width: 640px;
}

.ai-stats {
  margin-bottom: 1.5rem;
}

.ai-stat-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 1.6rem 1rem;
  text-align: center;
  height: 100%;
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.ai-stat-card:hover {
  border-color: rgba(184, 138, 52, 0.35);
  transform: translateY(-3px);
}

.ai-stat-value {
  font-size: clamp(1.8rem, 3vw, 2.35rem);
  font-weight: 700;
  color: var(--gold);
  line-height: 1.1;
  margin-bottom: 0.4rem;
}

.ai-stat-label {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.88rem;
}

.ai-features {
  margin-bottom: 2.5rem;
}

.ai-feature-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 1.5rem 1.25rem;
  height: 100%;
  transition: border-color 0.25s ease, transform 0.25s ease, background 0.25s ease;
}

.ai-feature-card:hover {
  border-color: rgba(94, 200, 240, 0.35);
  background: rgba(94, 200, 240, 0.04);
  transform: translateY(-4px);
}

.ai-feature-icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ai-blue);
  font-size: 1.45rem;
  margin-bottom: 1rem;
  filter: drop-shadow(0 0 8px rgba(94, 200, 240, 0.35));
}

.ai-feature-card h4 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.65rem;
}

.ai-feature-card p {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.88rem;
  line-height: 1.65;
  margin: 0;
}

.ai-footer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  flex-wrap: wrap;
  margin: 0 auto;
  width: fit-content;
  max-width: 100%;
  padding: 0.7rem 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
}

.ai-section .ai-footer {
  display: flex;
}

.ai-footer-brand {
  background: var(--gold);
  color: #051E3C;
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  padding: 0.28rem 0.7rem;
  border-radius: 6px;
}

.ai-footer-sep {
  color: rgba(255, 255, 255, 0.35);
}

.ai-footer-tag {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9rem;
  font-weight: 500;
}

.ai-footer-tag .tag-plan {
  color: #7ec8f5;
}

.ai-footer-tag .tag-protect {
  color: #b39ddb;
}

.ai-footer-tag .dash {
  margin: 0 0.35rem;
  opacity: 0.7;
}

.ai-footer-tag .dash-a {
  color: #e57373;
}

.ai-footer-tag .dash-b {
  color: #64b5f6;
}

/* Services / Specializations */
.services-section {
  background: #031428;
  overflow: hidden;
}

.services-head {
  margin-bottom: 2.75rem;
}

.services-title {
  margin-bottom: 0;
}

.spec-nav {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.spec-nav-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
  border-left: 2px solid transparent;
  color: rgba(255, 255, 255, 0.45);
  padding: 0.95rem 1.1rem;
  cursor: pointer;
  transition: all 0.25s ease;
}

.spec-nav-item:hover {
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.03);
}

.spec-nav-item.active {
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  border-left-color: var(--gold);
}

.spec-nav-num {
  flex-shrink: 0;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  min-width: 1.6rem;
  color: rgba(255, 255, 255, 0.35);
}

.spec-nav-item.active .spec-nav-num {
  color: var(--gold);
}

.spec-nav-label {
  flex: 1;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.35;
}

.spec-nav-arrow {
  opacity: 0;
  transform: translateX(-6px);
  color: var(--gold);
  font-size: 0.95rem;
  transition: all 0.25s ease;
}

.spec-nav-item.active .spec-nav-arrow {
  opacity: 1;
  transform: translateX(0);
}

.spec-panel {
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.spec-panel.is-switching {
  opacity: 0;
  transform: translateY(12px);
}

.spec-image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 1.5rem;
  background: #0a2749;
}

.spec-image-wrap img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.spec-panel:hover .spec-image-wrap img {
  transform: scale(1.03);
}

.spec-big-num {
  position: absolute;
  left: 1.25rem;
  bottom: 0.4rem;
  font-size: clamp(4rem, 10vw, 6.5rem);
  font-weight: 700;
  line-height: 1;
  color: rgba(184, 138, 52, 0.35);
  pointer-events: none;
  letter-spacing: -0.02em;
}

.spec-panel-title {
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.85rem;
}

.spec-panel-desc {
  color: rgba(255, 255, 255, 0.58);
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  max-width: 540px;
}

.spec-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.85rem;
  padding: 0.75rem 1.4rem;
}

body.rtl .spec-nav-item {
  text-align: right;
  border-left: none;
  border-right: 2px solid transparent;
}

body.rtl .spec-nav-item.active {
  border-right-color: var(--gold);
}

body.rtl .spec-nav-arrow {
  transform: translateX(6px) scaleX(-1);
}

body.rtl .spec-nav-item.active .spec-nav-arrow {
  transform: translateX(0) scaleX(-1);
}

body.rtl .spec-big-num {
  left: auto;
  right: 1.25rem;
}

body.rtl .spec-cta i {
  transform: scaleX(-1);
}

/* Filter pills */
.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 2.25rem;
}

.filter-btn {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.72);
  padding: 0.5rem 1.15rem;
  border-radius: 2px;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.filter-btn:hover {
  border-color: rgba(184, 138, 52, 0.5);
  color: #fff;
}

.filter-btn.active {
  background: var(--gold);
  border-color: var(--gold);
  color: #051E3C;
}

/* Projects */
.projects-section {
  background: #031428;
  overflow: hidden;
}

.projects-head {
  margin-bottom: 1.75rem;
}

.projects-title {
  margin-bottom: 0;
}

.project-item {
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.project-item.hidden {
  display: none !important;
}

.project-item.is-hiding {
  opacity: 0;
  transform: scale(0.96);
  pointer-events: none;
}

.project-card {
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  min-height: 0;
  background: #0a0a0a;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

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

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

.project-badge {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  z-index: 2;
  background: rgba(8, 10, 18, 0.55);
  border: 1px solid rgba(228, 184, 74, 0.85);
  color: #e4b84a;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.28rem 0.55rem;
  line-height: 1;
  backdrop-filter: blur(3px);
}

.project-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.92) 0%,
    rgba(0, 0, 0, 0.55) 38%,
    rgba(0, 0, 0, 0.08) 68%,
    transparent 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 1rem 1rem 1.05rem;
  transition: background 0.3s ease;
}

.project-card:hover .project-overlay {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.96) 0%,
    rgba(0, 0, 0, 0.62) 42%,
    rgba(0, 0, 0, 0.18) 72%,
    transparent 100%
  );
}

.project-year {
  color: #e4b84a;
  font-size: 0.78rem;
  font-weight: 600;
  margin-bottom: 0.28rem;
  letter-spacing: 0.02em;
}

.project-card h4 {
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 0.45rem;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.project-loc {
  display: flex;
  align-items: flex-start;
  gap: 0.3rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.74rem;
  line-height: 1.35;
}

.project-loc i {
  color: #e4b84a;
  margin-top: 0.08rem;
  flex-shrink: 0;
  font-size: 0.78rem;
}

body.rtl .project-badge {
  right: auto;
  left: 0.85rem;
}

@media (max-width: 575.98px) {
  .project-card {
    aspect-ratio: 16 / 11;
  }

  .project-card h4 {
    font-size: 0.9rem;
  }
}

/* Featured Project Showcase */
.featured-project-section {
  background: #051E3C;
  overflow: hidden;
  padding: 100px 0;
}

.featured-project-head {
  max-width: 820px;
  margin: 0 auto 2.5rem;
}

.featured-project-badge {
  display: inline-block;
  background: var(--gold);
  color: #051E3C;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  margin-bottom: 1.25rem;
}

.featured-project-title {
  font-family: var(--font-body);
  font-size: clamp(1.6rem, 3.5vw, 2.35rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.85rem;
  line-height: 1.25;
}

.featured-project-sub {
  color: rgba(255, 255, 255, 0.58);
  font-size: 1rem;
  line-height: 1.65;
  margin: 0 auto;
  max-width: 620px;
}

.featured-carousel-wrap {
  max-width: 980px;
  margin: 0 auto;
}

.featured-carousel {
  border-radius: 14px;
  overflow: hidden;
  background: #0a2749;
  position: relative;
}

.featured-carousel .carousel-item {
  position: relative;
}

.featured-carousel .carousel-item img {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  display: block;
}

.featured-slide-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2.5rem 1.5rem 1.35rem;
  background: linear-gradient(to top, rgba(8, 10, 18, 0.92) 0%, transparent 100%);
  pointer-events: none;
}

.featured-slide-caption p {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  margin: 0 0 0.25rem;
  max-width: 90%;
}

.featured-slide-count {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.82rem;
  font-weight: 500;
}

.featured-control {
  width: 42px;
  height: 42px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  backdrop-filter: blur(6px);
}

.featured-control::after {
  display: none;
}

.featured-control:hover {
  background: rgba(255, 255, 255, 0.2);
}

.featured-control.carousel-control-prev {
  left: 1rem;
}

.featured-control.carousel-control-next {
  right: 1rem;
}

.featured-control i {
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
}

.featured-dots {
  display: flex;
  justify-content: center;
  gap: 0.45rem;
  margin-top: 1rem;
}

.featured-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.featured-dot.active {
  background: var(--gold);
  transform: scale(1.15);
}

.featured-thumbs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.35rem;
}

.featured-thumb {
  padding: 0;
  border: 2px solid transparent;
  border-radius: 6px;
  overflow: hidden;
  background: none;
  cursor: pointer;
  opacity: 0.65;
  transition: opacity 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.featured-thumb:hover {
  opacity: 0.9;
}

.featured-thumb.active {
  border-color: var(--gold);
  opacity: 1;
  transform: translateY(-2px);
}

.featured-thumb img {
  width: 88px;
  height: 58px;
  object-fit: cover;
  display: block;
}

body.rtl .featured-slide-caption {
  text-align: right;
}

body.rtl .featured-control.carousel-control-prev {
  left: auto;
  right: 1rem;
}

body.rtl .featured-control.carousel-control-next {
  right: auto;
  left: 1rem;
}

body.rtl .featured-control.carousel-control-prev i,
body.rtl .featured-control.carousel-control-next i {
  transform: scaleX(-1);
}

/* Why Advantage */
.why-advantage-section {
  background: #031428;
  overflow: hidden;
}

.why-head {
  text-align: left;
  max-width: 720px;
  margin-bottom: 3rem;
}

.why-title {
  margin-bottom: 1.15rem;
  line-height: 1.05;
}

.why-title .gold {
  display: inline-block;
}

.why-sub {
  color: rgba(255, 255, 255, 0.62);
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0;
  max-width: 640px;
}

body.rtl .why-head {
  text-align: right;
}

/* Why / Commitments */
.why-section {
  background: var(--bg-secondary);
}

.commitments-section {
  background: #031428;
  overflow: hidden;
}

.commit-head {
  text-align: left;
  margin-bottom: 2.75rem;
}

.commit-title {
  margin-bottom: 0;
  line-height: 1.05;
}

.commit-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 1.6rem 1.35rem;
  height: 100%;
  transition: border-color 0.25s ease, transform 0.25s ease, background 0.25s ease;
}

.commit-card:hover {
  border-color: rgba(184, 138, 52, 0.3);
  background: rgba(255, 255, 255, 0.045);
  transform: translateY(-4px);
}

.commit-icon {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid;
  font-size: 1.25rem;
  margin-bottom: 1.15rem;
}

.commit-icon-gold {
  color: var(--gold);
  border-color: rgba(184, 138, 52, 0.55);
  background: rgba(184, 138, 52, 0.08);
}

.commit-icon-blue {
  color: #0a2d5c;
  border-color: rgba(10, 45, 92, 0.55);
  background: rgba(10, 45, 92, 0.1);
}

.commit-card h4 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.7rem;
}

.commit-card p {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.9rem;
  line-height: 1.65;
  margin: 0;
}

body.rtl .commit-head {
  text-align: right;
}

.cta-banner {
  width: 100%;
  margin-top: 3rem;
  padding: 0;
  background: linear-gradient(90deg, rgba(26, 22, 10, 0.88) 0%, rgba(61, 48, 10, 0.42) 50%, rgba(16, 21, 37, 0.95) 100%);
  border-top: 1px solid rgba(184, 138, 52, 0.16);
  border-bottom: 1px solid rgba(184, 138, 52, 0.16);
}

.cta-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2.9rem 3rem;
}

.cta-banner-copy {
  max-width: 680px;
}

.cta-banner h3 {
  font-family: var(--font-body);
  font-size: clamp(1.9rem, 3vw, 2.7rem);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 0.55rem;
  color: #fff;
}

.cta-banner p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.98rem;
  line-height: 1.65;
  margin: 0;
}

.cta-banner-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  flex-shrink: 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  font-weight: 700;
  border-radius: 0;
  padding: 0.95rem 1.35rem;
}

.cta-banner-btn i {
  font-size: 0.9rem;
}

body.rtl .cta-banner {
  text-align: right;
}

body.rtl .cta-banner-btn i {
  transform: scaleX(-1);
}

/* Blogs */
.blogs-section {
  padding-top: 70px;
}

.blogs-head {
  margin-bottom: 2.2rem;
}

.blogs-title {
  margin-bottom: 0.85rem;
}

.blogs-sub {
  max-width: 760px;
}

.blog-card {
  height: 100%;
  background: linear-gradient(180deg, rgba(10, 39, 73, 0.96), rgba(5, 30, 60, 0.98));
  border: 1px solid var(--border-light);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.24);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.blog-card:hover {
  transform: translateY(-5px);
  border-color: rgba(184, 138, 52, 0.35);
}

.blog-card-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  display: block;
}

.blog-card-body {
  padding: 1.2rem 1.2rem 1.3rem;
}

.blog-meta {
  display: inline-flex;
  padding: 0.26rem 0.65rem;
  border-radius: 999px;
  background: rgba(184, 138, 52, 0.16);
  color: var(--gold-light);
  font-size: 0.73rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0.8rem;
}

.blog-card h3 {
  font-family: var(--font-display);
  font-size: 1.48rem;
  line-height: 1.2;
  margin: 0 0 0.55rem;
}

.blog-card p {
  color: var(--text-secondary);
  font-size: 0.92rem;
  margin: 0 0 0.9rem;
}

.blog-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--gold-light);
  font-size: 0.85rem;
  font-weight: 600;
}

.blogs-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  margin-top: 1.75rem;
}

.blogs-page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.2rem;
  height: 2.2rem;
  padding: 0 0.65rem;
  border: 1px solid var(--border-light);
  border-radius: 8px;
  background: rgba(10, 39, 73, 0.9);
  color: var(--text-secondary);
  font-size: 0.82rem;
  font-weight: 600;
  transition: all 0.2s ease;
}

a.blogs-page-btn:hover {
  color: var(--text-primary);
  border-color: rgba(184, 138, 52, 0.45);
  background: rgba(13, 49, 94, 0.95);
}

.blogs-page-btn.is-active {
  background: rgba(184, 138, 52, 0.18);
  border-color: var(--gold);
  color: var(--gold-light);
}

.blogs-page-btn.is-disabled {
  opacity: 0.45;
  pointer-events: none;
}

.blog-detail-section {
  padding: 1.5rem 0 4.5rem;
}

.blog-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 1.6rem;
  align-items: start;
}

.blog-detail-main {
  background: linear-gradient(180deg, rgba(10, 39, 73, 0.95), rgba(5, 30, 60, 0.98));
  border: 1px solid var(--border-light);
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.24);
  overflow: hidden;
}

.blog-detail-head {
  padding: clamp(1.2rem, 2.5vw, 2rem) clamp(1rem, 2.6vw, 2rem) 1rem;
}

.blog-detail-meta {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0 0 0.85rem;
  color: var(--text-secondary);
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.blog-detail-head h1 {
  margin: 0 0 0.7rem;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3vw, 2.5rem);
}

.blog-detail-sub {
  margin: 0;
  color: var(--text-secondary);
  max-width: 860px;
}

.blog-detail-cover {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  margin: 0;
  background: #0a2749;
}

.blog-detail-cover img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.blog-detail-content {
  padding: clamp(1rem, 2.4vw, 2rem);
}

.blog-content-block + .blog-content-block {
  margin-top: 1.4rem;
}

.blog-content-block h2 {
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.1vw, 1.65rem);
}

.blog-content-html img,
.blog-content-html-body img {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  display: block;
  margin: 1.25rem 0;
  border-radius: 8px;
}

.blog-content-html p,
.blog-content-html-body p {
  color: var(--text-secondary);
  line-height: 1.8;
  margin: 0 0 1rem;
}

.blog-content-text {
  margin: 0;
  color: var(--text-secondary);
  line-height: 1.8;
  white-space: pre-line;
}

.blog-detail-toc {
  position: sticky;
  top: 100px;
}

.blog-toc-card {
  background: linear-gradient(180deg, rgba(10, 39, 73, 0.95), rgba(5, 30, 60, 0.98));
  border: 1px solid var(--border-light);
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
  padding: 1rem 1rem 1.1rem;
}

.blog-toc-card h3 {
  margin: 0 0 0.85rem;
  font-size: 1.02rem;
}

.blog-toc-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.35rem;
}

.blog-toc-card a {
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.4;
  transition: color 0.2s ease, transform 0.2s ease;
  display: inline-block;
}

.blog-toc-card a:hover {
  color: var(--gold-light);
  transform: translateX(2px);
}

.blog-related {
  margin-top: 2rem;
}

@media (max-width: 992px) {
  .blog-detail-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .blog-detail-toc {
    position: static;
  }
}

/* Maintenance */
.maintenance-section {
  background: #031428;
  overflow: hidden;
}

.maintenance-head {
  text-align: left;
  max-width: 760px;
  margin-bottom: 2.3rem;
}

.maintenance-title {
  margin-bottom: 1rem;
  line-height: 1.05;
}

.maintenance-sub {
  color: rgba(255, 255, 255, 0.62);
  font-size: 1rem;
  line-height: 1.65;
  margin: 0;
  max-width: 620px;
}

.maintenance-stats {
  margin-bottom: 1.6rem;
}

.maintenance-stat-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.02);
  padding: 1.25rem 1rem;
  text-align: center;
}

.maintenance-stat-value {
  color: var(--gold);
  font-size: clamp(1.75rem, 3vw, 2.3rem);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.35rem;
}

.maintenance-stat-label {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.maintenance-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.maintenance-card {
  width: 100%;
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 1rem;
  align-items: start;
  text-align: left;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1rem;
  color: inherit;
  transition: border-color 0.25s ease, background 0.25s ease;
}

.maintenance-card:hover,
.maintenance-card.is-open {
  border-color: rgba(184, 138, 52, 0.35);
  background: rgba(255, 255, 255, 0.035);
}

.maintenance-card-code {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(184, 138, 52, 0.12);
  border: 1px solid rgba(184, 138, 52, 0.4);
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 700;
}

.maintenance-card-top {
  margin-bottom: 0.35rem;
}

.maintenance-status {
  display: inline-block;
  background: rgba(45, 179, 98, 0.16);
  color: #37d07e;
  border: 1px solid rgba(55, 208, 126, 0.28);
  font-size: 0.68rem;
  font-weight: 600;
  padding: 0.15rem 0.42rem;
}

.maintenance-card-title {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.45rem;
}

.maintenance-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.82rem;
}

.maintenance-card-meta i {
  color: rgba(255, 255, 255, 0.35);
  margin-right: 0.2rem;
}

.maintenance-toggle {
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.78rem;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin-top: 0.2rem;
}

.maintenance-toggle i {
  transition: transform 0.25s ease;
}

.maintenance-card.is-open .maintenance-toggle i {
  transform: rotate(180deg);
}

.maintenance-card-body {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.35s ease, opacity 0.25s ease, margin-top 0.25s ease;
}

.maintenance-card.is-open .maintenance-card-body {
  max-height: 140px;
  opacity: 1;
  margin-top: 0.85rem;
}

.maintenance-card-body p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.9rem;
  line-height: 1.65;
  margin: 0;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

body.rtl .maintenance-head,
body.rtl .maintenance-card {
  text-align: right;
}

body.rtl .maintenance-card {
  grid-template-columns: auto 1fr 48px;
}

body.rtl .maintenance-card-meta i {
  margin-right: 0;
  margin-left: 0.2rem;
}

/* Equipment */
.equipment-section {
  background: #031428;
  overflow: hidden;
}

.equip-head {
  text-align: left;
  max-width: 720px;
  margin-bottom: 2.3rem;
}

.equip-title {
  margin-bottom: 1rem;
  line-height: 1.05;
}

.equip-sub {
  color: rgba(255, 255, 255, 0.62);
  font-size: 1rem;
  line-height: 1.65;
  margin: 0;
  max-width: 620px;
}

.equip-stats {
  margin-bottom: 2rem;
}

.equip-stat-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.02);
  padding: 1.25rem 1rem;
  text-align: center;
}

.equip-stat-value {
  color: var(--gold);
  font-size: clamp(1.75rem, 3vw, 2.3rem);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.35rem;
}

.equip-stat-label {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.equip-cards {
  margin-bottom: 0;
}

.equip-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  overflow: hidden;
  height: 100%;
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.equip-card:hover {
  border-color: rgba(184, 138, 52, 0.35);
  transform: translateY(-4px);
}

.equip-card-img {
  position: relative;
  overflow: hidden;
}

.equip-card-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.equip-card:hover .equip-card-img img {
  transform: scale(1.05);
}

.equip-card-badge {
  position: absolute;
  left: 1rem;
  bottom: 0.8rem;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.82rem;
  font-weight: 500;
}

.equip-badge-num {
  color: var(--gold);
  font-size: clamp(1.65rem, 2.5vw, 2.1rem);
  font-weight: 700;
  margin-right: 0.25rem;
}

.equip-card-body {
  padding: 1.25rem 1.15rem 1.35rem;
}

.equip-card-body h4 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.75rem;
}

.equip-card-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.equip-card-body ul li {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.88rem;
  line-height: 1.6;
  padding-left: 0.9rem;
  position: relative;
}

.equip-card-body ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--gold);
}

body.rtl .equip-head {
  text-align: right;
}

body.rtl .equip-card-body ul li {
  padding-left: 0;
  padding-right: 0.9rem;
}

body.rtl .equip-card-body ul li::before {
  left: auto;
  right: 0;
}

body.rtl .equip-card-badge {
  left: auto;
  right: 1rem;
}

body.rtl .equip-badge-num {
  margin-right: 0;
  margin-left: 0.25rem;
}

/* Certifications */
.certifications-section {
  background: #031428;
  overflow: hidden;
}

.certifications-section .our-cert-images {
  margin-top: 0.25rem;
}

.certifications-section .our-cert-content {
  max-width: 560px;
}

.our-cert-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.our-cert-img-link {
  display: block;
  background: #0a2749;
  border: 1px solid rgba(184, 138, 52, 0.22);
  overflow: hidden;
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.our-cert-img-link:hover {
  border-color: rgba(184, 138, 52, 0.55);
  transform: translateY(-3px);
}

.our-cert-img-link img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  background: #fff;
}

.our-cert-content {
  max-width: 540px;
}

.our-cert-heading {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 600;
  color: #fff;
  margin: 0.5rem 0 1.15rem;
  line-height: 1.2;
}

.our-cert-text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.02rem;
  line-height: 1.8;
  margin: 0;
}

@media (max-width: 575.98px) {
  .our-cert-images {
    grid-template-columns: 1fr;
    max-width: 320px;
    margin-inline: auto;
  }

  .our-cert-content {
    text-align: center;
    max-width: none;
  }

  .our-cert-content .section-label {
    justify-content: center;
  }
}

.cert-head {
  text-align: left;
  max-width: 720px;
  margin-bottom: 2.5rem;
}

.cert-title {
  margin-bottom: 1rem;
  line-height: 1.05;
}

.cert-sub {
  color: rgba(255, 255, 255, 0.62);
  font-size: 1rem;
  line-height: 1.65;
  margin: 0;
  max-width: 520px;
}

.cert-cards {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.85rem;
  margin: 0;
  align-items: stretch;
}

.cert-cards > .col {
  width: 100%;
  max-width: none;
  padding: 0;
  display: flex;
}

.cert-card {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: left;
  background: #0a2749;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  padding: 1.4rem 1.15rem 1.45rem;
  width: 100%;
  min-height: 280px;
  overflow: hidden;
  transition: border-color 0.25s ease, transform 0.25s ease, background 0.25s ease;
}

.cert-card-gold {
  border-top: 2px solid var(--gold);
  border-left: 2px solid var(--gold);
}

.cert-card-blue {
  border-top: 2px solid #0a2d5c;
  border-left: 2px solid #0a2d5c;
}

.cert-card:hover {
  background: #0d315e;
  transform: translateY(-3px);
}

.cert-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 1.15rem;
  position: relative;
  z-index: 1;
}

.cert-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.95rem;
  line-height: 1;
  flex-shrink: 0;
}

.cert-card-gold .cert-icon {
  color: #031428;
  background: var(--gold);
}

.cert-card-blue .cert-icon {
  color: #031428;
  background: #0a2d5c;
}

.cert-icon-faint {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  color: rgba(255, 255, 255, 0.06);
  font-size: 2.4rem;
  line-height: 1;
  pointer-events: none;
  z-index: 0;
}

.cert-card h4 {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}

.cert-subtitle {
  position: relative;
  z-index: 1;
  font-size: 0.88rem;
  font-weight: 700;
  margin-bottom: 0.85rem;
  min-height: 2.4em;
  line-height: 1.35;
}

.cert-card-gold .cert-subtitle {
  color: var(--gold);
}

.cert-card-blue .cert-subtitle {
  color: #0a2d5c;
}

.cert-card p {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.82rem;
  line-height: 1.65;
  margin: 0;
  flex: 1;
}

body.rtl .cert-head,
body.rtl .cert-card {
  text-align: right;
}

body.rtl .cert-card-gold,
body.rtl .cert-card-blue {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  border-right-width: 2px;
  border-right-style: solid;
}

body.rtl .cert-card-gold {
  border-right-color: var(--gold);
}

body.rtl .cert-card-blue {
  border-right-color: #0a2d5c;
}

body.rtl .cert-icon-faint {
  right: auto;
  left: 0.85rem;
}

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

@media (max-width: 767.98px) {
  .cert-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cert-card {
    min-height: 260px;
  }
}

@media (max-width: 575.98px) {
  .cert-cards {
    grid-template-columns: 1fr;
  }

  .cert-card {
    min-height: 0;
  }
}

/* Awards */
.awards-section {
  background: #031428;
  overflow: hidden;
}

.awards-head {
  text-align: left;
  max-width: 760px;
  margin-bottom: 2.5rem;
}

.awards-title {
  margin-bottom: 1rem;
  line-height: 1.05;
}

.awards-sub {
  color: rgba(255, 255, 255, 0.62);
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
  max-width: 680px;
}

.awards-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
  align-items: stretch;
}

.award-card {
  display: flex;
  flex-direction: column;
  background: #0a2749;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  padding: 1.75rem 1.6rem 1.7rem;
  min-height: 220px;
  height: 100%;
  transition: border-color 0.25s ease, transform 0.25s ease, background 0.25s ease;
}

.award-card:hover {
  background: #0d315e;
  transform: translateY(-3px);
}

.award-card-meta {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1.15rem;
}

.award-icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 1.15rem;
  flex-shrink: 0;
  line-height: 1;
}

.award-meta-text {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem;
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.3;
}

.award-year {
  width: auto;
  font-size: inherit;
  font-weight: 700;
}

.award-sep {
  opacity: 0.55;
}

.award-source {
  color: rgba(255, 255, 255, 0.55);
  font-weight: 500;
}

.award-card h3 {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 0.75rem;
}

.award-card p {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.9rem;
  line-height: 1.65;
  margin: 0;
  flex: 1;
}

.award-card-gold .award-icon {
  color: var(--gold);
  background: rgba(184, 138, 52, 0.12);
  border: 1px solid rgba(184, 138, 52, 0.28);
}

.award-card-gold .award-year,
.award-card-gold .award-sep {
  color: var(--gold);
}

.award-card-gold:hover {
  border-color: rgba(184, 138, 52, 0.35);
}

.award-card-blue .award-icon {
  color: #0a2d5c;
  background: rgba(10, 45, 92, 0.12);
  border: 1px solid rgba(10, 45, 92, 0.28);
}

.award-card-blue .award-year,
.award-card-blue .award-sep {
  color: #0a2d5c;
}

.award-card-blue:hover {
  border-color: rgba(10, 45, 92, 0.35);
}

.award-card-green .award-icon {
  color: #3D9B6E;
  background: rgba(61, 155, 110, 0.12);
  border: 1px solid rgba(61, 155, 110, 0.28);
}

.award-card-green .award-year,
.award-card-green .award-sep {
  color: #3D9B6E;
}

.award-card-green:hover {
  border-color: rgba(61, 155, 110, 0.35);
}

.award-card-purple .award-icon {
  color: #8B6BC9;
  background: rgba(139, 107, 201, 0.12);
  border: 1px solid rgba(139, 107, 201, 0.28);
}

.award-card-purple .award-year,
.award-card-purple .award-sep {
  color: #8B6BC9;
}

.award-card-purple:hover {
  border-color: rgba(139, 107, 201, 0.35);
}

body.rtl .awards-head,
body.rtl .award-card {
  text-align: right;
}

body.rtl .award-card-meta {
  flex-direction: row-reverse;
}

body.rtl .award-meta-text {
  flex-direction: row-reverse;
}

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

  .award-card {
    min-height: 0;
  }
}

/* Award Ceremony Photo Gallery */
.award-gallery {
  --award-gallery-pad: max(1.25rem, calc((100vw - 1320px) / 2 + 0.75rem));
  margin-top: 3.5rem;
  width: 100%;
}

.award-gallery-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.award-gallery-title {
  color: var(--gold);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0;
}

.award-gallery-nav {
  display: flex;
  gap: 0.5rem;
  flex-shrink: 0;
}

.award-gallery-btn {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.1rem;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.award-gallery-btn:hover {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(184, 138, 52, 0.08);
}

.award-gallery-btn:disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}

.award-gallery-track {
  display: flex;
  gap: 0.65rem;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  scroll-padding-inline-start: var(--award-gallery-pad);
  padding-inline-start: var(--award-gallery-pad);
  padding-inline-end: var(--award-gallery-pad);
  padding-bottom: 0.25rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.award-gallery-track::-webkit-scrollbar {
  display: none;
}

.award-gallery-item {
  flex: 0 0 300px;
  width: 300px;
  height: 225px;
  background: #0a2749;
  overflow: hidden;
  scroll-snap-align: start;
}

.award-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.award-gallery-item:hover img {
  transform: scale(1.04);
}

.award-gallery-count {
  margin-top: 0.9rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
}

body.rtl .award-gallery-head {
  flex-direction: row-reverse;
}

body.rtl .award-gallery-count {
  text-align: right;
}

@media (max-width: 1199.98px) {
  .award-gallery-item {
    flex-basis: 280px;
    width: 280px;
    height: 210px;
  }
}

@media (max-width: 767.98px) {
  .award-gallery-item {
    flex-basis: 260px;
    width: 260px;
    height: 195px;
  }
}

@media (max-width: 575.98px) {
  .award-gallery-title {
    font-size: 0.8rem;
    letter-spacing: 0.04em;
  }

  .award-gallery-btn {
    width: 36px;
    height: 36px;
  }

  .award-gallery-item {
    flex-basis: 240px;
    width: 240px;
    height: 180px;
  }
}

/* Clients */
.clients-section {
  background: #031428;
  overflow: hidden;
  padding-bottom: 120px;
}

.clients-head {
  text-align: left;
  max-width: 760px;
  margin-bottom: 4rem;
}

.clients-title {
  margin-bottom: 1rem;
  line-height: 1.05;
}

.clients-sub {
  color: rgba(255, 255, 255, 0.55);
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
  max-width: 560px;
}

.clients-marquee-wrap {
  position: relative;
  margin-bottom: 1.5rem;
}

.clients-marquee-wrap:last-child {
  margin-bottom: 0;
}

.clients-marquee {
  overflow: hidden;
  width: 100%;
}

.clients-marquee-track {
  display: flex;
  width: max-content;
  will-change: transform;
}

.clients-marquee-track-left {
  animation: clients-marquee-left 50s linear infinite;
}

.clients-marquee-track-right {
  animation: clients-marquee-right 50s linear infinite;
}

.clients-marquee-wrap:hover .clients-marquee-track {
  animation-play-state: paused;
}

.clients-marquee-wrap.is-static .clients-marquee {
  display: flex;
  justify-content: center;
}

.clients-marquee-wrap.is-static .clients-marquee-track {
  animation: none;
  transform: none;
  will-change: auto;
}

.clients-marquee-wrap.is-static .clients-marquee-fade {
  display: none;
}

.clients-marquee-fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(4rem, 10vw, 10rem);
  z-index: 2;
  pointer-events: none;
}

.clients-marquee-fade-left {
  left: 0;
  background: linear-gradient(to right, #031428, transparent);
}

.clients-marquee-fade-right {
  right: 0;
  background: linear-gradient(to left, #031428, transparent);
}

.client-card {
  flex: 0 0 auto;
  width: 180px;
  height: 140px;
  margin: 0 0.75rem;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.client-card:hover {
  border-color: rgba(184, 138, 52, 0.4);
}

.client-card-logo {
  width: 140px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
  transition: transform 0.3s ease;
}

.client-card:hover .client-card-logo {
  transform: scale(1.1);
}

.client-card-logo img {
  max-width: 140px;
  max-height: 64px;
  object-fit: contain;
  transition: filter 0.3s ease;
}

.client-card:hover .client-card-logo img {
  filter: brightness(1.1);
}

.client-card p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.6rem;
  line-height: 1.35;
  text-align: center;
  max-width: 140px;
  margin: 0;
  transition: color 0.3s ease;
}

.client-card:hover p {
  color: rgba(255, 255, 255, 0.8);
}

.client-card--feedback {
  width: 220px;
  height: auto;
  min-height: 190px;
  padding: 1.1rem 1rem 1.15rem;
  justify-content: flex-start;
}

.client-card--feedback .client-card-logo {
  width: 100%;
  height: 56px;
  margin-bottom: 0.65rem;
  background: #fff;
  border-radius: 4px;
  padding: 0.35rem;
}

.client-card--feedback .client-card-logo img {
  max-width: 100%;
  max-height: 100%;
}

.client-card-quote {
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 0.68rem !important;
  line-height: 1.45 !important;
  max-width: 100% !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.55rem !important;
  flex: 1;
}

.client-card-author {
  display: block;
  color: rgba(184, 138, 52, 0.95);
  font-size: 0.58rem;
  line-height: 1.35;
  text-align: center;
  max-width: 100%;
  letter-spacing: 0.02em;
}

@keyframes clients-marquee-left {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes clients-marquee-right {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

body.rtl .clients-head {
  text-align: right;
}

body.rtl .clients-marquee-track-left {
  animation-name: clients-marquee-right;
}

body.rtl .clients-marquee-track-right {
  animation-name: clients-marquee-left;
}

@media (max-width: 767.98px) {
  .clients-head {
    margin-bottom: 2.5rem;
  }

  .client-card {
    width: 160px;
    height: 125px;
    padding: 1rem;
  }

  .client-card-logo {
    width: 120px;
    height: 56px;
    margin-bottom: 0.6rem;
  }

  .client-card-logo img {
    max-width: 120px;
    max-height: 56px;
  }

  .client-card p {
    max-width: 120px;
    font-size: 0.55rem;
  }

  .client-card--feedback {
    width: 190px;
    min-height: 175px;
  }

  .client-card-quote {
    font-size: 0.6rem !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .clients-marquee-track-left,
  .clients-marquee-track-right {
    animation: none;
  }
}

/* Contact */
.contact-section {
  background: #031428;
  overflow: hidden;
}

.contact-head {
  text-align: left;
  max-width: 760px;
  margin-bottom: 4rem;
}

.contact-title {
  margin-bottom: 1rem;
  line-height: 1.05;
}

.contact-sub {
  color: rgba(255, 255, 255, 0.55);
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
  max-width: 560px;
}

.contact-grid {
  align-items: flex-start;
}

.contact-left {
  max-width: 420px;
}

.contact-intro {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.9rem;
  line-height: 1.75;
  margin-bottom: 2rem;
}

.contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 2rem;
}

.contact-info-item {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.contact-info-item .ci-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(184, 138, 52, 0.08);
  color: var(--gold);
  border: 1px solid rgba(184, 138, 52, 0.3);
  border-radius: 0;
  font-size: 0.95rem;
}

.ci-label {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 0.2rem;
  line-height: 1.3;
}

.ci-value {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.9rem;
  margin: 0;
  line-height: 1.5;
}

.contact-reg-box {
  padding: 1rem;
  margin-bottom: 1.5rem;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-map-wrap {
  margin-bottom: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.contact-map-wrap iframe {
  display: block;
  width: 100%;
  filter: invert(0.9) hue-rotate(180deg) brightness(0.8) contrast(1.2);
}

.contact-map-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 1rem;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s ease;
}

.contact-map-link:hover {
  background: rgba(184, 138, 52, 0.1);
  color: var(--gold);
}

.contact-social .ci-label {
  margin-bottom: 0.75rem;
}

.contact-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.contact-social-links a {
  padding: 0.45rem 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.contact-social-links a:hover {
  border-color: rgba(184, 138, 52, 0.4);
  color: var(--gold);
}

.contact-form-wrap {
  width: 100%;
}

.contact-form {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}

.contact-field-label {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.45rem;
}

.contact-field,
.contact-form .form-control,
.contact-form .form-select {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
  border-radius: 0 !important;
  padding: 0.85rem 1rem !important;
  font-size: 0.9rem;
}

.contact-field:focus,
.contact-form .form-control:focus,
.contact-form .form-select:focus {
  border-color: rgba(184, 138, 52, 0.6) !important;
  box-shadow: none !important;
  outline: none;
}

.contact-field::placeholder {
  color: rgba(255, 255, 255, 0.25) !important;
}

.contact-form .form-select option {
  background: #031428;
  color: #fff;
}

.contact-submit {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 0.25rem;
  padding: 0.9rem 1.5rem;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.82rem;
}

.contact-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 4rem 2rem;
  border: 1px solid rgba(184, 138, 52, 0.3);
  background: rgba(184, 138, 52, 0.05);
}

.contact-success i {
  color: var(--gold);
  font-size: 3rem;
  margin-bottom: 1rem;
}

.contact-success h3 {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.contact-success p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  max-width: 360px;
  margin: 0;
}

.contact-reset {
  margin-top: 1.5rem;
  padding: 0.75rem 1.25rem;
  border-radius: 0;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

body.rtl .contact-head,
body.rtl .contact-left,
body.rtl .contact-reg-box,
body.rtl .contact-social {
  text-align: right;
}

body.rtl .contact-info-item {
  flex-direction: row-reverse;
}

body.rtl .contact-map-link {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

body.rtl .contact-field-label {
  text-align: right;
}

@media (max-width: 991.98px) {
  .contact-left {
    max-width: none;
    margin-bottom: 1rem;
  }

  .contact-head {
    margin-bottom: 2.5rem;
  }
}

/* Footer */
.footer {
  background: #031428;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 4.5rem 0 2rem;
}

.footer-grid {
  margin-bottom: 3rem;
}

.footer-logo-link {
  display: inline-block;
  margin-bottom: 1.25rem;
}

.footer-logo {
  height: 88px;
  width: auto;
  max-width: 320px;
  object-fit: contain;
  filter: none;
}

.footer-tagline {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.88rem;
  line-height: 1.65;
  max-width: 280px;
  margin-bottom: 1.5rem;
}

.footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.75rem;
}

.footer-contact-item i {
  color: rgba(184, 138, 52, 0.6);
  font-size: 0.8rem;
  flex-shrink: 0;
}

.footer-heading {
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 0.5rem;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.88rem;
  text-decoration: none;
  transition: color 0.2s ease;
}

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

.footer-portal-box {
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-portal-box p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.88rem;
  line-height: 1.65;
  margin-bottom: 1rem;
}

.footer-portal-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.65rem 1.25rem;
  background: #16a34a;
  color: #fff !important;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.2s ease;
}

.footer-portal-btn:hover {
  background: #15803d;
  color: #fff !important;
}

.footer-follow-heading {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  margin-bottom: 1.15rem;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem;
}

.footer-social-link {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(184, 138, 52, 0.4);
  border-radius: 50%;
  color: #e4b84a;
  font-size: 1.35rem;
  text-decoration: none;
  background: rgba(184, 138, 52, 0.08);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
  transition: all 0.25s ease;
}

.footer-social-link:hover {
  color: #051E3C;
  background: var(--gold);
  border-color: var(--gold);
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(184, 138, 52, 0.28);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.footer-bottom p,
.footer-bottom-right {
  color: rgba(255, 255, 255, 0.3);
  font-size: 0.75rem;
  margin: 0;
}

.footer-bottom-right {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-bottom-sep {
  color: rgba(255, 255, 255, 0.15);
}

body.rtl .footer-brand,
body.rtl .footer-heading,
body.rtl .footer-portal-box,
body.rtl .footer-links {
  text-align: right;
}

body.rtl .footer-contact-item {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

body.rtl .footer-portal-btn {
  flex-direction: row-reverse;
}

body.rtl .footer-bottom {
  flex-direction: row-reverse;
}

body.rtl .footer-bottom-right {
  flex-direction: row-reverse;
}

@media (max-width: 991.98px) {
  .footer-tagline {
    max-width: none;
  }
}

/* Back to top */
.back-top {
  position: fixed;
  bottom: calc(2rem + 52px + 0.75rem);
  right: 2rem;
  width: 44px;
  height: 44px;
  background: var(--gold);
  color: #051E3C;
  border: none;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(184, 138, 52, 0.4);
}

.back-top.show {
  display: flex;
}

body.rtl .back-top {
  right: auto;
  left: 2rem;
}

/* WhatsApp float — below back-to-top */
.whatsapp-float {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 52px;
  height: 52px;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  font-size: 1.65rem;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.45);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float:hover,
.whatsapp-float:focus {
  color: #fff;
  transform: scale(1.08);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.55);
}

body.rtl .whatsapp-float {
  right: auto;
  left: 2rem;
}

/* Reveal animation */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal-left {
  opacity: 0;
  transform: translateX(-80px);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal-right {
  opacity: 0;
  transform: translateX(80px);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.12s, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.12s;
}

.reveal.visible,
.reveal-left.visible,
.reveal-right.visible,
.reveal-up.visible {
  opacity: 1;
  transform: translate(0, 0);
}

.reveal-up {
  opacity: 0;
  transform: translateY(70px);
  transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1), transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0s);
}

body.rtl .reveal-left {
  transform: translateX(80px);
}

body.rtl .reveal-right {
  transform: translateX(-80px);
}

/* Hidden filter items */
.project-item.hidden {
  display: none !important;
}

/* Responsive */
@media (min-width: 992px) and (max-width: 1399.98px) {
  .navbar-enjaz .nav-link {
    font-size: 0.68rem;
    padding: 0.45rem 0.35rem !important;
  }

  .navbar-brand img {
    height: 80px;
    max-width: 400px;
    min-width: 240px;
  }

  .nav-actions {
    gap: 0.4rem;
    margin-left: 0.4rem;
  }

  .btn-portal,
  .navbar-enjaz .btn-gold.btn-sm,
  .lang-toggle {
    font-size: 0.72rem;
    padding: 0.4rem 0.65rem;
  }
}

@media (max-width: 991.98px) {
  section {
    padding: 70px 0;
  }

  .navbar-collapse {
    background: #f7f6f2;
    padding: 1.5rem;
    border-radius: 8px;
    margin-top: 0.75rem;
    border: 1px solid rgba(5, 30, 60, 0.1);
  }

  .navbar-nav-main {
    margin-left: 0;
  }

  .nav-actions {
    flex-wrap: wrap;
    margin-left: 0;
    padding-left: 0;
    margin-top: 1rem;
    padding-top: 0.75rem;
  }

  .chairman-photo-wrap {
    width: min(220px, 65%);
    margin-inline: auto;
  }

  .chairman-left {
    text-align: center;
  }

  .chairman-left .section-label {
    justify-content: center;
  }

  .about-image-wrap img {
    height: 380px;
  }

  .reveal-left,
  .reveal-right {
    transform: translateY(40px);
  }

  body.rtl .reveal-left,
  body.rtl .reveal-right {
    transform: translateY(40px);
  }

  .spec-image-wrap img {
    height: 260px;
  }

  .spec-nav-item {
    padding: 0.8rem 0.9rem;
  }

  .featured-carousel .carousel-item img {
    aspect-ratio: 16 / 9;
    height: auto;
  }

  .featured-thumb img {
    width: 72px;
    height: 48px;
  }

  .featured-project-section {
    padding: 80px 0;
  }

  .cta-banner-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 2rem 1.5rem;
  }

  .cta-banner-btn {
    align-self: flex-start;
  }

  .maintenance-card {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .maintenance-toggle {
    justify-self: start;
  }

  .ai-section {
    padding: 80px 0;
  }

  .ai-footer {
    flex-direction: column;
    gap: 0.45rem;
    border-radius: 16px;
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  .cta-banner-inner {
    padding: 1.75rem 1.1rem;
  }

  .contact-form {
    padding: 1.5rem;
  }
}

/* Inner Pages */
.page-banner {
  padding: calc(var(--header-height) + 1.25rem) 0 0;
  background: #031428;
}

.page-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: var(--text-secondary);
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--border-light);
}

.page-breadcrumb a {
  color: var(--text-secondary);
  transition: color 0.2s ease;
}

.page-breadcrumb a:hover {
  color: var(--gold);
}

.page-breadcrumb-sep {
  color: var(--text-muted);
  font-size: 0.7rem;
}

.page-breadcrumb-current {
  color: var(--gold);
  font-weight: 500;
}

body.rtl .page-breadcrumb-sep i {
  transform: scaleX(-1);
}

.projects-page {
  padding-top: 3.5rem;
}

.projects-page-sub {
  margin-top: 1rem;
  margin-bottom: 0;
}

.services-page {
  padding-top: 3.5rem;
}

.service-detail-section {
  background: var(--bg-primary);
  padding: 3rem 0 5rem;
}

.service-detail-image-wrap {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #0a2749;
  aspect-ratio: 16 / 9;
}

.service-detail-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.service-detail-num {
  position: absolute;
  top: 1rem;
  right: 1.25rem;
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1;
  color: rgba(255, 255, 255, 0.92);
  pointer-events: none;
}

.service-detail-body {
  max-width: 820px;
}

.service-detail-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
  color: #fff;
  margin: 0.5rem 0 1.25rem;
  line-height: 1.15;
}

.service-detail-desc {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
  line-height: 1.85;
  white-space: pre-line;
  margin: 1.25rem 0 1.75rem;
}

.service-detail-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
}

body.rtl .service-detail-num {
  right: auto;
  left: 1.25rem;
}

body.rtl .service-detail-actions .bi-arrow-left {
  transform: scaleX(-1);
}

.service-detail-more {
  margin-top: 3.25rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.service-detail-more-title {
  margin: 0 0 1.5rem;
}

.service-detail-more .row {
  --bs-gutter-x: 1.25rem;
  --bs-gutter-y: 1.5rem;
}

.service-related-card {
  display: block;
}

.service-related-card img {
  display: block;
  width: 100%;
  margin-bottom: 0.75rem;
}

.service-related-card span {
  display: block;
  line-height: 1.4;
}

/* Videos gallery page */
.videos-section {
  background: #031428;
  padding: 2rem 0 5.5rem;
}

.videos-section-home {
  padding-top: 4.5rem;
}

.videos-home-cta {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}

.projects-home-cta {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}

.videos-head {
  max-width: 720px;
  margin-bottom: 2.75rem;
}

.videos-title {
  margin-bottom: 1rem;
  line-height: 1.05;
}

.videos-sub {
  color: rgba(255, 255, 255, 0.55);
  max-width: 560px;
  margin: 0;
}

.video-featured-wrap {
  margin-bottom: 1.75rem;
}

.videos-grid {
  margin-top: 0.25rem;
}

.video-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.video-card-media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #0b1220;
  overflow: hidden;
}

.video-card-media iframe,
.video-card-media video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  object-fit: cover;
  background: #000;
}

.video-card-poster-fallback {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.45);
  font-size: 2.5rem;
  background: linear-gradient(145deg, #0f1c33, #07101f);
}

.video-card-body {
  background: #f1f3f5;
  padding: 0.95rem 1.15rem;
  border-top: 1px solid #e6e8eb;
}

.video-card-body h3 {
  margin: 0;
  color: #1c2430;
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
}

.video-card-featured .video-card-media {
  aspect-ratio: 16 / 9;
  max-height: none;
}

.video-card-featured .video-card-body {
  padding: 1.15rem 1.35rem;
}

.video-card-featured .video-card-body h3 {
  font-size: 1.15rem;
}

.videos-empty {
  text-align: center;
  padding: 3.5rem 1.5rem;
  color: rgba(255, 255, 255, 0.55);
  border: 1px dashed rgba(255, 255, 255, 0.12);
  border-radius: 12px;
}

.videos-empty i {
  font-size: 2.25rem;
  color: var(--gold);
  display: block;
  margin-bottom: 0.85rem;
}

.videos-empty h3 {
  color: #fff;
  margin-bottom: 0.5rem;
}

.videos-empty p {
  margin: 0;
  max-width: 420px;
  margin-inline: auto;
}

.videos-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 2.75rem;
}

.videos-page-btn {
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.03);
  text-decoration: none;
  font-size: 0.9rem;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

a.videos-page-btn:hover {
  border-color: rgba(184, 138, 52, 0.55);
  color: #fff;
}

.videos-page-btn.is-active {
  background: rgba(184, 138, 52, 0.18);
  border-color: rgba(184, 138, 52, 0.65);
  color: var(--gold);
}

.videos-page-btn.is-disabled {
  opacity: 0.4;
  pointer-events: none;
}

body.rtl .video-card-body h3 {
  text-align: right;
}

@media (max-width: 767.98px) {
  .videos-section {
    padding-bottom: 4rem;
  }

  .video-featured-wrap {
    margin-bottom: 1.25rem;
  }

  .video-card-body {
    padding: 0.85rem 1rem;
  }

  .video-card-featured .video-card-media {
    aspect-ratio: 16 / 9;
    max-height: none;
  }

  .video-card-featured .video-card-body h3,
  .video-card-body h3 {
    font-size: 0.95rem;
  }
}

/* Project preview box (projects page) */
.project-preview-wrap {
  margin: 0 0 1.75rem;
}

.project-preview-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.project-preview-media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #0b1220;
  overflow: hidden;
}

.project-preview-carousel,
.project-preview-carousel .carousel-inner,
.project-preview-carousel .carousel-item {
  height: 100%;
}

.project-preview-carousel .carousel-item {
  background: #0b1220;
}

.project-preview-carousel .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.project-preview-control {
  width: 2.75rem;
  height: 2.75rem;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  opacity: 1;
  background: rgba(3, 20, 40, 0.55);
  border-radius: 50%;
  border: 1px solid rgba(184, 138, 52, 0.45);
}

.project-preview-control i {
  font-size: 1.1rem;
  color: #fff;
}

.project-preview-control:hover {
  background: rgba(184, 138, 52, 0.85);
}

.project-preview-body {
  background: #f1f3f5;
  padding: 1.05rem 1.35rem;
  border-top: 1px solid #e6e8eb;
}

.project-preview-body h3 {
  margin: 0;
  color: #1c2430;
  font-family: "Outfit", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.4;
}

.projects-page .project-item .project-card {
  cursor: pointer;
}

.projects-page .project-item.is-active .project-card {
  outline: 2px solid rgba(184, 138, 52, 0.85);
  outline-offset: 2px;
}

body.rtl .project-preview-body h3 {
  text-align: right;
}

@media (max-width: 767.98px) {
  .project-preview-media {
    aspect-ratio: 16 / 9;
  }

  .project-preview-body {
    padding: 0.85rem 1rem;
  }

  .project-preview-body h3 {
    font-size: 0.95rem;
  }
}


/* Transportation page */
.transportation-section {
  background: #031428;
  padding: 3.5rem 0 5.5rem;
  overflow: hidden;
}

.transportation-title {
  margin: 0 0 1.25rem;
  line-height: 1.05;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.transportation-text {
  color: rgba(255, 255, 255, 0.62);
  font-size: 1rem;
  line-height: 1.75;
  margin: 0 0 1rem;
  max-width: 36rem;
}

.transportation-text:last-child {
  margin-bottom: 0;
}

.transportation-media {
  position: relative;
  padding: 0 18px 18px 0;
}

.transportation-media::before {
  content: "";
  position: absolute;
  inset: 18px 0 0 18px;
  border: 1.5px solid var(--gold);
  z-index: 0;
  pointer-events: none;
}

.transportation-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: clamp(320px, 48vh, 520px);
  object-fit: cover;
  display: block;
}

.transportation-showcase {
  margin-top: 3.5rem;
  padding: 0 clamp(1rem, 6vw, 5rem);
  display: flex;
  justify-content: center;
}

.transportation-showcase img {
  width: 100%;
  max-width: 980px;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
}

.transportation-details {
  margin-top: 3.5rem;
  padding: 0 clamp(1rem, 4vw, 3rem);
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.transportation-catalog {
  margin-top: 4rem;
}

.transportation-catalog-section + .transportation-catalog-section {
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: 1px solid rgba(184, 138, 52, 0.18);
}

.transportation-catalog-head {
  max-width: 720px;
  margin-bottom: 2.25rem;
}

.transportation-catalog-title {
  margin: 0.35rem 0 0.85rem;
  font-family: var(--font-display, "Cormorant Garamond", serif);
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 600;
  line-height: 1.05;
  color: #fff;
}

.transportation-catalog-intro {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 1rem;
  line-height: 1.75;
  max-width: 36rem;
}

.transport-catalog-card {
  height: 100%;
  padding: 1.35rem 1.35rem 1.2rem;
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(184, 138, 52, 0.22);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.transport-catalog-card:hover {
  transform: translateY(-4px);
  border-color: rgba(184, 138, 52, 0.45);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
}

.transport-catalog-card-head {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1.1rem;
  padding-bottom: 0.95rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.transport-catalog-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: rgba(184, 138, 52, 0.14);
  border: 1px solid rgba(184, 138, 52, 0.35);
  color: var(--gold);
  font-size: 1.1rem;
  flex-shrink: 0;
}

.transport-catalog-card-head h3 {
  margin: 0;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.35;
}

.transport-catalog-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.transport-catalog-list li {
  position: relative;
  padding-left: 0.95rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
  line-height: 1.55;
}

.transport-catalog-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold);
}

body.rtl .transport-catalog-list li {
  padding-left: 0;
  padding-right: 0.95rem;
}

body.rtl .transport-catalog-list li::before {
  left: auto;
  right: 0;
}

body.rtl .transport-catalog-card-head {
  flex-direction: row-reverse;
  text-align: right;
}

body.rtl .transportation-catalog-head {
  text-align: right;
}

.transportation-details-block + .transportation-details-block {
  margin-top: 2.75rem;
}

.transportation-details-title {
  margin: 0 0 1.5rem;
  color: var(--gold);
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  font-weight: 600;
}

.transportation-details-group + .transportation-details-group {
  margin-top: 1.5rem;
}

.transportation-details-subtitle {
  margin: 0 0 0.75rem;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 600;
}

.transportation-details-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.transportation-details-list li {
  position: relative;
  padding-left: 1.1rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
  font-size: 0.98rem;
}

.transportation-details-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gold);
  font-size: 0.55rem;
  line-height: 2.2;
}

body.rtl .transportation-details-list li {
  padding-left: 0;
  padding-right: 1.1rem;
}

body.rtl .transportation-details-list li::before {
  left: auto;
  right: 0;
}

body.rtl .transportation-media {
  padding: 0 0 18px 18px;
}

body.rtl .transportation-media::before {
  inset: 18px 18px 0 0;
}

body.rtl .transportation-content {
  text-align: right;
}

@media (max-width: 991.98px) {
  .transportation-section {
    padding: 2.5rem 0 4rem;
  }

  .transportation-media img {
    height: clamp(260px, 42vh, 400px);
  }

  .transportation-showcase {
    margin-top: 2.5rem;
    padding: 0 1rem;
  }

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

  .transportation-catalog-section + .transportation-catalog-section {
    margin-top: 3rem;
    padding-top: 3rem;
  }
}

/* Designs gallery page */
.designs-section {
  background: #031428;
  padding: 2.5rem 0 5.5rem;
}

.designs-head {
  max-width: 720px;
  margin-bottom: 2.75rem;
}

.designs-title {
  margin-bottom: 1rem;
  line-height: 1.05;
}

.designs-sub {
  color: rgba(255, 255, 255, 0.55);
  max-width: 560px;
  margin: 0;
}

.designs-grid > [class*="col-"] {
  display: flex;
}

.design-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.design-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.38);
}

.design-card-media {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  padding: 0;
  border: 0;
  background: #0b1220;
  overflow: hidden;
  cursor: zoom-in;
}

.design-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.4s ease;
}

.design-card:hover .design-card-image {
  transform: scale(1.05);
}

.design-card-overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(3, 20, 40, 0.35);
  opacity: 0;
  transition: opacity 0.25s ease;
  color: #fff;
  font-size: 1.5rem;
}

.design-card:hover .design-card-overlay {
  opacity: 1;
}

.design-card-overlay i {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(184, 138, 52, 0.92);
  color: #031428;
  font-size: 1.15rem;
}

.design-card-body {
  background: #f1f3f5;
  padding: 0.95rem 1.15rem;
  border-top: 1px solid #e6e8eb;
  min-height: 3.5rem;
  display: flex;
  align-items: center;
}

.design-card-body h3 {
  margin: 0;
  color: #1c2430;
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  text-transform: capitalize;
}

.designs-empty {
  text-align: center;
  padding: 3.5rem 1.5rem;
  color: rgba(255, 255, 255, 0.55);
  border: 1px dashed rgba(255, 255, 255, 0.12);
  border-radius: 12px;
}

.designs-empty i {
  font-size: 2.25rem;
  color: var(--gold);
  display: block;
  margin-bottom: 0.85rem;
}

.designs-empty h3 {
  color: #fff;
  margin-bottom: 0.5rem;
}

.designs-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 2.75rem;
}

.designs-page-btn {
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.03);
  text-decoration: none;
  font-size: 0.9rem;
}

a.designs-page-btn:hover {
  border-color: rgba(184, 138, 52, 0.55);
  color: #fff;
}

.designs-page-btn.is-active {
  background: rgba(184, 138, 52, 0.18);
  border-color: rgba(184, 138, 52, 0.65);
  color: var(--gold);
}

.designs-page-btn.is-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.design-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  padding: 1.5rem;
}

.design-modal[hidden] {
  display: none !important;
}

.design-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(3, 20, 40, 0.88);
}

.design-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
}

.design-modal-dialog img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #0b1220;
  display: block;
}

.design-modal-dialog h3 {
  margin: 0;
  padding: 1rem 1.25rem;
  font-family: "Outfit", sans-serif;
  font-size: 1.05rem;
  color: #1c2430;
  background: #f1f3f5;
}

.design-modal-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
  width: 2.4rem;
  height: 2.4rem;
  border: 0;
  border-radius: 50%;
  background: rgba(3, 20, 40, 0.7);
  color: #fff;
  display: grid;
  place-items: center;
}

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

body.rtl .design-card-body h3,
body.rtl .design-modal-dialog h3 {
  text-align: right;
}

@media (max-width: 767.98px) {
  .designs-section {
    padding-bottom: 4rem;
  }

  .design-card-media {
    aspect-ratio: 16 / 9;
  }
}
