/* =========================================================
   CUBEON TECHNOLOGIES
   SHARJAH LANDING PAGE
========================================================= */

.sharjah-page {
  --sh-navy: #07174f;
  --sh-dark: #020923;

  --sh-blue: #2864f0;
  --sh-teal: #158b8b;
  --sh-cyan: #25bfd0;

  --sh-gold: #c6a46b;

  --sh-text: #101828;
  --sh-muted: #667085;

  --sh-bg: #f7f9fc;
  --sh-blue-bg: #eef4fb;
  --sh-teal-bg: #eef8f7;

  --sh-border: #e1e7ef;

  --sh-shadow: 0 22px 60px rgba(7, 23, 79, 0.09);

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;

  color: var(--sh-text);
}

/* =========================================================
   RESET + STICKY SUPPORT
========================================================= */

html,
body {
  margin: 0;

  overflow-x: clip !important;
}

.sharjah-page {
  overflow: visible !important;
}

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

.sharjah-page .container {
  width: min(1200px, calc(100% - 48px));

  max-width: 1200px;

  margin: 0 auto;
}

/* =========================================================
   STICKY HEADER
========================================================= */

.sharjah-page .sharjah-header {
  position: sticky !important;
  position: -webkit-sticky !important;

  top: 0 !important;

  left: 0 !important;
  right: 0 !important;

  width: 100% !important;

  z-index: 999999 !important;

  background: rgba(255, 255, 255, 0.97) !important;

  border-bottom: 1px solid var(--sh-border);

  -webkit-backdrop-filter: blur(18px);

  backdrop-filter: blur(18px);

  box-shadow: 0 4px 22px rgba(7, 23, 79, 0.06);
}

.sharjah-header-inner {
  min-height: 76px;

  display: flex;

  align-items: center;

  gap: 28px;
}

.sharjah-logo img {
  display: block;

  width: auto;

  height: 60px;
}

.sharjah-nav {
  display: flex;

  align-items: center;

  gap: 27px;

  margin-left: auto;
}

.sharjah-nav a {
  position: relative;

  color: #344054 !important;
  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;

  font-size: 15px !important;

  font-weight: 600 !important;

  text-decoration: none !important;

  transition: 0.25s;
}

.sharjah-nav a::after {
  content: "";

  position: absolute;

  left: 0;

  bottom: -9px;

  width: 0;

  height: 2px;

  background: var(--sh-teal);

  transition: 0.25s;
}

.sharjah-nav a:hover {
  color: var(--sh-navy) !important;
}

.sharjah-nav a:hover::after {
  width: 100%;
}

