/*!
Theme Name: IDS
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: ids
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.

IDS 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 {
  --ids-blue: #1c80f9;
  --ids-deep: #061a71;
  --ids-teal: #00b1a8;
  --ids-cyan: #27c8f5;
  --ids-ink: #2d3844;
  --ids-muted: #6b7785;
  --ids-soft: #eaf8ff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

body {
  margin: 0 auto;
  color: var(--ids-ink);
  font-family:
    'tajawal',
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    'Open Sans',
    'Helvetica Neue',
    sans-serif;
  line-height: 1.55;
  /* background: #fff; */
  margin-top: 74px;
  max-width: 2500px;
}

a {
  text-decoration: none;
}

/* .container {
  max-width: 1120px;
} */

.navbar {
  min-height: 74px;
  box-shadow: 0 6px 26px rgba(7, 35, 97, 0.08);
}

.logo-mark,
.footer-logo {
  color: var(--ids-blue);
  /* font-size: 2rem; */
  font-weight: 900;
  letter-spacing: 0;
  text-decoration: none;
  line-height: 1;
}

.logo-mark::after,
.footer-logo::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 2px;
  background: var(--ids-teal);
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}

.nav-link {
  color: #1c2c3a;
  /* font-size: 0.86rem;
  font-weight: 600; */
}

.btn-primary {
  --bs-btn-bg: var(--ids-blue);
  --bs-btn-border-color: var(--ids-blue);
  --bs-btn-hover-bg: #0577cb;
  --bs-btn-hover-border-color: #0577cb;
  --bs-btn-padding-y: 1.15rem;
  --bs-btn-padding-x: 0.95rem;
  font-size: 0.84rem;
  font-weight: 700;
  padding-inline-end: 3rem;
  position: relative;
}

.btn-primary.light {
  --bs-btn-bg: var(--bs-body-bg);
  --bs-btn-color: var(--ids-blue);
}

.btn-primary.light:hover {
  color: var(--bs-btn-hover-bg);
  background-color: var(--bs-gray-200);
  border-color: var(--bs-btn-hover-border-color);
}

.btn-primary::after {
  content: '';
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: center / cover no-repeat
    url('https://ids.ae/wp-content/uploads/2026/06/right-arrow-white.svg');
  width: 10px;
  height: 10px;
}

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

.btn-primary.nav-cta {
  --bs-btn-padding-y: 0.65rem;
}

.btn-primary.nav-cta::after {
  background: var(--ids-teal);
  position: absolute;
  right: 10px;
  top: 10px;
  width: 13px;
  height: 12px;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

a.disabled,
a:disabled {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

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

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

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

/* .hero-flow,
.hero-flow::before,
.hero-flow::after {
  position: absolute;
  inset: -20%;
  content: '';
  pointer-events: none;
} */

/* .hero-flow {
  background:
    linear-gradient(
      138deg,
      transparent 0 38%,
      rgba(45, 245, 233, 0.9) 43%,
      rgba(34, 164, 245, 0.95) 46%,
      transparent 52%
    ),
    linear-gradient(
      32deg,
      transparent 0 47%,
      rgba(15, 209, 215, 0.85) 52%,
      rgba(50, 189, 255, 0.75) 55%,
      transparent 61%
    );
  filter: blur(6px);
  opacity: 0.96;
  transform: rotate(-4deg);
}

.hero-flow::before {
  background: radial-gradient(
    ellipse at 70% 50%,
    transparent 0 38%,
    rgba(31, 240, 233, 0.8) 42%,
    transparent 50%
  );
  transform: rotate(13deg);
} */

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

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

.watch-link {
  align-items: center;
  bottom: clamp(2rem, 5vw, 5.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;
  margin-top: 2rem;
}

.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(--ids-teal);
  border-top: 5px solid transparent;
  content: '';
  left: 0.7rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.banner-swiper,
.banner-swiper .swiper-wrapper,
.banner-slide {
  min-height: 650px;
}

.banner-slide {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  color: #fff;
  /* background:
    radial-gradient(
      circle at 79% 27%,
      rgba(0, 223, 227, 0.92),
      transparent 18%
    ),
    radial-gradient(
      circle at 46% 62%,
      rgba(17, 203, 226, 0.72),
      transparent 26%
    ),
    radial-gradient(
      circle at 26% 20%,
      rgba(18, 48, 154, 0.95),
      transparent 33%
    ),
    linear-gradient(130deg, #07126d 0%, #07126d 38%, #062082 67%, #03105c 100%); */
}

/* .banner-slide-alt {
  background:
    radial-gradient(
      circle at 74% 30%,
      rgba(22, 152, 242, 0.88),
      transparent 20%
    ),
    radial-gradient(
      circle at 48% 68%,
      rgba(18, 184, 176, 0.8),
      transparent 28%
    ),
    linear-gradient(128deg, #061652 0%, #06347b 46%, #0b6c9e 100%);
} */

.banner-slide-alt .hero-flow {
  opacity: 0.78;
  transform: rotate(7deg) translateY(4%);
}

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

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

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

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

.banner-metrics-wrap {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 2rem;
  left: 0;
}

.banner-metrics {
  display: flex;
  align-items: flex-end;
  gap: 2rem;
  position: relative;
  width: fit-content;
  padding-top: 1.9rem;
}

.banner-metrics::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.36);
}

.banner-metric {
  position: relative;
  display: block;
  width: clamp(140px, 19vw, 210px);
  padding: 0;
  color: #fff;
  text-align: left;
  background: transparent;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.25s ease;
}

.banner-metric.is-active {
  opacity: 1;
}

.banner-metric.is-active .metric-dot {
  background: var(--ids-teal);
}

.banner-metric:hover,
.banner-metric:focus-visible {
  opacity: 1;
}

.banner-metric:focus-visible {
  outline: 2px solid rgba(18, 184, 176, 0.44);
  outline-offset: 8px;
}

.metric-dot {
  position: absolute;
  top: -1.9rem;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  transform: translateY(-50%);
}

.metric-content {
  display: flex;
  gap: 10px;
  align-items: center;
}

.banner-metric strong {
  display: block;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.6rem);
  font-weight: 500;
  line-height: 1;
}

