/* FONT FACE */
@font-face {
  font-family: "Instrument Sans";
  src: url("assets/fonts/InstrumentSans-Regular.eot");
  src: url("assets/fonts/InstrumentSans-Regular.eot?#iefix") format("embedded-opentype"),
    url("assets/fonts/InstrumentSans-Regular.woff2") format("woff2"),
    url("assets/fonts/InstrumentSans-Regular.woff") format("woff"),
    url("assets/fonts/InstrumentSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Instrument Sans";
  src: url("assets/fonts/InstrumentSans-Bold.eot");
  src: url("assets/fonts/InstrumentSans-Bold.eot?#iefix") format("embedded-opentype"),
    url("assets/fonts/InstrumentSans-Bold.woff2") format("woff2"),
    url("assets/fonts/InstrumentSans-Bold.woff") format("woff"),
    url("assets/fonts/InstrumentSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Platypi";
  src: url("assets/fonts/Platypi-Regular.eot");
  src: url("assets/fonts/Platypi-Regular.eot?#iefix") format("embedded-opentype"),
    url("assets/fonts/Platypi-Regular.woff2") format("woff2"),
    url("assets/fonts/Platypi-Regular.woff") format("woff"),
    url("assets/fonts/Platypi-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Platypi";
  src: url("assets/fonts/Platypi-Bold.eot");
  src: url("assets/fonts/Platypi-Bold.eot?#iefix") format("embedded-opentype"),
    url("assets/fonts/Platypi-Bold.woff2") format("woff2"),
    url("assets/fonts/Platypi-Bold.woff") format("woff"),
    url("assets/fonts/Platypi-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

html,
body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overscroll-behavior: none;
}

/* GLOBAL */
body {
  margin: 0;
  padding: 0;
  font-family: "Instrument Sans", sans-serif;
  background: #ffffff;
}

.custom-cursor {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 80px;
  height: 45px;
  background: url("assets/videos/core/cursor.gif") no-repeat center;
  background-size: contain;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 9999;
  opacity: 0;
}

.cursor-ready,
.cursor-ready * {
  cursor: none;
}

.cursor-ready .custom-cursor {
  display: block;
}

/* HERO WRAPPER */
.hero-wrapper {
  position: relative;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

/* VIDEO */
.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

/* Hide native overlay play/pause controls on background videos */
.hero-video::-webkit-media-controls,
.hero-video::-webkit-media-controls-enclosure,
.hero-video::-webkit-media-controls-overlay-play-button,
.hero-video::-webkit-media-controls-start-playback-button,
.what-we-do-video::-webkit-media-controls,
.what-we-do-video::-webkit-media-controls-enclosure,
.what-we-do-video::-webkit-media-controls-overlay-play-button,
.what-we-do-video::-webkit-media-controls-start-playback-button,
.power-five-video::-webkit-media-controls,
.power-five-video::-webkit-media-controls-enclosure,
.power-five-video::-webkit-media-controls-overlay-play-button,
.power-five-video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* NAVBAR */
.main-header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 2rem;
  background: transparent;
  z-index: 2000;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-icon {
  height: 3.6rem;
  width: auto;
}

/* CENTER TEXT SYSTEM */
.hero-center-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
  pointer-events: none;
  z-index: 10;
}

/* Horizontal Line - Full width continuous */
.hero-center-line {
  position: absolute;
  top: 50%;
  left: 3%;
  right: 3%;
  width: auto;
  height: 1px;
  background: #000000;
  transform: translateY(-50%);
  z-index: 1;
}

.hero-center-line::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid #000000;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

/* Circle animation - centered ON the line */
.circle-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
  z-index: 20;
}

/* Left & Right Hero text - BELOW the line */
.hero-left-text {
  position: absolute;
  left: 3%;
  top: calc(50% + 15px);
  font-size: 1.1rem;
  white-space: nowrap;
  z-index: 5;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-family: "Instrument Sans", sans-serif;
  color: #000000;
}

.hero-right-text {
  position: absolute;
  right: 3%;
  top: calc(50% + 15px);
  font-size: 1.1rem;
  white-space: nowrap;
  z-index: 5;
  font-family: "Platypi", serif;
  font-weight: 700;
  color: #000000;
  text-align: right;
}

.circle-text-svg {
  width: 100%;
  height: 100%;
  animation: spinCircle 15s linear infinite;
  transform-origin: center center;
}

.circle-text {
  font-family: "Instrument Sans", sans-serif;
  font-size: 20px;
  fill: #000000;
  text-transform: uppercase;
  letter-spacing: 3px;
  opacity: 0.9;
  font-weight: 600;
}

.circle-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #000000;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 21;
}

@keyframes spinCircle {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* BOTTOM LEFT TAGLINE */
.hero-tagline {
  position: absolute;
  bottom: 5%;
  left: 3%;
  font-size: 1rem;
  color: #000000;
  line-height: 1.5;
  font-family: "Instrument Sans", sans-serif;
  z-index: 10;
  width: 75%;
}

.hero-tagline strong {
  font-family: "Platypi", serif;
  font-weight: 700;
  display: block;
  margin-bottom: 0.25em;
}


/* SOCIAL BUTTON */
.socialIconWrap {
  display: inline-flex;
}

.socialIconButton {
  width: 1.5rem;
  height: 1.5rem;
  background: #ffffff;
  border-radius: 50%;
  border: 4px solid #013F30;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
  gap: .4rem;
  transition: .3s ease;
}

.socialLink {
  opacity: 0;
  transform: scale(.5);
  transition: .25s ease;
}

.socialIconButton:hover {
  width: 6rem;
  height: 2.2rem;
  border-radius: 8px;
  background: #013F30;
}

.socialIconButton:hover .socialLink {
  opacity: 1;
  transform: scale(1);
}

.socialIconButton img {
  width: 20px;
}

/* RESPONSIVE */
@media(max-width: 768px) {
  .hero-center-line {
    left: 5%;
    right: 5%;
  }

  .hero-left-text {
    left: 5%;
    top: calc(50% + 70px);
    font-size: 0.95rem;
    letter-spacing: 0.08em;
    white-space: normal;
    max-width: 45%;
  }

  .hero-right-text {
    right: 5%;
    top: calc(50% - 90px);
    font-size: 0.85rem;
    text-align: right;
    white-space: normal;
    max-width: 45%;
  }

  .circle-wrap {
    width: 100px;
    height: 100px;
  }

  .circle-text-svg {
    width: 100px;
    height: 100px;
  }

  .circle-text {
    font-size: 20px;
    letter-spacing: 3px;
  }

  .circle-dot {
    width: 10px;
    height: 10px;
  }

  .hero-tagline {
    bottom: 6%;
    left: 5%;
    font-size: 0.9rem;
    max-width: 85%;
  }
}

@media(max-width: 480px) {
  .hero-center-line {
    left: 5%;
    right: 5%;
  }

  .hero-left-text {
    left: 5%;
    top: calc(50% + 60px);
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    white-space: normal;
    max-width: 45%;
  }

  .hero-right-text {
    right: 5%;
    top: calc(50% - 75px);
    font-size: 0.7rem;
    text-align: right;
    white-space: normal;
    max-width: 45%;
  }

  .circle-wrap {
    width: 85px;
    height: 85px;
  }

  .circle-text-svg {
    width: 85px;
    height: 85px;
  }

  .circle-text {
    font-size: 20px;
    letter-spacing: 2px;
  }

  .circle-dot {
    width: 10px;
    height: 10px;
  }

  .hero-tagline {
    font-size: 0.8rem;
    max-width: 90%;
  }
}


.who-we-are-section {
  background: #fff;
  color: #013F30;
  position: relative;
  z-index: 1;
  inset: 0;
}

.who-we-are-title {
  font-family: "Instrument Sans", sans-serif;
  margin-bottom: 2rem;
  font-size: 1.3rem;
  font-weight: 700;
}

.who-we-are-items {
  position: absolute;
  top: 0;
  left: 2%;
  right: 2%;
  width: auto;
  height: 100%;
}

.who-we-are-item {
  padding: 1.5rem;
  border-left: 1px solid #000000;
  font-size: 1rem;
  line-height: 1.6;
}

/* Remove border on first item for desktop */
.who-we-are-item:first-child {
  border-left: none;
}

/* Mobile styles */
@media (max-width: 768px) {
  .who-we-are-item {
    border-left: none;
    border-top: 1px solid #000000;
  }

  .who-we-are-item:first-child {
    border-top: none;
  }
}

/* WHO SECTION Main */
.who-section {
  position: relative;
  min-height: 100vh;
  padding: 2.8rem 2%;
  background: #fff;
  color: #000000;
}

/* FULL HEIGHT LINES */
.who-lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.who-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #BDBDBD;
}

.who-line-1 {
  left: 18%;
}

.who-line-2 {
  left: 50%;
}

.who-line-3 {
  left: 83%;
}

/* TOP DOTS */
.who-dot-top {
  position: absolute;
  background: #000000;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.who-dot-top-1 {
  left: 18.02%;
  top: 20%;
  width: 8px;
  height: 8px;
}

.who-dot-top-2 {
  left: 50%;
  top: 10%;
  width: 14px;
  height: 14px;
}

.who-dot-top-3 {
  left: 83.03%;
  top: 20%;
  width: 8px;
  height: 8px;
}

/* ONLY ONE BOTTOM DOT */
.who-dot-bottom-2 {
  position: absolute;
  bottom: 7%;
  left: 50.03%;
  transform: translate(-50%, 50%);
  width: 8px;
  height: 8px;
  background: #000000;
  border-radius: 50%;
}

/* TOP TEXT GRID (4 parts) */
.who-top-text {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  z-index: 1;
}

.who-box {
  padding: 1rem;
}

.who-title-box {
  width: max-content !important;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
}

.who-desc-box {
  font-size: 1rem;
  line-height: 1.6;
  color: #000000;
  grid-column: 3 / 4;
}

/* TEAM GRID */
.who-team-absolute {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  margin-top: 1rem;
  justify-items: center;
  z-index: 1;
}

/* PERSON CARDS */
.who-person {
  position: relative;
  width: 100%;
  max-width: 320px;
  text-align: left;
  margin: 0 auto;
}

.who-card {
  position: relative;
  overflow: hidden;
}

.who-img {
  width: 100%;
  display: block;
}

.who-name {
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 1rem;
  color: #000000;
  font-size: 20px;
}

.who-role {
  opacity: .8;
  font-size: 13px;
}

/* BIO OVERLAY */
.who-bio {
  position: absolute;
  inset: 0;
  background: rgba(1, 63, 48, 0.94);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.4rem;
  padding: 1.25rem;
  text-align: left;
  opacity: 0;
  clip-path: circle(0% at 100% 100%);
  pointer-events: none;
  transition: opacity 220ms ease, clip-path 320ms ease;
  z-index: 3;
}

.who-bio h6 {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
}

.who-bio p {
  margin: 0;
  line-height: 1.5;
  font-size: 14px;
}

/* Inline bios (hidden by default, shown on mobile) */
.who-bio-inline {
  display: none;
}

@media (max-width: 960px) and (min-width: 769px) {
  .who-name {
    font-size: 18px;
  }

  .who-role,
  .who-bio p {
    font-size: 12px;
  }
}

.who-person.bio-open .who-bio,
.who-card:hover .who-bio,
.who-person .pulse-circle:hover~.who-card .who-bio,
.who-person .pulse-circle:focus~.who-card .who-bio,
.who-person:focus-within .who-bio {
  opacity: 1;
  clip-path: circle(150% at 100% 100%);
  pointer-events: auto;
}

/* FOOTER - LinkedIn LEFT, Pulse RIGHT */
.who-footer {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.who-linkedin {
  width: 24px;
  /* filter: invert(1); */
}

/* PULSE – trigger + animation */
.pulse-circle {
  cursor: pointer;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #000000;
  animation: pulse-loop 1.8s infinite ease-out;
}

@keyframes pulse-loop {
  0% {
    box-shadow: 0 0 0 0 rgba(1, 63, 48, 0.4);
  }

  70% {
    box-shadow: 0 0 0 14px rgba(1, 63, 48, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(1, 63, 48, 0);
  }
}


/* WHAT WE DO SECTION */
.what-we-do-section {
  position: relative;
  min-height: 100vh;
  padding: 2.8rem 2%;
  background: #F4F5EF;
  color: #000000;
}

.what-we-did-section {
  position: relative;
  min-height: 100vh;
  padding: 2.8rem 2%;
  background: #fff;
  color: #000000;
}

/* FULL HEIGHT LINES */
.what-we-do-lines,
.what-we-did-lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.what-we-do-line,
.what-we-did-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #BDBDBD;
}

.what-we-do-line-1,
.what-we-did-line-1 {
  left: 18%;
}

.what-we-do-line-2,
.what-we-did-line-2 {
  left: 50%;
  z-index: 5;
}

.what-we-do-line-3,
.what-we-did-line-3 {
  left: 83%;
}

/* TOP DOTS */
.what-we-do-dot-top,
.what-we-did-dot-top {
  position: absolute;
  background: #000000;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.what-we-do-dot-top-2,
.what-we-did-dot-top-2 {
  left: 50%;
  top: 10%;
  width: 14px;
  height: 14px;
  z-index: 6;
}

/* CAROUSEL DOTS on first line */
.what-we-do-dot-carousel {
  position: absolute;
  left: 18%;
  border: none;
  cursor: pointer;
  transition: width 0.3s ease, height 0.3s ease, outline-offset 0.3s ease;
  padding: 0;
  width: 8px;
  height: 8px;
  background: #013F30;
  z-index: 2;
  pointer-events: auto;
  outline: 1px dashed rgba(1, 63, 48, 0.4) !important;
  outline-offset: 7px;
  justify-self: center;
  align-self: flex-start;
  margin-top: 8px;
  border-radius: 50%;
  transform: translate(-50%, 0);
}

.what-we-do-dot-carousel:focus,
.what-we-do-dot-carousel:focus-visible {
  outline: 1px dashed rgba(1, 63, 48, 0.4) !important;
  outline-offset: 7px;
}

/* Active dot state - larger with larger dashed outline */
.what-we-do-dot-carousel.active {
  width: 25px;
  height: 25px;
  background: #013F30;
  outline: 1px dashed rgba(1, 63, 48, 0.4) !important;
  outline-offset: 12px;
  border-radius: 50%;
  margin-top: 0;
}

.what-we-do-dot-carousel.active:focus,
.what-we-do-dot-carousel.active:focus-visible {
  outline: 1px dashed rgba(1, 63, 48, 0.4) !important;
  outline-offset: 12px;
}

.what-we-do-dot-carousel::before {
  content: "";
  position: absolute;
  inset: -16px;
  pointer-events: auto;
}

.what-we-do-rows {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  margin-top: 6.5rem;
  width: calc(100% + 4%);
  margin-left: -2%;
  margin-right: -2%;
}

.what-we-do-row {
  display: grid;
  grid-template-columns: 18% 32% 34.5% 17%;
  align-items: flex-start;
}

.what-we-do-dot-content-item {
  grid-column: 2 / 3;
  position: relative;
  margin: 0px 2rem;
  padding: 0 1rem 0 0;
  width: 100%;
  opacity: 1;
  visibility: visible;
  padding-left: 0;
  transition: opacity 0.3s ease;
  pointer-events: auto;
}

.what-we-do-dot-content-item.active {
  pointer-events: auto;
}

.what-we-do-dot-content-item:not(.active) h3 {
  opacity: 0.70;
}

.what-we-do-dot-content-item:not(.active) p {
  display: none;
}

.what-we-do-dot-content-item h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 0.35rem 0;
  color: #000000;
}

.what-we-do-dot-content-item p {
  padding: 0 3rem 0 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #000000;
  margin: 0;
}

/* POWER FIVE SECTION */
.power-five-section {
  position: relative;
  min-height: 100vh;
  padding: 2.8rem 2%;
  background: #fff;
  color: #000000;
  border-top: 1px solid #BDBDBD;
  border-bottom: 1px solid #BDBDBD;
  border-left: 1px solid #BDBDBD;
  border-right: 1px solid #BDBDBD;
}

.power-five-lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.power-five-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #BDBDBD;
}

.power-five-line-1 { left: 17.95%; }
.power-five-line-2 { left: 50%; }
.power-five-line-3 { left: 83%; }

.power-five-dot-top {
  position: absolute;
  background: #000000;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.power-five-dot-top-2 {
  left: 50%;
  top: 10%;
  width: 14px;
  height: 14px;
  z-index: 6;
}

.power-five-top-text {
  position: static;
  width: calc(100% + 4%);
  margin-left: -2%;
  margin-right: -2%;
  display: grid;
  grid-template-columns: 17.94% 32% 34.5% 17%;
  z-index: 1;
}

.power-five-box {
  padding: 1rem 2.8rem;
  position: relative;
  z-index: 2;
}

.power-five-title-box {
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  width: max-content !important;
}

.power-five-desc-box {
  font-size: 1rem;
  line-height: 1.6;
  color: #000000;
  grid-column: 3 / 4;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 17%;
  overflow: hidden;
  isolation: isolate;
  min-height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 1.25rem;
  z-index: 10;
}

.power-five-desc-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.power-five-section .power-five-desc-box:hover .power-five-desc-media,
.power-five-section .power-five-desc-box:focus-within .power-five-desc-media {
  opacity: 0.70;
  cursor: pointer;
}

.power-five-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.power-five-desc-body {
  position: absolute;
  z-index: 1;
  top: 6%;
  margin-right: 1rem;
  background: rgba(244, 245, 239, 0.78);
  padding: 0.5rem 0.35rem;
  border-radius: 8px;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); */
  max-width: 380px;
  pointer-events: none;
}

.power-five-rows {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  /* gap: 1.4rem; */
  margin-top: 6.5rem;
  width: calc(100% + 4%);
  margin-left: -2%;
  margin-right: -2%;
}

.power-five-row {
  position: relative;
  display: grid;
  grid-template-columns: 17.94% 32% 34.5% 17%;
  align-items: stretch;
}

.power-five-dot-carousel {
  position: absolute;
  left: 17.94%;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 10px;
  height: 10px;
  background: #013F30;
  z-index: 2;
  pointer-events: auto;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  top: 0;
}

.power-five-dot-carousel:focus-visible {
  outline: 1px dashed rgba(1, 63, 48, 0.4) !important;
  outline-offset: 6px;
}

.power-five-dot-carousel.active {
  width: 18px;
  height: 18px;
  outline: 1px dashed rgba(1, 63, 48, 0.4) !important;
  outline-offset: 10px;
}
.last-border-five-dot{
  border-bottom: 1px solid #BDBDBD;
}

.power-five-dot-content-item {
  grid-column: 2 / 3;
  border-top: 1px solid #BDBDBD;
  padding: 1.1rem 0;
  /* margin: 0 2rem; */
  display: grid;
  grid-template-columns: 5px 1fr auto;
  /* column-gap: 1.2rem; */
  align-items: flex-start;
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  cursor: pointer;
}
.power-five-dot-content-item:not(:last-child){
  border-bottom: 1px solid #BDBDBD;
}

.power-five-dot-content-item:not(.active) p {
  display: none;
}

.power-five-dot-content-item h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0;
  color: #000000;
}

