.cs-hero.service-hero {
  padding-bottom: 51px;
}

.cs-hero.service-hero .cs-hero-main::before {
  content: none;
  background-position: bottom;
}

.cs-hero.service-hero .cs-hero-main,
.cs-hero.service-hero.service-hero-2 .cs-hero-main {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: bottom !important;
}

.service-hero .content {
  margin-bottom: 50px;
}

.service-hero .content .heading {
  min-width: 600px;
}

.service-hero .cs-hero-main {
  padding-top: 464px;
  padding-bottom: 0;
}

.service-hero.service-hero-2 .cs-hero-main {
  padding-top: 141px;
}

.service-hero.service-hero-2 .content .heading {
  margin-bottom: 366px;
}

.service-hero .content .desc {
  max-width: 370px;
}

.service-hero .content .heading {
  margin-bottom: 24px;
}

/* Section List Service */
.service-section {
  background: #101010;
  padding-top: 31px;
  position: relative;
  overflow: visible;
}

.service-section .container {
  padding: 0;
  margin: 0;
  max-width: 100%;
}

.service-section .heading {
  padding: 0 20px;
  margin: 0 20px;
}

.service-section .service-heading {
  color: #fff;
  font-size: 24px;
  font-family: "Neue Montreal";
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 38px;
  letter-spacing: 0px;
}

.service-section .service-card {
  background-color: #fff;
  border-radius: 12px 12px 0 0;
  display: flex;
  padding: 60px 40px;
  gap: 180px;
  border-top: 1px solid #d5d5d5;
  z-index: 1;
}

.service-section .service-img {
  max-width: 200px;
  max-height: 260px;
  object-fit: cover;
  margin-top: 16px;
}

.service-section .service-header {
  align-self: start;
}

.service-section .service-number {
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 500;
  color: #000000;
  margin-top: 11px;
}

.service-section .service-left {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service-section .service-right {
  width: 75%;
}

.service-section .content-title {
  margin-bottom: 74px;
}

.service-section .service-title {
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1.2px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 32px;
}

.service-section .service-desc {
  font-size: 16px;
  line-height: 1.4em;
  color: #000000;
  margin: 0;
  max-width: 401px;
  font-family: "Neue Montreal";
}

.service-section .service-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0;
}

.service-section .service-item {
  padding: 22px 0 19px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.service-section .service-item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-top: 1px solid #d5d5d5;
}

.service-section .service-item-title {
  font-size: 20px;
  line-height: 1.2em;
  color: #000000;
  font-family: "Neue Montreal";
  flex: 0 0 60%;
  max-width: 760px;
}

.service-section .service-item-desc {
  font-size: 16px;
  line-height: 1.4em;
  color: #474747;
  font-family: "Neue Montreal";
  max-width: 380px;
  width: 100%;
  flex: 0 0 33.3333%;
}

.service-section .service-project-label {
  font-size: 16px;
  line-height: 1.4em;
  color: #474747;
  align-self: start;
  margin-top: 20px;
}

/* === STACKING CARDS (GSAP ScrollTrigger) === */
.service-section .service-cards-wrapper {
  position: relative;
}

.service-section .service-card-pin {
  width: 100%;
  perspective: 900px;
  margin-bottom: 30px;
}

.service-section .service-card-pin:last-child {
  margin-bottom: 0;
}

.service-section .service-card {
  position: relative;
  will-change: transform;
}

.hide-pc {
  display: none !important;
}

.service-section {
  position: relative;
}

.service-.is-sliding {
  z-index: 5;
}

/* section Why Partner */
.why-partner {
  position: relative;
  padding: 60px 0;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.why-partner .container {
  position: relative;
}

.why-partner .why-layout {
  display: flex;
  gap: 336px;
  align-items: stretch;
}

.why-partner .why-left {
  display: flex;
  flex-direction: column;
  flex: 0 0 30%;
  max-width: 415px;
  justify-content: space-between;
}

.why-partner .why-title {
  color: #fff;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: -1.2px;
  font-family: "PP Neue Montreal";
  max-width: 80%;
}

.why-partner .tag-title {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 24px;
}

.why-partner .tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.why-partner .tag {
  color: #FFF;
  font-family: "PP Neue Montreal";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: unset;
  padding: 7px 15px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  text-decoration: none;
  transition: background 0.3s ease, border-color 0.3s ease;
}

.why-partner a.tag:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.25);
}

.why-partner .why-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.why-partner .why-card {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  padding: 38px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 250px;
}

.why-partner .card-icon {
  margin-bottom: 24px;
  width: 48px;
  height: 48px;
}

.why-partner .card-icon img,
.why-partner .card-icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  overflow: visible;
}