.banner-metric small {
  display: block;
  max-width: 120px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  line-height: 1.2;
}

.section-title {
  padding-bottom: 1.2rem;
  color: #44505c;
  font-size: clamp(1.75rem, 3vw, 2.1rem);
  font-weight: 500;
  text-align: center;
}

.impact-section {
  position: relative;
  overflow: hidden;
  /* padding: 3.6rem 0 4.6rem; */
  /* background: #fff; */
  background: center / cover no-repeat
    url('https://ids.ae/wp-content/uploads/2026/06/ids-fade.svg');
}

/* .impact-section::before {
  content: '';
  position: absolute;
  background: center / cover no-repeat
    url('https://ids.ae/wp-content/uploads/2026/06/ids-fade-all.svg');
  inset: 0;
} */
.impact-live-panel {
  position: relative;
  z-index: 1;
  margin: -1.2rem auto 3.2rem;
  text-align: center;
}

/* .impact-live-panel h3 {
  margin: 0 0 1.1rem;
  color: #2f3c48;
  font-size: clamp(2.6rem, 5.6vw, 4.7rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
} */

.live-status {
  display: inline-flex;
  align-items: stretch;
  color: #2f3c48;
  border: 1px solid rgba(18, 184, 176, 0.72);
  background: rgba(255, 255, 255, 0.64);
  border-radius: 500px;
}

.live-badge,
.live-copy {
  display: inline-flex;
  /* min-height: 58px; */
  align-items: center;
  padding: 0.15rem 0.7rem;
  /* font-size: clamp(1.15rem, 2vw, 1.65rem); */
  letter-spacing: 0.04em;
}

.live-badge {
  gap: 0.65rem;
  color: var(--ids-teal);
  font-weight: 800;
  border-right: 1px solid rgba(18, 184, 176, 0.72);
  background: rgba(18, 184, 176, 0.08);
  border-radius: 500px;
}

.live-badge span {
  position: relative;
  width: 8px;
  height: 8px;
  background: var(--ids-teal);
  border: 1px solid rgba(255, 255, 255, 0.92);
  box-shadow: 0 0 0 1px var(--ids-teal);
  border-radius: 50%;
}

.live-badge span::after {
  content: '';
  position: absolute;
  inset: -2px;
  border: 1px solid var(--ids-teal);
  opacity: 0.65;
  animation: live-ripple 1.6s ease-out infinite;
  border-radius: 50%;
}

.live-copy {
  font-weight: 400;
}

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

  100% {
    opacity: 0;
    transform: scale(2.4);
  }
}