.power-five-dot-content-item p {
  padding: 0 3rem 0 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #000000;
  margin: 0;
}

.power-five-copy {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.power-five-step {
  font-weight: 700;
  font-size: 0.95rem;
  align-self: flex-start;
}
.power-five-dot-content-item:not(.active) h3 {
  opacity: 0.70;
}

/* TOP TEXT GRID (4 parts) */
.what-we-do-top-text {
  position: static;
  width: calc(100% + 4%);
  margin-left: -2%;
  margin-right: -2%;
  display: grid;
  grid-template-columns: 18% 32% 34.5% 17%;
  z-index: 1;
}

.what-we-do-box {
  padding: 1rem 2.8rem;
  position: relative;
  z-index: 2;
}

.what-we-do-title-box {
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  width: max-content !important;
}

.what-we-do-desc-box {
  font-size: 1rem;
  line-height: 1.6;
  color: #000000;
  grid-column: 3 / 4;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 17%;
  overflow: hidden;
  isolation: isolate;
  min-height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 1.25rem;
  z-index: 10;
}
.what-we-did-desc-box{
  z-index: 1 !important;
}

.what-we-do-desc-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.70;
  transition: opacity 0.35s ease;
}

.what-we-do-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.what-we-do-desc-body {
  position: absolute;
  z-index: 1;
  top: 6%;
  margin-right: 1rem;
  background: rgba(244, 245, 239, 0.78);
  padding: 0.5rem 0.35rem;
  border-radius: 8px;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05); */
}
.what-we-do-section .what-we-do-desc-media {
  opacity: 0;
}

