html {
  overscroll-behavior: none !important;
  scroll-behavior: auto;
}

html.lenis,
html.lenis body {
  height: auto;
}

html.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

html.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

html.lenis.lenis-stopped {
  overflow: clip;
}

html.fm-modal-open {
  overflow: hidden !important;
}

html.fm-modal-open body {
  overflow: hidden !important;
}

html.lenis body {
  overflow-x: hidden;
}

.Superheading {
  font-weight: 500;
  font-size: 52px;
  line-height: 100%;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #060100;
  margin: 0;
}

.heading {
  font-weight: 500;
  font-size: 38px;
  line-height: 110%;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #060100;
  margin: 0;
}

.subHeading {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #1d1d1d;
  margin: 0;
}

.description {
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -1%;
  color: #060100;
  margin: 0;
}

.csdescription {
  font-weight: 400;
  font-size: 34px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #1d1d1d;
  margin: 0;
}

.cssubdescription {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #1d1d1d;
  margin: 0;
}

.aboutCardImage {
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.aboutCardImage img,
.aboutCardImage video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.3s ease-in-out;
  display: block;
}

.aboutCardImage:hover img,
.aboutCardImage:hover video {
  transform: scale(1.05);
}

/* About page — single hero banner video */
.heroSectionAbout .heroSectionPanel {
  padding-bottom: 0;
}

.heroSectionAbout .aboutHeroImage {
  border-radius: 12px;
  height: 700px;
}

.aboutPageContent {
  max-width: 597px;
}

.aboutIntroSection {
  padding-top: 120px;
  padding-bottom: 0;
}

.aboutIntroSection .aboutIntroRow {
  align-items: flex-start;
}

.aboutIntroSection .aboutIntroLeft {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 625px;
}

.aboutIntroSection .aboutPageHeading .heading {
  font-size: 40px;
  line-height: 44px;
  font-weight: 500;
  color: #060100;
}

.aboutIntroSection .aboutPageContent .description {
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  color: #1d1d1d;
  letter-spacing: 0;
}

.aboutIntroSection .btn__primary {
  align-self: flex-start;
}

.aboutIntroSection .btn__primary a {
  column-gap: 20px;
}

.aboutAgencySection {
  padding-top: 64px;
}

.techPartnersSection {
  padding-top: 80px;
  padding-bottom: 0;
}

.techPartnersTop {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.techPartnersTop .heading {
  font-size: 38px;
  line-height: 96%;
  max-width: 467px;
  margin: 0;
}

.techPartnersTop .btn__primary {
  flex-shrink: 0;
}

.techPartnersDivider {
  width: 100%;
  height: 1px;
  background-color: rgba(29, 29, 29, 0.2);
  margin: 24px 0;
}

.techPartnersSliderWrapper {
  position: relative;
}

.techPartnersSlider {
  overflow: visible !important;
}

/* Embla carousels — one engine for infinite scroll + drag */
.caseStudiesSlider.is-embla,
.techPartnersSlider.is-embla,
.workingWithUsSlider.is-embla,
.teamLeadershipSlider.is-embla {
  overflow: hidden !important;
}

.caseStudiesSlider.is-embla-drag-free .swiper-wrapper,
.techPartnersSlider.is-embla-drag-free .swiper-wrapper,
.workingWithUsSlider.is-embla-drag-free .swiper-wrapper,
.teamLeadershipSlider.is-embla-drag-free .swiper-wrapper {
  touch-action: pan-x pan-y pinch-zoom;
  scroll-snap-type: none;
}

.caseStudiesSlider.is-embla-drag-free .swiper-slide,
.techPartnersSlider.is-embla-drag-free .swiper-slide,
.workingWithUsSlider.is-embla-drag-free .swiper-slide,
.teamLeadershipSlider.is-embla-drag-free .swiper-slide {
  scroll-snap-align: none;
}

/* Embla loop fill clones — visual only, no extra interaction */
.swiper-slide[data-embla-slide-clone] [data-foundation-video-play],
.swiper-slide[data-embla-slide-clone] a {
  pointer-events: none;
}

/* Embla loop: flex gap is omitted at clone seams — use slide margin instead */
.caseStudiesSlider.is-embla-drag-free .swiper-wrapper {
  gap: 0;
}

.caseStudiesSlider.is-embla-drag-free .swiper-slide {
  flex: 0 0 auto;
  margin-right: 20px;
}

.techPartnersSlider.is-embla-drag-free .swiper-wrapper,
.workingWithUsSlider.is-embla-drag-free .swiper-wrapper {
  gap: 0;
}

.techPartnersSlider.is-embla-drag-free .swiper-slide {
  flex: 0 0 auto;
  margin-right: 20px;
}

.workingWithUsSlider.is-embla-drag-free .swiper-slide {
  flex: 0 0 auto;
  margin-right: 32px;
}

.teamLeadershipSlider.is-embla-drag-free .swiper-wrapper {
  gap: 0;
}

.teamLeadershipSlider.is-embla-drag-free .swiper-slide {
  flex: 0 0 auto;
  margin-right: 24px;
}

@media (min-width: 992px) {
  .caseStudiesSliderWrapper.is-embla-active,
  .caseStudiesSliderWrapper.is-embla-active *,
  .techPartnersSliderWrapper.is-embla-active,
  .techPartnersSliderWrapper.is-embla-active *,
  .workingWithUsTrackWrapper.is-embla-active,
  .workingWithUsTrackWrapper.is-embla-active *,
  .teamLeadershipSliderWrapper.is-embla-active,
  .teamLeadershipSliderWrapper.is-embla-active * {
    cursor: none !important;
  }
}

.techPartnersSlider .swiper-slide {
  width: auto;
  height: auto;
}

.techPartnerCard {
  flex: 0 0 450px;
  width: 450px;
  background-color: #f6f6f6;
  border-radius: 12px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 48px;
}

.techPartnerCard--compact {
  min-height: 220px;
}

.techPartnerCardLogo {
  display: flex;
  align-items: center;
  min-height: 36px;
}

.techPartnerCardLogo img {
  max-height: 36px;
  max-width: 196px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.techPartnerCardText {
  font-family: var(--font-n);
  font-size: 20px;
  line-height: 140%;
  font-weight: 400;
  color: #1d1d1d;
  margin: 0;
}

.aboutFeaturedCaseStudy {
  padding-top: 80px;
  padding-bottom: 0;
}

.aboutFeaturedCaseStudyPanel {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background-color: #060100;
  padding: 30px 44px 64px;
  min-height: 537px;
  display: flex;
  flex-direction: column;
  gap: 68px;
}

.aboutFeaturedCaseStudyPanel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 18%),
    linear-gradient(-90deg, rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 1) 98%),
    url("../images/about/about-featured-case-study-bg.webp");
  background-size:cover;
  background-position: bottom;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 0;
}

