/*!
Theme Name: GMSC
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gmsc
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

GMSC is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url('./assets/fonts/tajawal-font-2/stylesheet.css');
/* @import url('./assets/fonts/NeueHaasDisplay/stylesheet.css'); */

:root {
  --gmsc-teal: #00b1a8;
  --gmsc-teal-dark: #008e91;
  --gmsc-blue: #1c80f9;
  --gmsc-blue-deep: #0672d9;
  --gmsc-blue-light: #73ace5;
  --gmsc-sky: #dff6ff;
  --gmsc-pale: #eefbff;
  --gmsc-text: #193546;
  --gmsc-muted: #6f8795;
  --gmsc-white: #ffffff;
  --section-pad: clamp(2rem, 3vw, 3rem);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  color: var(--gmsc-text);
  font-size: 18px;
  /* font-family: var(--bs-font-sans-serif); */
  font-family:
    'tajawal',
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    'Open Sans',
    'Helvetica Neue',
    sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

body {
  margin-top: 73px;
}

a {
  text-decoration: none;
}

.site-header {
  background: #fff;
  box-shadow: 0 1px 0 rgba(13, 63, 89, 0.08);
  /* min-height: 84px; */
  position: relative;
  z-index: 20;
  /* padding-block: 0.5rem; */
}

.navbar {
  /* min-height: 84px; */
  padding: 0;
  padding-block: 0.5rem;
  box-shadow: 0 6px 26px rgba(7, 35, 97, 0.08);
}

ul.dropdown-menu {
  padding: 0;
  overflow: hidden;
  min-width: 12rem;
  border: 1px solid var(--gmsc-blue) !important;
}

.navbar-nav ul.dropdown-menu li > a {
  padding: 8px;
  border-inline-start: 0px solid var(--gmsc-teal);
  transition: 0.3s;
}

.navbar-nav ul.dropdown-menu li > a:hover {
  background: var(--gmsc-blue);
  border-inline-start: 5px solid var(--gmsc-teal);
  color: #fff !important;
}

.navbar-nav .nav-link:hover {
  color: var(--gmsc-teal) !important;
}

.nav-link:focus-visible {
  box-shadow: unset;
}

/* .brand-mark {
  align-items: center;
  color: #178ae5;
  display: inline-flex;
  font-size: clamp(1.8rem, 2.4vw, 2.65rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

.brand-mark:hover {
  color: #178ae5;
}

.brand-g {
  color: var(--gmsc-teal);
  display: inline-block;
  margin-right: -0.08em;
  transform: skewX(-13deg);
} */

img.custom-logo {
  width: 150px;
  height: auto;
  transition: 0.3s all linear;
}

.navbar-nav {
  column-gap: clamp(1rem, 2vw, 3rem);
}

.navbar .nav-link {
  /* color: #263e50; */
  /* font-size: 0.94rem; */
  /* font-weight: 600; */
  /* padding: 0.5rem 0; */
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
  color: var(--gmsc-blue);
}

.btn {
  border: 0;
  border-radius: 999px;
  /* font-weight: 700; */
  letter-spacing: 0;
}

.btn-contact {
  align-items: center;
  background: var(--gmsc-blue);
  color: #fff;
  display: inline-flex;
  font-size: 0.9rem;
  gap: 0.75rem;
  /* padding: 0.52rem 0.52rem 0.52rem 1.35rem; */
  padding-block: 0.65rem;
  padding-inline: 1.35rem;
  position: relative;
}

.btn-contact::after {
  content: '';
  background: var(--gmsc-teal);
  position: absolute;
  top: 8px;
  inset-inline-end: 14px;
  width: 16px;
  height: 15px;
  clip-path: polygon(50% 0, 100% 0, 100% 50%, 60% 100%, 60% 40%, 0 40%);
}

.btn-contact img {
  align-items: center;
  background: rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  display: inline-flex;
  height: 2.05rem;
  justify-content: center;
  width: 2.05rem;
  padding: 10px;
}

.btn-contact:hover,
.btn-contact:focus {
  background: #047add;
  color: #fff;
}

.btn-primary {
  color: #fff;
  background: var(--gmsc-blue);
  /* padding: 0.62rem 1.55rem; */
  padding: clamp(0.52rem, 2vw, 0.62rem) clamp(1rem, 2vw, 1.55rem);
  font-size: 0.94rem;
  display: flex;
  align-items: center;
  width: fit-content;
  position: relative;
  padding-inline-end: 2.85rem;
}

.btn-primary::after {
  content: '';
  position: absolute;
  inset-inline-end: 10px;
  background: center / contain no-repeat
    url('https://gmsc.ae/wp-content/uploads/2026/06/right-arrow-1.svg');
  width: 25px;
  height: 12px;
}

.btn-aqua {
  background: var(--gmsc-teal);
  color: #fff;
  font-size: 0.94rem;
  /* padding: 0.62rem 1.55rem; */
  padding: clamp(0.52rem, 2vw, 0.62rem) clamp(1rem, 2vw, 1.55rem);
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 10px;
  position: relative;
}

.btn-aqua::after {
  content: '';
  /* position: absolute; */
  /* right: 10px; */
  background: center / contain no-repeat
    url('https://gmsc.ae/wp-content/uploads/2026/06/right-arrow-1.svg');
  width: 25px;
  height: 12px;
}

.btn-aqua:hover,
.btn-aqua:focus {
  background: #009e96;
  color: #fff;
}

.btn-aqua.light {
  align-items: center;
  background: #fff;
  color: var(--gmsc-blue);
  gap: 0.8rem;
  /* padding-right: 2.85rem; */
}

.btn-aqua.light::after {
  background: center / contain no-repeat
    url('https://gmsc.ae/wp-content/uploads/2026/06/right-arrow-blue.svg');
}

.btn-aqua.light:hover,
.btn-aqua.light:focus {
  background: rgba(255, 255, 255, 0.88);
  color: var(--gmsc-blue-deep);
}

.dropdown-toggle::after {
  border: none !important;
  vertical-align: unset;
  content: url('https://gmsc.ae/wp-content/uploads/2026/06/dropdown.svg');
  margin-left: 0.455em;
  width: 12px;
  height: auto;
  transition: transform 0.3s ease;
}

.section-title {
  color: #314654;
  font-size: clamp(2rem, 3vw, 2.5rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 auto clamp(1.5rem, 4vw, 2.25rem);
  text-align: center;
}

.section-blue {
  /* background:
    radial-gradient(
      circle at 74% 36%,
      rgba(174, 241, 255, 0.72),
      transparent 19rem
    ),
    linear-gradient(110deg, #029b94 0%, #0898c9 48%, #0a7ff1 100%);
  color: #fff;
  position: relative; */
}

.hero-section {
  min-height: clamp(450px, 51vw, 600px);
  /* overflow: hidden; */
  /* background: center / cover no-repeat
    url('https://gmsc.ae/staging/wp-content/uploads/2026/06/network-bg-100.jpg'); */
  position: relative;
}

.min-vh-hero {
  min-height: clamp(450px, 51vw, 600px);
}

.hero-content {
  position: relative;
  z-index: 3;
}

.hero-section h1 {
  color: #fff;
  font-size: clamp(3rem, 5vw, 4rem);
  /* font-weight: 700; */
  letter-spacing: 0;
  line-height: 1.07;
  margin: 0 0 2rem;
  max-width: 11ch;
}

.hero-section h1 span {
  display: block;
  font-weight: 700;
}

.hero-globe {
  border: 3px solid rgba(215, 250, 255, 0.52);
  border-radius: 50%;
  bottom: -22%;
  box-shadow:
    0 0 70px rgba(205, 249, 255, 0.55),
    inset 0 0 60px rgba(255, 255, 255, 0.24);
  height: clamp(380px, 52vw, 980px);
  position: absolute;
  right: -4%;
  width: clamp(380px, 52vw, 980px);
  z-index: 1;
}

.hero-globe::before,
.hero-globe::after,
.about-orb::before,
.about-orb::after {
  border: 1px solid rgba(219, 250, 255, 0.36);
  border-radius: 50%;
  content: '';
  inset: 14%;
  position: absolute;
}

.hero-globe::after,
.about-orb::after {
  inset: 29%;
}

.video-box {
  width: 100%;
  /* height: 700px; */
  max-width: 100%;
}

video#myVideo {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-network {
  inset: 0;
  opacity: 0.82;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.node {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.85);
  height: 14px;
  position: absolute;
  width: 14px;
}

.node::after {
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  content: '';
  inset: -10px;
  position: absolute;
}

.node-1 {
  left: 47%;
  top: 35%;
}

.node-2 {
  left: 71%;
  top: 21%;
}

.node-3 {
  left: 84%;
  top: 42%;
}

.node-4 {
  left: 54%;
  top: 55%;
}

.network-line {
  background: rgba(221, 251, 255, 0.55);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.35);
  height: 3px;
  left: 47%;
  position: absolute;
  top: 36%;
  transform-origin: left center;
}

.line-1 {
  transform: rotate(-18deg);
  width: 25%;
}

.line-2 {
  transform: rotate(21deg);
  width: 38%;
}

.line-3 {
  transform: rotate(48deg);
  width: 17%;
}

.line-4 {
  left: 54%;
  top: 56%;
  transform: rotate(-36deg);
  width: 27%;
}

.line-5 {
  left: 71%;
  top: 22%;
  transform: rotate(30deg);
  width: 18%;
}

.watch-link {
  align-items: center;
  bottom: clamp(2rem, 5vw, 2.5rem);
  color: #fff;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 700;
  gap: 0.7rem;
  left: calc(var(--bs-gutter-x) * 0.5);
  position: absolute;
}

.watch-link:hover {
  color: #fff;
}

.watch-icon {
  background: #fff;
  border-radius: 50%;
  height: 1.75rem;
  position: relative;
  width: 1.75rem;
}

.watch-icon::after {
  border-bottom: 5px solid transparent;
  border-left: 8px solid var(--gmsc-teal);
  border-top: 5px solid transparent;
  content: '';
  left: 0.7rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.impact-section {
  /* background:
    radial-gradient(
      circle at 12% 55%,
      rgba(0, 190, 180, 0.24),
      transparent 17rem
    ),
    linear-gradient(
      100deg,
      rgba(229, 254, 255, 0.9),
      rgba(255, 255, 255, 0.94)
    ),
    repeating-linear-gradient(
      135deg,
      rgba(10, 136, 196, 0.08) 0 1px,
      transparent 1px 16px
    ); */
  /* background: center / cover no-repeat
    url('https://gmsc.ae/staging/wp-content/uploads/2026/06/numbers-bg-100.jpg'); */
  /* padding: clamp(4.6rem, 5.2vw, 8.9rem) 0; */
  position: relative;
}

.impact-content {
  position: relative;
  z-index: 3;
  padding: clamp(2rem, 4vw, 4rem) 0;
}

.impact-section .section-title {
  margin-bottom: clamp(0.35rem, 0.9vw, 2rem);
}

.impact-status {
  align-items: center;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--gmsc-teal);
  border-radius: 999px;
  box-shadow: 0 1rem 2rem rgba(3, 129, 159, 0.16);
  color: #314654;
  display: flex;
  font-size: clamp(0.8rem, 2vw, 1rem);
  font-weight: 500;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 0 auto clamp(2.5rem, 4.6vw, 4.6rem);
  width: fit-content;
  /* overflow: hidden; */
}

.impact-status-live {
  align-items: center;
  align-self: stretch;
  background: rgba(226, 255, 254, 0.86);
  border-right: 1px solid var(--gmsc-teal);
  border-radius: 999px;
  color: #009e96;
  display: inline-flex;
  font-weight: 800;
  /* gap: clamp(0.6rem, 1.2vw, 0.95rem); */
  gap: 0.65rem;
  justify-content: center;
  letter-spacing: 0.07em;
  /* min-width: clamp(9rem, 20vw, 12rem); */
  padding: 0.4rem 0.7rem;
}

.impact-status-text {
  flex: 1;
  padding: 0.4rem 0.7rem;
  text-align: center;
}

.live-dot {
  background: var(--gmsc-teal);
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--gmsc-teal);
  flex: 0 0 auto;
  height: 0.5em;
  position: relative;
  width: 0.5em;
}

.live-dot::after {
  animation: live-ripple 1.8s ease-out infinite;
  border: 1px solid var(--gmsc-teal);
  border-radius: inherit;
  content: '';
  inset: -0.28em;
  opacity: 0.68;
  position: absolute;
}

@keyframes live-ripple {
  0% {
    opacity: 0.72;
    transform: scale(0.55);
  }

  75%,
  100% {
    opacity: 0;
    transform: scale(1.9);
  }
}

@media (prefers-reduced-motion: reduce) {
  .live-dot::after {
    animation: none;
    opacity: 0.35;
  }
}