.sharjah-header-cta {
  min-height: 42px;

  padding: 0 18px;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  flex-shrink: 0;

  border-radius: 8px;

  color: white !important;

  background: linear-gradient(135deg, var(--sh-navy), #164383) !important;

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 15px !important;

  font-weight: 600 !important;

  text-decoration: none !important;

  box-shadow: 0 8px 22px rgba(7, 23, 79, 0.18);
}

/* =========================================================
   MOBILE NAV
========================================================= */

.sharjah-mobile-toggle {
  display: none;

  width: 42px;
  height: 42px;

  margin-left: auto;

  align-items: center;

  justify-content: center;

  flex-direction: column;

  gap: 5px;

  border: 1px solid var(--sh-border);

  border-radius: 8px;

  background: white;
}

.sharjah-mobile-toggle span {
  width: 18px;
  height: 2px;

  background: var(--sh-navy);
}

.sharjah-mobile-nav {
  display: none;

  position: fixed;

  top: 76px;

  left: 0;

  width: 100%;

  z-index: 999998;

  background: white;

  box-shadow: 0 16px 38px rgba(7, 23, 79, 0.11);
}

.sharjah-mobile-nav.active {
  display: flex;

  flex-direction: column;
}

.sharjah-mobile-nav a {
  padding: 15px 24px;

  border-bottom: 1px solid #eef1f5;

  color: var(--sh-navy) !important;

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 15px !important;

  font-weight: 600 !important;

  text-decoration: none !important;
}

/* =========================================================
   COMMON
========================================================= */

.sharjah-section {
  padding: 105px 0;
}

.sharjah-eyebrow {
  display: inline-flex;

  align-items: center;

  gap: 10px;

  margin-bottom: 17px;

  color: var(--sh-blue) !important;

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 15px !important;

  font-weight: 650 !important;

  letter-spacing: 2px;

  text-transform: uppercase;
}

.sharjah-eyebrow::before {
  content: "";

  width: 26px;
  height: 2px;

  background: var(--sh-gold);
}

.sharjah-eyebrow.light {
  color: #9fd8e1 !important;
}

.sharjah-heading {
  max-width: 780px;

  margin-bottom: 55px;
}

.sharjah-heading.center {
  margin-left: auto;

  margin-right: auto;

  text-align: center;
}

.sharjah-heading h2,
.sharjah-intro h2 {
  margin: 0 0 18px;

  color: var(--sh-navy);

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: clamp(35px, 4vw, 49px);

  line-height: 1.12;

  font-weight: 650;

  letter-spacing: -1.7px;
}

.sharjah-heading h2 span,
.sharjah-intro h2 span {
  color: var(--sh-blue);
}

.sharjah-heading p {
  max-width: 650px;

  color: var(--sh-muted);

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 15px;

  line-height: 1.75;
}

/* =========================================================
   HERO
========================================================= */

.sharjah-hero {
  position: relative;

  min-height: 790px;

  display: flex;

  align-items: center;

  overflow: hidden;

  background-image:
    linear-gradient(
      90deg,
      rgba(2, 9, 35, 0.95) 0%,
      rgba(7, 32, 72, 0.86) 45%,
      rgba(9, 55, 73, 0.56) 100%
    ),
    url("../img/sharjah-hero.jpg");

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;
}

.sharjah-hero::before {
  content: "";

  position: absolute;

  inset: 0;

  background: radial-gradient(
    circle at 75% 45%,
    rgba(37, 191, 208, 0.16),
    transparent 28%
  );
}

.sharjah-hero-grid {
  position: relative;

  z-index: 4;

  display: grid;

  grid-template-columns: 1.08fr 0.92fr;

  gap: 80px;

  align-items: center;
}

.sharjah-hero-content {
  max-width: 690px;
}

.sharjah-location {
  display: inline-flex;

  align-items: center;

  gap: 9px;

  margin-bottom: 24px;

  color: #ecd19f;

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 15px;

  font-weight: 650;

  letter-spacing: 1.8px;
}

.sharjah-hero h1 {
  margin: 0 0 26px;

  color: white !important;

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: clamp(50px, 5.5vw, 75px) !important;

  line-height: 1.03 !important;

  font-weight: 650 !important;

  letter-spacing: -3.2px;
}

.sharjah-hero h1 span {
  color: #d8f2f3 !important;
}

.sharjah-hero-content > p {
  max-width: 640px;

  margin: 0 0 34px;

  color: rgba(255, 255, 255, 0.7);

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 17px;

  line-height: 1.75;
}

.sharjah-hero-actions {
  display: flex;

  flex-wrap: wrap;

  gap: 12px;

  margin-bottom: 30px;
}

.sharjah-btn {
  min-height: 52px;

  padding: 0 22px;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  gap: 10px;

  border-radius: 8px;

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 15px !important;

  font-weight: 600 !important;

  text-decoration: none !important;

  transition: 0.25s;
}

.sharjah-btn-light {
  color: var(--sh-navy) !important;

  background: white !important;

  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.sharjah-btn-light:hover {
  transform: translateY(-2px);
}

.sharjah-btn-glass {
  color: white !important;

  border: 1px solid rgba(255, 255, 255, 0.25);

  background: rgba(255, 255, 255, 0.08);

  -webkit-backdrop-filter: blur(8px);

  backdrop-filter: blur(8px);
}

.sharjah-hero-trust {
  display: flex;

  flex-wrap: wrap;

  gap: 15px 22px;
}

.sharjah-hero-trust span {
  display: inline-flex;

  align-items: center;

  gap: 7px;

  color: rgba(255, 255, 255, 0.62);

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 15px;
}

.sharjah-hero-trust i {
  color: #ecd19f;
}

/* Hero console */

.sharjah-hero-console {
  padding: 30px;

  border: 1px solid rgba(255, 255, 255, 0.14);

  border-radius: 22px;

  background: rgba(5, 27, 57, 0.68);

  -webkit-backdrop-filter: blur(18px);

  backdrop-filter: blur(18px);

  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.25);
}

.sharjah-console-head {
  display: flex;

  align-items: center;

  justify-content: space-between;

  margin-bottom: 25px;

  color: rgba(255, 255, 255, 0.42);

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 15px;

  font-weight: 650;

  letter-spacing: 1.3px;
}

.sharjah-console-head > div {
  display: flex;

  align-items: center;

  gap: 7px;

  color: rgba(255, 255, 255, 0.58);

  letter-spacing: 0;
}

.sharjah-console-head > div > span {
  width: 7px;
  height: 7px;

  border-radius: 50%;

  background: #42d493;
}

.sharjah-console-core {
  padding: 25px;

  text-align: center;

  margin-bottom: 15px;

  border-radius: 16px;

  background: linear-gradient(
    135deg,
    rgba(21, 139, 139, 0.24),
    rgba(40, 100, 240, 0.22)
  );
}

.sharjah-core-ring {
  width: 62px;
  height: 62px;

  margin: 0 auto 15px;

  display: flex;

  align-items: center;
  justify-content: center;

  border-radius: 50%;

  color: white;

  background: linear-gradient(135deg, var(--sh-teal), var(--sh-blue));

  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.04);
}

