* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}
main {
  width: 100%;
  position: relative;
  z-index: 10;
  background-color: white;
}

html,
body {
  height: 100%;
  width: 100vw;
  max-width: 100vw;
  margin: 0;
  padding: 0;
  background-color: #f0f0f0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

body {
  position: relative;
  height: 100%;
}

/* Miscellaneous */

*::selection {
  background-color: #000000;
  color: #e5e4e3;
}

html::-webkit-scrollbar {
  display: block;
  width: 4px;
  background-color: #474747;
}

html::-webkit-scrollbar-thumb {
  background-color: #d1d1d1;
  border-radius: 20px;
}
.char {
  display: inline-block;
  /* overflow: hidden; */
}
img {
  object-fit: cover;
}
.textss.splits {
  overflow: hidden;
  line-height: 1.3;
}

.textss.splits .line {
  display: block;
  overflow: hidden;
}
.logo {
  height: 3vw;
  width: 4vw;
}
.logo img {
  height: 100%;
  width: auto;
}

.hero {
  height: 130vh;
  width: 100vw;
  max-width: 100vw;
  overflow: hidden;
  position: relative;
}

.paddingneed {
  padding-left: 8vw;
}
.nav-links {
  position: fixed;
  bottom: 1vw; /* Ensures 2vw padding from bottom */
  right: 1%;
  display: flex;
  flex-direction: row; /* Keeps buttons in a row */
  gap: 1vw; /* Adds 50px spacing between buttons */
  padding: 10px;
  z-index: 999; /* Ensures proper stacking */
  mix-blend-mode: difference;
}
.difference {
  /* background-color: transparent; */
  mix-blend-mode: difference;
  z-index: 9999;
}

.menu-btn:hover {
  background-color: #ffffff;
  color: #000000; /* Change text color on hover */
  transition: ease 0.4s;
}
.nav-links button {
  overflow: hidden;
}
.nav-links button a {
  display: inline-block;
}
/* Add transition for smooth slide */
nav {
  display: flex;
  justify-content: space-between;
  padding: 1vw 3vw 1vw 3vw;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  /* mix-blend-mode: difference; */
  user-select: none;
  transition: top 0.5s ease-in-out;
}
.difference {
  background-color: transparent;
}

nav {
  display: flex;
  justify-content: space-between;
  padding: 1vw 3vw 1vw 3vw;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  user-select: none;
  transition: top 0.5s ease-in-out, color 0.5s ease-in-out;
}

/* Default (hero section) → white */
nav,
nav h1 {
  color: white;
  fill: white;
}

/* Black version */
nav.black,
nav.black h1 {
  color: black;
  fill: black;
}
.middle-nav {
  display: flex;
  width: 16%;
  gap: 1vw;
  font-size: 1vw;
  font-family: pp;
  text-transform: uppercase;
  margin-top: 0.32vw;
  cursor: pointer;
  width: 25%;
  margin-left: 15vw;
}
nav h1 {
  font-weight: 100;
  font-size: 1vw;
  font-family: pp;
  text-transform: uppercase;
  margin-top: 0.3vw;
}
.nav-quotes-wrapper {
  position: relative;
  margin-top: 0.32vw;
  width: 100%;
  max-width: 15%;
  height: 1.2vw;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-quote {
  position: absolute;
  width: 100%;
  text-align: right;
  color: #fff;
  opacity: 0;
  font-size: 1vw;
  font-family: pp;
  text-transform: uppercase;
}
/* Nav hover  */
.middle-nav {
  display: flex;
  gap: 1vw;
  font-size: 1vw;
  text-transform: uppercase;
  margin-top: 0.32vw;
  cursor: pointer;
}

.middle-nav .nav-link-wrapper {
  position: relative;
  height: 1.2vw;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.middle-nav .nav-link-content {
  position: relative;
  display: block;
  text-decoration: none;
}

.middle-nav .nav-link-text {
  display: block;
  color: white;
  position: relative;
}

.middle-nav .nav-link-duplicate {
  display: block;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
/* Nav hover animation */
.finbee-video {
  height: 32vw;
} /* Base nav */
/* Services Section */
.services {
  height: fit-content;
  width: 100%;
  /* background-color: white; */
  padding: 7vw 3vw;
  position: relative;
  padding-top: 6vw;
  padding-bottom: 3vw; /* or less if it's currently too large */
  position: relative;
  z-index: 1;
}
.team-about {
  height: fit-content;
  width: 100%;
  /* background-color: white; */
  padding: 8vw 3vw;
  position: relative;

  padding-bottom: 40px; /* or less if it's currently too large */
  position: relative;
  z-index: 1;
  padding-bottom: 12vw;
}
.services::before {
  content: "";
  position: absolute;
  top: -17%;
  left: 0;
  width: 100%;
  height: 6vw;
  background: linear-gradient(
    0deg,
    #fff,
    hsla(0, 0%, 100%, 0.97) 8%,
    hsla(0, 0%, 100%, 0.9) 15%,
    hsla(0, 0%, 100%, 0.8) 22%,
    hsla(0, 0%, 100%, 0.65) 30%,
    hsla(0, 0%, 100%, 0.35) 50%,
    hsla(0, 0%, 100%, 0.2) 65%,
    hsla(0, 0%, 100%, 0.1) 80%,
    hsla(0, 0%, 100%, 0.05) 90%,
    hsla(0, 0%, 100%, 0)
  );
  pointer-events: none;
  z-index: 1;
}

.interactive-svg path {
  transform-origin: center center;
  transition: transform 0.3s ease-out;
}
.services-first {
  display: flex;
  gap: 1vw;
  height: fit-content;
  position: relative;
  padding-bottom: 3.4vw;
  width: 100%;
  display: flex;
  align-items: center;
  /* border-bottom: 0.8px solid #ececec; */
}
.service-text {
  font-size: 3vw;
  font-family: pp;
  text-align: center;
  padding: 0 4vw;
}
.service-text .line:nth-child(1) {
  margin-left: 8vw;
}

.services-heading {
  font-family: pp;
  padding-top: 1vw;
  position: absolute;
  top: 0;
  left: 0%;
  font-size: 1vw;
}
.services-heading img {
  margin-bottom: 2.2px;
  margin-right: 2px;
}

.line {
  overflow: hidden;
}
.textsss {
  transform: translateY(100%);
  opacity: 0;
}
.service-text {
  font-size: 3.7vw;
  font-family: pp;
  line-height: 1.1;
}
.italic {
  font-family: italic;
}
/* Line */
.line-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 98%;
  height: 2px; /* You can adjust this for line thickness */
  overflow: hidden;
  margin-bottom: 4vw;
}

.line-svg {
  width: 100%;
  height: 100%;
  display: block;
}
/* Cards  */
.capabilities-section {
  margin: 15vw 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 0 3vw;
}

.capabilities-header {
  display: flex;
  align-items: center;
  gap: 0.5vw;
  margin-bottom: 3vw;
}

.capabilities-indicator {
  color: #e55733;
  font-size: 1.2vw;
  font-weight: bold;
}

.capabilities-title {
  font-family: pp;
  font-size: 1vw;
  color: #000;
  letter-spacing: 0.5px;
}
.capabilities-sep {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: flex-end;
  justify-content: space-between;
}
.capabilities-grid {
  display: flex;
  /* flex-direction: column; */
  gap: 4vw 8vw;
  padding: 0 0.5vw;
  justify-content: space-between;
  margin-top: 2vw;
  width: 100%;
}
.service-text .first-line {
  display: inline-block; /* ensures padding applies only to the first line */
  padding-left: 8vw;
}

.capability-section {
  display: flex;
  gap: 4vw;
  justify-content: space-between;
}
.capabilities-heading {
  font-family: pp;

  margin-bottom: -1vw;

  font-size: 1vw;
}
.capabilities-heading span {
  margin-bottom: 2vw;
}
.capability-title {
  font-family: regularIdentity;
  font-size: 2vw;
  color: #000;
  font-weight: 500;
  line-height: 1.1;
  margin: 0;
  width: 100%;
  text-wrap: nowrap;
}

.capability-items {
  display: flex;
  flex-wrap: wrap; /* allows items to wrap to next line */
  gap: 1.3vw;
  width: 100%;
  user-select: none;

  line-height: 1.4;

  font-family: ppbook;
  font-size: 3.3vw;
  font-weight: 700;
  overflow: hidden;
}

.capability-item {
  white-space: normal;
  color: #000;
  opacity: 1;
  transition: opacity 0.3s ease; /* move transition here */
  overflow: hidden;
}

.capability-item:hover {
  opacity: 1;
}

/* Position the third section to span both columns */

/* Responsive Design */
@media (max-width: 1200px) {
  .capabilities-grid {
    gap: 3vw 6vw;
  }

  .capability-title {
    font-size: 3.5vw;
  }

  .capability-item {
    font-size: 1.1vw;
  }
}

@media (max-width: 768px) {
  .capabilities-grid {
    grid-template-columns: 1fr;
    gap: 4vw;
  }

  .capability-section:nth-child(3) {
    grid-column: 1;
    max-width: 100%;
  }

  .capability-title {
    font-size: 5vw;
  }

  .capability-item {
    font-size: 1.8vw;
  }

  .capabilities-indicator {
    font-size: 2vw;
  }

  .capabilities-title {
    font-size: 1.5vw;
  }
}
.blinker {
  animation: blink 1s infinite;
}

@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.work {
  width: 100%;
  /* background-color: #ffffff; */
  padding: 0vw 3vw 6vw 3vw;
  margin-top: 3vw;
  position: relative;
  margin-top: -80px; /* adjust overlap amount */
  z-index: 2; /* keeps it above the about section */
}

.work-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4vw;
  font-size: 1.2vw;
  font-family: pp;
}

/* Grid Layout */
.work-grid {
  display: flex;
  justify-content: space-between;
  gap: 3vw; /* spacing between left/right */
  /* margin-top: 5vw; */
}

/* Work Card */
/* Add a CSS variable for easy control */

.work-card {
  display: flex;
  flex-direction: column;
  cursor: pointer;

  transition: transform 0.3s ease;
  width: 22vw;
}
.work-card {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: transform 0.3s ease;
  height: 38vw;
  align-items: center;
}

/* Push down right-hand column */
.work-card:nth-child(2),
.work-card:nth-child(4) {
  margin-top: 11vw; /* adjust as needed */
}
.work-thumb img,
.work-thumb video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.work-card:hover .work-thumb img {
  transform: scale(1.02);
}
.work-thumb {
  height: 100%;
}

/* Title */
.work-title {
  margin-top: 1vw;
  font-size: 2.8vw;
  font-family: italic;
  font-weight: 100;
  color: #ff5c0b !important;
}

.work-card h2 {
  color: #848484;
  font-family: ppbook;
  font-size: 1.5vw;
  font-style: italic;
  font-weight: 100;
}
/* Categories */
.work-categories {
  margin-top: 1vw;
  display: flex;
  flex-wrap: wrap;
  gap: 1vw;
}

.work-categories span {
  position: relative;
  font-size: 0.9vw;
  font-family: ppbook;
  color: #555;
  color: #555;
  padding: 0.4vw 0.7vw;
  font-weight: 400;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);

  border: 0.5px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  cursor: pointer;
  transition: transform 0.3s ease;
  overflow: hidden;
}

.work-categories span:hover {
  transform: translateY(-2px);
}

/* Top border - moving left to right */
.work-categories span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    transparent 30%,
    rgba(255, 255, 255, 0.9) 50%,
    transparent 70%,
    transparent 100%
  );
  animation: shineLeftToRight 4s linear infinite;
  pointer-events: none;
}