.what-we-do-section .what-we-do-desc-box:hover .what-we-do-desc-media,
.what-we-do-section .what-we-do-desc-box:focus-within .what-we-do-desc-media {
  cursor: pointer;
  opacity: 0.70;
}

.what-we-did-section .what-we-do-desc-media {
  opacity: 0.70;
}



.what-we-did-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 18% 32% 34.5% 17%;
  /* gap: 1.5rem; */
  margin-top: 2rem;
  padding: 2rem 2%;
  align-items: center;
}

.what-we-did-visual {
  position: relative;
  grid-column: 2 / 3;
  min-height: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.what-we-did-content-item-count {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  font-size: 2.5rem;
  font-weight: 700;
  color: #000000;
  margin: 0;
}

.what-we-did-circle {
  position: absolute;
  width: 150px;
  height: 150px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -70%);
}

.what-we-did-count {
  top: 60px;
  left: 50%;
}

.what-we-did-circle-svg {
  width: 100%;
  height: 100%;
}

.what-we-did-circle-text {
  font-size: 10px;
  letter-spacing: 1.4px;
  fill: none;
  stroke: #C1C1C1;
  stroke-width: 0.8px;
  text-transform: uppercase;
}

.what-we-did-content-item-circles {
  position: relative;
}
.what-we-did-logo-circle-div{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  inset: 0;
  margin: 9rem 1rem 0 0;
}