/* Icon animations - paused until section is visible */
.why-partner .icon-strategy .electron,
.why-partner .icon-partnership .arrows-ring,
.why-partner .icon-partnership circle:first-child,
.why-partner .icon-shutter .shutter-blades,
.why-partner .icon-shutter circle {
  visibility: hidden;
}
.why-partner.is-visible .icon-strategy .electron,
.why-partner.is-visible .icon-partnership .arrows-ring,
.why-partner.is-visible .icon-partnership circle:first-child,
.why-partner.is-visible .icon-shutter .shutter-blades,
.why-partner.is-visible .icon-shutter circle {
  visibility: visible;
}

/* No Surprises - lines hidden until section visible */
.why-partner .icon-nosurprises line {
  stroke-dasharray: 0 40;
}
.why-partner.is-visible .icon-nosurprises line {
  animation: drawLine 1.5s forwards;
}
.why-partner.is-visible .icon-nosurprises line:nth-of-type(1) { animation-delay: 0.2s; }
.why-partner.is-visible .icon-nosurprises line:nth-of-type(2) { animation-delay: 0.5s; }
.why-partner.is-visible .icon-nosurprises line:nth-of-type(3) { animation-delay: 0.8s; }
.why-partner.is-visible .icon-nosurprises line:nth-of-type(4) { animation-delay: 1.1s; }
.why-partner.is-visible .icon-nosurprises line:nth-of-type(5) { animation-delay: 1.4s; }
.why-partner.is-visible .icon-nosurprises line:nth-of-type(6) { animation-delay: 1.7s; }

@keyframes drawLine {
  from { stroke-dasharray: 0 40; }
  to   { stroke-dasharray: 40 0; }
}

.why-partner .card-title {
  margin: 0 0 24px;
  color: #FFF;
  font-family: "PP Neue Montreal";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
}

.why-partner .card-desc {
  margin: 0;
  font-family: "Neue Montreal";
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
}

.why-partner {
  position: relative;
  z-index: 1;
}

.why-partner .why-layout {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.6s ease;
}

.why-partner.is-visible .why-layout {
  opacity: 1;
  transform: translateY(0);
}

/* Service 2 Page */
.why-partner-2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.why-partner-2 .quote-box {
  max-width: 86%;
  margin-bottom: 216px;
  color: #878787;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -1.2px;
}

.why-partner-2.quote-box p {
  margin: 0;
}

.typing-quote .char {
  color: #fff;
}

@keyframes blink {

  0%,
  50% {
    opacity: 1;
  }

  51%,
  100% {
    opacity: 0;
  }
}

.why-partner-2 .why-card {
  padding: 30px;
}

/* Section Approach */
.approach-section {
  background: #000;
  color: #fff;
  padding: 60px 0 0;
}

.approach-pin-container {
  position: relative;
}

.approach-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: flex-start;
  overflow: visible;
}

.approach-section .approach-header {
  margin-bottom: 107px;
}

.approach-header h2 {
  margin-left: 6px;
}

.approach-header .cs-heading span {
  margin-right: 67px;
}

.approach-header .cs-heading {
  max-width: 755px;
}

.approach-section .header-title {
  color: #fff;
  font-family: "PP Neue Montreal";
  font-size: 60px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -1.2px;
}

.process-steps {
  width: 100%;
  position: relative;
}

.process-steps .steps-wrapper {
  position: relative;
  display: flex;
  width: 100%;
}

.process-steps .step {
  flex: 1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.55s ease;
  cursor: pointer;
}

.process-steps .step.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.process-steps .step.active {
  opacity: 1;
}

.process-steps .arc-wrapper {
  position: relative;
  height: 208px;
  margin-bottom: 33px;
  overflow: visible;
}

.process-steps .arc-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 161px;
  border: 0.5px solid rgba(255, 255, 255, 0.6);
  border-bottom: 0;
  border-radius: 1000px 1000px 0 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 43.54%);
  z-index: 1;
  pointer-events: none;
}

.process-steps .arc-dot {
  position: absolute;
  bottom: 15px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000;
  border: 0.5px solid rgba(255, 255, 255, 0.6);
  transform: translate(-50%, 50%);
  z-index: 6;
}

.process-steps .arc-dot-left {
  left: 0;
}

.process-steps .arc-dot-right {
  left: 100%;
}

.process-steps .step .logo-svg {
  opacity: 0 !important;
  pointer-events: none;
}

.approach-fly-logo {
  position: absolute;
  width: 40px;
  height: 40px;
  z-index: 6;
  opacity: 1 !important;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
  will-change: transform, left, bottom;
}

.approach-section.hide-mb .arc-wrapper.has-arc-svg .arc-bg {
  border: 0 !important;
  border-bottom: 0 !important;
}