/* Bottom border - moving right to left */
.work-categories span::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    transparent 30%,
    rgba(255, 255, 255, 0.9) 50%,
    transparent 70%,
    transparent 100%
  );
  animation: shineRightToLeft 4s linear infinite;
  pointer-events: none;
}

@keyframes shineLeftToRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes shineRightToLeft {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.work-grid {
  display: flex;
  justify-content: space-between;
  gap: 3rem; /* spacing between left/right */
}

/* Push down the right-hand column */
.work-card:nth-child(2),
.work-card:nth-child(4) {
  margin-top: 18vw; /* adjust value to match your screenshot */
}

/* Active state */
.global-split.active {
  transform: scaleY(1);
}
.work-card {
  width: 42vw;
}
/* Black theme  */

/* About  */
.about {
  height: fit-content;
  width: 100%;
  background-color: #ffffff;
  padding-bottom: 0vw;
  user-select: none;
}
.about-heading {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: space-between;
  padding: 0.5vw 17vw;
  gap: 5vw;
  background-color: #000000;
}
.about-heading h5 {
  font-family: pp;
  font-size: 1vw;
  color: #ffffff;
}
.about-content {
  width: 100%;
  height: 45vh;
  display: flex;
  padding: 2vw 3vw 7vw 3vw;

  justify-content: space-between;
}
.about-first {
  width: 28%;
  font-family: pplight;
  font-size: 0.6vw;
  height: fit-content;
}
.about-first p {
  font-size: 1.1vw;
  overflow: hidden;
}
.about-content-bottom {
  width: 100%;
  height: 45vh;
  display: flex;
  padding: 2vw 3vw 7vw 3vw;
  align-items: flex-end;
  justify-content: space-between;
}
.about-middle {
  width: 100%;
  font-family: ppbook;
  font-size: 4.5vw;
  display: flex;
  justify-content: center;
  align-items: center;

  font-weight: 100;
  padding-bottom: 3vw;
}
.about-middle h1 {
  font-weight: 300;
  /* overflow: hidden; */
  font-family: italic;
}
.about-third {
  display: flex;
  width: 100%;
  font-family: ppbook;
  font-size: 0.6vw;
  justify-content: flex-end;
}
.about-third h1 {
  width: 28%;
}
.about-img,
.about-imgs {
  height: fit-content; /* or your desired height */
  overflow: hidden;
  position: relative;
  transform-origin: top center;
}
.about-img img,
.about-imgs img {
  transition: none !important;
  transform: none !important;
}
/* About Middle Hero Text */
.about-middle {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  padding-bottom: 3vw;
}

.about-hero {
  display: flex;
  align-items: flex-end;
  gap: 1vw;
  background: none;
}

.about-design {
  font-family: "pp", Arial, sans-serif;
  font-size: 5vw;
  font-weight: 100;
  color: #111;
  letter-spacing: -0.04em;
  line-height: 1;
}

.about-for-wrap {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  position: relative;
  margin: 0 1vw 2vw 1vw;
}

.about-for {
  font-family: "italic", serif;
  font-size: 3vw;
  font-style: italic;
  color: #111;
  font-weight: 400;
  line-height: 1.1;
  padding-bottom: 0.2vw;
  z-index: 1;
}

/* .about-for-underline {
  display: block;
  width: 80%;
  transform-origin: left;
  height: 1px;
  background: #000000;
  border-radius: 2px;
  margin-top: -0.2vw;
  z-index: 0;
} */
.about-for-underline {
  display: block;
  width: 89%;
  height: 1px;
  background: #000000;
  border-radius: 2px;
  margin-top: -0.2vw;
  z-index: 0;

  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.18, 1);
}
.italic {
  color: #ff5c0b;
}
.about-humans {
  font-family: "italic", serif;
  font-size: 5vw;
  font-style: italic;
  color: #ff6a00;
  font-weight: 400;
  margin-left: 1vw;
  letter-spacing: -0.03em;
  line-height: 1;
}

/* Button  */
.view-all-button {
  margin-top: 5vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.view-all-button h4 a {
  text-decoration: none;
  color: black;
  position: relative;
  z-index: 6;
  font-family: pp;
  transition: color 0.3s ease; /* fallback smooth color change */
}

/* Showreel */
.showreel {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.showreel video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: block;
}

.showreel-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 4rem;
  font-family: regularIdentity;
  font-weight: normal;
  mix-blend-mode: difference;
  text-decoration: none;
  cursor: pointer;
}

/* Animated underline effect */
.showreel-text::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: white;
  transition: width 0.4s ease;
}

.showreel-text:hover::after {
  width: 100%;
}

.cursor {
  height: 11px;
  width: 11px;
  background-color: #e5e4e3;
  border-radius: 1px;
  position: fixed;
  z-index: 999;
  mix-blend-mode: difference;
  pointer-events: none;
  transform-origin: center;
}

.row {
  width: 20vw;
  margin: 0 auto;
  padding: 2em;
  display: flex;
}

.row:nth-child(1),
.row:nth-child(3),
.row:nth-child(5),
.row:nth-child(7) {
  justify-content: flex-end;
}

.img {
  position: relative;
  width: 20vw;
  height: 100%;
  z-index: 2;
}
.hero {
  position: relative;
  height: 130vh;
  width: 100%;
  overflow: hidden;
}

.hero-image {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
/* Threejs  */
/* Hero Three.js Gradient Background */
#three-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  max-width: 100vw;
  height: 110vh !important;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
#three-hero-bg canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw !important;
  max-width: 100vw !important;
  min-width: 100vw !important;
  height: 110vh !important;
  display: block;
  overflow: hidden;
}
.hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  max-width: 100vw !important;
  height: 110vh;
  z-index: 1;
  overflow: hidden;
  background: transparent;
}
.hero {
  position: relative;
  height: 110vh;
  width: 100vw;
  overflow: hidden;
}
.hero-heading {
  position: absolute;
  top: -3%;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  padding-right: 10vw;
}

.hero-heading h1 {
  font-size: 3.8vw;
  color: white;
  font-family: pp;
  font-weight: 100;
}
.word-mask {
  position: relative;
  display: inline-block;
  width: auto;
  height: 1em; /* match text height */
}

.words {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  animation: fadeWords 6s infinite;
}

.words:nth-child(1) {
  animation-delay: 0s;
}
.words:nth-child(2) {
  animation-delay: 2s;
}
.words:nth-child(3) {
  animation-delay: 4s;
}

@keyframes fadeWords {
  0% {
    opacity: 0;
    z-index: 0;
  }
  5% {
    opacity: 1;
    z-index: 1;
  }
  30% {
    opacity: 1;
    z-index: 1;
  }
  35% {
    opacity: 0;
    z-index: 0;
  }
  100% {
    opacity: 0;
    z-index: 0;
  }
}

.gradient-text {
  color: #ffffff;
  display: inline-block;
  font-family: italic;
  font-weight: 500;
  font-size: 3.8vw;
  /* background: var(--gradint, radial-gradient(59.11% 176.71% at 45.25% 7.44%, #FF0707 3.23%, #FFD7CE 40.54%, #FFE9DF 55.91%, var(--BrandColor, #FF5C0B) 64.08%)); */
}

/* Hero image Effect  */

.image-row {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 30px;
  padding: 0px 0px;
  /* background-color: #f7f7f7; */
  height: 50vh; /* Set this high enough to cover tallest + hover grow */
  overflow: hidden;
}

.images {
  width: 260px;
  overflow: hidden;
  position: relative;
  will-change: height;
  transform-origin: bottom center;
  will-change: height, transform;
  transform-origin: top center; /* scale from top + left-right */
}

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

/* Specific container heights */
.size-small {
  height: 249px;
}

.size-tall-1 {
  height: 315px;
  width: 228px;
}

.size-tall-2 {
  height: 367px;
}

.size-center {
  height: 399px;
}