.impact-grid {
  display: grid;
  gap: clamp(2.2rem, 4vw, 4.6rem) clamp(2.5rem, 6vw, 7rem);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.impact-item {
  align-items: center;
  display: grid;
  gap: 1rem;
  grid-template-columns: auto minmax(5.5rem, 13rem);
  padding-inline-start: 1rem;
  border-inline-start: 3px solid
    color-mix(in srgb, var(--gmsc-teal), transparent 70%);
}

.impact-item strong {
  color: #243d50;
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.95;
  font-variant-numeric: tabular-nums;
}

.impact-item span {
  color: var(--gmsc-blue);
  font-size: clamp(0.8rem, 0.95vw, 1rem);
  /* font-weight: 600; */
  line-height: 1.25;
}

.about-section {
  /* min-height: clamp(680px, 57vw, 1080px); */
  background: center / cover no-repeat
    url('https://gmsc.ae/staging/wp-content/uploads/2026/06/globe-bg-100.jpg');
  overflow: hidden;
  /* padding: var(--section-pad) 0; */
  position: relative;
}

.about-section .container-xl,
.about-section .row {
  min-height: clamp(520px, 40vw, 760px);
  position: relative;
  z-index: 2;
}

.about-content {
  padding-block: var(--section-pad);
}

.about-lead {
  color: #fff;
  font-size: clamp(1.45rem, 2.2vw, 2.6rem);
  /* font-weight: 700; */
  letter-spacing: 0;
  line-height: 1.22;
  margin: 0;
}

.about-orb {
  border: 1px solid rgba(211, 250, 255, 0.34);
  border-radius: 50%;
  box-shadow: 0 0 80px rgba(202, 247, 255, 0.42);
  height: clamp(390px, 44vw, 810px);
  position: absolute;
  right: 9%;
  top: 17%;
  width: clamp(390px, 44vw, 810px);
}

.about-orb::before {
  background:
    linear-gradient(
      35deg,
      transparent 49.6%,
      rgba(255, 255, 255, 0.22) 50%,
      transparent 50.4%
    ),
    linear-gradient(
      145deg,
      transparent 49.6%,
      rgba(255, 255, 255, 0.2) 50%,
      transparent 50.4%
    );
  inset: 0;
}

.company-section {
  background: #fff;
  overflow: hidden;
  padding-block: clamp(2rem, 3vw, 3rem);
  position: relative;
}

.company-watermark {
  bottom: -0.22em;
  color: rgba(20, 85, 115, 0.055);
  font-size: clamp(8rem, 26vw, 30rem);
  font-weight: 900;
  left: -1vw;
  letter-spacing: -0.04em;
  line-height: 0.8;
  position: absolute;
  user-select: none;
  white-space: nowrap;
}

.angled-visual {
  aspect-ratio: 1.06 / 1;
  background:
    linear-gradient(
      140deg,
      transparent 0 38%,
      rgba(0, 0, 0, 0.04) 38% 49%,
      transparent 49%
    ),
    linear-gradient(
      135deg,
      rgba(7, 120, 236, 0.95),
      rgba(4, 191, 180, 0.9) 43%,
      rgba(6, 32, 77, 0.96) 44% 100%
    );
  clip-path: polygon(31% 0, 100% 0, 100% 53%, 48% 100%, 0 100%, 42% 48%, 0 48%);
  max-width: 430px;
  min-height: 270px;
}

.company-section p {
  color: #314859;
  font-size: clamp(1rem, 1.18vw, 1.22rem);
  font-weight: 500;
  margin: 0 0 1.6rem;
  max-width: 620px;
}

.company-section .company-copy {
  font-weight: 800;
  margin-bottom: 1.5rem;
}

.services-section,
.capabilities-section {
  background: linear-gradient(
    180deg,
    rgba(212, 234, 248, 0.96),
    rgba(255, 255, 255, 1)
  );
  position: relative;
}

.services-section {
  padding: clamp(4rem, 6vw, 7rem) 0 clamp(2rem, 4vw, 3rem);
}

.capabilities-section {
  padding: clamp(3rem, 5vw, 6.4rem) 0 clamp(5rem, 5vw, 8rem);
}

.section-tab {
  align-items: center;
  background: #fff;
  bottom: 11%;
  color: #617887;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 800;
  gap: 0.35rem;
  left: 0;
  letter-spacing: 0;
  padding: 0.75rem 0.45rem;
  position: absolute;
  transform: rotate(-90deg) translateX(-36%);
  transform-origin: left bottom;
  z-index: 3;
}

.section-tab::before {
  border-left: 34px solid var(--gmsc-teal);
  border-top: 34px solid transparent;
  content: '';
  left: 0;
  position: absolute;
  top: -33px;
}

.section-tab-bottom {
  bottom: 18%;
}

.section-tab-light {
  background: rgba(255, 255, 255, 0.92);
  bottom: 10%;
}

.service-photo-grid {
  margin-inline: auto;
}

.what-section {
  padding-block: clamp(2rem, 3vw, 3rem);
  background: linear-gradient(180deg, #dff6ff 0%, #fff 82%);
  position: relative;
}

/* .what-title {
  margin-bottom: 3.5rem;
  font-size: clamp(2.4rem, 5vw, 4rem);
  letter-spacing: 0.08em;
} */

.what-feature-card {
  display: flex;
  min-height: 440px;
  align-items: flex-end;
  margin-bottom: 2rem;
  padding: clamp(2rem, 3vw, 4.2rem);
  color: #fff;
  border-radius: 36px;
  background:
    linear-gradient(
      180deg,
      rgba(6, 22, 55, 0.08) 0%,
      rgba(5, 19, 47, 0.72) 100%
    ),
    center / cover no-repeat
      url('https://gmsc.ae/staging/wp-content/uploads/2026/06/medical-supply.jpg');
  opacity: 1;
  transition: opacity 280ms ease;
}

.what-feature-card.is-changing {
  opacity: 0;
}

.what-feature-card::after,
.what-card::after {
  display: none;
}

.what-feature-card h3 {
  max-width: 100%;
  margin: 0;
  /* font-size: clamp(1.5rem, 2vw, 2.55rem); */
  /* font-weight: 500; */
  line-height: 1.35;
}

.what-swiper {
  width: 100%;
  overflow: hidden;
}

.what-swiper .swiper-wrapper {
  align-items: stretch;
}

.what-swiper .swiper-slide {
  height: auto;
}

.what-card {
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%;
  min-height: 250px;
  padding: 2rem;
  color: #fff;
  border-radius: 28px;
  background:
    linear-gradient(
      180deg,
      rgba(5, 17, 42, 0.06) 0%,
      rgba(5, 17, 42, 0.78) 100%
    ),
    center / cover no-repeat
      url('https://gmsc.ae/staging/wp-content/uploads/2026/06/supply-chain-100.jpg');
}

.what-card p {
  display: none;
}

.what-card.pre-pre-alt {
  background:
    linear-gradient(
      180deg,
      rgba(5, 17, 42, 0.06) 0%,
      rgba(5, 17, 42, 0.78) 100%
    ),
    center / cover no-repeat
      url('https://gmsc.ae/staging/wp-content/uploads/2026/06/medical-supply.jpg');
}

.what-card.pre-alt {
  background:
    linear-gradient(
      180deg,
      rgba(5, 17, 42, 0.06) 0%,
      rgba(5, 17, 42, 0.78) 100%
    ),
    center / cover no-repeat
      url('https://gmsc.ae/staging/wp-content/uploads/2026/06/pharma-100.jpg');
}
.what-card.alt {
  background:
    linear-gradient(
      180deg,
      rgba(5, 17, 42, 0.06) 0%,
      rgba(5, 17, 42, 0.78) 100%
    ),
    center / cover no-repeat
      url('https://gmsc.ae/staging/wp-content/uploads/2026/06/equipment-100.jpg');
}

.what-card.third {
  background:
    linear-gradient(
      180deg,
      rgba(5, 17, 42, 0.06) 0%,
      rgba(5, 17, 42, 0.78) 100%
    ),
    center / cover no-repeat
      url('https://gmsc.ae/staging/wp-content/uploads/2026/06/gmsc-8-100.jpg');
}
.what-card.fourth {
  background:
    linear-gradient(
      180deg,
      rgba(5, 17, 42, 0.06) 0%,
      rgba(5, 17, 42, 0.78) 100%
    ),
    center / cover no-repeat
      url('https://gmsc.ae/staging/wp-content/uploads/2026/06/gmsc-7-100.jpg');
}
.what-card.fifth {
  background:
    linear-gradient(
      180deg,
      rgba(5, 17, 42, 0.06) 0%,
      rgba(5, 17, 42, 0.78) 100%
    ),
    center / cover no-repeat
      url('https://gmsc.ae/staging/wp-content/uploads/2026/06/gmsc-6-100.jpg');
}
.what-card.sixth {
  background:
    linear-gradient(
      180deg,
      rgba(5, 17, 42, 0.06) 0%,
      rgba(5, 17, 42, 0.78) 100%
    ),
    center / cover no-repeat
      url('https://gmsc.ae/staging/wp-content/uploads/2026/06/gmsc-5-100.jpg');
}
.what-card.seventh {
  background:
    linear-gradient(
      180deg,
      rgba(5, 17, 42, 0.06) 0%,
      rgba(5, 17, 42, 0.78) 100%
    ),
    center / cover no-repeat
      url('https://gmsc.ae/staging/wp-content/uploads/2026/06/procurement-100.jpg');
}
.what-card.eighth {
  background:
    linear-gradient(
      180deg,
      rgba(5, 17, 42, 0.06) 0%,
      rgba(5, 17, 42, 0.78) 100%
    ),
    center / cover no-repeat
      url('https://gmsc.ae/staging/wp-content/uploads/2026/06/distribution-100.jpg');
}

.what-card h3 {
  max-width: 440px;
  margin-bottom: 0;
  font-size: clamp(1rem, 2vw, 1.5rem);
  font-weight: 500;
  line-height: 1.35;
}

.what-slider-controls,
.awards-slider-controls,
.licenses-slider-controls {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 1rem 0 2rem;
}

.what-slider-button,
.awards-slider-button,
.licenses-slider-button {
  position: relative;
  width: 64px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
}

.what-slider-button::before,
.awards-slider-button::before,
.licenses-slider-button::before {
  content: '';
  position: absolute;
  top: 15px;
  width: 9px;
  height: 9px;
  border-left: 1px solid #c7ced6;
  border-bottom: 1px solid #c7ced6;
  transition: border-color 0.2s ease;
}

.what-slider-button::after,
.awards-slider-button::after,
.licenses-slider-button::after {
  content: '';
  position: absolute;
  top: 19px;
  left: 11px;
  width: 42px;
  height: 1px;
  background: #c7ced6;
  transition: background-color 0.2s ease;
}

.what-slider-prev::before,
.awards-slider-prev::before,
.licenses-slider-prev::before {
  left: 11px;
  transform: rotate(45deg);
}

.what-slider-next::before,
.awards-slider-next::before,
.licenses-slider-next::before {
  right: 11px;
  transform: rotate(-135deg);
}

.what-slider-button:hover::before,
.what-slider-button:focus-visible::before,
.awards-slider-button:hover::before,
.awards-slider-button:focus-visible::before,
.licenses-slider-button:hover::before,
.licenses-slider-button:focus-visible::before {
  border-color: var(--gmsc-teal);
}

.what-slider-button:hover::after,
.what-slider-button:focus-visible::after,
.awards-slider-button:hover::after,
.awards-slider-button:focus-visible::after,
.licenses-slider-button:hover::after,
.licenses-slider-button:focus-visible::after {
  background: var(--gmsc-teal);
}

.what-slider-button:focus-visible,
.awards-slider-button:focus-visible,
.licenses-slider-button:focus-visible {
  outline: 2px solid rgba(18, 184, 176, 0.28);
  outline-offset: 2px;
}

.image-card,
.media-feature {
  align-items: flex-end;
  /* background-color: #86a6b8; */
  border-radius: 22px;
  color: #fff;
  display: flex;
  min-height: clamp(360px, 35vw, 440px);
  overflow: hidden;
  padding: clamp(1.3rem, 3vw, 3.6rem);
  position: relative;
}

.news-card::before,
.image-card::before,
.media-feature::before {
  background: linear-gradient(
    180deg,
    rgba(14, 34, 48, 0.04),
    rgba(12, 26, 42, 0.68)
  );
  content: '';
  inset: 0;
  position: absolute;
}

.image-card > div,
.media-feature > div {
  max-width: 760px;
  position: relative;
  z-index: 2;
}

.image-card h3,
.media-feature h3 {
  color: #fff;
  /* font-size: clamp(1.7rem, 2.4vw, 3.1rem); */
  /* font-weight: 700; */
  letter-spacing: 0;
  line-height: 1.12;
  margin: 0;
  margin-bottom: 1rem;
}

.image-card p {
  color: rgba(255, 255, 255, 0.85);
  font-size: clamp(0.92rem, 1.1vw, 1.08rem);
  margin: 0;
  max-width: 520px;
}

.image-card-large {
  /* min-height: clamp(500px, 35vw, 810px); */
  background: center / cover no-repeat
    url('https://gmsc.ae/staging/wp-content/uploads/2026/06/medical-supply.jpg');
  align-items: center;
}

.what-feature-card.image-card-large {
  background:
    linear-gradient(
      180deg,
      rgba(5, 17, 42, 0.06) 0%,
      rgba(5, 17, 42, 0.78) 100%
    ),
    center / cover no-repeat
      url('https://gmsc.ae/staging/wp-content/uploads/2026/06/supply-chain.jpg');
}

.placeholder-lab {
  /* --placeholder-bg:
    linear-gradient(
      90deg,
      rgba(228, 235, 239, 0.88) 0 42%,
      rgba(206, 226, 235, 0.28) 42% 100%
    ),
    linear-gradient(
      180deg,
      transparent 58%,
      rgba(255, 255, 255, 0.23) 59% 60%,
      transparent 61%
    ),
    repeating-linear-gradient(
      90deg,
      transparent 0 8%,
      rgba(255, 255, 255, 0.38) 8.3% 8.8%,
      transparent 9.1% 14%
    ),
    linear-gradient(135deg, #b8d2df, #6f97b3); */
  position: relative;
}

.placeholder-lab > p {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: clamp(0.65rem, 1.1vw, 1.08rem);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  padding: 1rem;
  rotate: 180deg;
}

.placeholder-supply-chain {
  /* --placeholder-bg:
    radial-gradient(
      circle at 72% 22%,
      rgba(255, 216, 125, 0.58),
      transparent 18%
    ),
    linear-gradient(95deg, rgba(13, 22, 30, 0.9), rgba(141, 88, 44, 0.48)),
    repeating-linear-gradient(
      90deg,
      transparent 0 15%,
      rgba(255, 255, 255, 0.14) 15.2% 15.7%,
      transparent 16% 24%
    ),
    linear-gradient(130deg, #302a27, #b88955); */
  background: center / cover no-repeat
    url('https://gmsc.ae/staging/wp-content/uploads/2026/06/supply-chain.jpg');
}

.placeholder-equipment {
  /* --placeholder-bg:
    linear-gradient(
      90deg,
      rgba(222, 242, 249, 0.94),
      rgba(138, 190, 216, 0.76)
    ),
    repeating-linear-gradient(
      0deg,
      transparent 0 22%,
      rgba(255, 255, 255, 0.35) 22.4% 23%,
      transparent 23.4% 32%
    ),
    repeating-linear-gradient(
      90deg,
      transparent 0 13%,
      rgba(7, 85, 130, 0.24) 13.2% 13.8%,
      transparent 14% 22%
    ); */
  background: center / cover no-repeat
    url('https://gmsc.ae/staging/wp-content/uploads/2026/06/equipment-services.jpg');
}

.capability-card {
  border-radius: 24px;
  color: #fff;
  min-height: clamp(350px, 26vw, 640px);
  padding: clamp(2rem, 2.4vw, 4.2rem);
}

.capability-card svg {
  fill: none;
  height: clamp(4.4rem, 7vw, 8.3rem);
  margin-bottom: clamp(2.1rem, 4vw, 4.5rem);
  opacity: 0.58;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.35;
  width: clamp(4.4rem, 8vw, 8.3rem);
  margin-inline: auto;
  width: 100%;
}

.capability-card h3 {
  color: #fff;
  font-size: clamp(1.35rem, 1.9vw, 2.15rem);
  /* font-weight: 800; */
  letter-spacing: 0;
  line-height: 1.15;
  margin: 0 0 1rem;
}

.capability-card p {
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(0.88rem, 1.05vw, 1.05rem);
  font-weight: 500;
  margin: 0;
  max-width: 22rem;
}

.card-teal {
  background: var(--gmsc-teal);
}

.card-blue {
  background: var(--gmsc-blue);
}

.card-sky {
  background: #73ace5;
}

.warehouse-section {
  /* background:
    linear-gradient(100deg, rgba(0, 155, 148, 0.88), rgba(9, 135, 238, 0.88)),
    repeating-linear-gradient(
      165deg,
      rgba(255, 255, 255, 0.16) 0 1px,
      transparent 1px 28px
    ),
    radial-gradient(
      circle at 42% 18%,
      rgba(255, 255, 255, 0.35),
      transparent 18rem
    ),
    linear-gradient(125deg, #0a6a92, #0e8bea); */
  background: center / cover no-repeat
    url('https://gmsc.ae/wp-content/uploads/2026/06/infra-bg.jpg');
  /* min-height: clamp(680px, 56vw, 1080px); */
  overflow: hidden;
  padding: var(--section-pad) 0;
  position: relative;
}

.warehouse-section::after {
  /* background:
    linear-gradient(
      160deg,
      transparent 0 42%,
      rgba(255, 255, 255, 0.18) 42.4% 43%,
      transparent 43.4%
    ),
    linear-gradient(18deg, rgba(255, 255, 255, 0.28), transparent 38%); */
  /* content: ''; */
  inset: 0;
  opacity: 0.5;
  position: absolute;
}

.warehouse-section .container-xl {
  position: relative;
  z-index: 2;
}

.warehouse-section h2 {
  color: #fff;
  font-size: clamp(2rem, 3vw, 2.5rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.12;
  margin: 0 0 1.5rem;
}

.warehouse-section p {
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1rem, 1.2vw, 1.22rem);
  font-weight: 500;
  margin: 0;
  max-width: 500px;
}

.feature-list {
  display: grid;
  gap: 0.85rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.feature-list li {
  align-items: center;
  backdrop-filter: blur(14px);
  background: #48484866;
  /* border: 1px solid rgba(255, 255, 255, 0.16); */
  border-radius: 10px;
  color: #fff;
  display: flex;
  font-size: clamp(0.95rem, 1.08vw, 1.08rem);
  font-weight: 700;
  min-height: 2.95rem;
  padding: 0.95rem 1.25rem;
  position: relative;
}

.feature-list li::before {
  background: #fff;
  content: '';
  height: 1.5rem;
  inset-inline-start: -14px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem;
  clip-path: polygon(50% 0, 100% 0, 100% 50%, 60% 100%, 60% 40%, 0 40%);
}

.credential-section {
  /* padding: 3rem 0 4.2rem;
  border-top: 1px solid #edf2f5; */
  background:
    radial-gradient(
      circle at 8% 18%,
      rgba(5, 185, 173, 0.14),
      transparent 18rem
    ),
    linear-gradient(180deg, #fff 0%, #f4fbff 100%);
  border-top: 1px solid rgba(14, 116, 152, 0.08);
  overflow: hidden;
  padding-block: clamp(2rem, 3vw, 3rem);
  position: relative;
}

.section-kicker {
  align-items: center;
  color: #314654;
  display: flex;
  /* align-items: center; */
  font-size: clamp(1.45rem, 2.5vw, 2.5rem);
  /* font-weight: 700; */
  gap: 1rem;
  /* margin-bottom: 2.5rem;
  color: #46525f;
  font-size: clamp(1.45rem, 2.5vw, 2.1rem); */
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: clamp(2rem, 4vw, 2.5rem);
}

.section-kicker span {
  /* display: inline-block;
  width: 48px;
  height: 48px; */
  background: var(--gmsc-teal);
  clip-path: polygon(50% 0, 100% 0, 100% 50%, 60% 100%, 60% 40%, 0 40%);
  display: inline-block;
  flex: 0 0 auto;
  height: clamp(2.05rem, 3.2vw, 3rem);
  width: clamp(2.05rem, 3.2vw, 3rem);
}

.credential-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-left: 1px solid #e5eef5;
  border-top: 1px solid #e5eef5;
}

.licenses-swiper {
  margin-inline: -0.25rem;
  overflow: hidden;
  /* border-left: 1px solid #e5eef5;
  border-top: 1px solid #e5eef5; */
  padding: 0.25rem 0.25rem 0.6rem;
}

.licenses-swiper .swiper-wrapper {
  align-items: stretch;
}

.licenses-swiper .swiper-slide {
  display: flex;
  height: auto;
}

.licenses-slider-controls {
  /* margin-bottom: 0; */
  margin: 0;
}

.credential-card {
  /* display: grid;
  min-height: 210px;
  place-items: center;
  padding: 2rem; */
  align-items: center;
  /* background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(14, 116, 152, 0.12);
  border-radius: 22px;
  box-shadow: 0 1rem 2.4rem rgba(15, 89, 116, 0.09); */
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  /* justify-content: center; */
  min-height: clamp(220px, 18vw, 300px);
  padding: clamp(1rem, 2.3vw, 2.2rem);
  text-align: center;
  /* border-right: 1px solid #e5eef5;
  border-bottom: 1px solid #e5eef5; */
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
  width: 100%;
}

.credential-card:hover {
  border-color: rgba(5, 185, 173, 0.38);
  /* box-shadow: 0 1.35rem 3rem rgba(15, 89, 116, 0.14); */
  transform: translateY(-4px);
}

.credential-card img {
  /* width: 100px; */
  display: block;
  height: clamp(4.8rem, 6vw, 6.9rem);
  max-width: min(78%, 9rem);
  object-fit: contain;
  width: auto;
}

.clients-swiper .credential-card {
  background: #fff;
  min-height: clamp(130px, 18vw, 150px);
  border-radius: 10px;
}

.clients-swiper .credential-card img {
  max-width: min(78%, 11rem);
}

.credential-card p {
  color: #405868;
  font-size: clamp(0.92rem, 1vw, 1.04rem);
  font-weight: 600;
  line-height: 1.35;
  margin: 0;
  max-width: 16rem;
}

.credential-card strong {
  color: #163a4f;
  display: inline-block;
  font-size: clamp(1.18rem, 1.45vw, 1.45rem);
  font-weight: 800;
  margin-bottom: 0.2rem;
}

.media-section {
  background: #fff;
  background: linear-gradient(180deg, #dff6ff 0%, #fff 82%);
  padding-block: clamp(2rem, 3vw, 3rem);
}

.media-feature {
  border-radius: 15px;
  /* min-height: clamp(490px, 37vw, 710px); */
  min-height: clamp(250px, 54vw, 600px);
  /* background: center / cover no-repeat
    url('https://gmsc.ae/staging/wp-content/uploads/2026/06/1P3A4788.jpg'); */
  background: #e9f4ff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* border-radius: 15px; */
  /* min-height: clamp(225px, 17vw, 340px); */
  /* padding: clamp(1.3rem, 1.3vw, 2.7rem) clamp(1.3rem, 1.3vw, 2.7rem); */
  padding: clamp(1.3rem, 1.3vw, 2.7rem) clamp(1.3rem, 2.2vw, 2.7rem);
  /* display: flex; */
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}

.media-stack {
  display: grid;
  gap: 2rem;
  height: 100%;
}

.news-card {
  background: #e9f4ff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
  /* min-height: clamp(225px, 17vw, 340px); */
  min-height: clamp(250px, 14vw, 280px);
  padding: clamp(1.3rem, 1.3vw, 2.7rem) clamp(1.3rem, 1.3vw, 2.7rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.media-feature img,
.news-card img {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  padding-right: clamp(2.3rem, 1.3vw, 2.7rem);
  padding-top: clamp(1.3rem, 1.3vw, 2.7rem);
  z-index: 3;
}

.media-feature small,
.news-card small {
  color: #fff;
  display: block;
  /* font-size: 0.75rem; */
  font-weight: 800;
  z-index: 3;
  /* margin-bottom: clamp(2.5rem, 5vw, 5.4rem); */
}

.media-feature h3,
.news-card h3 {
  color: #fff;
  font-size: clamp(1.02rem, 1.18vw, 1.2rem);
  font-weight: 600;
  line-height: 1.22;
  margin: 0;
  /* max-width: 320px; */
  z-index: 3;
}

.media-feature h3 {
  font-size: clamp(1rem, 2vw, 1.6rem);
  line-height: 1.25;
  /* max-width: 520px; */
}

/* .btn-read {
  min-width: 150px;
} */

.explore-cta {
  font-weight: 600;
  width: fit-content;
  position: absolute;
  rotate: -90deg;
  top: 50%;
  left: -25px;
  z-index: 3;
}

.explore-cta.warehouse {
  top: 85%;
}

.explore-cta a {
  color: #000;
  position: relative;
}

.explore-cta.warehouse a {
  color: #fff;
}

.explore-cta a::after {
  content: '';
  position: absolute;
  right: -30px;
  top: 0px;
  rotate: 90deg;
  width: 2.5rem;
  height: 2.5rem;
  clip-path: polygon(50% 0, 100% 0, 100% 50%, 60% 100%, 60% 40%, 0 40%);
  background: var(--gmsc-teal);
}

.explore-cta.warehouse a::after {
  background: #fff;
}

.page-banner {
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
}

.page-banner .breadcrumb {
  position: absolute;
  top: 1rem;
  /* margin-top: 3rem; */
}

.news-single-hero .breadcrumb {
  position: absolute;
  top: 1rem;
}

.page-banner::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #00b1a8, #1c80f9);
  mix-blend-mode: color;
}

.breadcrumb-item a,
.breadcrumb-item + .breadcrumb-item::before,
.breadcrumb-item.active {
  color: #fff;
}

.site-footer {
  background: linear-gradient(100deg, #02b7aa 0%, #1389ee 100%);
  color: #fff;
  padding: clamp(2.2rem, 3vw, 3.4rem) 0 clamp(1.8rem, 2vw, 2rem);
}

.site-footer h2 {
  color: #fff;
  font-size: clamp(2.55rem, 4.2vw, 5.4rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.16;
  margin: 0 auto clamp(4rem, 7vw, 8rem);
  text-align: center;
}

.site-footer h2 span {
  display: inline;
}

.site-footer h2 strong,
.site-footer h2 b {
  font-weight: 800;
}

.footer-main {
  align-items: flex-start;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(170px, 1.4fr) 1fr 1fr 1fr auto;
}

.footer-logo {
  color: #fff;
  width: 250px;
}

.footer-logo:hover {
  color: #fff;
}

.footer-logo .brand-g {
  color: #fff;
}

.footer-links {
  display: grid;
  gap: 0.8rem;
}

.footer-menu {
  display: grid;
  gap: 0.8rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  font-weight: 600;
}

.footer-links a:hover,
.footer-links a:focus {
  color: #fff;
}

.social-link {
  align-items: center;
  color: #fff;
  display: inline-flex;
  gap: 12px;
  /* font-size: 1.45rem; */
  /* font-weight: 800; */
  /* justify-content: center; */
  line-height: 1;
}

.footer-bottom {
  align-items: center;
  color: rgba(255, 255, 255, 0.78);
  display: flex;
  font-size: 0.84rem;
  justify-content: space-between;
  margin-top: clamp(2rem, 4vw, 4rem);
}

.footer-bottom p {
  margin: 0;
}

.who-we-are-page {
  background: #fff;
  overflow: hidden;
}

.who-hero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  min-height: clamp(320px, 33vw, 520px);
  padding: clamp(3.7rem, 6vw, 6.5rem) 0 clamp(4.2rem, 7vw, 7.5rem);
  position: relative;
}

.who-hero::after {
  background:
    radial-gradient(
      circle at 73% 18%,
      rgba(255, 255, 255, 0.72) 0 3px,
      transparent 4px
    ),
    radial-gradient(
      circle at 86% 48%,
      rgba(255, 255, 255, 0.62) 0 4px,
      transparent 5px
    ),
    radial-gradient(
      circle at 67% 72%,
      rgba(255, 255, 255, 0.52) 0 5px,
      transparent 6px
    ),
    linear-gradient(
      25deg,
      transparent 0 56%,
      rgba(255, 255, 255, 0.26) 56.1% 56.4%,
      transparent 56.5%
    ),
    linear-gradient(
      145deg,
      transparent 0 52%,
      rgba(255, 255, 255, 0.18) 52.1% 52.35%,
      transparent 52.45%
    );
  content: '';
  inset: 0;
  opacity: 0.72;
  pointer-events: none;
  position: absolute;
}

.who-hero .container {
  position: relative;
  z-index: 2;
}

.who-breadcrumb {
  --bs-breadcrumb-divider-color: rgba(255, 255, 255, 0.7);
  margin-bottom: clamp(2.5rem, 4vw, 4rem);
}

.who-breadcrumb,
.who-breadcrumb a,
.who-breadcrumb .active {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.82rem;
  font-weight: 600;
}

.who-hero h1 {
  color: #fff;
  font-size: clamp(3rem, 5vw, 5.35rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0 0 clamp(1.8rem, 3vw, 2.6rem);
}

.who-hero-btn,
.who-company-btn {
  align-items: center;
  background: #fff;
  color: var(--gmsc-blue);
  gap: 0.8rem;
  padding-right: 0.85rem;
}

.who-hero-btn:hover,
.who-hero-btn:focus,
.who-company-btn:hover,
.who-company-btn:focus {
  background: rgba(255, 255, 255, 0.88);
  color: var(--gmsc-blue-deep);
}

.who-hero-btn span,
.who-company-btn span {
  background: rgba(28, 128, 249, 0.12);
  border-radius: 50%;
  display: inline-block;
  height: 1.75rem;
  position: relative;
  width: 1.75rem;
}

.who-hero-btn span::before,
.who-company-btn span::before {
  border-right: 1px solid currentColor;
  border-top: 1px solid currentColor;
  content: '';
  height: 0.42rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-60%, -50%) rotate(45deg);
  width: 0.42rem;
}

.who-vision {
  background: linear-gradient(
    180deg,
    #fff 0%,
    #fff 76%,
    rgba(231, 247, 255, 0.52) 100%
  );
  background: bottom / contain no-repeat
    url('https://gmsc.ae/wp-content/uploads/2026/06/gmsc-fade-bg.svg');
  padding: clamp(4rem, 7vw, 8.2rem) 0 clamp(3.4rem, 5vw, 5.8rem);
  position: relative;
}

/* .who-vision::before {
  bottom: -0.2em;
  color: rgba(31, 92, 129, 0.045);
  content: 'GMSC';
  font-size: clamp(9rem, 28vw, 27rem);
  font-weight: 900;
  left: -2vw;
  letter-spacing: 0;
  line-height: 0.8;
  position: absolute;
  user-select: none;
  white-space: nowrap;
} */

.who-vision .container {
  position: relative;
  z-index: 2;
}

.who-vision-copy {
  max-width: 500px;
}

.who-vision h2,
.who-values h2 {
  /* color: var(--gmsc-blue); */
  color: #000;
  /* font-size: clamp(2rem, 3vw, 3.05rem); */
  font-weight: 600;
  line-height: 1.12;
  /* margin: 0 0 clamp(1.4rem, 2vw, 2rem); */
}

.who-vision h4 {
  color: var(--gmsc-blue);
}

.who-vision p {
  color: #243b4b;
  font-size: clamp(1.65rem, 2.35vw, 2.9rem);
  /* font-weight: 600; */
  line-height: 1.22;
  margin: 0;
}

.who-vision-image {
  border-radius: 24px;
  box-shadow: 0 1.6rem 4rem rgba(10, 95, 142, 0.14);
  margin: 0;
  overflow: hidden;
  position: relative;
}

/* .who-vision-image::after {
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 2px;
  content: '';
  height: 42%;
  position: absolute;
  right: 6%;
  top: 10%;
  transform: skewY(-28deg);
  width: 26%;
} */

.who-vision-image img {
  aspect-ratio: 1.82 / 1;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.who-purpose-statement {
  position: relative;
  max-width: 470px;
  background-image: linear-gradient(
    to right,
    var(--gmsc-teal),
    var(--gmsc-blue)
  ) !important;
  color: transparent !important;
  background-clip: text;
  text-shadow: none;
  font-size: clamp(2.5rem, 3vw, 4rem) !important;
  font-weight: 500;
  line-height: 1.08;
}

.who-purpose-statement::after {
  content: '';
  position: absolute;
  top: 0.25rem;
  inset-inline-end: 12%;
  width: clamp(40px, 5vw, 58px);
  height: clamp(40px, 5vw, 58px);
  background: var(--gmsc-teal);
  clip-path: polygon(50% 0, 100% 0, 100% 50%, 60% 100%, 60% 40%, 0 40%);
}

.who-values {
  background: linear-gradient(180deg, #dff6ff 0%, #fff 92%);
  /* padding: clamp(4.6rem, 7vw, 8.6rem) 0 clamp(4.2rem, 6vw, 7.2rem); */
  padding-block: clamp(2rem, 3vw, 3rem);
  position: relative;
}

.who-values::after {
  bottom: -0.08em;
  color: rgba(31, 92, 129, 0.035);
  content: 'Our Values';
  font-size: clamp(5rem, 22vw, 22rem);
  /* font-weight: 900; */
  /* left: -1vw; */
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 0;
  line-height: 0.8;
  position: absolute;
  user-select: none;
  white-space: nowrap;
}

.who-values .container {
  position: relative;
  z-index: 2;
}

.who-values-layout {
  display: grid;
  gap: clamp(1.4rem, 2vw, 2rem);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.who-values-heading {
  align-items: center;
  display: flex;
  min-height: clamp(250px, 22vw, 340px);
}

.who-values-heading h2 {
  color: #314654;
  margin: 0;
  position: relative;
  font-size: clamp(2rem, 3vw, 3rem);
}

.who-values-heading h2::after {
  background: var(--gmsc-teal);
  clip-path: polygon(50% 0, 100% 0, 100% 50%, 60% 100%, 60% 40%, 0 40%);
  content: '';
  height: clamp(3.8rem, 5.8vw, 4.6rem);
  width: clamp(3.8rem, 5.8vw, 4.6rem);
  position: absolute;
  inset-inline-end: -2.9rem;
  top: -2rem;
}

.who-values-grid {
  display: contents;
}

.who-value-card {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(28, 128, 249, 0.34);
  border-radius: 22px;
  min-height: clamp(250px, 22vw, 340px);
  padding: clamp(1.7rem, 2.4vw, 2.5rem);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.who-value-card:hover {
  border-color: rgba(0, 177, 168, 0.56);
  box-shadow: 0 1.2rem 2.8rem rgba(10, 95, 142, 0.11);
  transform: translateY(-3px);
}

.who-value-card.is-featured {
  background: var(--gmsc-blue);
  border-color: var(--gmsc-blue);
  color: #fff;
}

/* .who-value-card:nth-child(1) {
  grid-column: 2;
  grid-row: 1;
}

.who-value-card:nth-child(2) {
  grid-column: 3;
  grid-row: 1;
}

.who-value-card:nth-child(3) {
  grid-column: 1;
  grid-row: 2;
}

.who-value-card:nth-child(4) {
  grid-column: 2;
  grid-row: 2;
}

.who-value-card:nth-child(5) {
  grid-column: 3;
  grid-row: 2;
} */

.who-value-card h3 {
  color: #334856;
  font-size: clamp(1.35rem, 1.8vw, 2rem);
  font-weight: 600;
  line-height: 1.2;
  margin: clamp(1rem, 1.4vw, 1.5rem) 0 0.75rem;
}

.who-value-card p {
  color: var(--gmsc-blue);
  font-size: clamp(0.84rem, 0.92vw, 0.98rem);
  /* font-weight: 700; */
  line-height: 1.45;
  margin: 0;
}

.who-value-card.is-featured h3,
.who-value-card.is-featured p {
  color: #fff;
}

.who-value-icon {
  height: clamp(4.7rem, 7vw, 6.8rem);
  margin-inline-start: auto;
  position: relative;
  width: clamp(4.7rem, 7vw, 6.8rem);
}

.who-value-icon::before,
.who-value-icon::after {
  content: '';
  position: absolute;
}

.who-icon-shield::before {
  border: 2px solid rgba(0, 177, 168, 0.38);
  clip-path: polygon(50% 0, 88% 16%, 88% 56%, 50% 100%, 12% 56%, 12% 16%);
  inset: 5%;
}

.who-icon-shield::after {
  border: 2px solid rgba(73, 88, 99, 0.48);
  border-radius: 50%;
  bottom: 0;
  height: 42%;
  right: 0;
  width: 42%;
}

.who-icon-scales::before {
  border-top: 2px solid rgba(73, 88, 99, 0.42);
  height: 52%;
  left: 16%;
  top: 22%;
  transform: rotate(-18deg);
  width: 72%;
}

.who-icon-scales::after {
  border: 2px solid rgba(0, 177, 168, 0.36);
  border-bottom-color: transparent;
  border-radius: 0 0 50% 50%;
  height: 45%;
  left: 12%;
  top: 29%;
  transform: skewX(-18deg);
  width: 72%;
}

.who-icon-handshake::before {
  border: 2px solid rgba(73, 88, 99, 0.42);
  border-radius: 44% 44% 16% 16%;
  height: 38%;
  left: 9%;
  top: 42%;
  transform: rotate(13deg);
  width: 82%;
}

.who-icon-handshake::after {
  border-bottom: 2px solid rgba(0, 177, 168, 0.42);
  border-left: 2px solid rgba(0, 177, 168, 0.42);
  height: 24%;
  left: 40%;
  top: 22%;
  transform: rotate(-45deg);
  width: 24%;
}

.who-icon-rocket::before {
  border: 2px solid rgba(73, 88, 99, 0.42);
  border-radius: 70% 70% 45% 45%;
  height: 78%;
  left: 35%;
  top: 5%;
  transform: rotate(42deg);
  width: 34%;
}

.who-icon-rocket::after {
  border: 2px solid rgba(0, 177, 168, 0.42);
  border-radius: 50%;
  height: 18%;
  left: 43%;
  top: 37%;
  width: 18%;
}

.who-icon-bulb::before {
  border: 2px solid rgba(255, 255, 255, 0.68);
  border-radius: 50% 50% 44% 44%;
  height: 52%;
  left: 27%;
  top: 12%;
  width: 46%;
}

.who-icon-bulb::after {
  border-bottom: 2px solid rgba(255, 255, 255, 0.72);
  border-top: 2px solid rgba(255, 255, 255, 0.72);
  bottom: 16%;
  height: 18%;
  left: 36%;
  width: 28%;
}

.who-company {
  background: url('https://gmsc.ae/wp-content/uploads/2026/06/about-bg-100.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  /* padding: clamp(5rem, 8vw, 9.5rem) 0; */
  position: relative;
}

.who-company video#myVideo {
  object-position: 100% 40%;
}

.who-company .container .row {
  min-height: clamp(500px, 3vw, 700px);
}

.who-company h2 {
  color: #fff;
  /* font-size: clamp(1.9rem, 3vw, 3.35rem); */
  font-weight: 600;
  line-height: 1.32;
  /* margin: 0 0 clamp(2rem, 3vw, 2.8rem); */
  margin: 0 0 clamp(1rem, 1vw, 1.5rem);
}

.who-company p {
  color: rgba(255, 255, 255, 0.88);
  /* font-size: clamp(1.02rem, 1.17vw, 1.22rem); */
  font-weight: 600;
  line-height: 1.65;
  /* margin: 0 0 clamp(2rem, 3vw, 2.8rem); */
  max-width: 610px;
}

.who-company-btn {
  background: var(--gmsc-blue);
  color: #fff;
}

.who-company-btn span {
  background: rgba(255, 255, 255, 0.18);
}

.who-company-btn:hover,
.who-company-btn:focus {
  background: #047add;
  color: #fff;
}

.who-company-mark {
  aspect-ratio: 1.22 / 1;
  margin-inline: auto;
  max-width: 540px;
  position: relative;
}

.who-company-mark span {
  backdrop-filter: blur(3px);
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.42),
      rgba(255, 255, 255, 0.05)
    ),
    linear-gradient(135deg, rgba(0, 177, 168, 0.34), rgba(28, 128, 249, 0.34));
  border: 1px solid rgba(255, 255, 255, 0.48);
  box-shadow: 0 1.5rem 3rem rgba(0, 42, 92, 0.18);
  clip-path: polygon(0 0, 78% 0, 100% 43%, 56% 100%, 0 100%, 34% 48%);
  position: absolute;
}

.who-company-mark span:nth-child(1) {
  height: 48%;
  left: 4%;
  top: 24%;
  width: 54%;
}

.who-company-mark span:nth-child(2) {
  height: 44%;
  right: 4%;
  top: 18%;
  transform: scaleX(-1);
  width: 46%;
}

.who-company-mark span:nth-child(3) {
  bottom: 13%;
  height: 23%;
  left: 16%;
  transform: scale(0.72);
  width: 30%;
}

.who-video {
  background: #fff;
  background: center / cover no-repeat
    url('https://gmsc.ae/wp-content/uploads/2026/06/about-video-bg-100.jpg');
  padding-top: 8px;
}

.who-video-frame {
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  min-height: clamp(300px, 34vw, 560px);
}

.who-play-button {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  display: inline-flex;
  height: clamp(5rem, 7.5vw, 7rem);
  justify-content: center;
  transition:
    box-shadow 0.2s ease,
    transform 0.2s ease;
  width: clamp(5rem, 7.5vw, 7rem);
}

.who-play-button:hover,
.who-play-button:focus {
  box-shadow: 0 1.2rem 2.8rem rgba(8, 79, 132, 0.24);
  transform: translateY(-2px);
}

.who-play-button span {
  border-bottom: 1rem solid transparent;
  border-left: 1.55rem solid var(--gmsc-teal);
  border-top: 1rem solid transparent;
  display: block;
  margin-left: 0.35rem;
}

.page-banner {
  align-items: center;
  display: flex;
  height: clamp(250px, 40vw, 350px);
  position: relative;
}

.page-banner.anim {
  display: block;
}

.page-banner.anim .container {
  position: relative;
}

.page-banner.anim .container .row {
  height: clamp(250px, 40vw, 350px);
  align-items: center;
}

.page-banner .container {
  /* position: relative;
  z-index: 2; */
}

.page-banner .breadcrumb {
  --bs-breadcrumb-divider-color: rgba(255, 255, 255, 0.68);
  /* margin-bottom: clamp(2.2rem, 4vw, 4rem); */
}

.page-banner .breadcrumb,
.page-banner .breadcrumb a,
.page-banner .breadcrumb .active {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.9rem;
  font-weight: 600;
}

.page-title {
  color: #fff;
  font-size: clamp(1.8rem, 2.6vw, 2.9rem);
  font-weight: 600;
  line-height: 1.08;
}

.what-page-intro {
  background: #fff;
  padding-block: clamp(2rem, 3vw, 3rem);
}

.what-page-lead {
  color: var(--gmsc-blue);
  background-image: linear-gradient(
    to right,
    var(--gmsc-teal),
    var(--gmsc-blue)
  ) !important;
  color: transparent;
  background-clip: text;
  text-shadow: none;
  /* font-size: clamp(1rem, 1.25vw, 1.28rem); */
  font-weight: 600;
  line-height: 1.45;
  margin: 0;
  /* max-width: 990px; */
}

.what-services {
  background: linear-gradient(180deg, #dff6ff 0%, #f8fdff 100%);
  background: linear-gradient(
    180deg,
    #dff6ff 0%,
    #fff 10%,
    #fff 90%,
    #dff6ff 100%
  );
}

.what-service-stack {
  display: grid;
  gap: clamp(2.2rem, 4vw, 3.8rem);
}

.what-service-row {
  border-radius: 14px;
  overflow: hidden;
}

.what-service-row .row {
  background: rgba(255, 255, 255, 0.54);
}

.what-service-media {
  height: 100%;
  margin: 0;
  min-height: clamp(330px, 32vw, 540px);
}

.what-service-media img {
  display: block;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  width: 100%;
}

.what-service-panel {
  background: rgba(239, 251, 255, 0.92);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  min-height: clamp(330px, 32vw, 540px);
  padding: clamp(2rem, 4vw, 4.2rem);
}

.what-service-panel h2 {
  color: #314654;
  /* font-size: clamp(1.5rem, 3.2vw, 2.5rem); */
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 0.7rem;
}

.what-service-panel p {
  color: #314859;
  /* font-size: clamp(0.9rem, 1vw, 1.05rem); */
  /* font-weight: 700; */
  line-height: 1.38;
  margin: 0 0 clamp(1.1rem, 2vw, 1.6rem);
  max-width: 470px;
}

.what-service-list,
.what-tender-list {
  display: grid;
  gap: 0.82rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.what-service-list li,
.what-tender-list li {
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 7px;
  box-shadow: 0 0.55rem 1.35rem rgba(0, 177, 168, 0.08);
  color: #4b6574;
  display: flex;
  /* font-size: clamp(0.9rem, 1vw, 1.05rem); */
  /* font-weight: 800; */
  gap: 0.72rem;
  line-height: 1.3;
  min-height: 2.55rem;
  padding: 0.62rem 0.95rem;
  position: relative;
}

.what-service-list li::before,
.what-tender-list li::before {
  background: var(--gmsc-teal);
  clip-path: polygon(50% 0, 100% 0, 100% 50%, 60% 100%, 60% 40%, 0 40%);
  content: '';
  flex: 0 0 auto;
  height: 1.05rem;
  width: 1.05rem;
  position: absolute;
  inset-inline-start: -0.7rem;
}

.partners-intro p {
  color: #314859;
  font-size: clamp(1rem, 2vw, 1.2rem);
  /* font-weight: 600; */
  /* line-height: 1.55; */
  margin: 0;
}

.what-partners {
  background: #fff;
  padding-block: clamp(2rem, 3vw, 3rem);
}

.what-partners h2 {
  color: var(--gmsc-blue);
  /* font-size: clamp(2rem, 3vw, 3rem); */
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 1rem;
}

.what-partners p {
  color: #314859;
  font-size: clamp(1rem, 2vw, 1.2rem);
  /* font-weight: 600; */
  /* line-height: 1.55; */
  margin: 0;
  /* max-width: 780px; */
}

.what-partner-controls {
  align-items: center;
  display: flex;
  gap: 0.3rem;
  justify-content: flex-end;
}

.what-partner-button {
  background: var(--gmsc-blue);
  border: 0;
  height: 1.65rem;
  padding: 0;
  position: relative;
  width: 2.2rem;
}

.what-partner-prev {
  border-radius: 999px 0 0 999px;
}

.what-partner-next {
  border-radius: 0 999px 999px 0;
}

.what-partner-button::before {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  content: '';
  height: 0.42rem;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 0.42rem;
}

/* .what-partner-prev::before {
  transform: translate(-35%, -50%) rotate(-45deg);
} */

/* .what-partner-next::before {
  transform: translate(-65%, -50%) rotate(135deg);
} */

.what-partner-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.what-partner-slider {
  overflow: hidden;
}

.what-partner-slider .what-partner-grid {
  display: flex;
  gap: 0;
  grid-template-columns: none;
}

.what-partner-slider .swiper-slide {
  height: auto;
}

.what-partner-card {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(28, 128, 249, 0.28);
  border-radius: 8px;
  display: flex;
  justify-content: center;
  margin: 0;
  min-height: clamp(120px, 7vw, 136px);
  padding: clamp(1rem, 1.6vw, 1.7rem);
}

.what-partner-card img {
  display: block;
  height: auto;
  max-height: 72px;
  object-fit: contain;
  width: 100%;
}

.what-tenders {
  background: center / cover no-repeat
    url('https://gmsc.ae/wp-content/uploads/2026/06/infra-bg.jpg');
  color: #fff;
  padding: clamp(5rem, 8vw, 8.6rem) 0;
}

.what-tenders h2 {
  color: #fff;
  font-size: clamp(2rem, 3vw, 2.5rem);
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 1rem;
}

.what-tenders p {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 1.2vw, 1.22rem);
  /* font-weight: 700; */
  line-height: 1.48;
  margin: 0;
  max-width: 450px;
}

.what-tender-list li {
  background: rgba(33, 90, 159, 0.5);
  box-shadow: none;
  color: #fff;
}

.what-tender-list li::before {
  background: #fff;
}

.contact-page-main {
  background: linear-gradient(180deg, #f2fbff 0%, #f7fdff 100%);
  padding-block: clamp(2rem, 6vw, 3rem) !important;
}

.contact-info-stack {
  display: grid;
  gap: clamp(1.15rem, 2vw, 1.6rem);
}

.contact-info-card,
.contact-form-card {
  background: #fff;
  border-radius: 26px;
  box-shadow: 0 1.25rem 3.2rem rgba(0, 177, 168, 0.08);
}

.contact-info-card {
  /* display: grid;
  gap: 1.35rem;
  grid-template-columns: 2rem minmax(0, 1fr);
  padding: clamp(1.7rem, 2.7vw, 2.7rem); */
  position: relative;
  min-height: 150px;
  /* padding: 2.2rem 2.4rem 2.2rem 5.6rem; */
  padding-block: 2.2rem;
  padding-inline: 5.6rem 2.4rem;
}

.contact-info-icon {
  position: absolute;
  top: 2.5rem;
  inset-inline-start: 2.4rem;
  display: block;
  /* width: 20px; */
  /* height: 20px; */
  color: var(--gmsc-teal);
}

.contact-address-card h3 {
  color: var(--gmsc-blue);
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 600;
}

.contact-card-icon {
  color: var(--gmsc-blue);
  display: block;
  height: 1.35rem;
  margin-top: 0.25rem;
  position: relative;
  width: 1.35rem;
}

.contact-card-icon::before,
.contact-card-icon::after {
  content: '';
  position: absolute;
}

.contact-icon-location::before {
  border: 2px solid currentColor;
  border-radius: 50% 50% 50% 0;
  height: 1.05rem;
  left: 0.12rem;
  top: 0;
  transform: rotate(-45deg);
  width: 1.05rem;
}

.contact-icon-location::after {
  background: currentColor;
  border-radius: 50%;
  height: 0.3rem;
  left: 0.5rem;
  top: 0.38rem;
  width: 0.3rem;
}

.contact-icon-clock::before {
  border: 2px solid currentColor;
  border-radius: 50%;
  inset: 0.05rem;
}

.contact-icon-clock::after {
  border-left: 2px solid currentColor;
  border-top: 2px solid currentColor;
  height: 0.42rem;
  left: 0.66rem;
  top: 0.38rem;
  width: 0.32rem;
}

.contact-icon-phone::before {
  border-bottom: 3px solid currentColor;
  border-left: 3px solid currentColor;
  border-radius: 0 0 0 0.5rem;
  height: 0.8rem;
  left: 0.3rem;
  top: 0.22rem;
  transform: rotate(-30deg);
  width: 0.8rem;
}

.contact-icon-email::before {
  border: 2px solid currentColor;
  border-radius: 2px;
  height: 0.9rem;
  left: 0.08rem;
  top: 0.25rem;
  width: 1.18rem;
}

.contact-icon-email::after {
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
  height: 0.48rem;
  left: 0.37rem;
  top: 0.34rem;
  transform: rotate(-45deg);
  width: 0.48rem;
}

.contact-card-copy h2,
.contact-form-card h2,
.contact-find-us h2 {
  color: #314654;
  font-size: clamp(1.5rem, 8vw, 2.2rem);
  font-weight: 600;
  line-height: 1.15;
  /* margin: 0 0 1rem; */
}

.contact-card-copy h3,
.contact-map-card h3 {
  color: var(--gmsc-blue);
  font-size: clamp(1.35rem, 1.65vw, 2rem);
  font-weight: 500;
  line-height: 1.18;
  margin: 1.25rem 0 0.7rem;
}

.contact-card-copy h3:first-of-type {
  margin-top: 0;
}

.contact-card-copy p,
.contact-form-card p,
.contact-map-card p {
  color: #314859;
  font-size: clamp(0.95rem, 1.06vw, 1.08rem);
  /* font-weight: 600; */
  line-height: 1.45;
  margin: 0;
}

.contact-blue-text,
.contact-large-link a {
  color: var(--gmsc-blue) !important;
}

.contact-large-link a {
  font-size: clamp(1.35rem, 1.9vw, 2rem);
  font-weight: 500;
}

.contact-form-card {
  min-height: 100%;
  padding: clamp(2.4rem, 4vw, 2.4rem);
}

.contact-form-card > p {
  margin-bottom: clamp(2rem, 3vw, 3rem);
}

.contact-shortcode-shell {
  margin-top: clamp(1.5rem, 2vw, 2.2rem);
}

.contact-shortcode-shell .wpcf7-form {
  display: grid;
  gap: 1.2rem;
}

.contact-shortcode-shell .wpcf7-form p {
  margin: 0;
}

.contact-shortcode-shell input:not([type='submit']),
.contact-shortcode-shell textarea,
.contact-shortcode-shell select {
  border: 1px solid rgba(28, 128, 249, 0.64);
  border-radius: 9px;
  color: #314859;
  min-height: 3.2rem;
  padding: 0.85rem 1rem;
  width: 100%;
}

.contact-shortcode-shell textarea {
  min-height: clamp(180px, 17vw, 300px);
}

.contact-shortcode-shell input[type='submit'],
.contact-shortcode-shell button[type='submit'] {
  background: var(--gmsc-blue);
  border: 0;
  border-radius: 999px;
  color: #fff;
  font-weight: 700;
  min-width: 160px;
  padding: 0.72rem 1.6rem;
}

.contact-find-us {
  background: linear-gradient(180deg, #dff6ff 0%, #edfaff 100%);
  padding-block: clamp(2rem, 6vw, 3rem) !important;
}

.contact-find-us h2 {
  font-size: clamp(1.5rem, 8vw, 2.2rem);
  margin-bottom: clamp(1rem, 2vw, 3rem);
}

.contact-map-shell {
  border-radius: 18px;
  box-shadow: 0 1.35rem 3.4rem rgba(10, 95, 142, 0.11);
  margin: 0;
  overflow: hidden;
  position: relative;
}

.contact-map-image {
  margin: 0;
}

.contact-map-image img {
  aspect-ratio: 2.32 / 1;
  display: block;
  object-fit: cover;
  width: 100%;
}

/* .contact-map-shell::before {
  background: var(--gmsc-teal);
  border: 4px solid #fff;
  border-radius: 50% 50% 50% 0;
  box-shadow: 0 0.8rem 2rem rgba(0, 177, 168, 0.24);
  content: '';
  height: 2rem;
  left: 31%;
  position: absolute;
  top: 43%;
  transform: rotate(-45deg);
  width: 2rem;
  z-index: 2;
} */

.contact-map-cards {
  display: grid;
  gap: 0.9rem;
  position: absolute;
  right: clamp(1.4rem, 3vw, 3rem);
  top: 5%;
  /* transform: translateY(-22%); */
  width: min(300px, 34%);
  z-index: 3;
}

.contact-map-card {
  background: rgba(255, 255, 255, 0.94);
  border-radius: 14px;
  box-shadow: 0 0.9rem 2rem rgba(26, 79, 105, 0.13);
  padding: clamp(1rem, 1.4vw, 1.45rem);
}

.contact-map-card h3 {
  color: var(--gmsc-teal);
  font-size: clamp(0.95rem, 1vw, 1.08rem);
  font-weight: 600;
  margin: 0 0 0.45rem;
}

.contact-map-card p {
  color: #314859;
  font-size: clamp(0.78rem, 0.86vw, 0.9rem);
  line-height: 1.35;
}

.wpcf7-spinner {
  position: absolute;
}

.wpcf7-not-valid-tip {
  font-size: 0.9rem;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-width: 0 0 3px 0;
  border-color: #ffb900;
  text-align: center;
  color: #ffb900;
}

.career-archive-page {
  background: #fff;
  overflow: hidden;
}

.career-hero {
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  min-height: clamp(350px, 34vw, 600px);
  padding: clamp(2rem, 5vw, 4rem) 0;
  position: relative;
}

/* .career-hero::after {
  background:
    radial-gradient(
      circle at 72% 30%,
      rgba(255, 255, 255, 0.38) 0 2px,
      transparent 3px
    ),
    radial-gradient(
      circle at 84% 51%,
      rgba(255, 255, 255, 0.32) 0 3px,
      transparent 4px
    ),
    linear-gradient(
      23deg,
      transparent 0 48%,
      rgba(255, 255, 255, 0.2) 48.1% 48.35%,
      transparent 48.5%
    ),
    linear-gradient(
      147deg,
      transparent 0 55%,
      rgba(255, 255, 255, 0.18) 55.1% 55.35%,
      transparent 55.5%
    );
  content: '';
  inset: 0;
  opacity: 0.68;
  pointer-events: none;
  position: absolute;
} */

/* .career-hero .container {
  position: relative;
  z-index: 2;
} */

.career-breadcrumb {
  --bs-breadcrumb-divider-color: rgba(255, 255, 255, 0.68);
  margin-bottom: clamp(2.9rem, 5vw, 5rem);
}

.career-breadcrumb,
.career-breadcrumb a,
.career-breadcrumb .active {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.92rem;
  font-weight: 600;
}

.career-hero h1 {
  color: #fff;
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0;
}

.career-intro {
  background: #fff;
  padding: clamp(2rem, 5vw, 3rem) 0;
}

.career-intro p {
  color: var(--gmsc-blue);
  font-size: clamp(1.25rem, 1.65vw, 1.6rem);
  /* font-weight: 800; */
  line-height: 1.45;
  margin: 0;
  /* max-width: 1070px; */
}

.career-openings {
  background: linear-gradient(180deg, #dff6ff 0%, #f7fdff 100%);
  padding: clamp(2rem, 6vw, 4rem) 0;
}

.career-openings h2 {
  color: #314654;
  font-size: clamp(1.6rem, 2.8vw, 3rem);
  font-weight: 400;
  line-height: 1.12;
  margin-bottom: clamp(2rem, 3vw, 2rem);
}

.career-filter-nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: clamp(1rem, 4vw, 3rem);
}

.career-filter-pill {
  align-items: center;
  background: #fff;
  border-radius: 999px;
  color: #314654;
  display: inline-flex;
  font-size: clamp(0.9rem, 1vw, 1rem);
  font-weight: 800;
  justify-content: center;
  /* min-height: 3rem; */
  /* min-width: clamp(5rem, 8vw, 7.4rem); */
  padding: 0.45rem 1.25rem;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.career-filter-pill:hover,
.career-filter-pill:focus,
.career-filter-pill.is-active {
  background: var(--gmsc-blue);
  color: #fff;
}

.career-filter-pill:hover,
.career-filter-pill:focus {
  transform: translateY(-1px);
}

.career-list {
  display: grid;
  gap: clamp(1.7rem, 3vw, 2.5rem);
}

.career-card {
  align-items: center;
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 1.25rem 3.2rem rgba(0, 177, 168, 0.08);
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) auto;
  /* min-height: clamp(150px, 13vw, 205px); */
  padding: clamp(1rem, 3vw, 3rem);
}

.career-card h3 {
  color: #314654;
  font-size: clamp(1.65rem, 3vw, 2rem);
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: clamp(1rem, 2.5vw, 2rem);
}

.career-card h3 a {
  color: inherit;
}

.career-card h3 a:hover,
.career-card h3 a:focus {
  color: var(--gmsc-blue);
}

.career-meta-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.career-meta-pill {
  align-items: center;
  background: #f1f7ff;
  border-radius: 999px;
  color: #314654;
  display: inline-flex;
  font-size: clamp(0.82rem, 0.92vw, 0.95rem);
  font-weight: 800;
  gap: 0.55rem;
  line-height: 1;
  /* min-height: 2.25rem; */
  padding: 0.55rem 1rem;
}

.career-department-pill::before {
  background: var(--gmsc-teal);
  border-radius: 50%;
  content: '';
  height: 0.7rem;
  width: 0.7rem;
}

.career-apply-button,
.career-view-all-button {
  align-items: center;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-weight: 800;
  gap: 1rem;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.78rem 1rem 0.78rem 1.6rem;
}

.career-apply-button {
  background: var(--gmsc-blue);
  min-width: 160px;
}

.career-apply-button:hover,
.career-apply-button:focus {
  background: #047add;
  color: #fff;
}

.career-apply-button span,
.career-view-all-button span {
  border-radius: 50%;
  display: inline-block;
  height: 1.65rem;
  position: relative;
  width: 1.65rem;
}

.career-apply-button span {
  background: rgba(255, 255, 255, 0.14);
}

.career-view-all-button span {
  background: rgba(255, 255, 255, 0.18);
}

.career-apply-button span::before,
.career-view-all-button span::before {
  border-right: 1px solid currentColor;
  border-top: 1px solid currentColor;
  content: '';
  height: 0.42rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-65%, -50%) rotate(45deg);
  width: 0.42rem;
}

.career-view-all {
  display: flex;
  justify-content: center;
  margin-top: clamp(3.5rem, 5vw, 5.2rem);
}

.career-view-all-button {
  background: var(--gmsc-teal);
  min-width: 155px;
}

.career-view-all-button:hover,
.career-view-all-button:focus {
  background: #009e96;
  color: #fff;
}

.career-empty-state {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 1.25rem 3.2rem rgba(0, 177, 168, 0.08);
  padding: clamp(2rem, 4vw, 3.5rem);
}

.career-empty-state p {
  color: #314654;
  font-size: clamp(1.1rem, 1.3vw, 1.3rem);
  font-weight: 700;
  margin: 0;
}

.career-single-page {
  background: #fff;
  overflow: hidden;
}

.career-single-hero {
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  min-height: clamp(350px, 34vw, 600px);
  padding: clamp(2rem, 5vw, 4rem) 0;
  position: relative;
}

/* .career-single-hero::after {
  background:
    radial-gradient(
      circle at 74% 29%,
      rgba(255, 255, 255, 0.36) 0 2px,
      transparent 3px
    ),
    radial-gradient(
      circle at 85% 55%,
      rgba(255, 255, 255, 0.3) 0 3px,
      transparent 4px
    ),
    linear-gradient(
      25deg,
      transparent 0 49%,
      rgba(255, 255, 255, 0.18) 49.1% 49.35%,
      transparent 49.5%
    ),
    linear-gradient(
      148deg,
      transparent 0 55%,
      rgba(255, 255, 255, 0.18) 55.1% 55.35%,
      transparent 55.5%
    );
  content: '';
  inset: 0;
  opacity: 0.68;
  pointer-events: none;
  position: absolute;
} */

/* .career-single-hero .container {
  position: relative;
  z-index: 2;
} */

.career-single-hero-copy {
  max-width: 960px;
}

.career-single-kicker {
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(0.95rem, 1vw, 1.05rem);
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 0 1.2rem;
  text-transform: uppercase;
}

.career-single-hero h1 {
  color: #fff;
  font-size: clamp(1.5rem, 5vw, 4rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0 0 clamp(1.8rem, 3vw, 2.5rem);
}

.career-single-meta .career-meta-pill {
  background: rgba(255, 255, 255, 0.92);
}

.career-single-content {
  background: linear-gradient(180deg, #dff6ff 0%, #f7fdff 100%);
  padding: clamp(2rem, 5vw, 6rem) 0;
}

.career-description-card,
.career-apply-card {
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 1.25rem 3.2rem rgba(0, 177, 168, 0.08);
}

.career-description-card {
  padding: clamp(2.2rem, 4vw, 4.5rem);
}

.career-description-card h2,
.career-apply-card h2 {
  color: #314654;
  font-size: clamp(1.65rem, 2.6vw, 2.15rem);
  font-weight: 400;
  line-height: 1.12;
  margin: 0 0 clamp(1.5rem, 2.4vw, 2.2rem);
}

.career-description-content {
  color: #314859;
  font-size: clamp(1rem, 1.08vw, 1.12rem);
  /* font-weight: 600; */
  line-height: 1.7;
}

.career-description-content > *:first-child {
  margin-top: 0;
}

.career-description-content > *:last-child {
  margin-bottom: 0;
}

.career-description-content h2,
.career-description-content h3,
.career-description-content h4 {
  color: #314654;
  font-weight: 500;
  line-height: 1.2;
  margin: 2rem 0 1rem;
}

.career-description-content h2 {
  font-size: clamp(1.7rem, 2.4vw, 2.5rem);
}

.career-description-content h3 {
  font-size: clamp(1.35rem, 1.8vw, 1.9rem);
}

.career-description-content p,
.career-description-content ul,
.career-description-content ol {
  margin-bottom: 1.2rem;
}

.career-description-content ul,
.career-description-content ol {
  padding-left: 1.35rem;
}

.career-description-content li {
  margin-bottom: 0.55rem;
}

.career-description-content a {
  color: var(--gmsc-blue);
  font-weight: 800;
}

.career-apply-card {
  padding: clamp(2rem, 3vw, 3.2rem);
  position: sticky;
  top: 1.5rem;
}

.career-apply-card > p {
  color: #314859;
  font-size: clamp(0.96rem, 1.05vw, 1.08rem);
  font-weight: 600;
  line-height: 1.55;
  margin: 0 0 clamp(1.5rem, 2.5vw, 2.2rem);
}

.career-apply-summary {
  display: grid;
  gap: 0.75rem;
  margin-bottom: clamp(1.8rem, 2.8vw, 2.6rem);
}

.career-apply-summary div {
  align-items: center;
  background: #f1f7ff;
  border-radius: 12px;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  min-height: 3.4rem;
  padding: 0.85rem 1rem;
}

.career-apply-summary span {
  color: var(--gmsc-muted);
  font-size: 0.88rem;
  font-weight: 800;
}

.career-apply-summary strong {
  color: #314654;
  font-size: 0.95rem;
  font-weight: 800;
  text-align: right;
}

.career-apply-form .wpcf7-form {
  display: grid;
  gap: 1rem;
}

.career-apply-form .wpcf7-form p {
  margin: 0;
}

.career-apply-form input:not([type='submit']),
.career-apply-form textarea,
.career-apply-form select {
  border: 1px solid rgba(28, 128, 249, 0.64);
  border-radius: 9px;
  color: #314859;
  min-height: 3.1rem;
  padding: 0.8rem 1rem;
  width: 100%;
}

.career-apply-form textarea {
  min-height: 165px;
}

.career-apply-form input[type='submit'],
.career-apply-form button[type='submit'] {
  background: var(--gmsc-blue);
  border: 0;
  border-radius: 999px;
  color: #fff;
  font-weight: 800;
  min-width: 150px;
  padding: 0.72rem 1.6rem;
}

.career-apply-form input[type='submit']:hover,
.career-apply-form input[type='submit']:focus,
.career-apply-form button[type='submit']:hover,
.career-apply-form button[type='submit']:focus {
  background: #047add;
}

.news-archive-page {
  background: #fff;
  overflow: hidden;
}

.news-hero {
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  padding: clamp(2rem, 5vw, 4rem) 0;
  position: relative;
}

/* .news-hero::after {
  background:
    linear-gradient(
      20deg,
      transparent 0 45%,
      rgba(255, 255, 255, 0.22) 45.1% 45.35%,
      transparent 45.5%
    ),
    linear-gradient(
      150deg,
      transparent 0 54%,
      rgba(255, 255, 255, 0.18) 54.1% 54.4%,
      transparent 54.55%
    ),
    radial-gradient(
      circle at 78% 25%,
      rgba(255, 255, 255, 0.34) 0 2px,
      transparent 3px
    );
  content: '';
  inset: 0;
  opacity: 0.72;
  pointer-events: none;
  position: absolute;
} */

/* .news-hero .container {
  position: relative;
  z-index: 2;
} */

.news-breadcrumb {
  --bs-breadcrumb-divider-color: rgba(255, 255, 255, 0.68);
  /* margin-bottom: clamp(2.9rem, 5vw, 5rem); */
  position: absolute;
  top: 1.5rem;
}

.news-breadcrumb,
.news-breadcrumb a,
.news-breadcrumb .active {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.92rem;
  font-weight: 600;
}

.news-hero h1 {
  color: #fff;
  font-size: clamp(1.8rem, 2.6vw, 2.9rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0;
}

.news-featured {
  background: #fff;
  padding-block: clamp(2rem, 3vw, 3rem);
}

.news-featured-header {
  align-items: end;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-bottom: clamp(2rem, 3vw, 3rem);
}

.news-featured h2 {
  color: #314654;
  font-size: clamp(2rem, 3.4vw, 3rem);
  font-weight: 400;
  line-height: 1.12;
  margin-bottom: clamp(1.5rem, 2.5vw, 2rem);
}

.news-filter-nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.news-filter-pill {
  align-items: center;
  background: #fff;
  border: 1px solid #314654;
  border-radius: 999px;
  color: #314654;
  display: inline-flex;
  font-size: clamp(0.86rem, 0.95vw, 0.95rem);
  font-weight: 800;
  justify-content: center;
  /* min-height: 2.5rem; */
  /* min-width: 4.25rem; */
  padding: 0.45rem 1rem;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.news-filter-pill:hover,
.news-filter-pill:focus,
.news-filter-pill.is-active {
  background: var(--gmsc-blue);
  border-color: var(--gmsc-blue);
  color: #fff;
}

.news-filter-pill:hover,
.news-filter-pill:focus {
  transform: translateY(-1px);
}

.news-slider-controls {
  align-items: center;
  display: flex;
  gap: 0.28rem;
  margin-bottom: 0.2rem;
}

.news-slider-button {
  background: var(--gmsc-blue);
  border: 0;
  height: 2.35rem;
  padding: 0;
  position: relative;
  width: 2.8rem;
}

.news-slider-prev {
  border-radius: 999px 0 0 999px;
}

.news-slider-next {
  border-radius: 0 999px 999px 0;
}

.news-slider-button::before {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  content: '';
  height: 0.55rem;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 0.55rem;
}

.news-slider-prev::before {
  transform: translate(-34%, -50%) rotate(-45deg);
}

.news-slider-next::before {
  transform: translate(-66%, -50%) rotate(135deg);
}

.news-feature-card {
  background: #eefbff;
  border-radius: 18px;
  box-shadow: 0 1.4rem 3.4rem rgba(0, 177, 168, 0.1);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
  /* margin-inline: auto;
  max-width: 1220px; */
  overflow: hidden;
}

.news-feature-copy {
  align-self: center;
  padding: clamp(1.5rem, 3vw, 3rem) clamp(1rem, 3vw, 3rem);
}

.news-feature-copy time,
.news-archive-copy time {
  color: var(--gmsc-teal);
  display: block;
  /* font-size: clamp(0.82rem, 0.92vw, 0.95rem); */
  /* font-weight: 800; */
  margin-bottom: 0.5rem;
}

.news-feature-copy h3 {
  color: #314654;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 600;
  line-height: 1.17;
  margin: 0 0 clamp(1.5rem, 2vw, 2rem);
}

.news-feature-copy h3 a,
.news-archive-copy h3 a {
  color: inherit;
}

.news-feature-copy h3 a:hover,
.news-feature-copy h3 a:focus,
.news-archive-copy h3 a:hover,
.news-archive-copy h3 a:focus {
  color: var(--gmsc-blue);
}

.news-feature-copy p {
  color: #314859;
  /* font-size: clamp(1.05rem, 1.35vw, 1.45rem); */
  /* font-weight: 600; */
  /* line-height: 1.55; */
  margin: 0 0 clamp(1.8rem, 3vw, 2.8rem);
  max-width: 590px;
}

.news-read-button {
  align-items: center;
  background: var(--gmsc-blue);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-weight: 800;
  gap: 0.9rem;
  justify-content: center;
  min-height: 3.15rem;
  min-width: 155px;
  padding: 0.76rem 1rem 0.76rem 1.45rem;
}

.news-read-button:hover,
.news-read-button:focus {
  background: #047add;
  color: #fff;
}

.news-read-button span {
  background: rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  display: inline-block;
  height: 1.55rem;
  position: relative;
  width: 1.55rem;
}

.news-read-button span::before {
  border-right: 1px solid currentColor;
  border-top: 1px solid currentColor;
  content: '';
  height: 0.42rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-65%, -50%) rotate(45deg);
  width: 0.42rem;
}

.news-feature-image {
  height: 100%;
  margin: 0;
  min-height: clamp(300px, 28vw, 400px);
}

.news-feature-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.news-listing {
  background: linear-gradient(180deg, #dff6ff 0%, #f7fdff 100%);
  /* padding: clamp(2rem, 5vw, 5rem) 0; */
  padding-block: clamp(2rem, 3vw, 3rem);
}

.news-card-grid {
  display: grid;
  gap: clamp(1.6rem, 3vw, 2.4rem);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.news-archive-card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 1.25rem 3.2rem rgba(0, 177, 168, 0.08);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

.news-archive-image {
  display: block;
  overflow: hidden;
}

.news-archive-image img {
  aspect-ratio: 1.55 / 1;
  min-height: clamp(200px, 12vw, 250px);
  display: block;
  object-fit: cover;
  transition: transform 0.25s ease;
  width: 100%;
}

.news-archive-card:hover .news-archive-image img {
  transform: scale(1.035);
}

.news-archive-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  /* padding: clamp(1.6rem, 2.3vw, 2rem); */
  padding: 1rem;
}

.news-archive-copy h3 {
  color: #314654;
  /* font-size: clamp(1.45rem, 1vw, 2rem); */
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.16;
  margin: 0 0 clamp(1.6rem, 1vw, 2rem);
}

.news-card-link {
  color: var(--gmsc-blue);
  /* font-size: clamp(1.05rem, 1.2vw, 1.25rem); */
  /* font-weight: 800; */
  margin-top: auto;
}

.news-card-link:hover,
.news-card-link:focus {
  color: var(--gmsc-blue-deep);
}

.news-pagination {
  align-items: center;
  display: flex;
  gap: 0.85rem;
  justify-content: center;
  margin-top: clamp(3.6rem, 5vw, 5rem);
}

.news-pagination .page-numbers {
  align-items: center;
  background: #fff;
  border-radius: 9px;
  color: #314654;
  display: inline-flex;
  font-size: 0.95rem;
  font-weight: 800;
  height: 2.8rem;
  justify-content: center;
  min-width: 2.8rem;
  padding: 0 0.7rem;
  transition: all 0.2s linear;
}

.news-pagination .page-numbers.current,
.news-pagination .page-numbers:hover,
.news-pagination .page-numbers:focus {
  background: var(--gmsc-blue);
  color: #fff;
}

.news-pagination .prev span,
.news-pagination .next span {
  border-right: 1px solid currentColor;
  border-top: 1px solid currentColor;
  display: block;
  height: 0.5rem;
  width: 0.5rem;
}

.news-pagination .prev span {
  transform: rotate(-135deg);
}

.news-pagination .next span {
  transform: rotate(45deg);
}

.news-empty-state {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 1.25rem 3.2rem rgba(0, 177, 168, 0.08);
  padding: clamp(2rem, 4vw, 3.5rem);
}

.news-empty-state p {
  color: #314654;
  font-size: clamp(1.1rem, 1.3vw, 1.3rem);
  font-weight: 700;
  margin: 0;
}

.news-single-page {
  background: #fff;
  overflow: hidden;
}

.news-single-hero {
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  /* min-height: clamp(430px, 38vw, 640px); */
  /* padding: clamp(2rem, 6vw, 5rem) 0; */
  position: relative;
}

/* .news-single-hero::after {
  background:
    linear-gradient(
      20deg,
      transparent 0 45%,
      rgba(255, 255, 255, 0.22) 45.1% 45.35%,
      transparent 45.5%
    ),
    linear-gradient(
      150deg,
      transparent 0 54%,
      rgba(255, 255, 255, 0.18) 54.1% 54.4%,
      transparent 54.55%
    ),
    radial-gradient(
      circle at 78% 25%,
      rgba(255, 255, 255, 0.34) 0 2px,
      transparent 3px
    );
  content: '';
  inset: 0;
  opacity: 0.72;
  pointer-events: none;
  position: absolute;
} */

.news-single-hero .container {
  position: relative;
  z-index: 2;
}

.news-single-hero-copy {
  max-width: 1050px;
}

.news-single-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: clamp(1rem, 2vw, 1.6rem);
}

.news-single-meta time,
.news-single-meta span {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  color: #314654;
  display: inline-flex;
  font-size: clamp(0.9rem, 0.95vw, 0.9rem);
  font-weight: 600;
  /* min-height: 2.35rem; */
  padding: 0.42rem 1rem;
}

.news-single-meta time {
  color: var(--gmsc-blue);
}

.news-single-hero h1 {
  color: #fff;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0;
}

.news-single-content {
  background: linear-gradient(180deg, #dff6ff 0%, #f7fdff 100%);
  padding: clamp(2rem, 3vw, 3rem) 0;
}

.news-article-card {
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 1.25rem 3.2rem rgba(0, 177, 168, 0.08);
  margin-inline: auto;
  max-width: 1120px;
  overflow: hidden;
}

.news-article-image {
  margin: 0;
}

.news-article-image img {
  aspect-ratio: 1.85 / 1;
  display: block;
  object-fit: cover;
  width: 100%;
}

.news-article-body {
  color: #314859;
  font-size: clamp(1rem, 1.1vw, 1.15rem);
  /* font-weight: 600; */
  line-height: 1.75;
  padding: clamp(1rem, 4vw, 3rem);
}

.news-article-body > *:first-child {
  margin-top: 0;
}

.news-article-body > *:last-child {
  margin-bottom: 0;
}

.news-article-body h2,
.news-article-body h3,
.news-article-body h4 {
  color: #314654;
  font-weight: 500;
  line-height: 1.18;
  margin: 2.1rem 0 1rem;
}

.news-article-body h2 {
  font-size: clamp(1.8rem, 2.7vw, 2.9rem);
}

.news-article-body h3 {
  font-size: clamp(1.4rem, 2vw, 2.15rem);
}

.news-article-body p,
.news-article-body ul,
.news-article-body ol,
.news-article-body blockquote,
.news-article-body figure {
  margin-bottom: 1.25rem;
}

.news-article-body ul,
.news-article-body ol {
  padding-left: 1.35rem;
}

.news-article-body li {
  margin-bottom: 0.55rem;
}

.news-article-body a {
  color: var(--gmsc-blue);
  font-weight: 800;
}

.news-article-body blockquote {
  border-left: 4px solid var(--gmsc-teal);
  color: #314654;
  font-size: clamp(1.15rem, 1.45vw, 1.5rem);
  font-weight: 700;
  line-height: 1.45;
  padding-left: 1.25rem;
}

.news-article-body img {
  border-radius: 18px;
  height: auto;
  max-width: 100%;
}

.legal-page {
  background: #f7fdff;
}

.legal-hero {
  background:
    radial-gradient(
      circle at 12% 20%,
      rgba(0, 177, 168, 0.16),
      transparent 20rem
    ),
    linear-gradient(180deg, #dff6ff 0%, #f7fdff 100%);
  padding: clamp(4.5rem, 8vw, 8rem) 0 clamp(2.8rem, 5vw, 5rem);
}

.legal-hero-inner {
  max-width: 920px;
}

.legal-kicker {
  align-items: center;
  color: var(--gmsc-teal);
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 800;
  gap: 0.75rem;
  letter-spacing: 0.08em;
  margin: 0 0 1.15rem;
  text-transform: uppercase;
}

.legal-kicker::before {
  background: var(--gmsc-teal);
  clip-path: polygon(50% 0, 100% 0, 100% 50%, 60% 100%, 60% 40%, 0 40%);
  content: '';
  display: inline-block;
  height: 1.45rem;
  width: 1.45rem;
}

.legal-hero h1 {
  color: #314654;
  font-size: clamp(2.35rem, 5vw, 5rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0;
}

.legal-updated {
  color: var(--gmsc-muted);
  font-size: clamp(0.95rem, 1vw, 1.08rem);
  margin: 1.1rem 0 0;
}

.legal-content-section {
  padding: 0 0 clamp(4rem, 7vw, 7.5rem);
}

.legal-content {
  background: #fff;
  border: 1px solid rgba(14, 116, 152, 0.1);
  border-radius: 28px;
  box-shadow: 0 1.25rem 3.2rem rgba(0, 177, 168, 0.08);
  color: #314859;
  font-size: clamp(1rem, 1.05vw, 1.12rem);
  line-height: 1.78;
  margin-inline: auto;
  max-width: 1040px;
  padding: clamp(1.65rem, 4vw, 4rem);
}

.legal-content > *:first-child {
  margin-top: 0;
}

.legal-content > *:last-child {
  margin-bottom: 0;
}

.legal-content h2,
.legal-content h3,
.legal-content h4 {
  color: #314654;
  font-weight: 500;
  line-height: 1.18;
  margin: 2.15rem 0 1rem;
}

.legal-content h2 {
  font-size: clamp(1.65rem, 2.5vw, 2.55rem);
}

.legal-content h3 {
  font-size: clamp(1.3rem, 1.8vw, 1.9rem);
}

.legal-content h4 {
  font-size: clamp(1.1rem, 1.4vw, 1.35rem);
}

.legal-content p,
.legal-content ul,
.legal-content ol,
.legal-content blockquote,
.legal-content figure,
.legal-content table {
  margin-bottom: 1.25rem;
}

.legal-content ul,
.legal-content ol {
  padding-left: 1.35rem;
}

.legal-content li {
  margin-bottom: 0.55rem;
}

.legal-content a {
  color: var(--gmsc-blue);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

.legal-content a:hover,
.legal-content a:focus {
  color: var(--gmsc-blue-deep);
}

.legal-content blockquote {
  border-left: 4px solid var(--gmsc-teal);
  color: #314654;
  font-size: clamp(1.12rem, 1.35vw, 1.38rem);
  font-weight: 700;
  line-height: 1.5;
  padding-left: 1.25rem;
}

.legal-content table {
  border-collapse: collapse;
  display: block;
  overflow-x: auto;
  width: 100%;
}

.legal-content th,
.legal-content td {
  border: 1px solid rgba(14, 116, 152, 0.14);
  padding: 0.8rem 1rem;
  text-align: left;
  vertical-align: top;
}

.legal-content th {
  background: #eefbff;
  color: #314654;
  font-weight: 800;
}

.legal-content .page-links {
  border-top: 1px solid rgba(14, 116, 152, 0.12);
  color: var(--gmsc-muted);
  margin-top: 2rem;
  padding-top: 1.25rem;
}

.error404-page {
  background: #f7fdff;
}

.error404-hero {
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  min-height: clamp(24rem, 42vw, 38.75rem);
  padding: clamp(4.8rem, 8vw, 8.2rem) 0;
}

.error404-breadcrumb {
  margin-bottom: clamp(2rem, 4vw, 4.5rem);
}

.error404-breadcrumb,
.error404-breadcrumb a,
.error404-breadcrumb .active {
  color: #fff;
  font-weight: 600;
}

.error404-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.76);
}

.error404-hero h1 {
  color: #fff;
  font-size: clamp(3rem, 5vw, 5.35rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0;
}

.error404-content {
  background: linear-gradient(180deg, #dff6ff 0%, #f7fdff 100%);
  padding: clamp(5rem, 8vw, 8.8rem) 0;
}

.error404-card {
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 1.25rem 3.2rem rgba(0, 177, 168, 0.08);
  margin: 0 auto;
  max-width: 780px;
  padding: clamp(2.4rem, 5vw, 5rem);
  text-align: center;
}

.error404-kicker {
  color: var(--gmsc-teal);
  font-size: clamp(2rem, 8vw, 8rem);
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 0.8rem;
}

.error404-card h2 {
  color: #314654;
  font-size: clamp(2.2rem, 3.7vw, 4rem);
  font-weight: 400;
  line-height: 1.12;
  margin: 0 0 1rem;
}

.error404-card p:not(.error404-kicker) {
  color: #314859;
  font-size: clamp(1.05rem, 1.3vw, 1.28rem);
  font-weight: 600;
  line-height: 1.6;
  margin: 0 auto clamp(1.8rem, 3vw, 2.6rem);
  max-width: 560px;
}

.error404-home-link {
  margin: 0 auto;
}

.mob-language-switcher {
  display: none !important;
}

.consent-manage-link {
  right: unset;
  inset-inline-start: 20px;
}

/* Media Queries */

@media (max-width: 991.98px) {
  .site-header,
  .navbar {
    /* min-height: 72px; */
  }

  .navbar-nav .lang-item {
    display: none;
  }

  .mob-language-switcher {
    display: inline-block !important;
    margin-inline-start: auto;
    margin-inline-end: 15px;
  }

  .mob-language-switcher li {
    list-style-type: none;
  }

  .mob-language-switcher li a {
    font-family:
      'tajawal',
      system-ui,
      -apple-system,
      BlinkMacSystemFont,
      'Segoe UI',
      Roboto,
      Oxygen,
      Ubuntu,
      Cantarell,
      'Open Sans',
      'Helvetica Neue',
      sans-serif;
    background: linear-gradient(90deg, var(--gmsc-blue), var(--gmsc-teal));
    background-clip: text;
    color: transparent;
    text-shadow: none;
  }

  .navbar-collapse {
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    margin-inline: calc(var(--bs-gutter-x) * -0.5);
    padding: 1rem calc(var(--bs-gutter-x) * 0.5) 1.25rem;
    padding-block: 0.5rem;
  }

  .navbar-nav {
    align-items: flex-start !important;
    margin-bottom: 0.5rem;
  }

  .navbar-toggler {
    border: none;
    padding: 0;
    outline: none;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  .navbar-toggler .hamburger-toggle {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    z-index: 11;
    float: right;
  }

  .navbar-toggler .hamburger-toggle .hamburger {
    position: absolute;
    transform: translate(-50%, -50%) rotate(0deg);
    left: 50%;
    top: 50%;
    width: 50%;
    height: 50%;
    pointer-events: none;
  }

  .navbar-toggler .hamburger-toggle .hamburger span {
    width: 100%;
    height: 3px;
    position: absolute;
    background: var(--gmsc-blue);
    border-radius: 2px;
    z-index: 1;
    transition:
      transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1),
      background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1),
      all 0.2s ease-in-out;
    left: 0px;
  }

  .navbar-toggler .hamburger-toggle .hamburger span:first-child {
    top: 10%;
    transform-origin: 50% 50%;
    transform: translate(0% -50%) !important;
  }

  .navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
    top: 50%;
    transform: translate(0, -50%);
    width: 80%;
    background: var(--gmsc-teal);
  }

  .navbar-toggler .hamburger-toggle .hamburger span:last-child {
    left: 0px;
    top: auto;
    bottom: 10%;
    transform-origin: 50% 50%;
  }

  .navbar-toggler .hamburger-toggle .hamburger.active span {
    position: absolute;
    margin: 0;
  }

  .navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
    top: 45%;
    transform: rotate(45deg);
  }

  .navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
    left: 50%;
    width: 0px;
  }

  .navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
    top: 45%;
    transform: rotate(-45deg);
  }

  .btn-contact {
    padding-block: 0.62rem;
    padding-inline: 1.15rem;
  }

  .btn-contact::after {
    top: 8px;
    inset-inline-end: 10px;
  }

  .btn-contact img {
    height: 1.85rem;
    width: 1.85rem;
    padding: 9px;
  }

  /* .hero-section,
  .min-vh-hero {
    min-height: 720px;
  } */

  .hero-section h1 {
    max-width: 12ch;
  }

  .hero-globe {
    bottom: -8rem;
    right: -10rem;
  }

  .node-1 {
    left: 52%;
    top: 42%;
  }

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

  .impact-item {
    grid-template-columns: auto minmax(5.5rem, 12rem);
  }

  .about-orb {
    opacity: 0.48;
    right: -12rem;
  }

  .company-watermark {
    bottom: 0.1em;
  }

  .angled-visual {
    max-width: 360px;
  }

  .section-tab {
    display: none;
  }

  .warehouse-section .row {
    row-gap: 3.5rem;
  }

  .site-footer h2 {
    text-align: start;
  }

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

  .what-service-panel,
  .what-service-media {
    min-height: 390px;
  }

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

  .contact-form-card {
    min-height: auto;
  }

  .contact-map-cards {
    bottom: 1.25rem;
    right: 1.25rem;
    top: auto;
    transform: none;
    width: min(330px, 48%);
  }

  .career-card {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }

  .career-apply-button {
    justify-self: flex-start;
  }

  .career-apply-card {
    position: static;
  }

  .news-feature-card {
    grid-template-columns: 1fr;
  }

  .news-feature-image {
    min-height: 360px;
    order: -1;
  }

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

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

  .who-values-heading {
    grid-column: 1 / -1;
    min-height: auto;
  }

  .who-values-grid {
    display: grid;
    gap: clamp(1.4rem, 2vw, 2rem);
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .who-value-card:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
  }

  .who-values-heading h2::after {
    inset-inline-end: -4rem;
  }
}

@media (max-width: 767.98px) {
  :root {
    --section-pad: 4.5rem;
  }

  body {
    margin-top: 68px;
  }

  /* .brand-mark {
    font-size: 1.85rem;
  } */

  .section-title {
    /* margin-bottom: 2rem; */
  }

  /* .hero-section,
  .min-vh-hero {
    min-height: 450px;
  } */

  /* .hero-section h1 {
    font-size: clamp(2.45rem, 13vw, 4.2rem);
  } */

  .hero-globe {
    height: 390px;
    right: -170px;
    width: 390px;
  }

  .hero-network {
    opacity: 0.45;
  }

  .explore-cta {
    left: -35px;
  }

  .watch-link {
    bottom: 1.8rem;
  }

  .impact-grid {
    gap: 1.8rem;
    grid-template-columns: 1fr;
    padding-inline: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .impact-status {
    /* font-size: 1rem; */
    letter-spacing: 0.03em;
    margin-bottom: 2.4rem;
  }

  .impact-status-live {
    gap: 0.5rem;
    /* min-width: 6.8rem; */
    padding: 0.35rem 0.6rem;
  }

  .impact-status-text {
    line-height: 1.15;
    min-width: 0;
    padding: 0.3rem 0.7rem;
  }

  .impact-item {
    grid-template-columns: auto;
    /* min-height: 130px; */
    grid-template-columns: auto;
    gap: 0.5rem;
    border-inline-start: 0;
    padding-inline-start: 0rem;
    padding-block-end: 1rem;
    border-block-end: 3px solid
      color-mix(in srgb, var(--gmsc-teal), transparent 70%);
    text-align: center;
    align-items: baseline;
  }

  .placeholder-lab > p {
    padding: 0.5rem;
  }

  .gmsc-icon-top {
    position: absolute;
    opacity: 0.2;
    top: 0;
    inset-inline-end: 0;
  }

  .about-section,
  .about-section .container-xl,
  .about-section .row {
    min-height: 540px;
  }

  .about-lead {
    max-width: 20rem;
  }

  .about-content {
    padding-block: unset;
  }

  .warehouse-section {
    background: 100% 100% / 480% no-repeat
      url(https://gmsc.ae/wp-content/uploads/2026/06/infra-bg.jpg);
  }

  .company-watermark {
    font-size: 9rem;
  }

  .feature-list {
    width: 80%;
    margin-left: auto;
  }

  /* .credential-section {
    padding-block: 3rem;
  } */

  .what-card {
    min-height: 190px;
    padding: 1rem;
  }

  .section-kicker {
    gap: 0.75rem;
  }

  .explore-cta a::after {
    width: 2rem;
    height: 2rem;
    right: -25px;
    top: 5px;
  }

  .image-card,
  .media-feature {
    border-radius: 16px;
    /* min-height: 225px; */
  }

  .image-card-large {
    min-height: 350px;
  }

  .capability-card {
    min-height: 300px;
  }

  .media-stack {
    gap: 1rem;
  }

  .news-card {
    min-height: 225px;
  }

  /* .media-feature h3,
  .news-card h3 {
    font-weight: 600;
  } */

  .site-footer h2 {
    margin: 0 auto clamp(2rem, 5vw, 5rem);
  }

  .site-footer h2 span {
    display: block;
  }

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

  .footer-logo {
    grid-column: 1 / -1;
    width: 180px;
  }

  .footer-links a {
    font-size: 1rem;
    font-weight: 500;
  }

  .footer-bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 0.8rem;
  }

  /* .page-banner {
    min-height: 330px;
  } */

  /* .page-banner .breadcrumb {
    margin-bottom: 2rem;
  } */

  .what-page-lead {
    font-size: 1rem;
  }

  .what-service-stack {
    gap: 1.35rem;
  }

  .what-service-row,
  .what-service-media,
  .what-service-panel {
    border-radius: 12px;
  }

  .what-service-row.is-reversed .row {
    flex-direction: column-reverse;
  }

  .what-service-media {
    min-height: 250px;
  }

  .what-service-panel {
    min-height: auto;
    padding: 1.65rem 1rem;
  }

  /* .what-service-panel h2 {
    font-size: clamp(1.75rem, 9vw, 2.5rem);
  } */

  .what-service-list,
  .what-tender-list {
    gap: 0.65rem;
  }

  .what-service-list li,
  .what-tender-list li {
    min-height: 2.35rem;
  }

  .what-partner-controls {
    justify-content: flex-start;
    /* margin-top: 1rem; */
  }

  .what-partner-grid {
    grid-template-columns: 1fr;
  }

  .what-tenders {
    padding: 4rem 0;
    background: 100% 100% / 380% no-repeat
      url('https://gmsc.ae/wp-content/uploads/2026/06/infra-bg.jpg');
  }

  /* .contact-page-main,
  .contact-find-us {
    padding-bottom: 3.8rem !important;
    padding-top: 3.8rem !important;
  } */

  .contact-info-card {
    border-radius: 20px;
    grid-template-columns: 1.4rem minmax(0, 1fr);
    /* padding: 1.45rem; */
    padding-block: 2rem;
    padding-inline: 3.5rem 1.5rem;
  }

  .contact-info-icon {
    top: unset;
    inset-inline-start: 1.2rem;
  }

  .contact-form-card {
    border-radius: 20px;
    padding: 1.65rem 1rem;
  }

  /* .contact-card-copy h2,
  .contact-form-card h2,
  .contact-find-us h2 {
    font-size: clamp(1.5rem, 8vw, 2.2rem);
  } */

  .contact-map-image img {
    aspect-ratio: 1 / 1;
    min-height: 300px;
  }

  .contact-map-shell::before {
    left: 42%;
    top: 34%;
  }

  .contact-map-cards {
    position: static;
    margin-top: 1rem;
    /* bottom: 1rem;
    left: 1rem;
    right: 1rem; */
    width: auto;
  }

  .contact-map-card {
    padding: 0.9rem;
  }

  .career-hero {
    min-height: 350px;
  }

  .career-breadcrumb {
    margin-bottom: 2rem;
  }

  .career-intro,
  .career-openings {
    padding-bottom: 3.8rem;
    padding-top: 3.8rem;
  }

  .career-filter-nav {
    gap: 0.7rem;
    margin-bottom: 2rem;
  }

  .career-filter-pill {
    min-height: 2.6rem;
    min-width: auto;
    padding: 0.62rem 1rem;
  }

  .career-card {
    border-radius: 20px;
    gap: 1.45rem;
    padding: 1.65rem;
  }

  .career-card h3 {
    margin-bottom: 1.2rem;
  }

  .career-meta-list {
    gap: 0.6rem;
  }

  .career-meta-pill {
    min-height: 2.05rem;
    padding: 0.58rem 0.85rem;
  }

  .career-single-hero {
    min-height: 360px;
  }

  .career-single-content {
    padding-bottom: 3.8rem;
    padding-top: 3.8rem;
  }

  .career-description-card,
  .career-apply-card {
    border-radius: 20px;
    padding: 1.65rem;
  }

  .career-apply-summary div {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.35rem;
  }

  .career-apply-summary strong {
    text-align: left;
  }

  .news-breadcrumb {
    /* margin-top: 2rem; */
    position: static;
  }

  /* .news-featured,
  .news-listing {
    padding-bottom: 3.8rem;
    padding-top: 3.8rem;
  } */

  .news-featured-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .news-slider-controls {
    display: none;
  }

  .news-filter-nav {
    gap: 0.65rem;
  }

  .news-filter-pill {
    /* min-height: 2.35rem; */
    padding: 0.5rem 0.95rem;
  }

  .news-feature-card,
  .news-archive-card {
    border-radius: 18px;
  }

  /* .news-feature-copy {
    padding: 1.65rem;
  } */

  .news-feature-image {
    min-height: 260px;
  }

  .news-card-grid {
    grid-template-columns: 1fr;
  }

  .news-pagination {
    gap: 0.55rem;
  }

  .news-single-hero {
    min-height: 350px;
  }

  /* .news-single-content {
    padding-bottom: 3.8rem;
    padding-top: 3.8rem;
  } */

  .news-single-meta {
    gap: 0.6rem;
  }

  .news-single-meta time,
  .news-single-meta span {
    /* min-height: 2.15rem; */
    padding: 0.25rem 0.55rem;
  }

  .news-article-card {
    border-radius: 20px;
  }

  .news-article-image img {
    aspect-ratio: 16 / 9;
  }

  /* .news-article-body {
    padding: 1.65rem;
  } */

  .who-hero {
    min-height: 330px;
  }

  .who-breadcrumb {
    margin-bottom: 2rem;
  }

  .who-vision p {
    font-size: clamp(1.35rem, 7vw, 2rem);
  }

  .who-values-grid {
    grid-template-columns: 1fr;
  }

  .who-values-heading h2::after {
    width: 2.35rem;
    height: 2.35rem;
    top: -1rem;
    inset-inline-end: -1.5rem;
  }

  .who-value-card {
    min-height: 240px;
  }

  .who-company video#myVideo {
    object-position: left center;
  }

  .who-company-mark {
    max-width: 360px;
  }

  .who-video-frame {
    min-height: 300px;
  }

  .who-vision-copy {
    margin-bottom: 2rem;
  }
}