.approach-section.hide-mb .arc-line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5px;
  pointer-events: none;
  z-index: 3;
  overflow: visible;
}

.approach-section.hide-mb .arc-line .arc-base {
  fill: none;
  stroke: rgba(255, 255, 255, 0.6);
  stroke-width: 0.5;
  stroke-linecap: round;
}

.approach-section.hide-mb .arc-line .arc-draw {
  fill: none;
  stroke: rgba(255, 255, 255, 0.9);
  stroke-width: 0.5;
  stroke-linecap: round;
}

.approach-section.approach-mobile .logo-svg.hidden {
  opacity: 0 !important;
  visibility: hidden;
}


/* ===== Approach Mobile (Pinned like About Metrics) ===== */

.approach-section.approach-mobile {
  background: #000;
  position: relative;
}

.approach-section.approach-mobile .approach-pin-container {
  position: relative;
  height: 220vh;
}

.approach-section.approach-mobile .approach-sticky {
  position: sticky;
  top: 0;
  height: 120vh;
  overflow: visible;
}

.approach-section.approach-mobile .arc-bg {
  border-color: transparent !important;
}

.approach-section.approach-mobile .arc-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 56px;
  height: 208px;
  pointer-events: none;
  z-index: 3;
  overflow: visible;
}

.approach-section.approach-mobile .arc-line .arc-base {
  fill: none;
  stroke-width: 0.5;
}

.approach-section.approach-mobile .arc-line .arc-draw {
  fill: none;
  stroke: rgba(255, 255, 255, 1);
  stroke-width: 0.5;              
  stroke-linecap: round;
  opacity: 0;
  filter: drop-shadow(0 0 14px rgba(255, 255, 255, 0.4));
}

.approach-section.approach-mobile .nqa-approach-fly-logo {
  position: absolute;
  width: 40px;
  height: 40px;
  z-index: 9999;
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
  pointer-events: none;
  transform: translate(-50%, -50%);
  will-change: left, top, transform;
}






/* ===== CONTENT ===== */
.process-steps .content .step-number {
  font-size: 20px;
  color: #a7a7a7;
  margin-bottom: 16px;
}

.process-steps .content .step-title {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 32px;
}

.process-steps .content .step-desc {
  font-size: 16px;
  line-height: 1.4;
  color: #a7a7a7;
  max-width: 290px;
  width: 89%;
}

.approach-section-2 {
  padding-bottom: 10px;
}

/* FAQ */
.faq-section {
  position: relative;
  padding: 60px 0;
  color: #fff;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
}

.faq-section::after {
  content: "";
  display: block;
  height: 30%;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(0deg, #101010 0%, rgba(16, 16, 16, 0.00) 100%);
}

.faq-section .quote-box {
  max-width: 60%;
  margin-bottom: 184px;
  color: #fff;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -1.2px;
}

.faq-section .quote-box p {
  margin: 0;
}

.faq-grid {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.faq-section .faq-title {
  margin: 0 0 38px;
  color: #fff;
  font-family: "Neue Montreal";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  width: 100%;
  max-width: 720px;
}

.faq-section .faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  max-width: 720px;
  width: 100%;
}

.faq-section .faq-item:first-of-type {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.faq-section .faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 19.5px;
  cursor: pointer;
  color: #fff;
  font-family: "Neue Montreal";
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
}

.faq-section .faq-question .arrow {
  font-size: 14px;
  opacity: 0.6;
  transform: translateY(1px);
}

.faq-section .faq-answer {
  overflow: hidden;
  font-size: 18px;
  line-height: 1.5;
  padding: 0 0 20px;
}

.faq-question {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.faq-question .arrow {
  display: inline-flex;
  transition: transform 0.5s ease;
  will-change: transform;
}

.faq-item.is-open .faq-question .arrow {
  transform: rotate(180deg);
}

.faq-answer {
  overflow: hidden;
}

/* Banner Bottom */
.cta-section.cta-v2 {
  position: relative;
  padding: 20px 0 40px;
  color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  background-color: #101010;
}

.cta-section.cta-v2 .container {
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
  max-width: unset;
}

.cta-section.cta-v2 .cta-v2-wrap {
  width: 100%;
  display: flex;
  align-items: stretch;
}

.cta-section.cta-v2 .cta-v2-left {
  flex: 0 0 63%;
  max-width: 980px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  min-height: 560px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(25px);
  background-size: cover;
  background-position: left;
}

.cta-section.cta-v2 .cta-v2-left::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16, 16, 16, 0) 0%, rgba(16, 16, 16, .62) 100%);
  z-index: 1;
  pointer-events: none;
}