/* Services  */
.animated-services {
  width: 100vw;
  min-height: 100vh;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 8vw 0 8vw 0;
  z-index: 10;
  gap: 5vw;
}
.animated-services-heading-section {
  width: 100vw;
  height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  position: relative;
  z-index: 10;
}
.animated-services-heading {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
.animated-services-heading h2 {
  font-size: 4vw;
  font-family: italic;
  font-weight: 100;
  text-align: center;
  color: #000000;
}
.animated-services-cards-section {
  width: 100vw;
  min-height: 60vh;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 9;
  padding-bottom: 8vw;
}
.animated-services-cards {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  /* gap: 2vw; */
  width: 100%;
  padding: 0 5vw;

  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.service-card-image {
  margin-bottom: 5vw;
}
.animated-service-card {
  border-radius: 1.5625rem 0.3125rem 2.8125rem 0.3125rem;
  border: 0.6px solid #d9d9d9;
  padding: 2vw 2vw 2vw 2vw;
  width: 28vw;
  height: fit-content;

  display: flex;
  flex-direction: column;
  align-items: flex-start;

  position: relative;
}
.animated-service-card h3 {
  color: #000000;
  font-family: regularIdentity;
  font-size: 2.875rem;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1.3vw;
}
.animated-service-card p {
  color: #605f5f;
  font-family: pp;
  font-size: 1.1875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5625rem; /* 131.579% */
  margin-bottom: 1.5vw;
}
.animated-service-card .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5vw;
}
.animated-service-card .tags span {
  display: flex;
  padding: 0.3rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.1875rem;
  border: 1.271px solid #e5e5e5;
  color: #6c6b6b;
  font-family: pp;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.90638rem; /* 169.456% */
  text-transform: capitalize;
}

.services-cards-container-unique {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 2vw;
  margin-top: 4vw;
}

.services-card-unique {
  width: 24vw;
  min-width: 300px;
  background: #fff;
  border-radius: 0.5vw;
  box-shadow: none;
  border: 1.5px solid #e5e5e5;
  padding: 2vw 2vw 1.2vw 2vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateY(5vw);
  transition: box-shadow 0.2s;
}

.services-card-unique:hover {
  box-shadow: 0 0.3vw 1.3vw rgba(0, 0, 0, 0.08);
}

.services-card-unique img {
  width: 3vw;
  height: 3vw;
  object-fit: contain;
  margin-bottom: 1vw;
}

.services-card-unique h3 {
  font-family: var(--seconday-font);
  font-size: 6vw;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 1vw;
  color: #222;
}

.services-card-unique p {
  font-size: 0.95vw;
  color: #222;
  margin-bottom: 1.5vw;
  font-family: Arial, sans-serif;
  font-weight: 400;
}

.services-card-unique .tags {
  display: flex;
  gap: 0.7vw;
  flex-wrap: wrap;
  margin-top: 0.5vw;
}
.footer-socials-quote {
  height: 20vw;
}

.services-card-unique .tags span {
  background: #fff;
  border: 1px solid #e5e5e5;
  color: #555;
  font-size: 0.85vw;
  font-family: Arial, sans-serif;
  border-radius: 0.3vw;
  padding: 0.4vw 1.2vw;
  margin-bottom: 0.3vw;
  transition: background 0.2s, color 0.2s;
}
.talk-heading {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  height: 100%;
  align-items: center;
}
.services-card-unique .tags span:hover {
  background: #f5f5f5;
  color: #222;
}

@media (max-width: 900px) {
  .animated-services-cards {
    flex-direction: column;
    align-items: center;
    gap: 4vw;
  }
  .animated-service-card {
    width: 80vw;
    min-width: 0;
    min-height: 0;
  }
  .animated-services-heading h2 {
    font-size: 7vw;
  }
  .services-cards-container-unique {
    flex-direction: column;
    align-items: center;
    gap: 4vw;
  }
  .services-card-unique {
    width: 80vw;
    min-width: 0;
    padding: 5vw 5vw 3vw 5vw;
  }
  .services-card-unique img {
    width: 7vw;
    height: 7vw;
  }
  .services-card-unique h3 {
    font-size: 3vw;
  }
  .services-card-unique p {
    font-size: 2vw;
  }
  .services-card-unique .tags span {
    font-size: 1.7vw;
    padding: 0.7vw 2vw;
  }
}

.light-bg {
  background: #fafafa;
}
.dark-bg {
  background: #2a2a2a;
}
.split-bg {
  background: linear-gradient(90deg, #fafafa 50%, #2a2a2a 50%);
}
.split-bg .team-name,
.split-bg .team-role,
.dark-bg .team-name,
.dark-bg .team-role {
  color: #fff;
}
@media (max-width: 1024px) {
}

/* Modern Service Cards (for About/Services section) */
.service-card-modern {
  background: #fff;
  border: 1.2px solid #ececec;
  border-radius: 16px 16px 32px 16px;
  box-shadow: none;
  padding: 1.2vw 2vw 1vw 2vw;
  min-width: 170px;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1vw;
  transition: box-shadow 0.2s;
  transition: all 0.4s ease;
}
.service-card-modern svg,
.service-card-modern img {
  display: block;
  margin: 0 auto 0.5vw auto;
  max-width: 3vw;
  max-height: 3vw;
}
.service-modern-label {
  font-family: "Instrument Serif", serif;
  font-size: 2.5vw;
  color: #a07c5b;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  margin-top: 0.2vw;
}

@media (max-width: 900px) {
  .service-card-modern {
    min-width: 120px;
    min-height: 80px;
    padding: 3vw 3vw 2vw 3vw;
  }
  .service-card-modern svg,
  .service-card-modern img {
    max-width: 7vw;
    max-height: 7vw;
  }
  .service-modern-label {
    font-size: 3vw;
  }
}
/* Footer Updated  */
.footer-inner {
  width: 100%;
  text-align: center;
  color: #fff;
  position: relative;
  padding: 0.4vw 0 0 0;
  font-family: regularIdentity;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 3vw;
  position: relative;
}

.footer-heading {
  font-size: 1.7vw;
  /* margin-bottom: 2vw; */
  text-align: center;
  font-family: ppbook;
  gap: 0;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
  /* text-transform: lowercase; */
}

.footer-divider {
  width: 0.6px;
  height: 3vw;
  background: #fff;
  margin: 0 auto 2vw auto;
  opacity: 0.6;
}

.footer-subtext {
  font-size: 1.2vw;
  color: #aaa;
  margin-bottom: 2vw;
}

.footer-links {
  font-size: 2.3vw;
  margin-bottom: 6vw;
  font-family: regularIdentity;
  font-style: normal;
}

.footer-bottom {
  width: 95vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  font-size: 0.9vw;
  margin-bottom: 1vw;
}
.footer-bottom span {
  font-family: ppbook;
  color: #ffffff;
  font-weight: 700;
}
.team-card {
  opacity: 0; /* hide all cards initially */
  visibility: hidden; /* ensures no flash */
}
.footer-left {
  text-align: left;
  font-family: regualaridentity;
}

.footer-right {
  text-align: right;
  font-family: regualaridentity;
}

.footer-tagline {
  font-size: 10.5vw;
  font-weight: 200;
  text-transform: uppercase;
  /* letter-spacing: -0.5vw; */
  margin: 0;
  font-family: ppbook;
  line-height: 0.8;
  display: inline-block;
  user-select: none;

  width: 100vw;
  height: 18vh;
}
.footer-tagline .char-mask {
  display: inline-block;
  overflow: hidden; /* hides char before sliding in */
}
.footer-tagline .char {
  display: inline-block;
}
.socials-things {
  display: flex;
  flex-direction: column;
  gap: 0.8vw;
  font-size: 1vw;
}
.footer-divider {
  width: 1px;
  height: 6vw;
  background: #fff;
  margin: 0 auto 20px auto;
}

.footer-subtext {
  font-style: italic;
  font-size: 1.7vw;
  color: #ccc;
  margin-bottom: 1vw;
}

/* Team  */
.work-heading {
  font-family: pp;
  padding-top: 1vw;
  position: relative;

  font-size: 1vw;
  display: flex;
  width: 100%;
  justify-content: space-between;

  padding: 0 0vw;
  border-bottom: 0.8px solid #e2e2e2;
  padding-bottom: 2vw;
}
.team-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
  margin-bottom: 11vw;
}
.right-text {
  color: #4f4e4e;
}
.team-section svg {
  opacity: 0.6;
}
.team-section svg {
  position: absolute;
  top: 1%;
  left: 9%;
  width: 86%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 1;
}
/* Heading sits behind cards */
.team-heading {
  position: absolute;
  top: 44%;
  left: 57%;

  text-align: center;
  z-index: 1; /* low so cards sit above it */
  pointer-events: none;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  gap: 1vw;
}
.team-heading h2 {
  text-align: center;
  font-family: italic;
  font-size: 8.07344rem;
  font-weight: 100;
  line-height: 85%; /* 6.86238rem */
  color: #000000;
}
.team-svg {
  fill: #ff5c0b;
}
.team-heading h2 span {
  font-family: italic;
}
.team-heading p {
  color: #525151;
  text-align: center;
  font-family: regularIdentity;
  font-size: 1.7vw;
  font-style: normal;
  font-weight: 400;
  line-height: 85%; /* 2.35494rem */
}
.team-heading p span {
  font-size: 1.3vw;
}

/* card container covers full area for pinning */
.team-cards {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

/* each card is absolutely positioned, centered horizontally by left:50%,
   but GSAP will animate x to create the left/right offset */
.team-card {
  position: absolute;
  top: 100%; /* start below view */
  transform: translateX(-50%); /* keep baseline centering; GSAP x will offset */
  width: 29vw;
  height: 39vw;
  z-index: 2; /* above heading */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  overflow: hidden;
  transform: translate(-50%, -50%);
  /* backdrop-filter: blur(23.75px); */
}

.left-team-card {
  left: 31%;
  top: 53%;
}
.right-team-card {
  right: -3%;
}
.team-card-photo {
  width: 100%;
  height: 100%;
}
.team-card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-card-inner {
  width: 100%;
  height: 100%;
}
.team-card-header {
  position: absolute;
  top: 12%;
  left: 6%;
}
.team-card-name {
  font-family: regularIdentity;
  font-size: 1.7vw;
  color: #000000;
  font-weight: 500;
}
.team-card-role {
  font-family: ppbook;
  font-size: 1.1vw;
  color: rgba(0, 0, 0, 0.66);
}

/* Clients  */
.clients-section {
  width: 100vw;
  padding: 13vw 3vw;
  box-sizing: border-box;
  text-align: center;
  background-color: #fff;
}

.clients-heading h2 {
  font-size: 2.5vw;
  margin: 0;
  font-weight: 600;
}
.clients-heading {
  display: flex;
  justify-content: space-between;
  font-family: pp;
  padding-bottom: 1vw;
  border-bottom: 1px solid #f1f1f1;
}

.clients-heading p {
  font-size: 0.9vw;
  color: #666;
}

.clients-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2vw;
  padding-top: 3vw;
}

.client-logo {
  flex: 0 0 12vw; /* width of each logo box */
  height: 5vw; /* height proportional */
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.08vw solid #c7c7c783;
  font-size: 1vw;
  color: #333;
  width: fit-content;

  border-radius: 0.3vw;
  box-sizing: border-box;
}
.client-logo img {
  max-width: 8vw;
  max-height: 8vw;
  object-fit: cover;
  opacity: 0.6;
  transition: all 0.5s ease;
}
.client-logo:hover img {
  opacity: 1;
}
.clients-logos {
  position: relative;
  display: flex;
  align-items: center;
  gap: 3rem; /* adjust spacing between logos */
  overflow: hidden; /* ensure gradients don't overflow */
}

/* Left gradient */
.clients-logos::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 9vw; /* adjust width as needed */
  height: 100%;
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0.81) 12.82%,
    rgba(255, 255, 255, 0.81) 89.68%
  );
  filter: blur(54.45px);
  pointer-events: none; /* so it doesn't block interactions */
  z-index: 2;
}