@media (prefers-reduced-motion: reduce) {
  .live-badge span::after {
    animation: none;
    opacity: 0;
  }
}

/* .impact-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-left: 1px solid #e5eef5;
  border-top: 1px solid #e5eef5;
} */

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

/* .impact-card {
  min-height: 190px;
  padding: 2.5rem 1rem;
  text-align: center;
  border-right: 1px solid #e5eef5;
  border-bottom: 1px solid #e5eef5;
  background: linear-gradient(45deg, #fffc, transparent 50%);
  font-size: 0.9rem;
} */

/* .impact-card strong {
  display: block;
  color: var(--ids-blue);
  font-size: clamp(2.6rem, 5vw, 4.2rem);
  line-height: 1;
  font-weight: 900;
  margin-bottom: 0.8rem;
} */

/* .impact-card span {
  display: block;
  max-width: 150px;
  margin: 0 auto;
  color: var(--ids-teal);
  line-height: 1.2;
} */

.impact-card {
  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(--ids-teal), transparent 70%);
}

.impact-card strong {
  color: #243d50;
  font-size: clamp(3rem, 5vw, 5.25rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.95;
  font-variant-numeric: tabular-nums;
  text-wrap: nowrap;
}

.impact-card span {
  display: block;
  color: var(--ids-blue);
  /*   font-size: clamp(0.72rem, 0.95vw, 0.92rem); */
  /* font-weight: 600; */
  line-height: 1.25;
}

.impact-tagline {
  position: relative;
  margin: 3rem 0 0;
  color: var(--ids-teal);
  /* font-size: 1.15rem;
  font-weight: 800; */
  text-align: center;
}

.intro-section {
  position: relative;
  overflow: hidden;
  padding: 4rem 0 0;
  margin-bottom: 4rem;
  background: linear-gradient(180deg, #dff6ff 0%, transparent 82%), center / contain no-repeat url('https://ids.ae/wp-content/uploads/2026/06/ids-logo-gif.svg');
}

.intro-section .container::after {
  content: unset;
  position: absolute;
  top: 0;
  right: 0;
  width: min(22vw, 170px);
  height: min(22vw, 170px);
  background: var(--ids-teal);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.intro-section h2 {
  color: #394856;
  font-size: clamp(2rem, 5.5vw, 3rem);
  font-weight: 400;
  line-height: 1.18;
  /* padding-block: 3rem; */
/*   padding: 3rem 0; */
}

.image-card,
.media-feature {
  justify-content: space-between;
  /* align-items: flex-end; */
  /* background-color: #86a6b8; */
  border-radius: 22px;
  color: #fff;
  display: flex;
  flex-direction: column;
  min-height: clamp(360px, 35vw, 620px);
  overflow: hidden;
  padding: clamp(1.7rem, 3vw, 3.6rem);
  padding-top: clamp(1.3rem, 1.3vw, 2.7rem);
  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;
}

.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/wp-content/uploads/2026/06/medical-supply.jpg');
  align-items: center;
}

.image-placeholder {
  position: relative;
  overflow: hidden;
  /* background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.32), transparent 36%),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.18) 0 2px,
      transparent 2px 68px
    ),
    linear-gradient(135deg, #d5e2e9, #aab9c6 48%, #657988); */
}

/* .image-placeholder::after {
  content: '';
  position: absolute;
  inset: 10%;
  border: 2px solid rgba(255, 255, 255, 0.44);
  border-radius: inherit;
} */

.facility-photo {
  min-height: 500px;
  border-radius: 8px;
  /* background:
    linear-gradient(rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.04)),
    repeating-linear-gradient(
      90deg,
      rgba(8, 38, 88, 0.22) 0 12px,
      transparent 12px 48px
    ),
    repeating-linear-gradient(
      0deg,
      transparent 0 72px,
      rgba(255, 255, 255, 0.18) 72px 76px
    ),
    linear-gradient(135deg, #ebdcc8 0%, #d7d9d9 35%, #6f8297 100%); */
  background: left center / cover no-repeat
    url('https://ids.ae/wp-content/uploads/2026/06/Home-pages-2.jpg');
}

.intro-copy {
  margin-top: 5rem;
}

.watermark-logo {
  color: rgba(13, 152, 235, 0.075);
  font-size: clamp(7rem, 22vw, 16rem);
  font-weight: 900;
  line-height: 0.8;
}

/* .watermark-logo::after {
  content: '';
  display: inline-block;
  width: 56px;
  height: 56px;
  margin-left: 8px;
  background: var(--ids-teal);
  clip-path: polygon(0 0, 100% 100%, 0 100%);
} */

.intro-copy p {
  color: #334150;
  font-size: 1.02rem;
}

.media-photo {
  min-height: 560px;
  /* background:
    linear-gradient(
      90deg,
      rgba(8, 27, 76, 0.36),
      transparent 48%,
      rgba(8, 27, 76, 0.42)
    ),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.18) 0 5px,
      transparent 5px 80px
    ),
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.15) 0 4px,
      transparent 4px 86px
    ),
    linear-gradient(135deg, #9eb5c3, #d5e3e8 28%, #526a80 100%); */
  background: center / cover no-repeat
    url('https://ids.ae/wp-content/uploads/2026/06/video-bg-100-1.jpg');
}

.play-button {
  position: absolute;
  left: calc(50% - 500px);
  bottom: 58px;
  border: 1px solid #fff;
  border-radius: 10px;
  background: #36363678;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  display: flex;
  gap: 10px;
  align-items: center;
  z-index: 4;
  padding: 10px 20px;
}

.play-button div.button {
  width: 36px;
  height: 36px;
  background: #fff;
  border: 0;
  border-radius: 50%;
}

.play-button div.button::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 33px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid var(--ids-blue);
}

.what-section {
  padding: 2rem 0 2.2rem;
  background: linear-gradient(180deg, #dff6ff 0%, #fff 82%);
}

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

.what-feature-card {
  display: flex;
  position: relative;
  min-height: 440px;
  align-items: flex-end;
  overflow: hidden;
  margin-bottom: 2rem;
  padding: clamp(2rem, 3vw, 4.2rem) clamp(1rem, 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://ids.ae/wp-content/uploads/2026/06/regulatory-affairs.jpg');
  transition:
    opacity 0.28s ease,
    transform 0.28s ease;
  will-change: opacity, transform;
}

.what-feature-card > div {
  transition:
    opacity 0.28s ease,
    transform 0.28s ease;
}

.what-feature-card.is-fading {
  opacity: 0.42;
  transform: translateY(4px);
}

.what-feature-card.is-fading > div {
  opacity: 0;
  transform: translateY(8px);
}

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

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

.what-feature-card p {
  max-width: 50%;
  margin: 0.85rem 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  line-height: 1.45;
}

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

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

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

.what-card {
  display: flex;
  height: 100%;
  min-height: 360px;
  align-items: flex-end;
  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://ids.ae/wp-content/uploads/2026/06/Asset-4-100.jpg'); */
  cursor: pointer;
  background:
    linear-gradient(
      180deg,
      rgba(5, 17, 42, 0.06) 0%,
      rgba(5, 17, 42, 0.78) 100%
    ),
    center / cover no-repeat
      url('https://ids.ae/wp-content/uploads/2026/06/regulatory-affairs.jpg');
  box-shadow: inset 0 0 0 0 rgba(18, 184, 176, 0);
  /* opacity: 0.72; */
  transform: translateY(0);
  transition:
    box-shadow 0.25s ease,
    opacity 0.25s ease,
    transform 0.25s ease;
}

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

/* .what-card.is-active, */
/* .what-card:hover,
.what-card:focus-visible {
  opacity: 1;
  transform: translateY(-4px);
  box-shadow: inset 0 0 0 3px rgba(18, 184, 176, 0.95);
} */

.what-card:focus-visible {
  outline: 3px solid rgba(18, 184, 176, 0.28);
  outline-offset: 5px;
}

.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://ids.ae/wp-content/uploads/2026/06/digital-operational.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://ids.ae/wp-content/uploads/2026/06/sales-marketing.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://ids.ae/wp-content/uploads/2026/06/market-access.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://ids.ae/wp-content/uploads/2026/06/dist-supply-chain.jpg');
}

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

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

.awards-slider-controls {
  margin: 0 0 2rem;
}

.what-slider-controls {
  margin: 2rem 0 0;
}

.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;
}

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

.partner-next::before,
.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(--ids-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(--ids-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;
}

.trust-heading {
  color: var(--ids-teal);
  font-size: clamp(1.5rem, 4.5vw, 3.8rem);
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
  background: linear-gradient(-90deg, var(--ids-blue), var(--ids-teal));
  background-clip: text;
  color: transparent;
  text-shadow: none;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e5eef5;
}

.credential-section {
  padding: 3rem 0 2rem;
  border-top: 1px solid #edf2f5;
  background: linear-gradient(180deg, #dff6ff 0%, #fff 50%);
}

.credential-section.partner-section {
  background: #fff;
}

.section-kicker {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  color: #46525f;
  font-size: clamp(1.45rem, 2.5vw, 2.1rem);
  font-weight: 500;
}

.section-kicker span {
  display: inline-block;
  width: 48px;
  height: 48px;
  background: var(--ids-teal);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

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

.licenses-swiper {
  overflow: hidden;
  border-left: 1px solid #e5eef5;
  border-top: 1px solid #e5eef5;
}

.partner-swiper .credential-card img {
  width: 200px;
}

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

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

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

.credential-card {
  display: grid;
  min-height: 210px;
  place-items: center;
  padding: 2rem;
  text-align: center;
  border-right: 1px solid #e5eef5;
  border-bottom: 1px solid #e5eef5;
}

.credential-card img {
  width: 100px;
}

.award-card p {
  margin: 1.4rem 0 0;
  color: #2f3b48;
  font-size: 0.82rem;
  /* font-weight: 600; */
}

.awards-section {
  padding-top: 3rem;
  background: linear-gradient(180deg, #dff6ff 0%, #fff 74%);
}

.award-card {
  display: grid;
  min-height: 260px;
  place-items: center;
  padding: 2rem;
  text-align: center;
  background: #fff;
  border-radius: 8px;
  /* box-shadow: 0 16px 45px rgba(28, 81, 127, 0.08); */
}

.award-logo {
  /* min-width: 130px; */
  color: #669eb9;
  font-size: 2rem;
  font-weight: 800;
  display: flex;
  align-items: center;
}

.award-logo img {
  width: 130px;
  height: 120px;
  object-fit: contain;
}

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

.media-feature {
  /* --placeholder-bg:
    linear-gradient(95deg, rgba(28, 34, 50, 0.84), rgba(99, 113, 134, 0.58)),
    repeating-linear-gradient(
      90deg,
      transparent 0 8%,
      rgba(255, 255, 255, 0.22) 8.4% 8.9%,
      transparent 9.3% 14%
    ),
    repeating-linear-gradient(
      0deg,
      transparent 0 17%,
      rgba(255, 255, 255, 0.16) 17.4% 18%,
      transparent 18.5% 26%
    ),
    linear-gradient(135deg, #4a5569, #a6b6c9); */
  border-radius: 15px;
  min-height: clamp(490px, 37vw, 710px);
  background: center / cover no-repeat
    url('https://ids.ae/wp-content/uploads/2026/06/L-Nutra-Main-Image-1.jpg');
}

.media-feature h3 {
  font-size: clamp(1.05rem, 1.28vw, 1.35rem);
  line-height: 1.25;
  max-width: 520px;
}

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

.news-card {
  background: #e9f4ff;
  border-radius: 15px;
  min-height: clamp(225px, 17vw, 340px);
  padding: clamp(1.3rem, 1.3vw, 2.7rem) clamp(2.3rem, 1.3vw, 2.7rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.news-card.one {
  background: center / cover no-repeat
    url('https://gmsc.ae/wp-content/uploads/2026/06/WhatsApp-Image-2026-02-17-at-11.18.10.jpeg');
}

.news-card.two {
  background: center / cover no-repeat
    url('https://ids.ae/wp-content/uploads/2026/06/news-3-100.jpg');
}

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

.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); */
}

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

.badge-shape {
  display: grid;
  width: 92px;
  height: 92px;
  place-items: center;
  color: #fff;
  font-size: 0.78rem;
  line-height: 1.1;
  background: #ed3156;
}

.badge-shape.outline {
  color: #322279;
  background: #fff;
  border: 6px solid #6228cc;
}

.cta-section {
  /* min-height: 450px;
  display: flex;
  align-items: center; */
  color: #fff;
  position: relative;
  /* background:
    linear-gradient(
      90deg,
      rgba(5, 45, 94, 0.82),
      rgba(0, 156, 184, 0.42) 48%,
      rgba(255, 255, 255, 0.14)
    ),
    radial-gradient(
      circle at 72% 52%,
      rgba(20, 192, 209, 0.9),
      transparent 18%
    ),
    conic-gradient(
      from 45deg at 70% 52%,
      rgba(40, 194, 220, 0.95),
      rgba(31, 116, 195, 0.8),
      rgba(255, 255, 255, 0.14),
      rgba(34, 197, 219, 0.8)
    ),
    linear-gradient(135deg, #1a6e9a, #98d0e6); */
  /* background: center / cover no-repeat
    url('https://ids.ae/wp-content/uploads/2026/06/partner-bg-100.jpg'); */
}

.cta-section h2 {
  /* font-size: clamp(1.7rem, 3vw, 2.4rem); */
  /* font-weight: 600; */
  line-height: 1.24;
}

.cta-section .cta-content {
  padding-block: clamp(3.6rem, 9vw, 8.9rem);
  position: relative;
  z-index: 3;
}

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

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

.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(3.2rem, 5vw, 7.4rem) 0 clamp(1.8rem, 3vw, 3rem);
}

.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: 180px;
}

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

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

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

.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(1rem, 8vw, 5rem);
}

.footer-bottom p {
  margin: 0;
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    padding: 1rem 0 0.4rem;
  }

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

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

  .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(--ids-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(--ids-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);
  }

  .banner-swiper,
  .banner-swiper .swiper-wrapper,
  .banner-slide {
    min-height: 560px;
  }

  .banner-metrics-wrap {
    bottom: 3rem;
  }

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

    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 4vw, 4.6rem) clamp(1rem, 4vw, 7rem);
  }

  .intro-section {
        padding: 4rem 0 4rem;
    margin-bottom: 0;
    background: linear-gradient(180deg, #dff6ff 0%, transparent 82%), 0 100% / contain no-repeat url('https://ids.ae/wp-content/uploads/2026/06/ids-logo-gif.svg');
  }

  .intro-copy {
    margin-top: 4rem;
  }

  .play-button {
    left: 8%;
  }

  .footer-logo {
    width: 150px;
  }
}