.cta-section.cta-v2 .cta-v2-left-inner {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 59px;
  z-index: 2;
}

.cta-section.cta-v2 .cta-v2-title {
  margin: 0 0 31px;
  color: #fff;
  font-family: "PP Neue Montreal";
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1.6px;
  max-width: 520px;
}

.cta-section.cta-v2 .cta-v2-sub {
  margin: 0;
  color: #FFF;
  font-family: "PP Neue Montreal";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  max-width: 611px;
}

.cta-section.cta-v2 .cta-v2-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}

.cta-section.cta-v2 .cta-v2-card {
  padding: 60px 20px 0px 40px;
}

.cta-section.cta-v2 .cta-v2-form-title {
  display: none;
  margin: 0 0 11px;
  color: #FFF;
  font-family: "PP Neue Montreal";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.8px;
}

.cta-section.cta-v2 .cta-v2-form {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}

.cta-section.cta-v2 .cta-v2-field {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.cta-section.cta-v2 .cta-v2-label {
  color: #FFF;
  font-family: "PP Neue Montreal";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
}

.cta-v2-field.service-field {
  margin-top: 24px;
  margin-bottom: 32px;
}

.cta-section.cta-v2 .cta-v2-input,
.cta-section.cta-v2 .cta-v2-textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  padding: 32px 0 10px;
  color: #fff;
  outline: none;
  font-family: "PP Neue Montreal";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

.cta-section.cta-v2 .cta-v2-input::placeholder,
.cta-section.cta-v2 .cta-v2-textarea::placeholder {
  color: #FFF;
  font-family: "PP Neue Montreal";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.cta-section.cta-v2 .cta-v2-textarea {
  resize: none;
  padding: 10px 0 14px;
  max-height: 40px;
  margin-top: 35px;
}

.cta-v2-field-title {
  color: #FFF;
  font-family: "PP Neue Montreal";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.cta-section.cta-v2 .cta-v2-services-title {
  color: #FFF;
  font-family: "PP Neue Montreal";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
}

.cta-section.cta-v2 .cta-v2-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cta-section.cta-v2 .cta-v2-chip-input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.cta-section.cta-v2 .cta-v2-chip {
  color: #FFF;
  font-family: "PP Neue Montreal";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;

  min-width: 156px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  cursor: pointer;
  transition: all .3s ease;
  user-select: none;
}

.cta-section.cta-v2 .cta-v2-chip:hover {
  transform: translateY(-2px);
}

.cta-section.cta-v2 .cta-v2-chip-input:checked+.cta-v2-chip {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.28);
}

.cta-section.cta-v2 .cta-v2-chip-input:focus-visible+.cta-v2-chip {
  outline: 2px solid rgba(255, 255, 255, 0.55);
  outline-offset: 2px;
}

.cta-section.cta-v2 .cta-v2-chip.is-active {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.28);
}

.cta-section.cta-v2 .cta-v2-submit {
  align-self: flex-start;
  background: #fff;
  border: none;
  padding: 12px 32px;
  border-radius: 8px;
  color: #000;
  font-family: "Neue Montreal";
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
}

.cta-section.cta-v2 .cta-v2-submit:hover {
  filter: brightness(.96);
}

.cta-section.cta-v2 .cta-v2-call {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 31px 24px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(22px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.4);
}

.cta-section.cta-v2 .cta-v2-call-title {
  margin: 0 0 16px;
  color: #FFF;
  font-family: "PP Neue Montreal";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.64px;
}

.cta-section.cta-v2 .cta-v2-call-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #FFF;
  font-family: "PP Neue Montreal";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  width: fit-content;
  transition: all .3s ease;
}

.cta-section.cta-v2 .cta-v2-call:hover .cta-v2-call-link {
  opacity: 1;
  transform: translateY(-2px);
}


.cta-v2 .cta-v2-services-select {
  display: none;
}