/* Right gradient */
.clients-logos::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 9vw;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.81) 12.82%,
    rgba(255, 255, 255, 0.81) 89.68%
  );
  filter: blur(54.45px);
  pointer-events: none;
  z-index: 2;
}

/* Testimonial Section - Complete CSS */

/* Wrapper for scroll space */
.testimonials-section-wrapper {
  position: relative;
  width: 100vw;
  overflow-x: hidden;
  /* This height creates the scroll space needed for the animation */
  height: 100vh;
}

/* Main container */
.testimonials-main-container {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  padding-bottom: 9vw;
  justify-content: center;
  align-items: center;
  gap: 12vw;
  padding-top: 9vw;
  padding-left: 8vw;
  background-color: #ef7835;
  user-select: none;
  visibility: visible;
  opacity: 1;
  z-index: 10;
  overflow: hidden;
  width: 100vw;
  overflow-x: hidden;
}

.paddingneeded {
  margin-left: 10px;
}

/* Header Styles */
.testimonials-header-section {
  display: flex;
  flex-direction: column;

  z-index: 2;
  position: relative;
}

.testimonials-trusted-badge {
  font-size: 1.4vw;
  color: #000000;
  font-family: ppbook;
}

.testimonials-main-title {
  text-align: center;
  white-space: nowrap;
  color: #fff7f2;
  font-family: italic;
  font-size: 4.9vw;
  font-weight: 400;
  overflow: hidden;
  line-height: 1;
}

.testimonials-our-text {
  font-family: italic;
  font-size: 4.4vw;
  font-weight: 100;
}

/* Static testimonials wrapper */
.static-testimonials-wrapper {
  width: 100%;
  overflow: visible;
  position: relative;
  z-index: 1;
  margin-top: 3vw;
}

.static-testimonials-row {
  display: flex !important;
  gap: 3vw;
  overflow: visible !important;
  cursor: default;
  width: 100%;
  height: auto;
  position: relative;
  transform: translateZ(0);
}

/* Container for cards */
.testimonials-swipe-container {
  perspective: 1000px;
  transform-style: preserve-3d;
  /* overflow: visible !important; */
  position: relative;
  z-index: 1;
  height: 44vw;
  width: 100%;
  pointer-events: none;
}

/* Testimonial Card Styles */
.infinite-testimonial-card {
  position: absolute !important;
  flex-shrink: 0;
  visibility: visible !important;
  display: block !important;
  opacity: 1;
  will-change: transform, opacity, filter;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: auto;
  width: 100%;
}

.infinite-testimonial-card.testimonial-large-variant {
  width: 41vw;
  height: 42vw;
}

/* Card content box */
.testimonial-card-content-box {
  position: absolute;
  background-color: #1c1c1c;

  display: flex;
  flex-direction: column;
  gap: 1vw;
  align-items: flex-start;
  justify-content: center;

  overflow: hidden;
  left: 0;
  /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); */
  transition: box-shadow 0.3s ease;
}

.testimonial-card-content-box:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.testimonial-card-content-box.testimonial-large-variant {
  top: 0;
  width: 100%;
}

/* Card description */
.testimonial-card-description {
  font-size: 1.1vw;
  line-height: 1.4;
  color: #c9c9c9;
  margin-bottom: 0vw;
  font-family: ppbook;
  opacity: 0.7;
}

.testimonial-card-description.testimonial-large-variant {
  width: max-content;
}

.testimonial-card-description p {
  width: 32vw;
  font-size: 1.4vw;
  margin: 0;
  line-height: 1.6;
}

.testimonial-card-description.testimonial-small-variant {
  width: 33.0625vw;
}

/* Card bottom section */
.testimonial-card-bottom-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.testimonial-author-info {
  font-size: 0.8vw;
  color: #686868;
  font-family: ppbook;
}

.testimonial-author-name {
  font-size: 0.9vw;
  font-weight: 700;
  margin-bottom: 0.5vw;
  font-family: pp;
  color: #ffffff;
}

.testimonial-author-name.testimonial-large-variant {
  font-size: 1.4vw;
}

.testimonial-author-name.testimonial-small-variant {
  font-size: 1.1vw;
}

.testimonial-author-role {
  font-size: 1.2vw;
  color: #686868;
  font-weight: 400;
  opacity: 0.8;
  font-family: italic;
}

/* Avatar styles */
.testimonial-author-avatar {
  position: absolute;
  left: 2.625vw;
  width: 3vw;
  height: 3vw;
}

.testimonial-author-avatar.testimonial-large-variant {
  top: 0.049vw;
}

.testimonial-author-avatar.testimonial-small-variant {
  top: 0;
}

.testimonial-avatar-inner {
  position: absolute;
  width: 4.8vw;
  height: 4.8vw;
  top: 1.513vw;
  left: calc(50% - 0.175vw);
  transform: translateX(-50%);
}

.testimonial-avatar-inner img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Ensure smooth rendering */
.testimonials-main-container * {
  transform: translateZ(0);
  visibility: inherit;
}

/* Hide scrollbar */
.testimonials-swipe-container::-webkit-scrollbar {
  display: none;
}

/* Z-index management for initial state */
.infinite-testimonial-card:nth-child(1) {
  z-index: 10;
}
.infinite-testimonial-card:nth-child(2) {
  z-index: 9;
}
.infinite-testimonial-card:nth-child(3) {
  z-index: 8;
}
.infinite-testimonial-card:nth-child(4) {
  z-index: 7;
}
.infinite-testimonial-card:nth-child(5) {
  z-index: 6;
}
.testimonial-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/* NEW  */
/* Card content box (new design) */
.testimonial-card-content-box {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #1c1c1c;
  overflow: hidden;

  box-shadow: 0 0.8vw 2vw rgba(0, 0, 0, 0.25);
  padding-bottom: 0.5vw;
}

/* Image block on top */
.testimonial-image-block {
  width: 100%;
  height: 100%; /* controls image height */
  overflow: hidden;
  background: #000;
}

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

/* Bottom content */
.testimonial-card-bottom-content {
  padding: 2vw;
  display: flex;
  flex-direction: column;
  gap: 1.2vw;
  flex-grow: 1;
  /* justify-content: center; */
}

/* Quote text */
.testimonial-quote {
  font-size: 1.4vw;
  line-height: 1.6;
  color: #c9c9c9;
  font-family: ppbook;
  opacity: 0.85;
  margin: 0;
}

/* Author styles */
.testimonial-author {
  margin-top: 1.5vw;
}

.testimonial-author-name {
  font-size: 1.6vw;
  font-weight: 700;
  font-family: ppbook;
  color: #ffffff;
}

.testimonial-author-role {
  font-size: 1.4vw;
  color: #ff5c0b;
  font-family: italic;
  opacity: 0.8;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .testimonials-main-container {
    padding: 4vw 4vw 6vw;
    gap: 8vw;
    flex-direction: column;
  }
  .testimonials-main-container {
    padding: 18vw 3vw 8vw;
  }
  .testimonials-header-section {
    text-align: center;
  }
  .work-thumb img,
  .work-thumb video {
    width: 100%;
    height: 76vw;
    object-fit: cover;
    transition: transform 0.6s ease;
  }

  .testimonials-trusted-badge {
    font-size: 3vw;
  }

  .testimonials-main-title {
    font-size: 8vw;
  }

  .testimonials-our-text {
    font-size: 10vw;
  }

  .testimonials-swipe-container {
    height: 50vw;
  }

  .infinite-testimonial-card.testimonial-large-variant {
    width: 85vw;
    height: 32vw;
  }

  .testimonial-card-content-box.testimonial-large-variant {
    width: 85vw;
    padding: 0vw 0vw;
    gap: 2vw;
  }

  .testimonial-card-description p {
    width: 75vw;
    font-size: 3.5vw;
  }

  .testimonial-author-name.testimonial-large-variant {
    font-size: 3.5vw;
  }
}