.what-we-did-logo-circle {
  position: absolute;
  /* bottom: 2rem; */
  right: 6rem;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #f4f5ef;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.what-we-did-logo-circle img {
  max-width: 120px;
  max-height: 120px;
  object-fit: contain;
}
.what-we-did-content-item-circle-text {
  background-color: #013F30;
  color: #fff;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  position: relative;
  overflow: visible;
  z-index: 2;
  /* top: 90px; */
  left: 4rem;
  bottom: 0;
}
.what-we-did-content-item-circle-text p {
  margin: 0;
  position: relative;
  z-index: 2;
  text-align: center;
}

.what-we-did-semi-circle {
  position: absolute;
  inset: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  transform: rotate(45deg);
  z-index: 1;
}

.what-we-did-semi-text {
  font-size: 8px;
  letter-spacing: 1.3px;
  font-weight: 700;
  fill: #C1C1C1;
  stroke: none;
  text-transform: uppercase;
}

.what-we-did-info {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  align-self: center;
}

.what-we-did-title {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
}

.what-we-did-description {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  max-width: 460px;
}

.what-we-did-nav {
  margin-top: 0.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
}

.what-we-did-nav button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: #F1F1F1;
  color: #000000;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.what-we-did-nav button + button {
  margin-top: -15px;
}