.sharjah-console-core small {
  display: block;

  color: rgba(255, 255, 255, 0.43);

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 15px;

  letter-spacing: 1.4px;
}

.sharjah-console-core strong {
  display: block;

  margin-top: 5px;

  color: white;

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 20px;
}

.sharjah-console-grid {
  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 12px;
}

.sharjah-console-grid > div {
  min-height: 108px;

  padding: 16px;

  border: 1px solid rgba(255, 255, 255, 0.08);

  border-radius: 11px;

  background: rgba(255, 255, 255, 0.04);
}

.sharjah-console-grid i {
  display: block;

  margin-bottom: 14px;

  color: #8de0e7;

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 18px;
}

.sharjah-console-grid strong {
  display: block;

  color: white;

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 15px;
}

.sharjah-console-grid span {
  display: block;

  margin-top: 3px;

  color: rgba(255, 255, 255, 0.42);

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 15px;
}

.sharjah-scroll-indicator {
  position: absolute;

  left: 50%;

  bottom: 24px;

  z-index: 5;

  transform: translateX(-50%);

  display: flex;

  flex-direction: column;

  align-items: center;

  gap: 7px;

  color: rgba(255, 255, 255, 0.5) !important;

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 15px;

  text-decoration: none !important;
}

/* =========================================================
   VALUE STRIP
========================================================= */

.sharjah-value-strip {
  background: white;

  border-bottom: 1px solid var(--sh-border);
}

.sharjah-value-grid {
  display: grid;

  grid-template-columns: repeat(4, 1fr);
}

.sharjah-value-grid > div {
  min-height: 120px;

  padding: 26px;

  display: flex;

  align-items: center;

  gap: 14px;

  border-right: 1px solid var(--sh-border);
}

.sharjah-value-grid > div:last-child {
  border-right: 0;
}

.sharjah-value-grid i {
  width: 42px;
  height: 42px;

  display: flex;

  align-items: center;
  justify-content: center;

  flex-shrink: 0;

  border-radius: 10px;

  color: var(--sh-teal);

  background: var(--sh-teal-bg);
}

.sharjah-value-grid strong {
  display: block;

  color: var(--sh-navy);

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 15px;
}

.sharjah-value-grid span {
  color: var(--sh-muted);

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 15px;
}

/* =========================================================
   INTRO
========================================================= */

.sharjah-intro {
  background: #ffffff;
}

.sharjah-intro-layout {
  display: grid;

  grid-template-columns: 0.9fr 1.1fr;

  gap: 85px;
}

.sharjah-intro-copy p {
  margin: 0 0 18px;

  color: var(--sh-muted);

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 15px;

  line-height: 1.8;
}

/* =========================================================
   SOLUTIONS
========================================================= */

.sharjah-solutions {
  background: var(--sh-blue-bg);
}

.sharjah-solutions-grid {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 18px;
}

.sharjah-solution-card {
  position: relative;

  min-height: 320px;

  padding: 30px;

  display: flex;

  flex-direction: column;

  border: 1px solid var(--sh-border);

  border-radius: 16px;

  background: white;

  transition: 0.3s;
}

.sharjah-solution-card:hover {
  transform: translateY(-5px);

  box-shadow: var(--sh-shadow);
}