@media (max-width: 480px) {
  .testimonials-main-container {
    padding: 6vw 3vw 8vw;
    padding-top: 0;
  }

  .testimonials-trusted-badge {
    font-size: 4vw;
  }

  .testimonials-main-title {
    font-size: 10vw;
  }

  .testimonials-swipe-container {
    height: 60vw;
  }

  .infinite-testimonial-card.testimonial-large-variant {
    width: 90vw;
    height: 32vw;
  }

  .testimonial-card-content-box.testimonial-large-variant {
    width: 90vw;
  }

  .testimonial-card-description p {
    width: 80vw;
    font-size: 4vw;
  }
}

/* Performance optimizations */
.testimonials-section-wrapper {
  contain: layout style;
}

.infinite-testimonial-card {
  contain: layout style paint;
}

/* Accessibility improvements */
.testimonial-card-content-box:focus-within {
  outline: 2px solid #ff5c0b;
  outline-offset: 2px;
}

/* New swiper Code  */

/* keep incrementing for however many cards you have */
/* Mouse follower effect  */
.anime-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  text-align: justify;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.word {
  position: relative;
  margin-right: 0.75em;
  margin-bottom: 0.5em;
  display: inline-block;
  will-change: transform;
}

.letter {
  position: relative;
  display: inline-block;
  will-change: transform;
}
/* Footer  */
.footer-main-info {
  display: flex;
  width: 100%;
  padding: 3vw;
  padding-top: 2vw;
  height: 80vh;
}
.footer-left-info {
  display: flex;
  flex-direction: column;
  gap: 0.8vw;
  width: 36%;
}
.footer-right-info {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  width: 30%;
  align-items: flex-end;
}
.right-socials {
  display: flex;
  font-family: ppbook;
  gap: 0.3vw;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.9vw;
}
.right-socials a {
  transition: all 0.5s ease;
  /* border-right: 1px solid #858585; */
  padding-right: 0.5vw;
  padding-left: 0.3vw;
}
.right-socials a:nth-child(3) {
  border: none;
}
.right-socials a:hover {
  color: #ff5c0b;
  transition: all 0.5s ease;
}
.footer-right-info a {
  text-decoration: none;
  color: white;
  font-family: ppbook;
  font-size: 1vw;
}
.footer-wrapper {
  height: 90vh;
  width: 100%;
  background-color: black;
}
.footer {
  height: 90vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #000000;
  overflow: hidden;

  position: fixed;
  bottom: 0;
  z-index: 9;
}
.middle-footer {
  height: 30%;
  padding: 0 5vw 0 3vw;
  display: flex;
  justify-content: space-between;
}
.mini-about {
  height: fit-content;
  width: 25%;
  color: #ffffff;
  font-family: ppbook;
  gap: 1vw;
}
.mini-about h5 {
  color: #ffffff;
  padding-bottom: 0.6vw;
  font-size: 0.9vw;
}
.mini-about p {
  color: #ffffff;
  opacity: 0.7;
  font-size: 0.9vw;
}
.end-footer {
  position: relative;
  height: 20vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  width: 100%;
  flex-direction: column;
}

.footer-heading-wrap {
  overflow: hidden;
}

.footer-heading {
  display: flex;

  /* text-transform: uppercase; */
}

/* .footer-heading span {
  display: inline-block;
  overflow: hidden;
  font: 31vw ppbook;
} */

.footer-heading span span {
  display: inline-block;
  /* Remove default transform so GSAP controls it */
}
.left-nav {
  display: flex;
  flex-direction: column;
  gap: 1.2vw;
  padding-left: 1vw;
  color: white;
}
.socials-links {
  display: flex;
  flex-direction: column;
  gap: 0.3vw;
  padding-left: 3px;

  width: fit-content;
}
.socials-links a {
  color: white;
  font-family: ppbook;
  font-size: 1vw;
  text-decoration: none;
}

.socials-footer {
  display: flex;
  gap: 2vw;
}

/* Add this at the end of your CSS file or after .socials-links a */
.socials-links a {
  position: relative;
  overflow: hidden;
  width: fit-content;

  padding-bottom: 2px;
}

.socials-links a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform 0.35s cubic-bezier(0.77, 0, 0.18, 1);
  pointer-events: none;
  border-radius: 3px;
}

.socials-links a:hover::after {
  transform: translateX(-50%) scaleX(1);
}
.right-nav {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  padding-left: 1vw;
  color: white;
}
.footer-right-info h2 {
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-family: ppbook;
  font-size: 0.9vw;
}
.footer-right-info h1 {
  font-size: 1vw;
  font-family: ppbook;
  color: #ffffff;
  opacity: 0.7;
}
.footer-left-info h1 {
  color: #ffffff;
  opacity: 0.7;
  font-family: ppbook;
  font-size: 1vw;
}
.footer-left-info p {
  color: #ffffff;
  font-family: ppbook;
  font-size: 0.9vw;
}
/* Contact Form  */
.vw-form-container {
  width: 80%;
  position: absolute;
  top: 24%;
}

.vw-form-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1vw;
  gap: 1vw;
}