@media (max-width: 575.98px) {
  /* .container {
    width: min(100% - 2rem, 1120px);
  } */

  .btn-primary {
    --bs-btn-padding-y: 0.85rem;
    --bs-btn-padding-x: 0.65rem;
  }

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

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

  .banner-swiper,
  .banner-swiper .swiper-wrapper,
  .banner-slide {
    min-height: 640px;
  }

  /* .hero-section h1 {
    max-width: 330px;
  } */

  .intro-section {
    background:
      0% 100% / 80% no-repeat
        url('https://ids.ae/wp-content/uploads/2026/06/ids-fade-monogram.svg'),
      linear-gradient(
        180deg,
        #dff6ff 0%,
        #ffffff 27%,
        #ffffff 67%,
        #dff6ff 100%
      );
	  padding: 4rem 0 5rem;
        margin-bottom: unset;
        background: linear-gradient(180deg, #dff6ff 0%, transparent 82%), 0 100% / contain no-repeat url(https://ids.ae/wp-content/uploads/2026/06/ids-logo-gif.svg);
  }

/*   .intro-section h2 {
    padding: 3rem 0 1rem;
  } */

  .section-kicker span {
    width: 40px;
    height: 40px;
  }

  .news-card {
    padding: clamp(1.3rem, 1.3vw, 2.7rem);
  }

  .media-feature {
    min-height: clamp(225px, 17vw, 340px);
  }

  .image-card,
  .media-feature {
    padding: clamp(1.3rem, 1.3vw, 2.7rem);
  }

  .banner-metrics {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1rem;
  }

  .banner-metrics-wrap {
    bottom: 2rem;
  }

  .impact-grid,
  .credential-grid {
    grid-template-columns: 1fr 1fr;
  }

  .impact-live-panel {
    margin: -1.2rem auto 2.2rem;
  }

  /* .live-status {
    width: min(100%, 420px);
  } */

  .live-badge,
  .live-copy {
    /* min-height: 50px; */
    padding: 0.15rem 0.7rem;
  }

  .impact-card {
    min-height: 150px;

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

  .facility-photo,
  .media-photo {
    min-height: 200px;
  }

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

  .what-feature-card {
    min-height: 350px;
  }

  .what-feature-card h3,
  .what-feature-card p {
    max-width: 100%;
  }
	
	.award-card {
		padding: 1rem;
	}
	
	.credential-card {
		padding: 1rem;
	}

  .footer-bottom {
    /* flex-direction: column; */
    margin-top: 1rem;
  }

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

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

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