.sharjah-solution-card.featured {
  color: white;

  border-color: transparent;

  background: linear-gradient(145deg, #07174f, #0e3b79);
}

.sharjah-solution-card.contrast {
  background: var(--sh-teal-bg);

  border-color: #d5ece9;
}

.sharjah-card-number {
  position: absolute;

  right: 18px;
  top: 13px;

  color: #e5eaf3;

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 31px;

  font-weight: 650;
}

.sharjah-solution-card.featured .sharjah-card-number {
  color: rgba(255, 255, 255, 0.14);
}

.sharjah-card-icon {
  width: 52px;
  height: 52px;

  margin-bottom: 21px;

  display: flex;

  align-items: center;
  justify-content: center;

  border-radius: 12px;

  color: var(--sh-blue);

  background: #edf3ff;
}

.sharjah-solution-card.featured .sharjah-card-icon {
  color: #8de0e7;

  background: rgba(255, 255, 255, 0.08);
}

.sharjah-solution-card h3 {
  color: var(--sh-navy);

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 19px;
}

.sharjah-solution-card.featured h3 {
  color: white;
}

.sharjah-solution-card p {
  color: var(--sh-muted);

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 15px;

  line-height: 1.7;
}

.sharjah-solution-card.featured p {
  color: rgba(255, 255, 255, 0.58);
}

.sharjah-tags {
  display: flex;

  flex-wrap: wrap;

  gap: 6px;

  margin: 8px 0 18px;
}

.sharjah-tags span {
  padding: 6px 9px;

  border: 1px solid rgba(255, 255, 255, 0.1);

  border-radius: 5px;

  color: rgba(255, 255, 255, 0.6);

  background: rgba(255, 255, 255, 0.04);

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 15px;
}

.sharjah-solution-card > a {
  margin-top: auto;

  display: inline-flex;

  gap: 7px;

  color: var(--sh-blue) !important;

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 15px;

  font-weight: 600;

  text-decoration: none !important;
}

.sharjah-solution-card.featured > a {
  color: #8de0e7 !important;
}

/* =========================================================
   TRANSFORMATION
========================================================= */

.sharjah-transformation {
  color: white;

  background: linear-gradient(135deg, #020923, #072f52);
}

.sharjah-transformation-layout {
  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 75px;

  align-items: center;
}

.sharjah-transformation-map {
  position: relative;

  min-height: 460px;
}

.sharjah-transformation-map::before {
  content: "";

  position: absolute;

  left: 50%;
  top: 50%;

  width: 340px;
  height: 340px;

  transform: translate(-50%, -50%);

  border: 1px dashed rgba(255, 255, 255, 0.13);

  border-radius: 50%;
}

.sharjah-map-center {
  position: absolute;

  left: 50%;
  top: 50%;

  z-index: 5;

  width: 150px;
  height: 150px;

  transform: translate(-50%, -50%);

  display: flex;

  flex-direction: column;

  align-items: center;
  justify-content: center;

  border-radius: 50%;

  color: white;

  background: linear-gradient(145deg, var(--sh-teal), var(--sh-blue));

  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.23);
}

.sharjah-map-center i {
  margin-bottom: 8px;

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 24px;
}

.sharjah-map-center strong {
  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 15px;
}

.sharjah-map-node {
  position: absolute;

  z-index: 6;

  width: 92px;
  height: 72px;

  display: flex;

  flex-direction: column;

  align-items: center;
  justify-content: center;

  gap: 6px;

  border: 1px solid rgba(255, 255, 255, 0.11);

  border-radius: 11px;

  color: rgba(255, 255, 255, 0.7);

  background: rgba(255, 255, 255, 0.05);

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 15px;
}

.sharjah-map-node i {
  color: #8de0e7;
}

.map-one {
  top: 5px;
  left: 50%;

  transform: translateX(-50%);
}

.map-two {
  left: 15px;
  top: 145px;
}

.map-three {
  right: 15px;
  top: 145px;
}

.map-four {
  bottom: 20px;
  left: 70px;
}

.map-five {
  bottom: 20px;
  right: 70px;
}

.sharjah-transformation-content h2 {
  color: white;

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: clamp(35px, 4vw, 49px);

  line-height: 1.12;

  font-weight: 650;
}

.sharjah-transformation-content h2 span {
  color: #8de0e7;
}

.sharjah-transformation-content > p {
  color: rgba(255, 255, 255, 0.6);

  line-height: 1.75;
}

.sharjah-transformation-list {
  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 10px;

  margin-top: 26px;
}

.sharjah-transformation-list > div {
  padding: 11px 12px;

  display: flex;

  align-items: center;

  gap: 8px;

  border: 1px solid rgba(255, 255, 255, 0.09);

  border-radius: 8px;

  background: rgba(255, 255, 255, 0.04);

  color: rgba(255, 255, 255, 0.68);

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 15px;
}

.sharjah-transformation-list i {
  color: #8de0e7;
}

/* =========================================================
   INDUSTRIES
========================================================= */

.sharjah-industries {
  background: white;
}

.sharjah-industry-grid {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 15px;
}

.sharjah-industry-card {
  min-height: 155px;

  padding: 23px;

  display: flex;

  gap: 16px;

  border: 1px solid var(--sh-border);

  border-radius: 14px;

  background: #fbfcfe;

  transition: 0.3s;
}

.sharjah-industry-card:hover {
  transform: translateY(-4px);

  box-shadow: var(--sh-shadow);
}

.sharjah-industry-card.dark {
  color: white;

  border-color: transparent;

  background: var(--sh-navy);
}

.sharjah-industry-card.accent {
  background: var(--sh-teal-bg);

  border-color: #d5ece8;
}

.sharjah-industry-card.wide {
  grid-column: 1 / -1;

  background: linear-gradient(135deg, #f6f8fc, #ecf7f6);
}

.sharjah-industry-icon {
  width: 48px;
  height: 48px;

  flex-shrink: 0;

  display: flex;

  align-items: center;
  justify-content: center;

  border-radius: 11px;

  color: var(--sh-blue);

  background: #edf3ff;
}

.sharjah-industry-card.dark .sharjah-industry-icon {
  color: #8de0e7;

  background: rgba(255, 255, 255, 0.08);
}

.sharjah-industry-card h3 {
  margin: 2px 0 7px;

  color: var(--sh-navy);

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 16px;
}

.sharjah-industry-card.dark h3 {
  color: white;
}

.sharjah-industry-card p {
  margin: 0;

  color: var(--sh-muted);

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 15px;

  line-height: 1.65;
}

.sharjah-industry-card.dark p {
  color: rgba(255, 255, 255, 0.56);
}

.sharjah-industry-footer {
  margin-top: 30px;

  text-align: center;
}

.sharjah-industry-footer a {
  display: inline-flex;

  gap: 8px;

  color: var(--sh-blue) !important;

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 15px;

  font-weight: 600;

  text-decoration: none !important;
}

/* =========================================================
   USE CASES
========================================================= */

.sharjah-usecases {
  background: var(--sh-teal-bg);
}

.sharjah-usecase-layout {
  display: grid;

  grid-template-columns: 0.8fr 1.2fr;

  gap: 70px;

  align-items: center;
}

.sharjah-usecase-heading h2 {
  color: var(--sh-navy);

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: clamp(34px, 4vw, 48px);

  line-height: 1.12;

  font-weight: 650;
}

.sharjah-usecase-heading h2 span {
  color: var(--sh-teal);
}

.sharjah-usecase-heading p {
  color: var(--sh-muted);

  line-height: 1.7;
}

.sharjah-usecase-grid {
  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 16px;
}

.sharjah-usecase-grid > div {
  position: relative;

  min-height: 185px;

  padding: 25px;

  border: 1px solid #d6e8e6;

  border-radius: 14px;

  background: white;
}

.sharjah-usecase-grid > div > span {
  position: absolute;

  right: 15px;
  top: 12px;

  color: #e5eeed;

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 27px;

  font-weight: 650;
}

.sharjah-usecase-grid strong {
  color: var(--sh-navy);

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 15px;
}

.sharjah-usecase-grid p {
  margin-top: 10px;

  color: var(--sh-muted);

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 15px;

  line-height: 1.65;
}

/* =========================================================
   WHY
========================================================= */

.sharjah-why {
  background: white;
}

.sharjah-why-grid {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  border: 1px solid var(--sh-border);

  border-radius: 16px;

  overflow: hidden;
}

.sharjah-why-grid article {
  position: relative;

  min-height: 255px;

  padding: 30px;

  border-right: 1px solid var(--sh-border);

  border-bottom: 1px solid var(--sh-border);

  background: white;
}

.sharjah-why-grid article:nth-child(3n) {
  border-right: 0;
}

.sharjah-why-grid article:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.sharjah-why-grid article.featured {
  color: white;

  background: var(--sh-navy);
}

.sharjah-why-grid article > span {
  position: absolute;

  right: 16px;
  top: 12px;

  color: #e8edf3;

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 26px;

  font-weight: 650;
}

.sharjah-why-grid article.featured > span {
  color: rgba(255, 255, 255, 0.13);
}

.sharjah-why-grid article > i {
  display: block;

  margin-bottom: 28px;

  color: var(--sh-teal);

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 22px;
}

.sharjah-why-grid article.featured > i {
  color: #8de0e7;
}

.sharjah-why-grid h3 {
  color: var(--sh-navy);

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 16px;
}

.sharjah-why-grid article.featured h3 {
  color: white;
}

.sharjah-why-grid p {
  color: var(--sh-muted);

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 15px;

  line-height: 1.7;
}

.sharjah-why-grid article.featured p {
  color: rgba(255, 255, 255, 0.55);
}

/* =========================================================
   PROCESS
========================================================= */

.sharjah-process {
  color: white;

  background: linear-gradient(135deg, #06174a, #0c4a61);
}

.sharjah-process-layout {
  display: grid;

  grid-template-columns: 0.8fr 1.2fr;

  gap: 70px;

  align-items: center;
}

.sharjah-process h2 {
  color: white;

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: clamp(35px, 4vw, 49px);

  line-height: 1.12;

  font-weight: 650;
}

.sharjah-process h2 span {
  color: #8de0e7;
}

.sharjah-process p {
  color: rgba(255, 255, 255, 0.58);
}

.sharjah-process-grid {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 12px;
}

.sharjah-process-grid > div {
  min-height: 145px;

  padding: 20px;

  display: flex;

  flex-direction: column;

  justify-content: center;

  border: 1px solid rgba(255, 255, 255, 0.09);

  border-radius: 11px;

  background: rgba(255, 255, 255, 0.04);
}

.sharjah-process-grid span {
  color: rgba(255, 255, 255, 0.28);

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 15px;

  font-weight: 650;
}

.sharjah-process-grid i {
  margin: 14px 0;

  color: #8de0e7;

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 20px;
}

.sharjah-process-grid strong {
  color: white;

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 15px;
}

/* =========================================================
   LOCATIONS
========================================================= */

.sharjah-locations {
  background: var(--sh-bg);
}

.sharjah-location-grid {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 18px;
}

.sharjah-location-card {
  min-height: 235px;

  padding: 28px;

  border: 1px solid var(--sh-border);

  border-radius: 14px;

  background: white;

  color: inherit !important;

  text-decoration: none !important;

  transition: 0.3s;
}

.sharjah-location-card:hover {
  transform: translateY(-4px);

  box-shadow: var(--sh-shadow);
}

.sharjah-location-card.current {
  color: white !important;

  border-color: transparent;

  background: linear-gradient(145deg, var(--sh-navy), #0d4b63);
}

.sharjah-location-card small {
  color: #98a2b3;

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 15px;

  letter-spacing: 1px;
}

.sharjah-location-card.current small {
  color: #ecd19f;
}

.sharjah-location-card i {
  display: block;

  margin: 20px 0;

  color: var(--sh-teal);

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 22px;
}

.sharjah-location-card.current i {
  color: #8de0e7;
}

.sharjah-location-card h3 {
  color: var(--sh-navy);

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 20px;
}

.sharjah-location-card.current h3 {
  color: white;
}

.sharjah-location-card p {
  color: var(--sh-muted);

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 15px;

  line-height: 1.65;
}

.sharjah-location-card.current p {
  color: rgba(255, 255, 255, 0.58);
}

/* =========================================================
   CTA
========================================================= */

.sharjah-cta {
  padding: 80px 0;

  background: var(--sh-dark);
}

.sharjah-cta-layout {
  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 50px;

  padding: 45px 50px;

  border: 1px solid rgba(255, 255, 255, 0.08);

  border-radius: 18px;

  background: radial-gradient(
    circle at 80% 50%,
    rgba(21, 139, 139, 0.22),
    transparent 28%
  );
}

.sharjah-cta h2 {
  margin: 0 0 12px;

  color: white;

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: clamp(34px, 4vw, 47px);

  font-weight: 650;
}

.sharjah-cta h2 span {
  color: #8de0e7;
}

.sharjah-cta p {
  margin: 0;

  color: rgba(255, 255, 255, 0.6);
}

/* =========================================================
   CONTACT
========================================================= */

.sharjah-contact {
  background: #f3f6f9;
}

.sharjah-contact-layout {
  display: grid;

  grid-template-columns: 0.8fr 1.2fr;

  gap: 65px;
}

.sharjah-contact-content h2 {
  color: var(--sh-navy);

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: clamp(35px, 4vw, 49px);

  line-height: 1.12;

  font-weight: 650;
}

.sharjah-contact-content h2 span {
  color: var(--sh-teal);
}

.sharjah-contact-content > p {
  color: var(--sh-muted);

  line-height: 1.75;
}

.sharjah-contact-info {
  display: flex;

  flex-direction: column;

  gap: 12px;

  margin-top: 30px;
}

.sharjah-contact-info a {
  display: flex;

  align-items: center;

  gap: 13px;

  padding: 14px;

  border: 1px solid var(--sh-border);

  border-radius: 10px;

  background: white;

  color: inherit !important;

  text-decoration: none !important;
}

.sharjah-contact-info i {
  width: 40px;
  height: 40px;

  flex-shrink: 0;

  display: flex;

  align-items: center;
  justify-content: center;

  border-radius: 9px;

  color: var(--sh-teal);

  background: var(--sh-teal-bg);
}

.sharjah-contact-info small {
  display: block;

  color: #98a2b3;

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 15px;

  letter-spacing: 1px;
}

.sharjah-contact-info strong {
  color: var(--sh-navy);

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 15px;
}

/* Form */

.sharjah-form-wrap {
  padding: 36px;

  border: 1px solid var(--sh-border);

  border-radius: 18px;

  background: white;

  box-shadow: var(--sh-shadow);
}

.sharjah-form-row {
  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 18px;
}

.sharjah-form-group {
  margin-bottom: 18px;
}

.sharjah-form-group label {
  display: block;

  margin-bottom: 7px;

  color: var(--sh-navy);

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 15px;

  font-weight: 600;
}

.sharjah-form-group input,
.sharjah-form-group select,
.sharjah-form-group textarea {
  width: 100%;

  padding: 13px 14px;

  border: 1px solid #d7e0e8;

  border-radius: 7px;

  outline: none;

  background: #fcfdff;

  color: var(--sh-text);

  font-family: inherit;

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 15px;
}

.sharjah-form-group textarea {
  resize: vertical;
}

.sharjah-form-group input:focus,
.sharjah-form-group select:focus,
.sharjah-form-group textarea:focus {
  border-color: var(--sh-teal);

  box-shadow: 0 0 0 3px rgba(21, 139, 139, 0.08);
}

.sharjah-submit {
  min-height: 52px;

  padding: 0 22px;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  gap: 10px;

  border: 0;

  border-radius: 8px;

  color: white;

  background: linear-gradient(135deg, var(--sh-navy), var(--sh-teal));

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 15px;

  font-weight: 600;

  cursor: pointer;
}

.sharjah-form-message {
  margin-top: 12px;

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 15px;
}

/* =========================================================
   FOOTER
========================================================= */

.sharjah-footer {
  padding: 65px 0 24px;

  color: white;

  background: var(--sh-dark);
}

.sharjah-footer-grid {
  display: grid;

  grid-template-columns: 1.5fr 1fr 1fr 1fr;

  gap: 45px;

  padding-bottom: 45px;

  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.sharjah-footer-logo img {
  display: block;

  width: auto;

  height: 58px;

  margin-bottom: 18px;

  filter: brightness(0) invert(1);
}

.sharjah-footer p {
  max-width: 280px;

  color: rgba(255, 255, 255, 0.52);

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 15px;

  line-height: 1.7;
}

.sharjah-footer h4 {
  color: white !important;

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 15px !important;
}

.sharjah-footer a {
  display: block;

  margin-bottom: 10px;

  color: rgba(255, 255, 255, 0.56) !important;

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 15px !important;

  text-decoration: none !important;
}

.sharjah-footer a:hover {
  color: white !important;
}

.sharjah-footer-bottom {
  padding-top: 20px;

  display: flex;

  align-items: center;

  justify-content: space-between;

  color: rgba(255, 255, 255, 0.4);

  font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 15px;
}

/* =========================================================
   SCROLL TOP
========================================================= */

.sharjah-scroll-top {
  position: fixed;

  right: 24px;
  bottom: 24px;

  z-index: 99999;

  width: 44px;
  height: 44px;

  display: flex;

  align-items: center;
  justify-content: center;

  border: 0;

  border-radius: 50%;

  color: white;

  background: linear-gradient(135deg, var(--sh-navy), var(--sh-teal));

  box-shadow: 0 10px 25px rgba(7, 23, 79, 0.3);

  cursor: pointer;

  opacity: 0;

  visibility: hidden;

  transform: translateY(10px);

  transition: 0.25s;
}

.sharjah-scroll-top.visible {
  opacity: 1;

  visibility: visible;

  transform: translateY(0);
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1100px) {
  .sharjah-nav {
    gap: 16px;
  }

  .sharjah-solutions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .sharjah-nav,
  .sharjah-header-cta {
    display: none !important;
  }

  .sharjah-mobile-toggle {
    display: flex;
  }

  .sharjah-hero-grid,
  .sharjah-intro-layout,
  .sharjah-transformation-layout,
  .sharjah-usecase-layout,
  .sharjah-process-layout,
  .sharjah-contact-layout {
    grid-template-columns: 1fr;
  }

  .sharjah-hero {
    min-height: auto;

    padding: 90px 0 100px;
  }

  .sharjah-value-grid {
    grid-template-columns: 1fr 1fr;
  }

  .sharjah-why-grid {
    grid-template-columns: 1fr 1fr;
  }

  .sharjah-why-grid article:nth-child(3n) {
    border-right: 1px solid var(--sh-border);
  }

  .sharjah-why-grid article:nth-child(2n) {
    border-right: 0;
  }

  .sharjah-location-grid {
    grid-template-columns: 1fr;
  }

  .sharjah-cta-layout {
    flex-direction: column;

    align-items: flex-start;
  }

  .sharjah-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .sharjah-page .container {
    width: calc(100% - 32px);
  }

  .sharjah-section {
    padding: 70px 0;
  }

  .sharjah-hero {
    padding: 65px 0 90px;

    background-position: 60% center;
  }

  .sharjah-hero h1 {
    font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 40px !important;

    letter-spacing: -1.8px;
  }

  .sharjah-hero-content > p {
    font-family: "Inter", "Segoe UI", Arial, Helvetica, sans-serif !important;
  font-size: 15px;
  }

  .sharjah-hero-actions {
    flex-direction: column;
  }

  .sharjah-hero-actions .sharjah-btn {
    width: 100%;
  }

  .sharjah-hero-trust {
    flex-direction: column;

    gap: 10px;
  }

  .sharjah-hero-console {
    padding: 22px;
  }

  .sharjah-value-grid {
    grid-template-columns: 1fr;
  }

  .sharjah-value-grid > div {
    border-right: 0;

    border-bottom: 1px solid var(--sh-border);
  }

  .sharjah-solutions-grid,
  .sharjah-industry-grid {
    grid-template-columns: 1fr;
  }

  .sharjah-industry-card.wide {
    grid-column: auto;
  }

  .sharjah-transformation-map {
    min-height: 420px;

    transform: scale(0.84);

    margin: -20px -40px;
  }

  .sharjah-transformation-list {
    grid-template-columns: 1fr;
  }

  .sharjah-usecase-grid {
    grid-template-columns: 1fr;
  }

  .sharjah-why-grid {
    grid-template-columns: 1fr;
  }

  .sharjah-why-grid article,
  .sharjah-why-grid article:nth-child(2n),
  .sharjah-why-grid article:nth-child(3n) {
    border-right: 0;

    border-bottom: 1px solid var(--sh-border);
  }

  .sharjah-process-grid {
    grid-template-columns: 1fr 1fr;
  }

  .sharjah-cta-layout {
    padding: 32px 24px;
  }

  .sharjah-form-row {
    grid-template-columns: 1fr;
  }

  .sharjah-form-wrap {
    padding: 24px;
  }

  .sharjah-submit {
    width: 100%;
  }

  .sharjah-footer-grid {
    grid-template-columns: 1fr 1fr;

    gap: 35px 25px;
  }

  .sharjah-footer-grid > div:first-child {
    grid-column: 1 / -1;
  }

  .sharjah-footer-bottom {
    flex-direction: column;

    align-items: flex-start;

    gap: 10px;
  }
}
/* =========================================================
   FONT AWESOME FIX
   Keep Font Awesome fonts from being overridden
========================================================= */

.fa-solid,
.fas {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  font-style: normal !important;
}

.fa-regular,
.far {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands" !important;
  font-weight: 400 !important;
  font-style: normal !important;
}
