/* ======================================================
   WHO WE ARE PAGE - DELOSWEB
   Elegant / editorial / minimalist
====================================================== */

.dw-wwa-page {
  --ink: #000038;
  --muted: rgba(0, 0, 56, 0.62);
  --soft-text: rgba(0, 0, 56, 0.74);
  --line: rgba(0, 0, 56, 0.10);
  --accent: #2d80b7;
  --soft: #f7f9fc;
  background: #ffffff;
}

.dw-wwa-container {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 0 24px;
}

.dw-wwa-container-wide {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}

.dw-wwa-eyebrow {
  display: inline-block;
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ks-cta-shape-2{
  right: 0;
  left: auto;
}

/* ---------- Hero ---------- */
.dw-wwa-hero {
  padding: 140px 0 64px;
}

.dw-wwa-hero h1 {
  margin: 18px 0 28px;
  max-width: 16ch;
  color: var(--ink);
  font-family: var(--heading-font-family);
  font-size: clamp(44px, 6.5vw, 70px);
  line-height: 1.0;
  letter-spacing: -0.04em;
  font-weight: 700;
}

.dw-wwa-hero p {
  max-width: 660px;
  margin: 0 0 18px;
  color: var(--soft-text);
  font-size: 18px;
  line-height: 1.8;
}

.dw-wwa-hero p:last-child {
  margin-bottom: 0;
}

/* ---------- Section ---------- */
.dw-wwa-section {
  padding: 64px 0;
  border-top: 1px solid var(--line);
}

.dw-wwa-section.is-plain {
  border-top: 0;
  padding-top: 0;
}

.dw-wwa-section h2 {
  margin: 14px 0 24px;
  color: var(--ink);
  font-family: var(--heading-font-family);
  font-size: clamp(30px, 3.6vw, 44px);
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-weight: 700;
}

.dw-wwa-section p {
  max-width: 720px;
  margin: 0 0 18px;
  color: var(--soft-text);
  font-size: 17px;
  line-height: 1.8;
}

.dw-wwa-section p:last-child {
  margin-bottom: 0;
}

/* ---------- Mission blockquote ---------- */
.dw-wwa-mission {
  margin: 8px 0 0;
  padding: 6px 0 6px 30px;
  border-left: 3px solid var(--accent);
}

.dw-wwa-mission p {
  max-width: 760px;
  margin: 0;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.6;
  font-weight: 600;
}

/* ---------- Do / Don't dual lists ---------- */
.dw-wwa-dual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 6px;
}

.dw-wwa-panel {
  padding: 34px 34px 36px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: #ffffff;
}

.dw-wwa-panel.is-soft {
  background: var(--soft);
}

.dw-wwa-panel h3 {
  margin: 0 0 20px;
  color: var(--ink);
  font-family: var(--heading-font-family);
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  font-weight: 700;
}

.dw-wwa-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dw-wwa-list li {
  position: relative;
  padding: 0 0 12px 30px;
  color: var(--soft-text);
  font-size: 16px;
  line-height: 1.55;
}

.dw-wwa-list li:last-child {
  padding-bottom: 0;
}

.dw-wwa-list.is-do li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(45, 128, 183, 0.14);
  box-shadow: inset 0 0 0 5px var(--accent);
}

.dw-wwa-list.is-dont li::before {
  content: "\00d7";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 56, 0.4);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.dw-wwa-note {
  margin-top: 30px;
  padding: 22px 26px;
  border-radius: 14px;
  background: var(--ink);
  color: #ffffff;
  font-size: 16.5px;
  line-height: 1.65;
  font-weight: 600;
}

/* ---------- Options (custom vs ready-to-go) ---------- */
.dw-wwa-subhead {
  margin: 34px 0 10px;
  color: var(--ink);
  font-family: var(--heading-font-family);
  font-size: 23px;
  line-height: 1.25;
  letter-spacing: -0.01em;
  font-weight: 700;
}

.dw-wwa-section .dw-wwa-bullets {
  max-width: 720px;
  margin: 6px 0 18px;
  padding: 0;
  list-style: none;
}

.dw-wwa-bullets li {
  position: relative;
  padding: 0 0 11px 26px;
  color: var(--soft-text);
  font-size: 16px;
  line-height: 1.6;
}

.dw-wwa-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
}

/* ---------- Final CTA ---------- */
.dw-wwa-final {
  margin-top: 8px;
  padding: 54px 44px;
  border-radius: 22px;
  background: var(--soft);
  border: 1px solid var(--line);
  text-align: center;
}

.dw-wwa-final h2 {
  margin: 14px auto 16px;
  max-width: 20ch;
  color: var(--ink);
  font-family: var(--heading-font-family);
  font-size: clamp(28px, 3.4vw, 40px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  font-weight: 700;
}

.dw-wwa-final p {
  max-width: 540px;
  margin: 0 auto 28px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.dw-wwa-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.dw-wwa-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 28px;
  border-radius: 100px;
  background: var(--ink);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

.dw-wwa-btn:hover {
  background: var(--accent);
  color: #ffffff;
  transform: translateY(-2px);
}

.dw-wwa-btn.is-ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid var(--line);
}

.dw-wwa-btn.is-ghost:hover {
  background: var(--ink);
  color: #ffffff;
  border-color: var(--ink);
}

.dw-wwa-bottom-space {
  padding-bottom: 110px;
}

/* ---------- Responsive ---------- */
@media (max-width: 767px) {
  .dw-wwa-hero {
    padding: 104px 0 48px;
  }

  .dw-wwa-section {
    padding: 48px 0;
  }

  .dw-wwa-dual {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .dw-wwa-panel {
    padding: 28px 24px;
  }

  .dw-wwa-mission p {
    font-size: 19px;
  }

  .dw-wwa-final {
    padding: 40px 24px;
  }

  .dw-wwa-bottom-space {
    padding-bottom: 80px;
  }
}

/* ======================================================
   IMAGES / VIDEO / LOGOS
====================================================== */

/* Hero two-column with video */
.dw-wwa-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 60px;
}

.dw-wwa-hero-grid .dw-wwa-hero-text h1 {
  max-width: 18ch;
}

.dw-wwa-video-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 56, 0.16);
  border: 1px solid var(--line);
}