.cta-v2 .cta-v2-select {
  width: 100%;
  height: 44px;
  padding: 0 40px 0 16px;
  color: #FFF;
  font-family: "PP Neue Montreal";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;

  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(2px);
  appearance: none;
   -webkit-appearance:none;
  -moz-appearance:none;
  background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%2716%27%20height%3D%2716%27%20viewBox%3D%270%200%2016%2016%27%20fill%3D%27none%27%3E%3Cpath%20d%3D%27M8.36148%2011.6369L13.6715%206.06389C13.7601%205.9709%2013.8096%205.84736%2013.8096%205.71889C13.8096%205.59042%2013.7601%205.46688%2013.6715%205.37389L13.6655%205.36789C13.6225%205.32266%2013.5708%205.28664%2013.5134%205.26202C13.4561%205.23741%2013.3944%205.22472%2013.332%205.22472C13.2696%205.22472%2013.2078%205.23741%2013.1505%205.26202C13.0932%205.28664%2013.0414%205.32266%2012.9985%205.36789L7.99847%2010.6159L3.00048%205.36789C2.9575%205.32266%202.90578%205.28664%202.84844%205.26202C2.79111%205.23741%202.72937%205.22472%202.66698%205.22472C2.60458%205.22472%202.54284%205.23741%202.48551%205.26202C2.42818%205.28664%202.37645%205.32266%202.33348%205.36789L2.32748%205.37389C2.23883%205.46688%202.18938%205.59042%202.18938%205.71889C2.18938%205.84736%202.23883%205.9709%202.32748%206.06389L7.63747%2011.6369C7.68417%2011.6859%207.74034%2011.7249%207.80256%2011.7516C7.86479%2011.7782%207.93178%2011.792%207.99948%2011.792C8.06717%2011.792%208.13416%2011.7782%208.19639%2011.7516C8.25861%2011.7249%208.31478%2011.6859%208.36148%2011.6369Z%27%20fill%3D%27white%27/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position: right 20px center;

  cursor: pointer;
}

.cta-v2 .cta-v2-select:focus {
  outline: none;
  border-color: rgba(255, 255, 255, .45);
}

.cta-v2 .cta-v2-select option {
  background: #0b0b0b;
  color: #fff;
}

.cta-section.cta-v2 .cta-v2-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cta-section.cta-v2 .cta-v2-chip-input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.cta-section.cta-v2 .cta-v2-chip {
  color: #FFF;
  font-family: "PP Neue Montreal";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  min-width: 156px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  cursor: pointer;
  transition: all .3s ease;
  user-select: none;
}

.cta-section.cta-v2 .cta-v2-chip:hover {
  transform: translateY(-2px);
}

.cta-section.cta-v2 .cta-v2-chip-input:checked + .cta-v2-chip {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.28);
}

.cta-section.cta-v2 .cta-v2-chip-input:focus-visible + .cta-v2-chip {
  outline: 2px solid rgba(255, 255, 255, 0.55);
  outline-offset: 2px;
}

.cta-section.cta-v2 .cta-v2-chip.is-active {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.28);
}

.cta-section.cta-v2 .cta-v2-mobile-select {
  display: none;
}
.cta-section.cta-v2 .cta-v2-mobile-select-el{
  color-scheme: dark;
}

.cta-section.cta-v2 .cta-v2-mobile-select-el option{
  background: #0b1020;
  color: #fff;
}

.cta-section.cta-v2 .cta-v2-mobile-select-el option:checked{
  background: #141c33;
  color: #fff;
}

.cta-section.cta-v2 .cta-v2-mobile-select-el option:disabled{
  color: rgba(255,255,255,0.55);
}

.cta-v2-submit-wrap{
  position:relative;
  overflow:hidden;
  width: fit-content;
  margin-top: 30px;
}

.cta-v2-submit-wrap > p{
  position:absolute;
  inset:0;
  margin:0;
  z-index:3;
}

.cta-v2-submit-wrap .cta-v2-submit{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  opacity:0;
  cursor:pointer;
  pointer-events:auto !important;
  z-index:4;
}

.cta-v2-submit-wrap .text-wrap{
  position:relative;
  z-index:1;
  pointer-events:none;
}


.cta-v2-submit-wrap > p{
  position:absolute;
  inset:0;
  margin:0;
}

.cta-v2-submit-wrap p{
  margin:0;
}

.cta-v2-submit-wrap br{
  display:none;
}

.cta-v2-submit{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  opacity:0;
  margin:0;
  z-index:2;
  cursor:pointer;
}

.cta-v2-submit-wrap .wpcf7-spinner{
  position:absolute;
  right:14px;
  top:50%;
  transform:translateY(-50%);
  z-index:3;
}

.cta-v2-submit-wrap .text-wrap{
  position:relative;
  overflow:hidden;
  z-index:1;
  pointer-events:none;
}

.cta-v2-submit-wrap .text{
  display:block;
  transition:transform .4s ease;
  text-align:center;
}

.cta-v2-submit-wrap .text-hover{
  position:absolute;
  left:0;
  top:100%;
  width:100%;
}

.cta-v2-submit-wrap:hover .text-default,
.cta-v2-submit-wrap:focus-within .text-default{
  transform:translateY(-100%);
}

.cta-v2-submit-wrap:hover .text-hover,
.cta-v2-submit-wrap:focus-within .text-hover{
  transform:translateY(-100%);
}