.aboutFeaturedCaseStudyTop,
.aboutFeaturedCaseStudyContent {
  position: relative;
  z-index: 1;
}

.aboutFeaturedCaseStudyTop {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.aboutFeaturedCaseStudyLabel {
  font-family: var(--font-n);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}

.aboutFeaturedCaseStudyDivider {
  width: 100%;
  height: 1px;
  background-color: rgba(114, 114, 114, 0.5);
}

.aboutFeaturedCaseStudyContent {
  display: flex;
  flex-direction: column;
  gap: 44px;
  max-width: 482px;
  margin-top: auto;
}

.aboutFeaturedCaseStudyText {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.aboutFeaturedCaseStudyBrand {
  font-family: var(--font-n);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  color: #f6f6f6;
  margin: 0;
  text-shadow: 0 4px 35px rgba(0, 0, 0, 0.97);
}

.aboutFeaturedCaseStudyTitle {
  font-family: var(--font-h);
  font-size: 52px;
  font-weight: 500;
  line-height: 96%;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}

.aboutFeaturedCaseStudyTitle .highlightRed {
  color: #ff4a33;
}

.aboutFeaturedCaseStudyDescription {
  font-family: var(--font-n);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #f6f6f6;
  margin: 0;
  max-width: 414px;
  text-shadow: 0 4px 26.6px rgba(0, 0, 0, 0.87);
}

.aboutFeaturedCaseStudy .btn__primary a {
  background-color: #ffffff;
  color: #1d1d1d !important;
}

.aboutFeaturedCaseStudy .btn__primary a .btnTextItem {
  color: inherit;
}

.aboutFeaturedCaseStudy .btn__primary a .btnArrow img {
  filter: brightness(0) invert(0);
}

.aboutAgencySection .aboutAgencyContent {
  max-width: 597px;
}

.aboutAgencySection .aboutAgency {
  position: relative;
}

.aboutAgencySection .aboutAgencyHighlight {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background-color: #1d1d1d;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  transform-origin: top;
  will-change: transform, opacity;
}

.aboutAgencySection .aboutAgencyItem {
  border-top: 1px solid #1d1d1d33;
  margin-bottom: 0 !important;
  padding:20px 36px;
  align-items: center;
  position: relative;
  cursor: pointer;
  z-index: 1;
}

.aboutAgencySection .aboutAgencyItem h3,
.aboutAgencySection .aboutAgencyItem p {
  transition: color 0.35s ease;
}

.aboutAgencySection .aboutAgencyItem.is-active h3,
.aboutAgencySection .aboutAgencyItem.is-active p {
  color: #ffffff !important;
}

.aboutAgencySection .aboutAgencyItem.last {
  border-bottom: 1px solid #1d1d1d33;
}

.aboutAgencySection .aboutAgencyCount h3 {
  font-size: 148px;
  line-height: 124px;
  font-weight: 400 !important;
  letter-spacing: 0%;
  margin-bottom: 0;
}

.aboutAgencySection .aboutAgencyCount h3 span {
  font-weight: 400;
  font-size: 48px;
  letter-spacing: -4%;
  line-height: 62px;
  margin-bottom: 0;
}

.workingWithUsSection {
  padding-top: 80px;
  padding-bottom: 0;
}

.workingWithUsHeader {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 48px;
}

.workingWithUsSection .heading {
  font-family: var(--font-h);
  font-size: 40px;
  font-weight: 600;
  line-height: 44px;
  text-transform: uppercase;
  color: #060100;
  margin: 0;
  padding: 0;
  border: 0;
}

.workingWithUsDivider {
  width: 100%;
  height: 1px;
  background-color: rgba(29, 29, 29, 0.2);
}

.workingWithUsTrackWrapper {
  position: relative;
}

.workingWithUsSlider {
  overflow: visible !important;
}

.workingWithUsSlider .swiper-slide {
  width: auto;
  height: auto;
}

.workingWithUsDragIndicator {
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 61.4px;
  padding: 10.53px 17.54px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  z-index: 999;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(-9999px, -9999px, 0) translate(-50%, -50%) scale(0.82);
  transition: opacity 0.28s ease;
  border: none;
  box-shadow: none;
}

.workingWithUsDragIndicator.is-visible {
  opacity: 1;
}

.workingWithUsDragIndicator span {
  font-family: var(--font-n);
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
  color: #060100;
}

.workingWithUsSection .whyCards h3 {
  font-family: var(--font-h);
  font-weight: 500;
  font-size: 48px;
  line-height: 96%;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}

.workingWithUsSection .whyCardsContact {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.workingWithUsSection .whyCards p {
  font-family: var(--font-n);
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #fff;
  margin: 0;
}

.workingWithUsSection .whyCards--wide p {
  font-size: 15px;
  line-height: 120%;
}

.workingWithUsSection .whyCards .whyCardsImage {
  width: fit-content;
  height: 143px;
  flex-shrink: 0;
  overflow: hidden;
}

.workingWithUsSection .whyCards .whyCardsImage--sm {
  width: 80px;
  height: 80px;
}

.workingWithUsSection .whyCards .whyCardsImage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: transform 0.5s ease-in-out;
}


.workingWithUsSlider.swiper-grabbing .whyCards:hover .whyCardsImage img {
  transform: none;
}

.workingWithUsSection .whyCards {
  flex: 0 0 451px;
  width: 451px;
  padding: 40px 32px;
  height: 470px;
  border-radius: 12px;
  background-color: #1d1d1d;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.workingWithUsSection .whyCards--narrow {
  flex: 0 0 450px;
  width: 450px;
}

.workingWithUsSection .whyCards--wide {
  flex: 0 0 463px;
  width: 463px;
  padding: 32px;
}
.workingWithUsSection .whyCards--compactRadius {
  border-radius: 8px;
}

.aboutEpicWinsSection {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #ffffff;
}

.aboutEpicWinsHeader {
  display: flex;
  flex-direction: column;
  gap: 21px;
  margin-bottom: 64px;
}

.aboutEpicWinsHeaderTop {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.aboutEpicWinsSection .heading {
  font-family: var(--font-h);
  font-size: 38px;
  font-weight: 500;
  line-height: 96%;
  text-transform: uppercase;
  color: #060100;
  margin: 0;
  max-width: 467px;
}

.aboutEpicWinsHeaderTop .btn__primary {
  flex-shrink: 0;
}

.aboutEpicWinsDivider {
  width: 100%;
  height: 1px;
  background-color: rgba(29, 29, 29, 0.2);
}

.aboutEpicWinsBody {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 62px;
  position: relative;
}

.aboutEpicWinsList {
  width: 70%;
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
  z-index: 2;
}

.aboutEpicWinsItem {
  display: flex;
  flex-direction: column;
  gap: 16px;
  cursor: pointer;
  transition: opacity 0.35s ease;
}

.aboutEpicWinsBody.is-interacting .aboutEpicWinsItem:not(.is-active) {
  opacity: 0.38;
}

.aboutEpicWinsItem.is-active {
  opacity: 1;
}

.aboutEpicWinsItem.is-active .aboutEpicWinsItemDivider {
  background-color: #1d1d1d;
}

.aboutEpicWinsItemRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.aboutEpicWinsItemCopy {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-width: 0;
}

.aboutEpicWinsItemThumb {
  display: none;
  width: 64px;
  height: 64px;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
}

.aboutEpicWinsItemThumb img {
  display: block;
  width: 100%;
  height: 100%;
}

.aboutEpicWinsItemThumb img.is-cover {
  object-fit: cover;
}

.aboutEpicWinsItemThumb img.is-contain {
  object-fit: contain;
  background-color: #ffffff;
}

.aboutEpicWinsAward {
  font-family: var(--font-n);
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  color: #1d1d1d;
  margin: 0;
}

.aboutEpicWinsSource {
  font-family: var(--font-n);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #1d1d1d;
  margin: 0;
  text-align: right;
  flex-shrink: 0;
}

.aboutEpicWinsItemDivider {
  width: 100%;
  height: 1px;
  background-color: #eae6df;
}

.aboutEpicWinsFloat {
  position: absolute;
  top: 0;
  left: 0;
  width: 165px;
  height: 165px;
  border-radius: 12px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 4;
  box-shadow: 0 24px 48px rgba(6, 1, 0, 0.14);
  transform: scale(0.88);
  transition:
    opacity 0.35s ease,
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    top 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    left 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0.35s ease;
}

.aboutEpicWinsFloat.is-visible {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

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

.aboutEpicWinsFloat img.is-contain {
  object-fit: contain;
  background-color: #ffffff;
}

.aboutEpicWinsImage {
  flex: 0 0 470px;
  width: 470px;
  max-width: 470px;
  border-radius: 12px;
  overflow: hidden;
}

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

@media (prefers-reduced-motion: reduce) {
  .aboutEpicWinsItem,
  .aboutEpicWinsFloat {
    transition: none;
  }
}

.teamLeadershipSection {
  padding-top: 80px;
  padding-bottom: 12vh;
  overflow: hidden;
}

.teamLeadershipHeader {
  margin-bottom: 64px;
}

.teamLeadershipHeaderTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.teamLeadershipHeaderTop .heading {
  font-size: 40px;
  line-height: 96%;
  text-transform: uppercase;
  max-width: 274px;
  margin: 0;
  flex-shrink: 0;
}

.teamLeadershipDescription {
  max-width: 475px;
  margin: 0;
  font-family: var(--font-n);
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  color: #1d1d1d;
}

.teamLeadershipDivider {
  width: 100%;
  height: 1px;
  background-color: rgba(29, 29, 29, 0.2);
  margin-top: 20px;
}

.teamLeadershipSliderWrapper {
  position: relative;
}

.teamLeadershipSlider {
  overflow: visible !important;
}

.teamLeadershipSlider .swiper-wrapper {
  display: flex;
  gap: 24px;
}

.teamLeadershipSlider .swiper-slide {
  width: 348px;
  height: auto;
}

.teamLeadershipCard {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.teamLeadershipCardPhoto {
  height: 424px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #f1f1f1;
}

.teamLeadershipCardPhoto img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.teamLeadershipCardInfo {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.teamLeadershipCardName {
  margin: 0;
  font-family: var(--font-n);
  font-size: 24px;
  line-height: 120%;
  font-weight: 500;
  color: #000000;
}

.teamLeadershipCardRole {
  margin: 0;
  font-family: var(--font-n);
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  text-transform: uppercase;
  color: #1d1d1d;
}

.exploreSocialsSection {
  padding-top: 80px;
  padding-bottom: 12vh;
}

.exploreSocialsHeader {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 48px;
}

.exploreSocialsHeader .heading {
  font-size: 40px;
  line-height: 110%;
  text-transform: uppercase;
  margin: 0;
  color: #060100;
}

.exploreSocialsDivider {
  width: 100%;
  height: 1px;
  background-color: rgba(29, 29, 29, 0.2);
}

.exploreSocialsSliderWrapper {
  position: relative;
}

.exploreSocialsGrid {
  overflow: visible;
}

.exploreSocialsGrid .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  box-sizing: border-box;
}

.exploreSocialsGrid .swiper-slide {
  width: auto !important;
  height: auto;
}

.exploreSocialsCard {
  min-width: 0;
}

.exploreSocialsCardLink {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}

.exploreSocialsCardMedia {
  height: 434px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #f1f1f1;
}

.exploreSocialsCardMedia img,
.exploreSocialsCardMedia video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.exploreSocialsCardBody {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px 20px 0 0;
}

.exploreSocialsCardName {
  margin: 0;
  font-family: var(--font-n);
  font-size: 24px;
  line-height: 120%;
  font-weight: 500;
  color: #000000;
}

.exploreSocialsCardText {
  margin: 0;
  font-family: var(--font-n);
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
  color: #1d1d1d;
}

.aboutFaqSection {
  padding-top: 80px;
  padding-bottom: 12vh;
}

.aboutFaqLayout {
  display: flex;
  align-items: flex-start;
  gap: 48px;
}

.aboutFaqIntro {
  flex: 0 0 627px;
  max-width: 627px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.aboutFaqIntro .heading {
  font-size: 38px;
  line-height: 96%;
  text-transform: uppercase;
  margin: 0;
  color: #060100;
}

.aboutFaqDescription {
  max-width: 397px;
  margin: 0;
  font-family: var(--font-n);
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  color: #1d1d1d;
}

.aboutFaqList {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.aboutFaqList.accordion {
  --bs-accordion-bg: transparent;
  --bs-accordion-border-width: 0;
  --bs-accordion-btn-padding-x: 0;
  --bs-accordion-btn-padding-y: 0;
  --bs-accordion-body-padding-x: 0;
  --bs-accordion-body-padding-y: 0;
  --bs-accordion-active-color: #1d1d1d;
  --bs-accordion-active-bg: transparent;
  --bs-accordion-btn-focus-box-shadow: none;
}

.aboutFaqItem {
  background-color: #f6f6f6;
  border-radius: 12px;
  border: none;
  overflow: hidden;
}

.aboutFaqItem .accordion-header {
  margin: 0;
}

.aboutFaqTrigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 32px;
  background: transparent;
  border: none;
  box-shadow: none;
  text-align: left;
}

.aboutFaqTrigger:not(.collapsed) {
  padding-bottom: 0;
}

.aboutFaqTrigger::after {
  display: none;
}

.aboutFaqQuestion {
  font-family: var(--font-n);
  font-size: 24px;
  line-height: 120%;
  font-weight: 500;
  color: #1d1d1d;
}

.aboutFaqToggle {
  position: relative;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.aboutFaqToggle::before,
.aboutFaqToggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #1d1d1d;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.aboutFaqToggle::before {
  width: 10px;
  height: 1.5px;
}

.aboutFaqTrigger.collapsed .aboutFaqToggle::after {
  width: 1.5px;
  height: 10px;
}

.aboutFaqTrigger:not(.collapsed) .aboutFaqToggle::after {
  opacity: 0;
}

.aboutFaqAnswer {
  padding: 20px 32px 24px;
  font-family: var(--font-n);
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  color: #1d1d1d;
}

.sectionCsMarquee .heading {
  padding-bottom: 20px;
  border-bottom: 1px solid #1d1d1d33;
}

.aboutMarquee-wrapper .cardsOffin {
  background-color: #1d1d1d;
  color: #fff;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  min-height: 355px;
  max-height: 355px;
  flex-direction: column;
  max-width: 351px;
  width: 100%;
}

.aboutMarquee-wrapper .cardsOffinLink {
  padding-top: 24px;
  border-top: 1px solid #f6f6f633;
}

.aboutMarquee-wrapper .cardsOffinLink a {
  color: #fff;
}

.aboutMarquee-wrapper .portfolioVsliderItem img {
  max-height: 454px;
  min-height: 454px;
  max-width: 352px;
  border-radius: 16px;
}

.aboutMarquee-wrapper .portfolioVsliderItem video {
  max-height: 454px;
  max-width: 352px;
  border-radius: 16px;
  min-height: 454px;
  width: 100%;
  object-fit: cover;
}

.teamSectionHeading {
  border-bottom: 1px solid #1d1d1d33;
  padding-bottom: 20px;
  margin-bottom: 0 !important;
}

.teamItemContent .teamItemProfile {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #1d1d1d;
}

.teamItemContent .teamItemDes {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0px;
  color: #1d1d1d;
}

.SectionSwiper {
  cursor: grab;
}

.flightModePurposeSection {
  padding: 0;
  background-color: #ffffff;
}

.flightModePurposePanel {
  position: relative;
  min-height: 790px;
  overflow: hidden;
}

.flightModePurposeLine {
  position: absolute;
  left: 12px;
  right: 12px;
  height: 1px;
  background-color: rgba(29, 29, 29, 0.2);
  pointer-events: none;
  z-index: 2;
}

.flightModePurposeLine--top {
  top: 0;
}

.flightModePurposeLine--bottom {
  bottom: 0;
}

.flightModePurposeInner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: stretch;
  min-height: 790px;
}

.flightModePurposeMedia {
  position: relative;
  flex: 0 0 624px;
  width: 624px;
  max-width: 624px;
  overflow: hidden;
}

.flightModePurposePhoto {
  position: absolute;
  left: -50px;
  width: 707px;
  max-width: none;
  height: 874px;
}

.flightModePurposePhoto--base {
  top: -95px;
  z-index: 1;
}

.flightModePurposePhoto--overlay {
  top: -86px;
  z-index: 2;
}

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

.flightModePurposeContent {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 80px;
  padding: 145px 24px 145px 70px;
  max-width: 794px;
}

.flightModePurposeLeadership {
  display: flex;
  flex-direction: column;
  gap: 7px;
  width: fit-content;
}

.flightModePurposeAvatars {
  display: flex;
  align-items: center;
}

.flightModePurposeAvatars img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  object-fit: cover;
  margin-left: -10px;
}

.flightModePurposeAvatars img:first-child {
  margin-left: 0;
}

.flightModePurposeLeadershipLabel {
  font-family: var(--font-n);
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  color: #1d1d1d;
  margin: 0;
}

.flightModePurposeQuote {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.flightModePurposeQuoteText {
  font-family: var(--font-n);
  font-size: 34px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.03em;
  margin: 0 0 24px;
}

.flightModePurposeQuoteText:last-child {
  margin-bottom: 0;
}

.flightModePurposeQuoteWord {
  color: #bdbdbd;
}

/* Autoform CSS Start */

.csautoformbanner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.autoformList p {
  margin-bottom: 4px;
}

.autoformWrappingDiv {
  padding-top: 32px;
  padding-bottom: 120px;
}

.fixHeightImage img {
  object-fit: cover;
  max-height: 745px;
  border-radius: 12px;
  object-position: top center;
}

.servicePanelCS .servicePanel {
  border-top: 1px solid #1d1d1d2f;
  border-bottom: 1px solid #1d1d1d2f;
  overflow: hidden;
}

.servicePanelCS .lineFadedown {
  background: #1d1d1d2f;
}

.pb-120 {
  padding-block: 120px;
}

.autoformWrappingDivTop {
  padding-top: 32px;
}

.qmTopSection {
  padding-top: 120px;
}

/* Autoform CSS End */

/* branding CSS Start */
.anim-title>span {
  font-weight: 400;
}

.serviceReview {
  padding-top: 0 !important;
}

.CustombrandingSection .servicePanelInfo {
  justify-content: unset !important;
}

.CustombrandingSection .servicePanelInfo h3 {
  margin-bottom: 24px;
}

/* branding CSS End */

/* Stats Slider CSS Start */
.statsSliderSection {
  background-color: #1a1a1a;
  padding: 40px 0 40px;
  border-radius: 16px;
}

.statsSliderSection .container-fluid {
  padding-inline: 48px;
}

.statsSliderHeader {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-bottom: 16px;
  margin-bottom: 80px;
}

.statsSliderHeader h6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}

.statsSliderWrapper {
  position: relative;
}

.statsSlideItem {
  display: none;
}

.statsSlideItem.active {
  display: block;
}

.statsSliderContent {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 280px;
}

.statsSliderLeft {
  max-width: 45%;
}

.statsSliderNumber {
  font-weight: 400;
  font-size: 148px;
  line-height: 124px;
  letter-spacing: 0;
  color: #ff4a33;
  margin: 0 0 16px 0;
}

.statsSliderLabel {
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  margin: 0;
}

.statsSliderRight {
  max-width: 50%;
  padding-top: 20px;
}

.statsSliderDesc {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #fff;
  margin: 0 0 64px 0;
}

.statsSliderSource {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #fff;
  margin: 0;
  opacity: 60%;
}

.statsSliderNav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
  margin-top: 64px;
  padding-top: 16px;
  border-top: 1px solid #727272;
}

.statsSliderArrow {
  width: 46px;
  height: 23px;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.statsSliderArrow:hover {
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.05);
}

.statsSliderArrow svg {
  width: 20px;
  height: 20px;
  stroke: #ffffff;
}

.statsSliderCounter {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: rgba(255, 255, 255, 0.7);
  min-width: 70px;
  text-align: center;
}

.statsSliderCounter span {
  color: #ffffff;
}

/* Stats Slider CSS End */

/* Process Accordion CSS Start */
.processAccordion {
  width: 100%;
}

.processAccordionItem {
  border-bottom: 1px solid #1d1d1d;
}

.processAccordionItem:first-child {
  border-top: 1px solid #1d1d1d;
}

.processAccordionHeader {
  display: flex;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.processAccordionNumber {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #1d1d1d;
  min-width: 68px;
  opacity: 0.6;
}

.processAccordionTitle {
  font-weight: 500;
  font-size: 32px;
  line-height: 110%;
  text-transform: uppercase;
  color: #000000;
  margin: 0;
  flex: 1;
}

.processAccordionIcon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 300;
  color: #1d1d1d;
  transition: transform 0.3s ease;
}

.processAccordionIcon::before {
  content: "+";
}

.processAccordionItem.active .processAccordionIcon::before {
  content: "×";
}

.processAccordionContent {
  display: none;
  padding: 0 0 32px 70px;
}

.processAccordionItem.active .processAccordionContent {
  display: block;
}

.processAccordionDesc {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #1d1d1d;
  margin: 0 0 20px 0;
  max-width: 582px;
}

.processAccordionDeliverables h5 {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  color: #000000;
  margin: 0 0 12px 0;
}

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

.processAccordionList li {
  position: relative;
  padding-left: 18px;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #1d1d1d;
  margin-bottom: 12px;
}

.processAccordionList li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 6px;
  height: 6px;
  background-color: #ff4a33;
}

.portfolioPage .servicePanelContent {
  border-top: none !important;
}

.ptb-90 {
  padding-block: 90px;
}

/* Process Accordion CSS End */

@media (max-width: 990px) {
  .aboutAgencySection .aboutAgencyHighlight {
    display: none;
  }

  .aboutAgencySection .aboutAgencyItem.is-active h3,
  .aboutAgencySection .aboutAgencyItem.is-active p {
    color: inherit !important;
  }

  .aboutAgencySection .aboutAgencyItem {
    margin-bottom: 32px;
    border: none;
  }

  .subHeading {
    font-size: 12px;
  }

  .aboutCardImage {
    height: 324px;
  }

  .heroSectionAbout .aboutHeroImage {
    height: 324px;
  }

  .heroSectionAbout .heroSectionPanel {
    height: 630px !important;
  }

  .heading {
    font-size: 24px;
    line-height: 96%;
  }

  .description {
    font-size: 14px;
    line-height: 140%;
  }

  .aboutPageContent {
    max-width: 100%;
    margin-top: 0;
  }

  .aboutIntroSection {
    padding-top: 64px;
  }

  .aboutIntroSection .aboutIntroLeft {
    max-width: 100%;
    gap: 24px;
  }

  .aboutIntroSection .aboutPageHeading .heading {
    font-size: 24px;
    line-height: 96%;
  }

  .aboutIntroSection .aboutIntroRight {
    margin-top: 24px;
  }

  .aboutAgencySection {
    padding-top: 40px;
  }

  .techPartnersSection {
    padding-top: 48px;
  }

  .techPartnersTop {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .techPartnersTop .heading {
    font-size: 24px;
    max-width: 100%;
  }

  .techPartnerCard {
    flex: 0 0 284px;
    width: 284px;
    padding: 32px 20px;
    gap: 32px;
    height: 250px;
  }

  .techPartnerCard--compact {
    min-height: 200px;
  }

  .techPartnerCardText {
    font-size: 14px;
  }

  .aboutFeaturedCaseStudy {
    padding-top: 48px;
  }

  .aboutFeaturedCaseStudyPanel {
    min-height: 660px;
    padding: 24px 20px 40px;
    gap: 32px;
  }

  .aboutFeaturedCaseStudyPanel::before {
    background-image:
      linear-gradient(180deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.35) 45%, rgba(0, 0, 0, 0.75) 100%),
      url("../images/about/about-featured-case-study-bg-mobile.webp");
    background-size: 100% 100%, cover;
    background-position: center, center bottom;
  }

  .aboutFeaturedCaseStudyTop {
    gap: 12px;
  }

  .aboutFeaturedCaseStudyLabel {
    font-size: 14px;
  }

  .aboutFeaturedCaseStudyContent {
    gap: 24px;
    max-width: 100%;
    margin-top: 0;
  }

  .aboutFeaturedCaseStudyText {
    gap: 12px;
  }

  .aboutFeaturedCaseStudyBrand {
    font-size: 14px;
  }

  .aboutFeaturedCaseStudyTitle {
    font-size: 36px;
    line-height: 96%;
  }

  .aboutFeaturedCaseStudyDescription {
    font-size: 14px;
    max-width: 100%;
  }

  .aboutAgencySection .aboutAgencyContent {
    max-width: 100%;
  }

  .aboutAgencySection .aboutAgencyCount h3 {
    font-size: 64px;
    line-height: 44px;
  }

  .aboutAgencySection .aboutAgencyCount h3 span {
    font-size: 26px;
    line-height: 120%;
  }

  .aboutAgencyCount h3 {
    border-bottom: none !important;
  }

  .aboutAgencySection .aboutAgencyItem {
    padding-block: 24px;
  }

  .aboutAgency {
    margin: 0 !important;
  }

  .workingWithUsSection {
    padding-top: 48px;
  }

  .workingWithUsSection .heading {
    font-size: 24px;
    line-height: 96%;
  }

  .workingWithUsHeader {
    gap: 16px;
    margin-bottom: 32px;
  }

  .workingWithUsTrack {
    gap: 20px;
  }

  .workingWithUsSection .whyCards,
  .workingWithUsSection .whyCards--wide,
  .workingWithUsSection .whyCards--narrow {
    flex: 0 0 284px;
    width: 284px;
    padding: 32px 20px;
    height: 344px;
  }

  .workingWithUsSection .whyCards h3 {
    font-size: 28px;
  }

  .aboutEpicWinsList{
    width: 100%;
  }

  .workingWithUsSection .whyCardsContact {
    gap: 24px;
  }

  .workingWithUsSection .whyCards p,
  .workingWithUsSection .whyCards--wide p {
    font-size: 12px;
    line-height: 140%;
  }

  .workingWithUsSection .whyCards .whyCardsImage {
    height: 120px;
  }

  .workingWithUsSection .whyCards .whyCardsImage--sm {
    width: 72px;
    height: 72px;
  }

  .workingWithUsSection .whyCards .whyCardsImage--xs {
    width: 64px;
    height: 64px;
  }

  .aboutEpicWinsSection {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .aboutEpicWinsHeader {
    gap: 16px;
    margin-bottom: 32px;
  }

  .aboutEpicWinsHeaderTop {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .aboutEpicWinsSection .heading {
    font-size: 24px;
    max-width: 100%;
  }

  .aboutEpicWinsBody {
    flex-direction: column;
    gap: 0;
  }

  .aboutEpicWinsList {
    flex: 1 1 auto;
    max-width: 100%;
    gap: 24px;
  }

  .aboutEpicWinsItem {
    gap: 12px;
    cursor: default;
  }

  .aboutEpicWinsBody.is-interacting .aboutEpicWinsItem:not(.is-active) {
    opacity: 1;
  }

  .aboutEpicWinsItemRow {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }

  .aboutEpicWinsItemCopy {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
  }

  .aboutEpicWinsAward {
    font-size: 16px;
  }

  .aboutEpicWinsSource {
    font-size: 14px;
    text-align: left;
  }

  .aboutEpicWinsFloat {
    display: none;
  }

  .aboutEpicWinsImage {
    display: none;
  }

  .teamLeadershipSection {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .teamLeadershipHeader {
    margin-bottom: 32px;
  }

  .teamLeadershipHeaderTop {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .teamLeadershipHeaderTop .heading {
    font-size: 24px;
    max-width: 100%;
  }

  .teamLeadershipDescription {
    max-width: 100%;
    font-size: 14px;
  }

  .teamLeadershipSlider .swiper-slide {
    width: 284px;
  }

  .teamLeadershipCardPhoto {
    height: 320px;
  }

  .teamLeadershipCardName {
    font-size: 20px;
  }

  .exploreSocialsSection {
    padding-top: 48px;
    padding-bottom: 60px;
  }

  .exploreSocialsHeader {
    margin-bottom: 32px;
    gap: 16px;
  }

  .exploreSocialsHeader .heading {
    font-size: 24px;
  }

  .exploreSocialsGrid {
    overflow: hidden;
  }

  .exploreSocialsGrid:not(.swiper-initialized) .swiper-wrapper {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .exploreSocialsGrid.swiper-initialized .swiper-wrapper {
    display: flex;
    gap: 0;
  }

  .exploreSocialsGrid .swiper-slide {
    width: 86% !important;
    max-width: none;
  }

  .exploreSocialsCardMedia {
    height: 320px;
  }

  .exploreSocialsCardName {
    font-size: 20px;
  }

  .exploreSocialsCardText {
    font-size: 14px;
  }

  .aboutFaqSection {
    padding-top: 48px;
    padding-bottom: 60px;
  }

  .aboutFaqLayout {
    flex-direction: column;
    gap: 32px;
  }

  .aboutFaqIntro {
    flex: 1 1 auto;
    max-width: 100%;
  }

  .aboutFaqIntro .heading {
    font-size: 24px;
  }

  .aboutFaqDescription {
    max-width: 100%;
    font-size: 14px;
  }

  .aboutFaqList {
    width: 100%;
    gap: 20px;
  }

  .aboutFaqTrigger {
    padding: 20px;
    gap: 16px;
  }

  .aboutFaqQuestion {
    font-size: 18px;
  }

  .aboutFaqAnswer {
    padding: 16px 20px 20px;
    font-size: 14px;
  }

  .flightModePurposePanel {
    min-height: auto;
  }

  .flightModePurposeInner {
    flex-direction: column;
    min-height: auto;
  }

  .flightModePurposeMedia {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    height: 420px;
  }

  .flightModePurposePhoto {
    left: 50%;
    width: 120%;
    height: 120%;
    transform: translateX(-50%);
  }

  .flightModePurposePhoto--base {
    top: -10%;
  }

  .flightModePurposePhoto--overlay {
    top: -8%;
  }

  .flightModePurposeContent {
    padding: 40px 20px 48px;
    gap: 40px;
    max-width: 100%;
  }

  .flightModePurposeQuoteText {
    font-size: 22px;
  }

  .missionTable .accordion-button .icon {
    display: none;
  }

  #accordionWeeks .accordion-header .accordion-button {
    justify-content: space-between;
  }

  .missionTable {
    margin-bottom: 48px;
  }

  .singleRow {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .sectionCsMarquee .singleRow {
    border-bottom: 1px solid #1d1d1d33;
  }

  .sectionCsMarquee .heading {
    padding-bottom: 20px;
    border-bottom: none;
  }

  .aboutMarquee-wrapper .cardsOffin {
    min-height: 270px;
    max-height: 270px;
    max-width: 284px;
  }

  .aboutMarquee-wrapper .portfolioVsliderItem video,
  .aboutMarquee-wrapper .portfolioVsliderItem img {
    max-height: 368px;
    max-width: 284px;
    min-height: 368px;
  }

  .teamSectionHeading h6 {
    margin-bottom: 16px !important;
  }

  .teamItemContent .teamItemProfile {
    font-size: 16px;
  }

  .teamItemContent .teamItemDes {
    font-size: 12px;
  }

  .autoformWrappingDiv {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .fixHeightImage {
    margin-bottom: 20px;
  }

  .pb-120 {
    padding-block: 20px;
  }

  .csdescription {
    font-size: 20px;
    line-height: 140%;
  }

  .cssubdescription {
    font-size: 16px;
    line-height: 120%;
  }

  .qmTopSection {
    padding-top: 30px;
  }

  /* Stats Slider Responsive */
  .statsSliderSection {
    padding: 32px 20px;
    border-radius: 12px;
  }

  .statsSliderSection .container-fluid {
    padding-inline: 0px;
  }

  .statsSliderHeader {
    border-bottom: 1px solid #727272;
    padding-bottom: 16px;
    margin-bottom: 64px;
  }

  .statsSliderHeader h6 {
    font-size: 12px;
  }

  .statsSliderContent {
    flex-direction: column;
    min-height: auto;
  }

  .statsSliderLeft {
    max-width: 100%;
    margin-bottom: 32px;
  }

  .statsSliderNumber {
    font-size: 80px;
    letter-spacing: -2px;
    margin-bottom: 8px;
  }

  .statsSliderLabel {
    font-size: 18px;
  }

  .statsSliderRight {
    max-width: 100%;
    padding-top: 0;
  }

  .statsSliderDesc {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 24px;
  }

  .statsSliderSource {
    font-size: 12px;
  }

  .statsSliderNav {
    margin-top: 32px;
    padding-top: 32px;
    gap: 16px;
    justify-content: space-between;
  }

  .statsSliderArrow {
    width: 40px;
    height: 40px;
  }

  .statsSliderArrow svg {
    width: 16px;
    height: 16px;
  }

  .statsSliderCounter {
    font-size: 14px;
    min-width: 60px;
  }

  /* Process Accordion Responsive */
  .processAccordionHeader {
    padding: 24px 0;
  }

  .processAccordionNumber {
    font-size: 14px;
    min-width: 35px;
  }

  .processAccordionTitle {
    font-size: 18px;
    line-height: 120%;
  }

  .processAccordionIcon {
    font-size: 24px;
  }

  .processAccordionContent {
    padding: 0 0 32px 35px;
  }

  .processAccordionDesc {
    font-size: 14px;
    margin-bottom: 24px;
  }

  .processAccordionDeliverables h5 {
    font-size: 12px;
  }

  .processAccordionList li {
    font-size: 13px;
    line-height: 170%;
  }

  .processAccordionList li::before {
    width: 6px;
    height: 6px;
    top: 7px;
  }

  .serviceReview {
    padding-top: 30px !important;
  }

  .serviceReview .serviceReviewItem {
    padding-bottom: 30px;
  }

  .remove-mb-mobile {
    margin: 0 !important;
  }

  .CustombrandingSection .servicePanel {
    padding-top: 48px;
    border-top: 1px solid #a1a1a2;
  }

  .CustombrandingSection .servicePanelPro {
    margin-bottom: 48px;
  }

  .servicePanelPro {
    padding: 0 !important;
  }

  .CustombrandingSection .servicePanelContent h6, 
  .CustombrandingSection .servicePanelContent h3 {
    flex-direction: column;
    row-gap: 8px;
  }

  .remove-padding-mobile {
    padding: 0 !important;
  }

  .Superheading {
    font-size: 36px;
  }

  .brandingProcessinfo p {
    padding-bottom: 48px;
  }

  section.brandingProcess.section.pb-120 {
    padding-block: 72px;
  }

  .portfolioPage .servicePanelImg video {
    height: 496px !important;
  }
}

/* ========== Portfolio Filter - Dark minimalist design (exact match to image) ========== */
.portfolioFilterSection {
  background-color: transparent;
  padding: 120px 0 48px;
  width: 100%;
}

.portfolioFilterNav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

nav.portfolioFilterNav {
  border-bottom: 1px solid rgba(29, 29, 29, 0.5);
  padding-bottom: 28px;
}

.portfolioFilterItem {
  background: transparent;
  border: 1px solid #000;
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
  padding: 14px 20px;
  margin-right: 12px;
  transition: all 0.2s ease;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  display: inline-block;
}

a.portfolioFilterItem:hover {
  color: #fff;
  background: #000;
}

a.portfolioFilterItem:focus {
  outline: none;
}

.portfolioFilterItem:last-child {
  margin-right: 0;
}

.portfolioFilterItem.active {
  color: #000;
  border-color: #000;
}

@media (max-width: 767px) {
  .portfolioFilterSection {
    padding: 20px 0;
  }

  .portfolioFilterNav {
    gap: 0;
  }

  .portfolioFilterItem {
    font-size: 14px;
    margin-right: 10x;
    padding: 8px;
  }

}

/* clientQuoteSection redesign — fluid.glass showroom */

/* fluid.glass redesign */
.clientQuoteSection {
  background: linear-gradient(0deg, #212325 0%, #212325 100%);
  padding: 0;
  overflow: hidden;
  position: relative;
  min-height: 300vh !important;
  display: block !important;
  align-items: stretch !important;
  margin-bottom: 80px;
}

.cqs-sticky-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.clientQuoteSection .container-fluid,
.clientQuoteSectionInner {
  display: none !important;
}

.cqs-layout {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: min(1512px, 94vw);
  margin: 0 auto;
  padding: 0 clamp(24px, 4vw, 80px);
  box-sizing: border-box;
}

.cqs-left {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 50;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: min(420px, 38%);
  min-width: 600px;
  box-sizing: border-box;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

/* override legacy style.css opacity:0 */
.clientQuoteSection .clientQuoteText,
.clientQuoteSection .clientQuoteAuthor {
  opacity: 1;
  visibility: visible;
  transform: none;
}

/* fullscreen video only */
html.clientQuoteFullscreen-open .clientQuoteSection .cqs-left {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.clientQuoteText {
  font-family: var(--font-n);
  font-size: clamp(20px, 2.5vw, 32px);
  font-weight: 400;
  line-height: 1.4;
  color: #ffffff;
  margin: 0 0 32px 0;
  quotes: none;
}

.clientQuoteAuthor {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  background: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: none;
  border-radius: 0;
  width: auto;
}

.clientQuoteAuthorName {
  font-family: var(--font-n);
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  padding: 6px 16px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  white-space: nowrap;
}

.clientQuoteAuthorDivider {
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.3);
  display: inline-block;
  flex-shrink: 0;
}

.clientQuoteAuthorRole {
  font-family: var(--font-n);
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}

.cqs-card {
  position: relative;
  width: 100%;
  max-width: 1120px;
  aspect-ratio: 18 / 10;
  border-radius: 12px;
  background: #000;
  will-change: transform;
  transform-origin: center center;
  backface-visibility: hidden;
  cursor: pointer;
}

.clientQuoteSectionBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  will-change: transform;
  transform: translateZ(0);
  transform-origin: center center;
}

.clientQuoteSectionBg img,
.clientQuoteSectionBg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  display: block;
}

.clientQuoteSectionBg img {
  z-index: 0;
  transition: opacity 0.4s ease;
}

.clientQuoteSectionBg video {
  z-index: 1;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.clientQuoteSection--playing .clientQuoteSectionBg img {
  opacity: 0;
}

.clientQuoteSection--playing .clientQuoteSectionBg video {
  opacity: 1;
}

.clientQuoteSectionOverlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.72) 0%,
    rgba(0, 0, 0, 0.42) 42%,
    rgba(0, 0, 0, 0.12) 68%,
    rgba(0, 0, 0, 0.08) 100%
  );
  z-index: 2;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.clientQuoteSection--playing .clientQuoteSectionOverlay {
  opacity: 0;
}

.clientQuoteVideoSlot {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.clientQuoteVideoSlot video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

@media (min-width: 992px) {
  .cqs-card,
  .cqs-card * {
    cursor: none !important;
  }
}

.clientQuotePlayIndicator {
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgb(29 29 29 / 20%);
  border-radius: 50%;
  padding: 10.53px 17.54px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  z-index: 999;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(-9999px, -9999px, 0) translate(-50%, -50%) scale(0.82);
  border: 1px solid #ffffff1a;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  transition: opacity 0.2s linear;
  will-change: transform, opacity;
}

.clientQuotePlayIndicator.is-visible {
  opacity: 1;
}

.clientQuotePlayIndicator span {
  font-family: var(--font-n);
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
  color: #ffffff;
}

.clientQuoteFullscreen {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100000;
  background: #000;
  display: none;
  align-items: center;
  justify-content: center;
}

.clientQuoteFullscreen.is-open {
  display: flex;
}


html.clientQuoteFullscreen-open {
  overflow: hidden;
}

.clientQuoteFullscreenInner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.clientQuoteFullscreenInner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.clientQuoteFullscreenClose {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 2;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: background 0.2s ease;
}

.clientQuoteFullscreenClose:hover {
  background: rgba(255, 255, 255, 0.15);
}

.clientQuoteFullscreenClose span {
  display: block;
  margin-top: -2px;
}

.no-js .clientQuoteText,
.no-js .clientQuoteAuthor,
.no-js .cqs-card {
  opacity: 1;
  transform: none;
}

.clientQuoteMobilePlay {
  display: none;
}

@media (max-width: 900px) {
  .clientQuoteSection {
    min-height: auto !important;
    padding: 0;
    margin-bottom: 0 !important;
    display: block !important;
  }

  .cqs-sticky-wrap {
    position: relative;
    height: auto;
    display: block;
    overflow: hidden;
  }

  .cqs-layout {
    position: relative;
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    aspect-ratio: 390 / 625;
    min-height: 520px;
  }

  .cqs-card {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    aspect-ratio: auto;
    border-radius: 0;
    cursor: default;
  }

  .clientQuoteMobilePlay {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    display: block !important;
    width: 44px;
    height: 44px;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    pointer-events: auto;
    flex-shrink: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  .clientQuoteMobilePlay img {
    position: static;
    display: block;
    width: 44px;
    height: 44px;
    object-fit: contain;
  }

  .clientQuoteSection--playing .clientQuoteMobilePlay {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .clientQuoteSectionBg {
    border-radius: 0;
  }

  .clientQuoteSectionOverlay {
    background: rgba(0, 0, 0, 0.4);
    opacity: 1 !important;
  }

  .clientQuoteSection--playing .clientQuoteSectionOverlay {
    opacity: 0;
  }

  .cqs-left {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    top: auto;
    width: 100%;
    min-width: 0;
    max-width: none;
    margin: 0;
    padding: 0 27px 40px;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .clientQuoteText {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 400;
    margin: 0;
    max-width: 336px;
  }

  .clientQuoteAuthor {
    flex-wrap: nowrap;
    align-items: center;
    gap: 9px;
    padding: 6px 12px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    width: fit-content;
    max-width: 100%;
  }

  .clientQuoteAuthorName {
    font-size: 12px;
    line-height: 160%;
    font-weight: 400;
    background: none;
    border: none;
    padding: 0;
    border-radius: 0;
    white-space: normal;
    color: #ffffff;
  }

  .clientQuoteAuthorDivider {
    height: 18px;
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
  }

  .clientQuoteAuthorRole {
    font-size: 12px;
    line-height: 160%;
    font-weight: 400;
    color: #ffffff;
  }
}