.what-we-did-nav button.active {
  background: #013F30;
  color: #fff;
  width: 62px;
  height: 62px;
  transform: translateX(-6px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  z-index: 2;
}

.what-we-did-projects {
  display: grid;
  gap: 0.9rem;
  margin-top: 1rem;
}

.what-we-did-project {
  position: relative;
  background: #F4F5EF;
  color: #000000;
  padding: 0.9rem 1rem;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.what-we-did-project:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

.what-we-did-project:focus-visible {
  outline: 2px solid #000000;
  outline-offset: 3px;
}

.what-we-did-project-name {
  font-weight: 700;
  margin: 0 0 0.15rem 0;
}

.what-we-did-project-type {
  margin: 0;
  font-size: 0.9rem;
  opacity: 0.8;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.what-we-did-project-type span {
  background: #e8ece6;
  color: #000000;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  font-size: 0.78rem;
  text-transform: capitalize;
}

.what-we-did-semi-text-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}


.footer-bloack{
  position: relative;
  min-height: 100vh;
  background: url("https://uuup5.com/assets/images/core/uuup5Footer.avif") bottom/cover no-repeat;
  color: #000000;
  padding: 0;
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.footer-block-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 12rem;
  max-width: 1100px;
  width: 100%;
  margin: 8rem 0 0 0;
  padding: 0 2rem;
  background: transparent;
}

.footer-block-content-block-head {
  margin: 0 0 0.4rem 0;
  font-size: 1.5rem;
  font-weight: bold;
}

.footer-block-content-block-text {
  margin: 0;
  max-width: 480px;
  line-height: 1.6;
}

.footer-block-content-slide {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  /* background-color: #ffffff; */
  width: fit-content;
  padding: .5rem;
  border-radius: 30px;
  cursor: pointer;
  background-color: rgb(255, 255, 255); /* Fallback color */
  background-color: rgba(255, 255, 255, 0.5); /* Black w/opacity/see-through */
}
.footer-block-content-slide-icon{
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background-color: #013F30;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-block-content-slide-icon img{
  width: 1.3rem;
  pointer-events: none;
  user-select: none;
}

.footer-block-content-slide-text {
  margin: 0;
  padding: 0 4rem;
  font-size: 1rem;
  pointer-events: none;
  user-select: none;
  font-weight: 600;
  background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0.7) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.footer-block-content-footer {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
}

@media (max-width: 768px) {
  .footer-block-content {
    grid-template-columns: 1fr;
    text-align: left;
    padding: 2rem 1.25rem;
    gap: 1.5rem;
  }

  .footer-block-content-slide {
    justify-content: flex-start;
  }
}
.text-align-no-gap{
  font-weight: bold;
  color: #ffffff;
}


/* MOBILE */

@media (max-width: 989px) {
  .what-we-did-count{
    left: 50%;
  }
  .footer-block-content-slide-text{
    padding: 0 2rem;
  }
  .footer-block-content {
    gap: 10rem;
  }
}

@media (max-width: 989px) {
  .what-we-did-count{
    left: 50%;
  }
}

@media (min-width:769px) and (max-width:865px) {

  .who-desc-box,
  .what-we-do-desc-box {
    font-size: 0.8rem;
  }
}
@media (max-width:790px) {
  .footer-block-content-slide-text{
    padding: 0 1rem;
  }
}

@media (max-width:768px) {

  .who-lines,
  .who-dot,
  .what-we-do-lines,
  .what-we-did-lines,
  .power-five-lines {
    display: none;
  }

  .who-box:nth-child(even),
  .what-we-do-box:nth-child(even),
  .power-five-box:nth-child(even) {
    display: none;
  }

  .who-top-text,
  .what-we-do-top-text,
  .power-five-top-text {
    grid-template-columns: 1fr;
  }

  .who-title-box {
    padding-bottom: 0;
  }
  .what-we-do-title-box {
    padding: 0 1rem;
  }

  .who-desc-box,
  .what-we-do-desc-box,
  .power-five-desc-box {
    grid-column: 1;
    padding-top: 0;
  }

  .what-we-do-top-text,
  .power-five-top-text {
    /* row-gap: 0.5rem; */
    width: 100%;
    margin: 0;
  }

  .what-we-do-desc-box {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    min-height: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-content: start;
    align-items: flex-start;
    padding: 0 1rem;
  }

  .what-we-do-desc-media {
    order: 2;
    position: relative;
    inset: auto;
    opacity: 0.70;
    padding: 13px;
    height: 220px;
    width: calc(100% + 2rem);
    margin-left: -1rem;
    margin-right: -1rem;
    overflow: hidden;
    border-radius: 10px;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .what-we-do-video{
    border-radius: 10px;
  }

  /* Keep video visible on mobile */
  .what-we-do-section .what-we-do-desc-media {
    opacity: 0.55 !important;
  }

  /* Keep video visible on mobile for Power 5 */
  .power-five-section .power-five-desc-media {
    opacity: 0.55 !important;
  }

  .what-we-do-desc-body {
    order: 1;
    position: relative;
    top: auto;
    margin: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    text-align: left;
  }
  .power-five-title-box{
    padding: 0 0 0 1rem;
  }


  .power-five-desc-box {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    min-height: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-content: start;
    padding: 0 1rem;
  }

  .power-five-desc-media {
    order: 2;
    position: relative;
    inset: auto;
    opacity: 1;
    padding: 13px;
    height: 220px;
    width: calc(100% + 2rem);
    margin-left: -1rem;
    margin-right: -1rem;
    overflow: hidden;
    border-radius: 10px;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .power-five-video{
    border-radius: 10px;
  }

  .power-five-desc-body {
    order: 1;
    position: relative;
    top: auto;
    margin: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    text-align: left;
    max-width: 100%;
    width: 100%;
  }

  .what-we-do-rows {
    gap: 1rem;
    margin-top: 1rem;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .what-we-do-row {
    grid-template-columns: 2.4rem 1fr;
  }

  .power-five-rows {
    /* gap: 1rem; */
    padding: 0 1rem;
    margin-top: 1rem;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    grid-template-columns: 1fr;
  }

  .power-five-row {
    /* gap: 1rem; */
    display: grid;
    grid-template-columns: 2.4rem 1fr;
  }

  .what-we-do-dot-carousel {
    position: relative;
    top: auto;
    transform: none;
    margin-top: 8px;
    left: 10px;
  }

  .what-we-do-dot-carousel.active {
    width: 18px;
    height: 18px;
    outline-offset: 8px;
    margin-top: 4px;
  }

  .power-five-dot-carousel {
    position: relative;
    top: auto;
    transform: none;
    margin-top: 21px;
    left: 10px;
    outline: 1px dashed rgba(1, 63, 48, 0.4) !important;
    outline-offset: 6px;
  }

  .power-five-dot-carousel.active {
    width: 18px;
    height: 18px;
    outline: 1px dashed rgba(1, 63, 48, 0.4) !important;
    outline-offset: 10px;
  }

  .what-we-do-dot-content-item {
    padding: 0 0 0 1rem;
    margin: 0;
  }

  .power-five-dot-content-item {
    padding: 1rem;
    margin: 0;
    grid-template-columns: 0px 1fr auto;
    /* border-left: 1px solid #BDBDBD;
    border-right: 1px solid #BDBDBD; */
    border: 0;
  }

  .what-we-did-content {
    grid-template-columns: 1fr;
    padding: 1.25rem 1rem 1.75rem;
    margin-top: 1.25rem;
    gap: 1.1rem;
  }

  .what-we-did-circle {
    width: 120px;
    height: 120px;
    left: 50%;
    transform: translate(-50%, -70%);
  }

  .what-we-did-visual{
    grid-column: unset;
  }

  .what-we-did-circle-text {
    font-size: 10px;
    letter-spacing: 1px;
  }

  .what-we-did-logo-circle {
    width: 200px;
    height: 200px;
    right: 4rem;
    bottom: 0;
  }
  .what-we-did-logo-circle-div{
    margin: 7rem 2rem 0 0;
  }

  .what-we-did-content-item-circle-text {
    width: 200px;
    height: 200px;
    left: 6rem;
    bottom: 0;
  }

  .what-we-did-semi-circle {
    inset: 11px 0px 11px 10px
  }

  .what-we-did-semi-text {
    font-size: 8px;
    letter-spacing: 0.9px;
  }

  .what-we-did-nav {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.4rem;
  }

  .what-we-did-nav button + button {
    margin-top: 0;
  }

  .what-we-did-nav button.active {
    width: 52px;
    height: 52px;
    transform: none;
  }

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

  /* WHO - Card redesign for mobile */
  .who-section {
    padding: 2rem 1rem;
    background: linear-gradient(180deg, #f7f9f7 0%, #ffffff 45%, #f7f9f7 100%);
  }

  .who-team-absolute {
    gap: 1.25rem;
    padding: 0 1rem;
  }

  .who-person {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-auto-rows: auto;
    column-gap: 0.75rem;
    row-gap: 0.15rem;
    background: #ffffff;
    /* border: 2px solid rgba(1, 63, 48, 0.22); */
    border-radius: 16px;
    padding: 1.4rem 1.25rem 1.6rem;
    box-shadow: 0 16px 40px rgba(1, 63, 48, 0.08);
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .who-person::before {
    content: "";
    position: absolute;
    inset: 0;
    height: 100px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18)), url("https://uuup5.com/assets/images/who_we_are/linkedinBg.avif");
    background-size: cover;
    background-position: center;
    z-index: 0;
  }

  .who-card {
    position: relative;
    grid-column: 1 / -1;
    min-height: 140px;
    padding-top: 0.35rem;
    z-index: 1;
  }

  .who-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #f4f5ef;
    position: relative;
    z-index: 2;
    margin-top: 10px;
  }

  .who-name {
    position: relative;
    grid-column: 1 / 2;
    z-index: 1;
    margin: 0 0 0.15rem;
    font-size: 1.05rem;
  }

  .who-role {
    position: relative;
    grid-column: 1 / 2;
    z-index: 1;
    font-size: .72rem;
    /* font-style: italic; */
    margin: 0 0 0.2rem;
  }

  .who-bio {
    display: none;
  }

  .who-bio h6 {
    display: none;
  }

  .who-bio-inline {
    display: block;
    grid-column: 1 / -1;
    margin: 0.4rem 0 0;
    font-size: 14px;
    line-height: 1.6;
    color: #000000;
  }

  .who-footer {
    position: relative;
    grid-column: 2 / 3;
    grid-row: 2 / 4;
    align-self: start;
    top: auto;
    right: auto;
    margin: 0;
    z-index: 2;
    justify-content: flex-end;
  }

  .pulse-circle {
    display: none;
  }

  .who-linkedin {
    width: 22px;
    height: 22px;
    /* filter: brightness(0) invert(1); */
    background: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
  }
  .footer-block-content {
    gap: 2rem;
  }
}
@media (max-width: 600px) {
  .footer-bloack{
    background-position: 10% center;
  }

}

@media (max-width: 500px) {
  .what-we-did-logo-circle-div{
    position: relative;
    width: 100%;
    height: 320px;
    margin: 9rem 0 4rem 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }

  .what-we-did-logo-circle {
    position: absolute;
    width: 200px;
    height: 200px;
    left: 50%;
    top: 0;
    right: auto;
    bottom: auto;
    transform: translate(-50%, 0);
    z-index: 1;
  }

  .what-we-did-content-item-circle-text {
    position: absolute;
    width: 200px;
    height: 200px;
    left: 50%;
    top: 10rem;
    bottom: auto;
    transform: translate(-50%, 0);
  }
}

@media (max-width: 480px) {
  .footer-block-content-slide{
    width: auto;
  }
  .footer-block-content-slide-text{
    margin: auto;
  }
  .what-we-do-section {
    min-height: auto !important;
    height: auto !important;
  }
  .what-we-did-section {
    min-height: auto !important;
    height: auto !important;
  }
}

@media (max-width: 480px) {
  .footer-block-content-slide{
    gap: 0rem;
  }
}
@media (max-width: 350px) {
  .footer-block-content-slide{
    gap: 0rem;
  }
  .footer-bloack {
    background-position: 10% center;
  }
}