@media (max-width: 1024px) {
  .cta-section.cta-v2 .cta-v2-mobile-select {
    display: block;
    position: relative;
  }

  .cta-section.cta-v2 .cta-v2-ms {
    position: relative;
    width: 100%;
  }

  .cta-section.cta-v2 .cta-v2-ms-trigger {
    width: 100%;
    min-height: 43px;
    padding: 12px 16px;
    border-radius: 12px;

    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);

    color: #fff;
    font-family: "PP Neue Montreal";
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;

    outline: none;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .cta-section.cta-v2 .cta-v2-ms-value {
    display: block;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .cta-section.cta-v2 .cta-v2-ms-arrow {
    width: 10px;
    height: 10px;
    border-right: 2px solid rgba(255, 255, 255, 0.85);
    border-bottom: 2px solid rgba(255, 255, 255, 0.85);
    transform: rotate(45deg);
    flex: 0 0 auto;
  }

  .cta-section.cta-v2 .cta-v2-ms.is-open .cta-v2-ms-arrow {
    transform: rotate(-135deg);
  }

  .cta-section.cta-v2 .cta-v2-ms-panel {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 10px);

    border-radius: 18px;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.18);

    max-height: 260px;
    overflow: auto;

    padding: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    z-index: 50;
  }

  .cta-section.cta-v2 .cta-v2-ms.is-open .cta-v2-ms-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .cta-section.cta-v2 .cta-v2-ms-item {
    width: 100%;
    padding: 12px 12px;
    border-radius: 14px;

    display: flex;
    align-items: center;
    gap: 10px;

    background: transparent;
    border: none;

    color: #fff;
    font-family: "PP Neue Montreal";
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;

    cursor: pointer;
    text-align: left;
    margin-bottom: 5px;
  }

  .cta-section.cta-v2 .cta-v2-ms-item:active {
    transform: translateY(1px);
  }

  .cta-section.cta-v2 .cta-v2-ms-check {
    width: 18px;
    height: 18px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.06);
    flex: 0 0 auto;
  }

  .cta-section.cta-v2 .cta-v2-ms-item.is-selected .cta-v2-ms-check {
    background: rgba(255, 255, 255, 0.22);
    border-color: rgba(255, 255, 255, 0.55);
  }

  .cta-section.cta-v2 .cta-v2-ms-item.is-selected {
    background: rgba(255, 255, 255, 0.08);
  }
  .cta-section.cta-v2 .cta-v2-chips{ display:none !important; }
  .cta-section.cta-v2 .cta-v2-mobile-select{ display:block !important; }
  .cta-section.cta-v2 .cta-v2-ms-trigger br {
      display: none;
  }
  
}




/* ======================================== ============================================ ============================================== */
@media (max-width: 1580px) {
  .cta-section .cta-box {
    margin-right: 0;
  }
}

@media (max-width: 1200px) {

  .service-section .service-card,
  .why-partner .why-layout {
    gap: 100px;
  }

  .why-partner .why-left {
    max-width: unset;
    flex: 0 0 40%;
  }

  .cta-section .cta-box {
    margin-right: 0;
  }

  .cta-section .bottom {
    margin-top: 200px;
  }

  .cta-section.cta-v2 .cta-v2-wrap {
    max-width: 100%;
  }

  .cta-section.cta-v2 .cta-v2-left {
    flex-basis: 54%;
    min-height: 520px;
  }
}

@media (max-width: 1024px) {
  .hide-tablet {
    display: none !important;
  }

  .service-section .service-card,
  .why-partner .why-layout {
    gap: 50px;
  }

  .why-partner .why-card {
    padding: 20px;
    justify-content: space-between;
  }

  .why-partner .why-title {
    font-size: 40px;
  }

  .approach-section .header-title {
    font-size: 40px;
  }

  .cs-heading {
    font-size: 40px;
  }

  .service-section .service-title {
    font-size: 40px;
  }

  .service-section .service-item-title {
    font-size: 18px;
  }

  .service-section .service-item-desc {
    flex: 0 0 40%;
  }

  .service-section .service-item-title {
    flex: 0 0 50%;
  }

  .service-section .service-card-pin {
      margin-bottom: 20px;
    }


  .cta-section .cta-box .banner-heading {
    font-size: 60px;
  }

  .cta-section .bottom {
    margin-top: 100px;
  }

  .cta-section.cta-v2 .cta-v2-title {
    font-size: 60px;
  }

  .cta-section.cta-v2 .cta-v2-left {
    min-height: 480px;
  }

  .hide-pc {
    display: none !important;
  }

  .btn-mb {
    display: none;
  }

  .cta-section.cta-v2 .cta-v2-title {
    font-size: 60px;
  }

  .service-hero .content .heading {
    min-width: unset;
  }

  .service-hero .cs-hero-main {
    padding-top: 240px;
  }

  .process-steps .arc-bg {
      height: 149px;
  }
  .faq-section .quote-box p {
      
      font-size: 40px;
  }
}