.vw-form-field {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.vw-form-field:last-child {
  margin-right: 0;
}

.vw-form-label {
  font-size: 0.8vw;
  margin-bottom: 0.5vw;
  color: #ccc;
  text-align: left;
  font-family: ppbook;
}
.form-btn {
  width: 100%;
  display: flex;
  /* align-items: flex-start; */
}

.vw-form-input {
  background-color: #1a1a1a;
  border: none;
  border-radius: 0.2vw;
  padding: 0.8vw;
  color: #fff;
  font-size: 1vw;
}

.vw-form-input:focus {
  outline: 0.1vw solid #444;
}

.vw-form-textarea {
  background-color: #1a1a1a;
  border: none;
  border-radius: 0.5vw;
  padding: 1vw;
  color: #fff;
  font-size: 1vw;
  resize: none;
  min-height: 10vw;
  margin-bottom: 2vw;
}

.vw-form-textarea:focus {
  outline: 0.1vw solid #444;
}

.vw-form-submit {
  border: none;
  padding: 0.6vw 2vw;
  border-radius: 2vw;
  cursor: pointer;
  font-size: 1vw;
  font-weight: 500;
  transition: background 0.3s ease;
}

/* Form Hide  */
.vw-form-container {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.6s ease-in-out;
}

.vw-form-container.active {
  opacity: 1;
  max-height: 1000px; /* large enough to fit the form */
}
.vw-form-container.active .vw-form-field {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}

.vw-form-container.active .vw-form-field:nth-child(1) {
  transition-delay: 0.1s;
}
.vw-form-container.active .vw-form-field:nth-child(2) {
  transition-delay: 0.2s;
}
.vw-form-container.active .vw-form-field:nth-child(3) {
  transition-delay: 0.3s;
}
.vw-form-container.active .vw-form-field:nth-child(4) {
  transition-delay: 0.4s;
}

.vw-form-container.active .vw-form-field {
  opacity: 1;
  transform: translateY(0);
}
/* Submit btn hide  */
.form-btn {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.form-btn.active {
  opacity: 1;
  max-height: 100px; /* large enough to fit the button */
}
.form-btn button {
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.5s ease;
}

.form-btn.active button {
  transform: translateY(0);
  opacity: 1;
}
/* Contact button hover  */
.contact-toggle-btn {
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #ffffff; /* Text color */
  background-color: #555555; /* Button background */
  border: 2px solid #000;
  padding: 0.7vw 1vw;
  font-size: 1vw;
  cursor: pointer;
  transition: color 0.4s ease;
  font-family: pp;
  width: 8vw;
}

.contact-toggle-btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: #ff5c0b; /* Hover color */
  z-index: -1;
  transform: translateX(-50%) scale(0); /* Start collapsed */
  transform-origin: bottom center; /* Start scaling from bottom center */
  transition: transform 0.4s ease;
  border-radius: 2vw;
}

.contact-toggle-btn:hover::before {
  transform: translateX(-50%) scale(1); /* Expand fully */
}

.contact-toggle-btn:hover {
  color: #fff; /* Text color on hover */
}

.contact-toggle-btn:hover {
  color: #fff; /* Change text color when hover */
}
.vw-form-container {
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.vw-form-container.active {
  display: block;
  opacity: 1;
}
.socials-badge {
  display: flex;
  gap: 4vw;
}
.contact-details {
  display: flex;
  gap: 3vw;
  align-items: center;
}
.contact-details a {
  font-size: 1.2vw;
  font-family: ppbook;
  transition: all 0.5s ease;
}
.contact-details a:hover {
  color: #ff5c0b;
}
/* marquee  */

/* .quote-mark {
  position: absolute;
  bottom: 1vw;
  right: 2vw;
  font-size: 4vw;
  color: #f5d6c6;
  font-weight: bold;
} */

/* Responsive styles for .footer and its new content for 1024px and 768px */
@media (max-width: 1024px) {
  .work {
    padding: 8vw 2vw 10vw 2vw;
  }

  .work-item,
  .work-item-all {
    flex-direction: column;
    padding: 4vw 2vw;
    border-width: 1px;
    gap: 2vw;
  }
  .label-work {
    font-size: 3vw;
    width: 100%;
    gap: 2vw;
    flex-direction: row;
    align-items: center;
  }
  .label-work h5 {
    font-size: 3vw;
    margin-top: 0;
  }
  .label-work p {
    font-size: 4vw;
  }
  .work-details {
    flex-direction: column;
    width: 100%;
    margin-top: 2vw;
    gap: 2vw;
  }
  .work-details .img {
    width: 100%;
    height: 60vw;
    margin-bottom: 2vw;
  }
  .work-details img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .work-details h5 {
    font-size: 2.5vw;
    margin-bottom: 1vw;
  }
  .work-details p {
    width: 100%;
    font-size: 2.5vw;
  }
  .view-all-button {
    margin-top: 8vw;
  }
  .right-socials a {
    font-size: 3.5vw;
  }
  .footer {
    height: 100vh;
    padding-top: 3vw;
  }
  .contact-details a {
    font-size: 4.2vw;
  }
  .contact-details {
    display: flex;
    gap: 8vw;
    align-items: center;
  }
  .footer-content > div > div,
  .footer-content > div {
    font-size: 2.8vw !important;
  }
  .footer-content .footer-tagline,
  .footer-content span[style*="font-size:11vw"] {
    font-size: 8vw !important;
  }
  .footer-content .footer-links,
  .footer-content span[style*="font-size:2vw"] {
    font-size: 3vw !important;
  }
  .footer-content .footer-subtext,
  .footer-content div[style*="font-style:italic"] {
    font-size: 1.7vw !important;
  }
  .footer-content .footer-bottom,
  .footer-content > div[style*="display:flex;align-items:flex-end"] {
    font-size: 1.5vw !important;
  }
  .hero-heading h1 {
    font-size: 6.3vw;
  }
  .gradient-text {
    font-size: 6.3vw;
  }
  .services-cards {
    word-wrap: wrap;
  }
  .services-cards {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 3vw 3vw;
  }
  .hero-heading {
    position: absolute;
    top: -3%;
    left: -3%;
  }
  .service-card-wrapper {
    width: 45vw;
    margin-bottom: 3vw;
    display: flex;
    justify-content: center;
  }

  .service-card {
    width: 100%;
    min-width: 175px;
    height: 32vw;
    font-size: 2vw;
    padding: 2vw 2vw 1vw 2vw;
  }
  .service-card-modern {
    gap: 3vw;
  }
  .service-card svg {
    min-width: 9vw;
    min-height: 9vw;
  }
  .service-text .line:nth-child(1) {
    margin-left: 14vw;
  }
  .service-text {
    font-size: 7.3vw;
  }

  .service-card svg {
    width: 6vw;
    height: 6vw;
  }
  .service-modern-label {
    font-size: 5vw;
  }
  .line p {
    margin-left: 1vw;
  }
  .services-heading {
    font-size: 2.8vw;
    padding-top: 2vw;
  }
  .blinker {
    height: 1vw;
  }
  .work-first h1 {
    font-size: 7vw;
  }
  .work-first h2 {
    font-size: 4vw;
  }
  .label-work p {
    font-size: 3vw;
  }
  .label-work h5 {
    font-size: 2vw;
    margin-top: 9px;
  }
  .work-details h5 {
    font-size: 1.4vw;
  }
  .work-details .img {
    height: 28vw;
    width: 38vw;
  }
  .view-all-button h4 {
    padding: 2vw 5vw;
    font-size: 2.7vw;
  }

  .animated-service-card {
    padding: 5vw 5vw;
    gap: 1.5vw;
  }
  .team-section {
    padding: 8vw 0;
  }
  .team-heading {
    font-size: 6vw;
    margin-bottom: 8vw;
    width: 100%;
  }
  .team-heading h2 {
    font-size: 14vw;
  }
  .team-card-inner {
    width: 100%;

    height: 100vw;
  }
  .team-heading p {
    font-size: 6vw;
  }
  .team-card-inner img {
    height: 100%;
  }
  .service-card-image svg {
    width: 9vw;
  }
  .team-name {
    font-size: 3vw;
  }
  .team-role {
    font-size: 2vw;
  }
  .animated-service-card h3 {
    font-size: 8vw;
    margin-bottom: 5vw;
  }
  .testimonials-main-container {
    flex-direction: column;
    padding-left: 5vw;
  }
  .animated-service-card p {
    font-size: 4vw;
  }
  .testimonial-author-role {
    font-size: 3.4vw;
  }
  .testimonials-main-container {
    gap: 5vw;
  }
  .team-our,
  .team-team {
    font-size: 7vw;
  }
  .team-card {
    width: 75vw;
  }
  .footer-heading {
    font-size: 7vw;
  }
  .footer-subtext {
    font-size: 4vw !important;
  }
  .footer-links {
    font-size: 5vw !important;
  }
  .testimonial-author {
    display: flex;
    flex-direction: column;
    gap: 1vw;
  }
  .testimonial-card-bottom-content {
    padding: 6vw 4vw;
    padding-top: 3vw;
  }
  .footer-tagline {
    font-size: 10vw;
    text-align: center;
  }
  .footer-bottom {
    font-size: 2.3vw;
    align-items: center;
  }
  .end-footer {
    height: 11vh;
  }
  .socials-badge {
    display: flex;
    gap: 8vw;
    align-items: center;
  }
  .team-heading {
    position: absolute;
    top: 66%;
    left: 0%;
  }
  .left-team-card {
    top: 33%;
  }
  .right-socials a {
    transition: all 0.5s ease;
    /* border-right: 1px solid #858585; */
    padding-right: 1.1vw;
    padding-left: 0;
  }
  /* New */
  .logo {
    height: 13vw;
    width: 13vw;
    margin-left: 3vw;
  }
  .logo img {
    height: 100%;
    width: auto;
  }
  nav {
    align-items: center;
  }
  nav h1 {
    font-size: 2.3vw;
    display: none;
  }
  .paddingneed {
    padding-left: 0vw;
  }
  .capabilities-heading,
  .service-left-text,
  .right-text p {
    font-size: 2.8vw;
    padding-top: 2vw;
  }
  .right-text p {
    font-size: 2.5vw;
  }
  .capability-item {
    font-size: 7vw;
  }
  .services-first {
    padding-bottom: 7.4vw;
  }
  .middle-nav {
    width: fit-content;
    gap: 3vw;
    font-size: 3vw;
    font-family: pp;
    text-transform: uppercase;
    margin-top: 0.32vw;
    cursor: pointer;
    padding-right: 3vw;
  }
  .services::before {
    top: -9%;
  }
  .services-heading {
    font-size: 2.8vw;
    padding-top: 2vw;
    display: none;
  }
  .work-heading {
    padding-left: 1vw;
    padding-right: 1vw;
  }
  .work-grid {
    flex-direction: column;
    margin-top: 15vw;
  }
  .work-card {
    width: 95vw;
    height: 100vw;
  }
  .work-title {
    font-size: 8vw;
  }
  .work-card h2 {
    color: #848484;
    font-family: ppbook;
    font-size: 4.3vw;
  }
  .team-about {
    padding-top: 32vw;

    padding-bottom: 8vw;
  }
  .work-grid {
    gap: 24vw;
  }
  .work-categories {
    margin-top: 2vw;
    gap: 2vw;
    margin-bottom: 3vw;
  }
  .work-categories span {
    font-size: 2.8vw;
    font-family: ppbook;
    color: #555;
    background: #f3f3f3ad;
    padding: 1.5vw 3.2vw;
    font-weight: 400;
    transition: background 0.3s ease, color 0.3s ease;
  }
  .work-card:nth-child(2),
  .work-card:nth-child(4) {
    margin-top: 0vw;
  }
  /* Team Card  */
  .team-card {
    height: 74vw;
  }
  .team-card-name {
    font-size: 5.7vw;
  }
  .team-card-role {
    font-size: 3.4vw;
  }
  .left-team-card {
    left: 50%;
  }
  .right-team-card {
    right: -31%;
  }
  .infinite-testimonial-card.testimonial-large-variant {
    width: 81vw;
    height: 87vw;
  }
  .testimonial-quote {
    font-size: 3.4vw;
  }
  .testimonials-trusted-badge {
    font-size: 4vw;
  }
  .testimonials-main-title {
    font-size: 12vw;
  }
  .static-testimonials-wrapper {
    height: 135vw;
    padding-left: 5vw;
  }

  /* Footer  */
  .footer-main-info {
    display: flex;
    width: 100%;
    padding: 3vw;
    padding-top: 2vw;
    height: 80%;
    flex-direction: column;
    align-items: center;
    gap: 5vw;
  }
  .footer-left-info h1 {
    font-size: 6vw;
    text-align: center;
  }
  .footer-left-info p {
    font-size: 3.4vw;
    margin: 1vw 0;
    text-align: center;
  }
  .footer-left-info {
    width: 81%;
    gap: 1vw;
  }
  .talk-heading {
    gap: 8vw;
    justify-content: center;
  }
  .footer-divider {
    width: 1px;
    height: 23vw;
    background: #fff;
    margin: 0 auto 20px auto;
  }
  .contact-toggle-btn {
    padding: 2.5vw 7vw;
    border-radius: 1.3vw;
  }
  .contact-toggle-btn::before {
    border-radius: 1.3vw;
  }
  .vw-form-group {
    flex-direction: column;
    gap: 3vw;
  }
  .vw-form-label {
    font-size: 3.5vw;
    margin-bottom: 3vw;
  }
  .work-title {
    margin-top: 4vw;
  }
  .vw-form-input {
    padding: 4vw 3vw;
    font-size: 4vw;
  }
  .vw-form-container {
    display: flex;
    flex-direction: column;
    gap: 3vw;
  }
  .footer-tagline {
    height: 7vh;
  }
  .footer-right-info {
    width: 100%;
    align-items: flex-start;
    padding-left: 9vw;
    margin-top: 0;
  }
  .footer-right-info h1 {
    font-size: 4vw;
  }
  .vw-form-container {
    top: 13%;
  }
  .footer-inner {
    height: 70%;
  }
  .socials-things {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    padding-right: 10vw;
    margin-top: 9vw;
  }
  .right-socials {
    flex-direction: row;
    align-items: center;
    gap: 1vw;
  }
  .footer-right-info h2 {
    font-size: 3.5vw;
  }
  .footer-wrapper {
    height: 90vh;
    width: 100%;
    background-color: black;
    /* display: none; */
  }
  .footer {
    height: 90vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #000000;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    z-index: 9;
  }
  .testimonial-author-name {
    font-size: 3.4vw;
  }
  .cursor,
  .nav-quotes-wrapper {
    display: none;
  }
  .middle-nav .nav-link-wrapper {
    position: relative;
    height: 2.2vw;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
}

@media (max-width: 768px) {
  .work {
    padding: 8vw 2vw 0vw 2vw;
  }
  .middle-nav .nav-link-wrapper {
    position: relative;
    height: 2.5vw;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  .clients-heading h2 {
    font-size: 5vw;
  }
  .clients-heading p {
    font-size: 2.5vw;
  }
  .static-testimonials-wrapper {
    height: 135vw;
    padding-left: 0vw;
  }
  .client-logo {
    flex: 0 0 22vw;
    height: 12vw;
    font-size: 2vw;
  }

  .work-item,
  .work-item-all {
    flex-direction: column;
    padding: 4vw 2vw;
    border-width: 1px;
    gap: 2vw;
  }
  .label-work {
    font-size: 3vw;
    width: 100%;
    gap: 2vw;
    flex-direction: row;
    align-items: center;
  }
  .label-work h5 {
    font-size: 3vw;
    margin-top: 0;
  }
  .label-work p {
    font-size: 4vw;
  }
  .work-details {
    flex-direction: column;
    width: 100%;
    margin-top: 2vw;
    gap: 2vw;
  }
  .work-details .img {
    width: 100%;
    height: 60vw;
    margin-bottom: 2vw;
  }
  .work-details img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .work-details h5 {
    font-size: 2.5vw;
    margin-bottom: 1vw;
  }
  .work-details p {
    width: 100%;
    font-size: 2.5vw;
  }
  .view-all-button {
    margin-top: 8vw;
  }
  .right-socials a {
    font-size: 3.5vw;
  }
  .footer {
    height: 100vh;
    padding-top: 3vw;
  }
  .contact-details a {
    font-size: 4.2vw;
  }
  .contact-details {
    display: flex;
    gap: 8vw;
    align-items: center;
  }
  .footer-content > div > div,
  .footer-content > div {
    font-size: 2.8vw !important;
  }
  .footer-content .footer-tagline,
  .footer-content span[style*="font-size:11vw"] {
    font-size: 8vw !important;
  }
  .footer-content .footer-links,
  .footer-content span[style*="font-size:2vw"] {
    font-size: 3vw !important;
  }
  .footer-content .footer-subtext,
  .footer-content div[style*="font-style:italic"] {
    font-size: 1.7vw !important;
  }
  .footer-content .footer-bottom,
  .footer-content > div[style*="display:flex;align-items:flex-end"] {
    font-size: 1.5vw !important;
  }
  .hero-heading h1 {
    font-size: 12.3vw;
  }
  .gradient-text {
    font-size: 12.3vw;
  }
  .services-cards {
    word-wrap: wrap;
  }
  .services-cards {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 3vw 3vw;
  }
  .hero-heading {
    position: absolute;
    top: -3%;
    left: 5%;
    padding-left: 2vw;
  }
  .service-card-wrapper {
    width: 45vw;
    margin-bottom: 3vw;
    display: flex;
    justify-content: center;
  }

  .service-card {
    width: 100%;
    min-width: 175px;
    height: 32vw;
    font-size: 2vw;
    padding: 2vw 2vw 1vw 2vw;
  }
  .service-card-modern {
    gap: 3vw;
  }
  .service-text {
    padding: 0 1vw;
  }
  .service-card svg {
    min-width: 9vw;
    min-height: 9vw;
  }
  .service-text .line:nth-child(1) {
    margin-left: 14vw;
  }
  .service-text {
    font-size: 8.3vw;
  }

  .service-card svg {
    width: 6vw;
    height: 6vw;
  }
  .service-modern-label {
    font-size: 5vw;
  }
  .line p {
    margin-left: 1vw;
  }
  .services-heading {
    font-size: 2.8vw;
    padding-top: 2vw;
  }
  .blinker {
    height: 1vw;
  }
  .work-first h1 {
    font-size: 7vw;
  }
  .work-first h2 {
    font-size: 4vw;
  }
  .label-work p {
    font-size: 3vw;
  }
  .label-work h5 {
    font-size: 2vw;
    margin-top: 9px;
  }
  .work-details h5 {
    font-size: 1.4vw;
  }
  .work-details .img {
    height: 28vw;
    width: 38vw;
  }
  .view-all-button h4 {
    padding: 2vw 5vw;
    font-size: 2.7vw;
  }

  .animated-service-card {
    padding: 5vw 5vw;
    gap: 1.5vw;
  }
  .team-section {
    padding: 8vw 0;
  }
  .team-heading {
    font-size: 6vw;
    margin-bottom: 8vw;
    width: 100%;
  }
  .team-heading h2 {
    font-size: 18vw;
  }
  .team-card-inner {
    width: 100%;

    height: 100vw;
  }
  .team-heading p {
    font-size: 6vw;
  }
  .team-card-inner img {
    height: 100%;
  }
  .service-card-image svg {
    width: 9vw;
  }
  .team-name {
    font-size: 3vw;
  }
  .team-role {
    font-size: 2vw;
  }
  .animated-service-card h3 {
    font-size: 8vw;
    margin-bottom: 5vw;
  }
  .animated-service-card p {
    font-size: 4vw;
  }
  .testimonial-author-role {
    font-size: 4vw;
  }
  .team-our,
  .team-team {
    font-size: 7vw;
  }
  .team-card {
    width: 75vw;
  }
  .footer-heading {
    font-size: 7vw;
  }
  .footer-subtext {
    font-size: 6vw !important;
  }
  .footer-links {
    font-size: 5vw !important;
  }
  .testimonial-author {
    display: flex;
    flex-direction: column;
    gap: 1vw;
  }
  .footer-tagline {
    font-size: 10vw;
    text-align: center;
  }
  .footer-bottom {
    font-size: 2.3vw;
    align-items: center;
  }
  .end-footer {
    height: 11vh;
  }
  .socials-badge {
    display: flex;
    gap: 8vw;
    align-items: center;
  }
  .team-heading {
    position: absolute;
    top: 66%;
    left: 0%;
  }
  .left-team-card {
    top: 33%;
  }
  .right-socials a {
    transition: all 0.5s ease;
    /* border-right: 1px solid #858585; */
    padding-right: 1.1vw;
    padding-left: 0;
  }
  /* New */
  .logo {
    height: auto;
    width: 10vw;
    margin-left: 3vw;
  }
  .logo img {
    height: 100%;
    width: auto;
  }
  nav {
    align-items: center;
    height: 16vw;
  }
  nav h1 {
    font-size: 2.3vw;
    display: none;
  }
  .paddingneed {
    padding-left: 0vw;
  }
  .capabilities-heading,
  .service-left-text,
  .right-text p {
    font-size: 2.8vw;
    padding-top: 2vw;
  }
  .right-text p {
    font-size: 2.5vw;
  }
  .capability-item {
    font-size: 7vw;
  }
  .services-first {
    padding-bottom: 7.4vw;
  }
  .middle-nav {
    width: fit-content;
    gap: 3vw;
    font-size: 3vw;
    font-family: pp;
    text-transform: uppercase;
    margin-top: 0.32vw;
    cursor: pointer;
    padding-right: 3vw;
    height: 3.9vw;
  }
  .services::before {
    top: -11%;
    height: 11vw;
  }
  .services-heading {
    font-size: 2.8vw;
    padding-top: 2vw;
    display: none;
  }
  .work-heading {
    padding-left: 1vw;
    padding-right: 1vw;
  }
  .work-grid {
    flex-direction: column;
    margin-top: 15vw;
  }
  .work-card {
    width: 95vw;
    height: 100vw;
    position: relative;
  }
  .work-title {
    font-size: 8vw;
  }
  .work-card h2 {
    color: #ffffff;
    font-family: ppbook;
    font-size: 4.3vw;

    z-index: 3;
  }
  .team-about {
    padding-top: 38vw;

    padding-bottom: 8vw;
  }
  .work-grid {
    gap: 14vw;
  }
  .work-categories {
    margin-top: 2vw;
    gap: 2vw;
    margin-bottom: 3vw;
  }
  .work-categories span {
    font-size: 2.8vw;
    font-family: ppbook;
    color: #555;
    background: #f3f3f3ad;
    padding: 1.5vw 3.2vw;
    font-weight: 400;
    transition: background 0.3s ease, color 0.3s ease;
  }
  .work-card:nth-child(2),
  .work-card:nth-child(4) {
    margin-top: 0vw;
  }
  /* Team Card  */
  .team-card {
    height: 110vw;
  }
  .team-card-name {
    font-size: 5.7vw;
  }
  .team-card-role {
    font-size: 3.4vw;
  }
  .left-team-card {
    left: 50%;
  }
  .right-team-card {
    right: -31%;
  }
  .infinite-testimonial-card.testimonial-large-variant {
    width: 90vw;
    height: 115vw;
  }
  .testimonial-quote {
    font-size: 4vw;
  }
  .testimonials-trusted-badge {
    font-size: 5vw;
  }
  .testimonials-main-title {
    font-size: 13vw;
  }
  .static-testimonials-wrapper {
    height: 135vw;
  }

  /* Footer  */
  .footer-main-info {
    display: flex;
    width: 100%;
    padding: 3vw;
    padding-top: 2vw;
    height: 80%;
    flex-direction: column;
    align-items: center;
    gap: 5vw;
  }
  .footer-left-info h1 {
    font-size: 6vw;
    text-align: center;
  }
  .footer-left-info p {
    font-size: 3.4vw;
    margin: 1vw 0;
    text-align: center;
  }
  .footer-left-info {
    width: 81%;
    gap: 1vw;
  }
  .talk-heading {
    gap: 8vw;

    justify-content: center;
  }
  .footer-divider {
    width: 1px;
    height: 23vw;
    background: #fff;
    margin: 0 auto 20px auto;
  }
  .contact-toggle-btn {
    padding: 2.5vw 7vw;
    border-radius: 1.3vw;
  }
  .contact-toggle-btn::before {
    border-radius: 1.3vw;
  }
  .vw-form-group {
    flex-direction: column;
    gap: 3vw;
  }
  .vw-form-label {
    font-size: 3.5vw;
    margin-bottom: 3vw;
  }
  .work-title {
    margin-top: 0vw;
    z-index: 3;
  }
  .vw-form-input {
    padding: 4vw 3vw;
    font-size: 4vw;
  }
  .vw-form-container {
    display: flex;
    flex-direction: column;
    gap: 3vw;
  }
  .footer-tagline {
    height: 5vh;
  }
  .footer-right-info {
    width: 100%;
    align-items: flex-start;
    padding-left: 9vw;
    margin-top: 0;
  }
  .footer-right-info h1 {
    font-size: 4vw;
  }
  .vw-form-container {
    top: 13%;
  }
  .footer-inner {
    height: 70%;
  }
  .socials-things {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    padding-right: 10vw;
    margin-top: 9vw;
  }
  .right-socials {
    flex-direction: row;
    align-items: center;
    gap: 1vw;
  }
  .footer-right-info h2 {
    font-size: 3.5vw;
  }
  .footer-wrapper {
    height: 72vh;
    width: 100%;
    background-color: black;
    /* display: none; */
  }
  .footer {
    height: 67vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #000000;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    z-index: 9;
  }
  .testimonial-author-name {
    font-size: 4.6vw;
  }
  .work-thumb img,
  .work-thumb video {
    width: 94vw;
    height: 70vw;
    object-fit: cover;
    transition: transform 0.6s ease;
  }
  .work-thumb {
    height: 77%;
  }
  .cursor,
  .nav-quotes-wrapper {
    display: none;
  }
}
/* Default: show desktop footer, hide mobile */
/* .mobile-footer{
  display: none;
}


@media (max-width: 768px) {
 .desktop-footer {
    display: none;
  }

  .mobile-footer {
    display: block;
  }
  .mobile-footer{
    position: relative;
  }
  #footer-mobile {
    position: relative;
    transform: none;
  }
  .cursor{
    display: none;
  }
} */
/* Add to your CSS file */
@media (max-width: 768px) {
  * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  /* Disable expensive transforms on mobile */
  .work-card img {
    transform: translateZ(0);
    backface-visibility: hidden;
  }
}

/* Mobile & Tablet: dark overlay as background */
@media (max-width: 1024px) {
  .work-thumb::after {
    background: rgb(0 0 0 / 68%); /* adjust opacity if needed */
    height: 76%;
    width: 100%;
  }
}
/* Mobile styles for Team Section */
/* Team Section - Desktop Styles */
.work-heading {
  font-family: pp;
  padding-top: 1vw;
  position: relative;
  font-size: 1vw;
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0 0vw;
  border-bottom: 0.8px solid #e2e2e2;
  padding-bottom: 2vw;
}

.team-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
  margin-bottom: 11vw;
}

.right-text {
  color: #4f4e4e;
}

.team-section svg {
  opacity: 0.6;
}

.team-section svg {
  position: absolute;
  top: 1%;
  left: 9%;
  width: 86%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 1;
}

/* Heading sits behind cards */
.team-heading {
  position: absolute;
  top: 44%;
  left: 57%;
  text-align: center;
  z-index: 1;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1vw;
}

.team-heading h2 {
  text-align: center;
  font-family: italic;
  font-size: 8.07344rem;
  font-weight: 100;
  line-height: 85%;
  color: #000000;
}

.team-svg {
  fill: #ff5c0b;
}

.team-heading h2 span {
  font-family: italic;
}

.team-heading p {
  color: #525151;
  text-align: center;
  font-family: regularIdentity;
  font-size: 1.7vw;
  font-style: normal;
  font-weight: 400;
  line-height: 85%;
}

.team-heading p span {
  font-size: 1.3vw;
}

/* Card container covers full area for pinning */
.team-cards {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

/* Each card is absolutely positioned */
.team-card {
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: 29vw;
  height: 39vw;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.left-team-card {
  left: 31%;
  top: 53%;
}

.svg-card {
  left: 31%;
  top: 53%;
}

.right-team-card {
  right: -3%;
}

.team-card-photo {
  width: 100%;
  height: 100%;
}

.team-card-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-card-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.team-card-header {
  position: absolute;
  top: 12%;
  left: 6%;
}

.team-card-name {
  font-family: regularIdentity;
  font-size: 1.7vw;
  color: #000000;
  font-weight: 500;
}

.team-card-role {
  font-family: ppbook;
  font-size: 1.1vw;
  color: rgba(0, 0, 0, 0.66);
}

/* Mobile info - hidden on desktop */
.team-card-info-mobile {
  display: none;
}

/* Mobile Styles */
@media (max-width: 768px) {
  .team-section {
    height: auto;
    margin-bottom: 60px;
    overflow: visible;
    padding: 40px 0;
  }

  .team-section svg {
    display: none;
  }

  .team-heading {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding: 40px 20px;
    z-index: 1;
    width: 100%;
    margin-bottom: 5px;
  }

  .team-heading h2 {
    font-size: clamp(3.5rem, 10vw, 3.5rem);
    margin-bottom: 0;
  }

  .team-heading p {
    font-size: clamp(1.2rem, 3vw, 1.2rem);
    margin-top: 10px;
  }

  .team-heading p span {
    font-size: clamp(0.9rem, 2.5vw, 1rem);
  }

  .team-cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 0 20px;
    position: relative;
    height: auto;
    overflow: visible;
  }

  .team-card {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    width: 100%;
    max-width: 400px;
    height: auto;

    opacity: 1 !important;
    visibility: visible !important;
    display: flex !important;
    border-radius: 12px;
    overflow: hidden;
  }

  .left-team-card {
    left: auto !important;
    top: auto !important;
  }

  /* Hide the SVG card on mobile */
  .svg-card {
    display: none !important;
  }

  .team-card-inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .team-card-photo {
    flex: 1;
    width: 100%;
    height: 70%;
  }

  .team-card-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* Show mobile info */
  .team-card-info-mobile {
    display: block;
    padding: 20px;
    text-align: center;

    height: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .team-card-info-mobile h3 {
    font-family: regularIdentity;
    font-size: 2.1rem;
    color: #000;

    font-weight: 500;
  }

  .team-card-info-mobile p {
    font-family: ppbook;
    font-size: 1.1rem;
    color: rgba(0, 0, 0, 0.66);
  }
}

/* Tablet adjustments */
@media (min-width: 769px) and (max-width: 1024px) {
  .team-heading h2 {
    font-size: 6rem;
  }

  .team-card {
    width: 35vw;
    height: 45vw;
  }
}
/* Tetsimonial  */
/* Add these mobile styles to your existing CSS */

@media (max-width: 1024px) {
  /* Reset wrapper for mobile - no pinning */
  .testimonials-section-wrapper {
    height: auto !important;
    overflow-x: visible;
  }

  .testimonials-main-container {
    position: relative !important;
    height: auto !important;
    padding: 18vw 0vw 8vw !important;
    flex-direction: column;
    gap: 8vw;
  }

  /* Horizontal scroll container */
  .testimonials-swipe-container {
    display: flex !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 5vw !important;
    padding: 0 4vw !important;
    height: auto !important;
    perspective: none !important;
    scrollbar-width: none; /* Firefox */
  }

  .testimonials-swipe-container::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
  }

  /* Mobile cards */
  .infinite-testimonial-card {
    position: relative !important;
    flex-shrink: 0 !important;
    width: 85vw !important;
    height: auto !important;
    scroll-snap-align: center;
    transform: none !important;
    opacity: 1 !important;
    filter: none !important;
    visibility: visible !important;
  }

  .infinite-testimonial-card.testimonial-large-variant {
    width: 85vw !important;
    height: auto !important;
  }

  .testimonial-card-content-box {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
  }

  .testimonial-card-content-box.testimonial-large-variant {
    width: 100% !important;
  }

  .testimonial-image-block {
    height: 50vw !important;
  }

  .testimonial-card-bottom-content {
    padding: 4vw;
  }

  .testimonial-quote {
    font-size: 3.5vw;
    line-height: 1.5;
  }

  .testimonial-author-name {
    font-size: 4vw !important;
  }

  .testimonial-author-role {
    font-size: 3.2vw !important;
  }
}

@media (max-width: 480px) {
  .testimonials-main-container {
    padding: 20vw 0vw 10vw !important;
  }

  .testimonials-swipe-container {
    gap: 4vw !important;
  }

  .infinite-testimonial-card.testimonial-large-variant {
    width: 90vw !important;
  }

  .testimonial-image-block {
    height: 55vw !important;
  }

  .testimonial-quote {
    font-size: 4vw;
  }

  .testimonial-author-name {
    font-size: 4.5vw !important;
  }

  .testimonial-author-role {
    font-size: 3.5vw !important;
  }
}