.dw-wwa-video-card img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  display: block;
}

.dw-wwa-video-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 56, 0) 40%, rgba(0, 0, 56, 0.45) 100%);
}

.dw-wwa-play {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 78px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  color: var(--accent);
  cursor: pointer;
  box-shadow: 0 14px 40px rgba(0, 0, 56, 0.28);
  transition: transform 0.3s ease, color 0.3s ease;
}

.dw-wwa-play:hover {
  transform: translate(-50%, -50%) scale(1.07);
  color: var(--ink);
}

.dw-wwa-play::before {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.6);
  animation: dwWwaPulse 2.2s ease-out infinite;
}

.dw-wwa-play svg {
  margin-left: 4px;
}

@keyframes dwWwaPulse {
  0% { transform: scale(0.9); opacity: 0.8; }
  100% { transform: scale(1.4); opacity: 0; }
}

.dw-wwa-video-tag {
  position: absolute;
  z-index: 2;
  left: 22px;
  bottom: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-shadow: 0 2px 10px rgba(0, 0, 56, 0.4);
}

/* Two-column media rows (image + text) */
.dw-wwa-media {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 56px;
}

.dw-wwa-media.is-reverse .dw-wwa-media-figure {
  order: 2;
}

.dw-wwa-media-figure {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(0, 0, 56, 0.12);
  border: 1px solid var(--line);
}

.dw-wwa-media-figure img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
}

.dw-wwa-media .dw-wwa-media-body h2 {
  margin-top: 0;
}

.dw-wwa-media .dw-wwa-media-body p {
  max-width: none;
}

/* Options visual pair */
.dw-wwa-figure-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 8px 0 30px;
}

.dw-wwa-figure {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: 0 18px 50px rgba(0, 0, 56, 0.08);
}

.dw-wwa-figure img {
  width: 100%;
  height: 355px;
  object-fit: cover;
  display: block;
}

.dw-wwa-figure span {
  position: absolute;
  left: 14px;
  bottom: 14px;
  padding: 7px 13px;
  border-radius: 100px;
  background: rgba(0, 0, 56, 0.82);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Trusted-by logo strip */
.dw-wwa-logos {
  padding: 56px 0;
  border-top: 1px solid var(--line);
}

.dw-wwa-logos-label {
  text-align: center;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.dw-wwa-logos-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 38px 54px;
}

.dw-wwa-logos-grid img {
  height: 38px;
  width: auto;
  opacity: 0.55;
  filter: grayscale(100%);
  transition: opacity 0.3s ease, filter 0.3s ease;
}

.dw-wwa-logos-grid img:hover {
  opacity: 1;
  filter: grayscale(0%);
}

/* Video modal */
.dw-wwa-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.dw-wwa-modal.is-open {
  display: flex;
}

.dw-wwa-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 16, 0.78);
  backdrop-filter: blur(4px);
}

.dw-wwa-modal-box {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 900px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.5);
}

.dw-wwa-modal-box video {
  width: 100%;
  display: block;
  background: #000;
}

.dw-wwa-modal-close {
  position: absolute;
  top: -46px;
  right: 0;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

body.dw-wwa-modal-open {
  overflow: hidden;
}

@media (max-width: 991px) {
  .dw-wwa-hero-grid,
  .dw-wwa-media {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .dw-wwa-media.is-reverse .dw-wwa-media-figure {
    order: 0;
  }
}

@media (max-width: 767px) {
  .dw-wwa-figure-pair {
    grid-template-columns: 1fr;
  }

  .dw-wwa-video-card img,
  .dw-wwa-media-figure img {
    min-height: 240px;
  }

  .dw-wwa-logos-grid {
    gap: 26px 34px;
  }

  .dw-wwa-logos-grid img {
    height: 30px;
  }
}

.header-style-eight .main-menu .navigation > li > a, .header-style-eight .main-menu .navigation .dropdown .dropdown-btn {
    color: #ffffff !important;
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}



.header-style-eight .outer-box .mobile-nav-toggler span {
    background-color: #ffffff !important;
    display: block;
    height: 2px;
    transition: 0.3s;
    width: 25px;
}

.main-header .sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #ffffff;
  box-shadow: 0 10px 35px rgba(0, 0, 56, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.35s ease;
}

.main-header.fixed-header .sticky-header,
.main-header .sticky-header.fixed-header {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.sticky-header .inner-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 85px;
}

.sticky-header .logo img {
  max-width: 210px;
}

.sticky-header .navigation {
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 0;
}

.sticky-header .navigation li {
  list-style: none;
}

.sticky-header .navigation li a {
  color: #000038;
  font-weight: 700;
}


.sticky-header,
.sticky-header a,
.sticky-header .navigation li a {
  color: #000038 !important;
}

.sticky-header * {
  color: #000038 !important;
}

/* Sticky header text color fix */
.main-header .sticky-header .main-menu .navigation > li > a,
.main-header.header-style-eight .sticky-header .main-menu .navigation > li > a,
.main-header.inner-page .sticky-header .main-menu .navigation > li > a {
  color: #000038 !important;
  -webkit-text-fill-color: #000038 !important;
}