@media (max-width: 767px) {
  .service-hero .content .heading {
    min-width: unset;
  }

  .service-hero .cs-hero-main {
    padding-top: 104px;
  }

  .cs-hero.service-hero .cs-hero-main {
    background-size: cover;
    background-position: inherit;
  }

  .service-section .service-card,
  .service-section .service-card,
  .why-partner .why-layout,
  .process-steps .steps-wrapper {
    flex-wrap: wrap;
  }

  .service-section {
    padding-top: 40px;
  }

  .service-hero .content .heading {
    margin-bottom: 24px;
  }

  .service-hero .content .desc {
    max-width: 316px;
    margin-bottom: 471px;
  }

  .service-hero a.cta-button.btn.btn span {
    color: #000;
    font-family: "Neue Montreal";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0;
  }

  .service-hero .content {
    margin-bottom: 0 !important;
  }

  .cs-hero.service-hero {
    padding-bottom: 0px;
  }

  .service-section .service-heading {
    font-size: 16px;
  }

  .service-section .heading {
    margin: 0;
    padding: 0 16px;
  }

  .service-section .service-heading {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .service-section .service-card {
    padding: 40px 16px 41px;
  }

  .service-section .service-number {
    margin-top: 0px;
    font-size: 16px;
    margin-bottom: 14px;
  }

  .hide-pc {
    display: inherit !important;
  }

  .service-section .service-card {
    flex-direction: column-reverse;
    gap: 40px;
  }
	
	.service-section .service-item-desc {
		flex: 100%;
		max-width: unset;
	}

  .service-section .service-title {
    font-size: 28px;
    letter-spacing: -0.56px;
    margin-bottom: 0;
  }


  .btn-mb {
    display: block;
  }

  .service-section .content-title {
    margin-bottom: 37px;
  }

  .service-section .service-list {
    width: 100%;
  }

  .service-section .service-item {
    flex-direction: column;
    max-height: unset;
    padding: 26px 0 22.8px;
    width: 100%;
  }

  .service-section .service-item-title {
    flex: 100%;
    width: 100%;
    font-size: 20px;
    margin-bottom: 13px;
    max-width: unset;
  }

  .service-section .service-desc {
    flex: 100%;
    width: 100%;
    max-width: 80%;
  }

  .service-section .service-right {
    width: 100%;
  }


  .hide-mb {
    display: none !important;
  }

  .service-section .service-image {
    display: flex;
    flex-direction: column-reverse;
  }

  .service-section .service-left {
    display: block;
    width: 100%;
  }

  .service-section .service-swiper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .service-section .service-swiper .swiper-wrapper {
    width: 100%;
  }

  .service-section .service-swiper .swiper-slide {
    height: auto;
  }

  .service-section .service-img {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 0;
    max-width: unset;
  }

  .service-section .service-project-label {
    margin-top: 13px;
    font-size: 16px;
    font-family: "Neue Montreal";
  }

  .why-partner .why-left {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0px;
  }

  .why-partner {
    padding: 40px 0;
  }

  .why-partner .why-title {
    font-size: 24px;
  }

  .why-partner .why-title {
    font-size: 24px;
    letter-spacing: -0.48px;
    max-width: unset;
  }

  .why-partner .why-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 14px;
  }

  .industry-tags {
    flex-direction: column;
  }

  .why-partner .why-layout {
    gap: 38px;
  }

  .why-partner .why-card {
    padding: 20px;
    justify-content: flex-end;
  }

  .why-partner .card-title {
    margin: 0 0 16px;
    letter-spacing: 0;
  }

  .why-partner .tag-title {
    margin-bottom: 31px;
    margin-left: 4px;
  }

  .why-partner .tags-list {
    gap: 10px;
  }

  .approach-section {
    padding: 20px 0 60px;
  }

  .approach-section .header-title {
    margin-left: 0;
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 1.4;
  }

  .process-steps .steps-wrapper {
    flex-direction: column;
  }

  .process-steps .step {
    display: flex;
  }

  .process-steps .arc-svg {
    rotate: 90deg;
  }

  .process-steps .arc-wrapper {
    margin-left: -20px;
    height: 208px;
  }

  .approach-mobile .mobile-steps {
    display: flex;
    flex-direction: column;
    margin-left: -20px;
  }

  .approach-mobile .m-step {
    display: flex;
    gap: 74px;
    align-items: center;
  }

  .approach-mobile .m-step.is-active {
    opacity: 1;
  }

  /* ===== ARC ===== */
  .approach-mobile .arc-wrapper {
    position: relative;
    width: 84px;
    height: 210px;
    flex: 0 0 61px;
  }

  .approach-mobile .arc-bg {
    position: absolute;
    width: 250px;
    height: 250px;
    left: -189px;
    top: -22px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 60%);
  }

  .approach-mobile .logo-svg {
    position: absolute;
    width: 36px;
    height: 36px;
    left: 0;
    top: 0;
    transform: translate(-50%, -50%);
    pointer-events: none;
  }

  /* ===== CONTENT ===== */
  .approach-mobile .step-number {
    font-size: 16px;
    margin-bottom: 14px;
  }

  .approach-mobile .step-title {
    font-size: 32px;
    letter-spacing: 0;
    margin-bottom: 16px;
  }

  .approach-mobile .step-desc {
    font-size: 16px;
    line-height: 1.4;
  }

  .approach-mobile .m-step {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
  }

  .approach-mobile .m-step.is-visible {
    opacity: 1;
    pointer-events: auto;
  }

  .approach-mobile .m-step .content {
    margin-top: -2px;
  }

  .approach-mobile .m-step.is-active {
    opacity: 1;
  }

  .approach-mobile .logo-svg {
    opacity: 0;
    transition: opacity 0.25s ease;
  }

  .approach-mobile .m-step.is-active .logo-svg {
    opacity: 1;
  }

  .approach-section .header-title span {
    font-size: 16px;
    letter-spacing: -0.3px;
    margin-bottom: -15px;
  }

  .approach-section .approach-header {
    margin-bottom: 53px;
  }

  .faq-section {
    padding: 80px 0 110px;
  }

  .faq-section::after {
    content: none;
  }

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

  .why-partner-2 {
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .faq-section .faq-question {
    font-size: 16px;
    padding: 22px 0 24.5px;
  }

  .faq-section .quote-box,
  .why-partner-2 .quote-box {
    font-size: 32px;
    letter-spacing: -0.64px;
    margin-bottom: 57px;
    max-width: unset;
  }

  .faq-section .faq-title {
    margin-bottom: 9px;
  }

  .faq-section .faq-item:first-of-type {
    border-top: none;
  }



  .why-partner-2 .quote-box {
    margin-bottom: 300px;
  }


  .cta-section.cta-v2 {
    padding: 177px 0 13px;
    background-size: 100%;
    background-position: top;
  }

  .cta-section.cta-v2 .container {
    justify-content: flex-start;
  }

  .cta-section.cta-v2 .cta-v2-wrap {
    flex-direction: column;
    gap: 40px;
  }

  .cta-section.cta-v2 .cta-v2-left {
    flex: unset;
    min-height: unset;
    backdrop-filter: unset;
    border: none;
    background: none;
  }

  .cta-section.cta-v2 .cta-v2-left::before {
    content: none;
  }

  .cta-section.cta-v2 .cta-v2-left-inner {
    position: unset;
  }

  .cta-section.cta-v2 .cta-v2-title {
    font-size: 40px;
    font-weight: 500;
    letter-spacing: -0.8px;
    max-width: 100%;
    margin-bottom: 23px;
    max-width: 73%;
  }

  .cta-section.cta-v2 .cta-v2-sub {
    color: #FFF;
    font-family: "PP Neue Montreal";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
  }

  .cta-section.cta-v2 .cta-v2-card {
    padding: 0;
  }

  .cta-section.cta-v2 .cta-v2-form-title {
    display: none;
  }

  .cta-section.cta-v2 .cta-v2-input {
    padding: 36px 0 8px;
  }

  .cta-section.cta-v2 .cta-v2-textarea {
    max-height: 52px;
    margin-top: 8px;
    border-bottom: none;
  }

  .cta-section.cta-v2 .cta-v2-textarea::placeholder {
    color: rgba(255, 255, 255, 0.80);
    max-width: 70%;
  }

  .cta-section.cta-v2 .cta-v2-field.message-field {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    padding-bottom: 13px;
  }

  .cta-section.cta-v2 .cta-v2-submit {
    display: block;
    width: 100%;
  }

  .cta-v2 .cta-v2-chips {
    display: none;
  }

  .cta-section.cta-v2 .cta-v2-form {
    margin-bottom: 19px;
  }

  .cta-section.cta-v2 .cta-v2-call {
    padding: 35px 20px;
  }

  .cta-section.cta-v2 .cta-v2-call-title {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
  }

  .cta-v2 .cta-v2-services-select {
    display: block;
  }
}

@media (max-width: 374px) {
  .why-partner-2 {
    background-position: top;
    background-size: auto;
  }
}



