  :root {
    --ink: #202235;
    --muted: #697084;
    --pink: #D402A0;
    --pink-soft: #ffe8f7;
    --line: #e7e8ef;
    --deep: #151722;
  }

  * {
    box-sizing: border-box;
  }

  body {
    margin: 0;
    color: var(--ink);
    background: #fff;
    font-family: "Inter", Arial, sans-serif;
    letter-spacing: 0;
  }

  html {
    scroll-behavior: smooth;
    scroll-padding-top: 82px;
  }

  h1 {
    font-family: 'AndanteDisplay-Medium';
    font-weight: 600;
    /* Assuming DemiBold is 600 */
  }

  h6,
  h2,
  h5 {
    font-family: "AndanteDisplay-Medium";
  }

  p {
    font-family: "Manrope", sans-serif;
  }

  a,
  button {
    transition: 0.2s linear;
  }

  a {
    text-decoration: none;
  }
  .page-container {
    width: min(1170px, calc(100% - 70px));
    margin: 0 auto;
  }

  .project-row {
    padding-left: max(35px, calc((100vw - 1170px) / 2));
  }
 

  .section {
    padding: 78px 0;
    scroll-margin-top: 82px;
  }

  .site-header {
    position: sticky;
    top: 0;
    z-index: 1030;
    padding-top: 14px;
    background: rgb(255 255 255);
    backdrop-filter: blur(14px);
    padding-bottom: 14px;
  }

  .header-wrap,
  .footer-wrap {
    width: 90%;
    margin: 0 auto;
  }
a.brand.footer-brand img {
    width: 220px !important;
}
  /* @media (max-width: 1440px) {
    .page-container {
      width: min(1170px, calc(100% - 70px));
    }
  } */

  .navbar {
    position: relative;
    padding: 0;
    min-height: 34px;
  }

  .brand {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #5d6170;
    font-size: 22px;
    font-weight: 500;
  }

  .brand:hover {
    color: #5d6170;
  }

  .mark {
    position: relative;
    display: inline-block;
    width: 27px;
    height: 17px;
  }

  .mark::before,
  .mark::after,
  .mark span {
    content: "";
    position: absolute;
    top: 1px;
    display: block;
    width: 10px;
    height: 17px;
    border-radius: 2px 2px 8px 8px;
    transform: skewX(-23deg);
  }

  .mark::before {
    left: 0;
    background: #16192b;
  }

  .mark::after {
    left: 10px;
    background: var(--pink);
  }

  .mark span {
    left: 20px;
    height: 11px;
    background: #27c7b6;
  }

  .navbar-nav {
    gap: 10px;
  }

  .nav-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #777f91;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 5px 10px !important;
    font-family: 'Manrope';
  }

  a.navbar-brand.brand img {
    width: 220px;
  }

  .nav-link i {
    display: none;
  }

  .nav-link.active,
  .nav-link:hover {
    color: var(--pink);
  }

  .nav-link::after {
    content: "";
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 2px;
    height: 2px;
    border-radius: 99px;
    background: var(--pink);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .25s ease;
  }
.project-row, .service-grid {
    overflow: hidden !important;
}
  .nav-link.active::after,
  .nav-link:hover::after {
    transform: scaleX(1);
  }

  body:has(#home:target) .navbar-nav .nav-link.active:not([href="#home"]),
  body:has(#work:target) .navbar-nav .nav-link.active:not([href="#work"]),
  body:has(#services:target) .navbar-nav .nav-link.active:not([href="#services"]),
  body:has(#about:target) .navbar-nav .nav-link.active:not([href="#about"]) {
    color: #777f91;
  }

  body:has(#home:target) .navbar-nav .nav-link.active:not([href="#home"])::after,
  body:has(#work:target) .navbar-nav .nav-link.active:not([href="#work"])::after,
  body:has(#services:target) .navbar-nav .nav-link.active:not([href="#services"])::after,
  body:has(#about:target) .navbar-nav .nav-link.active:not([href="#about"])::after {
    transform: scaleX(0);
  }

  body:has(#home:target) .navbar-nav .nav-link[href="#home"],
  body:has(#work:target) .navbar-nav .nav-link[href="#work"],
  body:has(#services:target) .navbar-nav .nav-link[href="#services"],
  body:has(#about:target) .navbar-nav .nav-link[href="#about"] {
    color: var(--pink);
  }

  body:has(#home:target) .navbar-nav .nav-link[href="#home"]::after,
  body:has(#work:target) .navbar-nav .nav-link[href="#work"]::after,
  body:has(#services:target) .navbar-nav .nav-link[href="#services"]::after,
  body:has(#about:target) .navbar-nav .nav-link[href="#about"]::after {
    transform: scaleX(1);
  }
.contact-btn.active {
  color: #fff;
  background: var(--pink);
}
  .contact-btn {
    padding: 8px 18px;
    border-radius: 18px;
    color: #fff;
    background: #171a26;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
  }

  .contact-btn:hover {
    color: #fff;
    background: var(--pink);
  }

  .hero {
    padding-top: 75px;
    padding-bottom: 22px;
  }

  .eyebrow {
    margin: 0 0 11px;
    color: var(--pink);
  }
/*Start*/
.audit-message, .apply-message {
    text-align: center;
    margin-top: 20px;
}
.audit-form-section {
    padding: 80px 0;
}

.audit-form {
    padding: 82px 60px;
    width: 100%;
}

.audit-form label {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
    font-family: 'Manrope';
}

.audit-form input {
    width: 100%;
    border: none;
    border-radius: 6px;
    padding: 12px 16px;
    font-size: 14px;
    outline: none;
}

.audit-btn {
    padding: 14px 30px;
    border-radius: 34px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Manrope';
    background: #D402A0;
    color: #fff;
    border: 0px !important;
}
.audit-btn:hover {
    transform: translateY(-2px);
}

@media (max-width: 767px) {
    .audit-form {
        padding: 40px 25px;
    }

    .audit-form .col-md-6 {
        margin-bottom: 20px;
    }

  .audit-btn {
    width: 100%;
    font-size: 16px;
    padding: 12px 20px;
}

form.audit-form .text-center.mt-5 {
    margin-top: 20px !important;
}


.wave-visual.is-visible {background-position: center;}
}

.wave-visual.is-visible {
    display:flex;
    align-content:center;
}
/*END*/
  /*
  .hero-rotator {
    position: relative;
    height: 12px;
    overflow: hidden;
  }*/
  .hero-rotator {
    position: relative;
    height: 24px;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Manrope';
    font-size: 12px;

  }

  .eyebrow.hero-rotator span {
    background-color: #FFF3F9;
    padding: 4px 10px;
    border-radius: 30px;
  }

  .rotator-text {
    position: absolute;
    inset: 0 auto auto 0;
    opacity: 0;
    transform: translateY(100%);
    transition: transform .55s ease, opacity .55s ease;
    white-space: nowrap;
  }

  .rotator-text.is-active {
    opacity: 1;
    transform: translateY(0);
  }

  .rotator-text.is-leaving {
    opacity: 0;
    transform: translateY(-100%);
  }

  .hero h1 {
    max-width: 650px;
    margin: 0;
    color: #171A26;
    font-size: 46px;
    line-height: 60px;
    font-family: 'AndanteDisplay-DemiBold';
  }

  .intro-copy {
    margin: 0 0 8px;
    color: #171A26;
    font-size: 16px;
  }

  .wave-visual {
    position: relative;
    height: 350px;
    margin-top: 80px;
    overflow: hidden;
    border-radius: 19px;
    background: #171525;
  }

  .banner-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: scale(1.025);
    transition: opacity 1s ease, transform 1.25s ease;
  }

  .banner-slide.is-active {
    opacity: 1;
    transform: scale(1);
  }

  .banner-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .banner-slide-1,
  .banner-slide-2,
  .banner-slide-3 {
    background: none !important;
  }

  .banner-slide-1::before,
  .banner-slide-1::after {
    display: none;
  }

  .banner-slide-1 {
    background:
      radial-gradient(circle at 58% 39%, rgba(255, 52, 151, .92), transparent 29%),
      radial-gradient(circle at 42% 45%, rgba(193, 19, 91, .85), transparent 40%),
      linear-gradient(135deg, #19162a 0%, #2b1230 34%, #9c124d 56%, #171525 100%);
    box-shadow: inset 0 -70px 120px rgba(7, 10, 24, .62);
  }

  .banner-slide-1::before,
  .banner-slide-1::after {
    content: "";
    position: absolute;
    left: -8%;
    right: -8%;
    height: 185px;
    border-radius: 50%;
    border-top: 25px solid rgba(27, 25, 43, .96);
    border-bottom: 7px solid rgba(255, 111, 180, .7);
    transform: rotate(-11deg);
  }

  .banner-slide-1::before {
    top: 120px;
    box-shadow:
      0 -18px 0 rgba(46, 33, 60, .93),
      0 -34px 0 rgba(144, 19, 75, .86),
      0 -49px 0 rgba(255, 50, 146, .72),
      0 -64px 0 rgba(37, 30, 51, .91);
  }

  .banner-slide-1::after {
    top: 68px;
    left: 46%;
    right: -20%;
    height: 260px;
    border-top-width: 35px;
    transform: rotate(-28deg);
    box-shadow:
      0 -22px 0 rgba(67, 48, 77, .88),
      0 -42px 0 rgba(246, 35, 132, .86),
      0 -60px 0 rgba(13, 16, 32, .96);
  }

  .wave-line {
    position: absolute;
    left: -10%;
    right: -10%;
    height: 140px;
    border-radius: 50%;
    border-top: 3px solid rgba(255, 205, 236, .8);
    transform: rotate(-8deg);
  }

  .line-1 {
    top: 149px;
  }

  .line-2 {
    top: 166px;
    border-color: rgba(255, 39, 152, .9);
  }

  .line-3 {
    top: 189px;
    border-color: rgba(255, 227, 244, .65);
  }

  .line-4 {
    top: 216px;
    border-color: rgba(128, 33, 83, .95);
  }

  .line-5 {
    top: 238px;
    border-color: rgba(255, 79, 170, .75);
  }

  .wave-glow {
    position: absolute;
    inset: auto -20px -72px 45%;
    height: 150px;
    background: radial-gradient(circle, rgba(255, 255, 255, .24), transparent 60%);
    transform: rotate(-10deg);
  }

  .banner-slide-2 {
    background:
      radial-gradient(circle at 72% 30%, rgba(255, 255, 255, .24), transparent 18%),
      linear-gradient(135deg, #0e1830 0%, #235bff 48%, #25d4c8 100%);
  }

  .banner-card-ui {
    position: absolute;
    left: 78px;
    top: 63px;
    width: 430px;
    height: 210px;
    border-radius: 18px;
    background:
      linear-gradient(#fff 0 44px, transparent 44px),
      linear-gradient(90deg, #17264a 0 33%, #6b35ff 33% 62%, #f4f7ff 62%);
    box-shadow: 0 34px 55px rgba(4, 20, 60, .35);
    transform: rotate(-7deg);
  }

  .banner-phone-ui,
  .banner-circle-ui {
    position: absolute;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 26px 50px rgba(4, 20, 60, .26);
  }

  .banner-phone-ui {
    right: 130px;
    top: 50px;
    width: 110px;
    height: 230px;
    transform: rotate(17deg);
  }

  .banner-phone-ui::before {
    content: "";
    position: absolute;
    inset: 52px 18px 78px;
    border-radius: 14px;
    background: linear-gradient(160deg, #1264ff, #02d5ff);
  }

  .banner-circle-ui {
    right: 265px;
    bottom: 42px;
    width: 116px;
    height: 116px;
    border-radius: 50%;
    background: linear-gradient(145deg, #ff28b8, #ffe07a);
  }

  .banner-slide-3 {
    background:
      radial-gradient(circle at 25% 45%, rgba(255, 24, 184, .58), transparent 28%),
      linear-gradient(135deg, #181321 0%, #3e1744 43%, #111827 100%);
  }

  .banner-dashboard-ui {
    position: absolute;
    right: 80px;
    top: 50px;
    width: 460px;
    height: 240px;
    border: 14px solid #111827;
    border-bottom-width: 30px;
    border-radius: 18px;
    background:
      linear-gradient(#f8fbff 0 58px, transparent 58px),
      linear-gradient(90deg, #eff3fa 0 30%, #fff 30% 100%);
    box-shadow: 0 34px 70px rgba(0, 0, 0, .38);
    transform: perspective(800px) rotateY(-13deg);
  }

  .banner-dashboard-ui::before {
    content: "";
    position: absolute;
    left: 145px;
    right: 42px;
    bottom: 36px;
    height: 75px;
    border-radius: 10px;
    background:
      linear-gradient(90deg, #32c48d 0 13%, transparent 13% 22%, #32c48d 22% 36%, transparent 36% 47%, #32c48d 47% 63%, transparent 63% 72%, #32c48d 72%);
  }

  .banner-orbit-ui {
    position: absolute;
    left: 92px;
    top: 67px;
    width: 205px;
    height: 205px;
    border: 2px solid rgba(255, 255, 255, .62);
    border-radius: 50%;
  }

  .banner-orbit-ui::before,
  .banner-orbit-ui::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: #fff;
  }

  .banner-orbit-ui::before {
    width: 72px;
    height: 72px;
    left: 62px;
    top: 62px;
  }

  .banner-orbit-ui::after {
    width: 34px;
    height: 34px;
    right: 6px;
    top: 24px;
  }

  .banner-pill-ui {
    position: absolute;
    left: 290px;
    bottom: 55px;
    width: 140px;
    height: 58px;
    border-radius: 99px;
    background: var(--pink);
    box-shadow: 0 22px 38px rgba(255, 24, 184, .28);
  }

  .proposal-btn,
  .pink-pill,
  .submit-btn {
    color: #fff;
    background: var(--pink);
    font-weight: 800;
  }

  .proposal-btn {
    min-width: 105px;
    margin-top: 50px;
    padding: 10px 30px;
    border-radius: 34px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Manrope';
    background: #D402A0;
  }

  .proposal-btn:hover,
  .pink-pill:hover,
  .submit-btn:hover {
    color: #fff;
    background: #e700a4;
  }

  section#work .eyebrow {
    color: #D402A0;
    font-size: 14px;
    font-family: 'AndanteDisplay-Medium';
  }

  .work-strip {
    padding-top: 90px;
    overflow: hidden;
  }

  .section-title-row {
    margin-bottom: 38px;
  }

  section#work h2 {
    font-size: 38px;
    line-height: 48px;
    font-family: 'AndanteDisplay-DemiBold';
  }

  .section-title-row h2,
  .service-head h2 {
    margin: 0;
    color: #202235;
    font-size: 22px;
    font-weight: 800;
  }

  .slider-arrows {
    display: flex;
    gap: 10px;
  }

.slider-arrows button {
    width: 44px;
    height: 44px;
    border: 1.5px solid #000;
    border-radius: 50%;
    color: #171A26;
    background: #fff;
    font-size: 20px;
    transition: border-color .2s ease, color .2s ease, transform .2s ease, opacity .2s ease;
    font-weight: blog;
}
  .slider-arrows button:hover {
    border-color: var(--pink);
    color: var(--pink);
    transform: translateY(-1px);
  }

  .slider-arrows button:disabled {
    opacity: 1;
    cursor: default;
    transform: none;
  }

  .project-viewport {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    cursor: grab;
    user-select: none;
  }

  .project-viewport.dragging {
    cursor: grabbing;
  }

  .project-viewport.dragging .project-card {
    pointer-events: none;
  }

  .project-row {
    display: flex;
    gap: 46px;
    width: 100%;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-left: max(35px, calc((100vw - 1440px) / 2));
    padding-right: clamp(22px, 5vw, 72px);
  }

  @media (max-width: 1500px) {
    .project-row {
      padding-left: max(35px, calc((100vw - 1170px) / 2)) !important;
    }
  }

  .project-row::-webkit-scrollbar {
    display: none;
  }

  .project-card {
    position: relative;
    flex: 0 0 290px;
    height: 405px;
    overflow: hidden;
    border-radius: 22px;
    color: #fff;
    padding: 27px 23px;
  }

  .project-image {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
  }

  img.icon-case-study {
    position: absolute;
    width: 42px;
  }

  .project-card h3 {
    position: relative;
    z-index: 2;
    margin: 62px 0 24px;
    font-size: 22px;
    font-family: 'AndanteDisplay-DemiBold';
  }

  @media (min-width: 1600.02px) {
    .page-container {
      width: 1440px;
    }
    .wave-visual {
      height: 350px;
    }

    .intro-copy {
      font-size: 20px;
    }

    .project-card {
      flex: 0 0 420px;
      height: 600px;
      padding: 38px 34px;
    }

    .audience-card {
      height: 520px;
    }

    img.icon-case-study {
      width: 58px;
    }

    .project-card h3 {
    margin-top: 88px;
    font-size: 28px;
    line-height: 38px;
}
    article.audience-card p {
      padding-right: 80px;
    }

    .hero h1 {
    font-size: 56px;
    line-height: 66px;
    max-width: 760px;
}
  .contact-panel {
    padding: 70px 200px 50px !important;
}
.about-panel {
    gap: 180px !important;
}
  }

  .card-icon {
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(255, 255, 255, .45);
    border-radius: 6px;
    font-size: 15px;
  }

 
  .packshots {
    position: absolute;
    left: 42px;
    right: 30px;
    bottom: 30px;
    display: flex;
    gap: 14px;
  }

  .packshots span {
    width: 92px;
    height: 185px;
    border-radius: 8px 8px 28px 28px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .72), rgba(255, 255, 255, .2) 29%, transparent 30%),
      linear-gradient(140deg, #cfa169, #b67b3e);
    box-shadow: 0 18px 28px rgba(52, 17, 39, .24);
  }

  .packshots span:last-child {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, .67), rgba(255, 255, 255, .18) 29%, transparent 30%),
      linear-gradient(140deg, #f08970, #c72232);
  }


  .laptop-mockup {
    position: absolute;
    left: 8px;
    right: -28px;
    bottom: 15px;
    height: 185px;
    transform: rotate(-8deg);
  }

  .laptop-mockup div {
    width: 260px;
    height: 140px;
    border: 9px solid #d9e0e9;
    border-bottom-width: 21px;
    border-radius: 7px;
    background:
      linear-gradient(#fff 0 26px, transparent 26px),
      linear-gradient(90deg, #162749 0 45%, #7438fe 45% 72%, #f4f5fb 72%);
    box-shadow: 0 24px 10px rgba(0, 0, 0, .35);
  }


  .phone-cloud span {
    position: absolute;
    width: 63px;
    height: 142px;
    border-radius: 11px;
    background:
      linear-gradient(#fff 0 100%),
      #fff;
    box-shadow: 0 15px 28px rgba(6, 66, 122, .24);
    transform: rotate(-27deg);
  }

  .phone-cloud span::before {
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    top: 28px;
    height: 54px;
    border-radius: 6px;
    background: linear-gradient(160deg, #115ef4, #00d8ff);
  }

  .phone-cloud span:nth-child(1) {
    left: 35px;
    bottom: 78px;
  }

  .phone-cloud span:nth-child(2) {
    left: 104px;
    bottom: 35px;
  }

  .phone-cloud span:nth-child(3) {
    right: 38px;
    bottom: 91px;
  }

  .phone-cloud span:nth-child(4) {
    right: -4px;
    bottom: 24px;
  }

  h3.dark-tittle {
    color: #656565 !important;
}

  .growth-graphic {
    position: absolute;
    left: 62px;
    bottom: 82px;
    width: 116px;
    height: 96px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    color: #109064;
    background: #71e9d0;
    font-size: 48px;
    box-shadow: 55px 25px 0 #8058fb;
  }

  

  .strategy-orbits span {
    position: absolute;
    border: 2px solid rgba(255, 255, 255, .78);
    border-radius: 50%;
  }

  .strategy-orbits span:nth-child(1) {
    left: 58px;
    bottom: 68px;
    width: 170px;
    height: 170px;
  }

  .strategy-orbits span:nth-child(2) {
    left: 107px;
    bottom: 116px;
    width: 72px;
    height: 72px;
    background: rgba(255, 255, 255, .24);
  }

  .strategy-orbits span:nth-child(3) {
    right: 42px;
    bottom: 57px;
    width: 42px;
    height: 42px;
    background: #fff;
  }

  .saas {
    background: linear-gradient(145deg, #252a52, #5b42f3);
  }

  .dashboard-graphic {
    position: absolute;
    left: 34px;
    right: 34px;
    bottom: 52px;
    height: 180px;
    border-radius: 14px;
    background: #f8f9ff;
    box-shadow: 0 22px 36px rgba(16, 15, 50, .32);
  }

  .dashboard-graphic::before {
    content: "";
    position: absolute;
    left: 22px;
    right: 22px;
    top: 22px;
    height: 16px;
    border-radius: 8px;
    background: #dce2f2;
  }

  .dashboard-graphic span {
    position: absolute;
    bottom: 25px;
    width: 42px;
    border-radius: 8px 8px 0 0;
    background: var(--pink);
  }

  .dashboard-graphic span:nth-child(1) {
    left: 32px;
    height: 56px;
  }

  .dashboard-graphic span:nth-child(2) {
    left: 96px;
    height: 92px;
    background: #28c7b6;
  }

  .dashboard-graphic span:nth-child(3) {
    right: 32px;
    height: 124px;
    background: #7e4cf2;
  }

  .progress-line {
    position: relative;
    width: 416px;
    height: 6px;
    margin-top: 43px;
    border-radius: 99px;
    background: #d8d8d8;
    overflow: hidden;
  }

  .progress-line span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 34%;
    height: 100%;
    border-radius: inherit;
    background: var(--pink);
    transition: width .16s ease;
  }

  .audience {
    padding-top: 82px;
  }

  .audience-card {
    min-height: 365px;
    padding: 39px 36px 33px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: linear-gradient(#fff 58%, #cfcfcf 100%);
  }

  .mini-icon {
    display: grid;
    place-items: center;
    width: 45px;
    height: 45px;
    margin-bottom: 32px;
    border-radius: 12px;
    color: var(--pink);
    background: #fff3fb;
    font-size: 18px;
  }

  .audience-card h3 {
    margin-bottom: 20px;
    font-size: 32px;
    font-family: 'AndanteDisplay-DemiBold';
    letter-spacing: -0.96px;
    color: #171A26;
  }

  .audience-card p,
  .audience-card li,
  .service-card p,
  .about-copy p {
    color: #5f6677;
    font-size: 10px;
    line-height: 1.75;
  }

  .audience-card ul {
    display: grid;
    gap: 8px;
    margin: 17px 0 50px;
    padding: 0;
    list-style: none;
  }

  .pink-pill {
    color: #fff;
    background: #D402A0;
    font-family: 'Manrope';
    font-size: 16px !important;
    border-radius: 50px !important;
    padding: 10px 38px !important;
    font-weight: 800;
  }

  a.btn.white-pill {
    font-family: 'Manrope';
    font-size: 16px !important;
    border-radius: 50px !important;
    padding: 10px 38px !important;
    font-weight: 800;
    background: #fff;

  }

  article.audience-card p {
    font-size: 16px;
    font-size: 16px;
    line-height: 24px;
    color: #01020A;
  }

  .audience-card li {
    padding-left: 16px;
    font-size: 16px;
    line-height: 24px;
    color: #01020A;
    font-family: 'Manrope';
    font-weight: 400;
    position: relative;
  }

  .audience-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--pink);
  }

  .pink-pill,
  .white-pill {
    min-width: 150px;
    padding: 10px 20px;
    border-radius: 18px;
    font-size: 10px;
  }

  .white-pill {
    color: var(--pink);
    background: #fff;
    font-weight: 800;
  }

  .expertise {
    padding-top: 102px;
  }
article.service-card.gray {
    background: #FFF8FD;
}
  .service-head {
    position: relative;
    margin-bottom: 45px;
  }

  section#services .eyebrow {
    margin: 0 0 11px;
    color: #D402A0;
    font-size: 14px;
    font-family: 'AndanteDisplay-Medium';
  }

  .service-head h2 {
    font-size: 46px;
    line-height: 56px;
    color: #01020A;
    margin-bottom: 20px;
  }

  .service-arrows {
    position: absolute;
    right: 0;
    bottom: 5px;
  }

  .service-viewport {
    overflow: hidden;
    cursor: grab;
    user-select: none;
    /* margin: -2px;
    padding: 2px; */
  }

  .service-viewport.dragging {
    cursor: grabbing;
  }

  .service-viewport.dragging .service-card {
    pointer-events: none;
  }

  .service-grid {
    display: flex;
    gap: 25px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x mandatory;
    padding: 1px;
  }

  .service-grid::-webkit-scrollbar {
    display: none;
  }

  .service-card {
    flex: 0 0 calc((100% - 78px) / 4);
    scroll-snap-align: start;
    min-height: 218px;
    padding: 28px 28px 20px;
    border: 1px solid #E0E1F4;
    border-radius: 22px;
    background: #fff;
  }

  .service-card i {
    color: var(--pink);
    font-size: 22px;
  }

  article.service-card img {
    height: 32px;
  }

  .service-card h3 {
    margin: 23px 0 12px;
    color: #171A26;
    font-size: 28px;
    line-height: 36px;
    font-family: 'AndanteDisplay-DemiBold';
    padding-right: 10px;
  }

  article.service-card p {
    font-size: 16px;
    line-height: 26px;
    color: #01020A;
    font-family: 'Manrope';
  }

  .about {
    padding-top: 88px;
  }

  .about-panel {
    display: grid;
    grid-template-columns: 402px 1fr;
    gap: 55px;
    padding: 70px;
    border-radius: 30px;
    align-items: center;
    background: #FFEDF7;
  }

  .about-brand {
    margin-bottom: 30px;
    font-size: 34px;
  }

  a.brand.about-brand img {
    width: 280px;
  }

  .about-brand .mark {
    transform: scale(1.18);
    transform-origin: left center;
  }

  .monitor-imageas img {
    width: 100%;
  }

  .about-copy h3 {
    margin-bottom: 28px;
    color: #1A1A1A;
    font-size: 32px;
    line-height: 41px;
    font-family: 'AndanteDisplay-Medium';
  }

  .about-copy p {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 30px;
    color: #1A1A1A;
  }

  .desktop-scene {
    position: relative;
    align-self: center;
    height: 294px;
    overflow: hidden;
    border-radius: 18px;
    background:
      radial-gradient(circle at 42% 60%, rgba(255, 255, 255, .38), transparent 13%),
      linear-gradient(135deg, #112435, #070b12 78%);
  }

  .monitor {
    position: absolute;
    left: 78px;
    top: 35px;
    width: 306px;
    height: 190px;
    padding: 12px 12px 22px;
    border-radius: 8px;
    background: #151923;
    transform: perspective(700px) rotateY(-13deg) rotateX(2deg);
    box-shadow: 0 18px 38px rgba(0, 0, 0, .42);
  }

  .screen {
    height: 100%;
    padding: 18px;
    background: #f5f7fb;
  }

  .chart-area {
    height: 86px;
    border-radius: 7px;
    background:
      linear-gradient(90deg, transparent 0 10%, rgba(42, 183, 99, .55) 10% 13%, transparent 13% 19%, rgba(42, 183, 99, .72) 19% 22%, transparent 22% 30%, rgba(42, 183, 99, .45) 30% 33%, transparent 33%),
      linear-gradient(180deg, #eaf6ef, #fff);
  }

  .panel-lines {
    height: 44px;
    margin-top: 16px;
    background:
      linear-gradient(#dfe4ea 0 4px, transparent 4px 11px) left / 48% 11px repeat-y,
      linear-gradient(#dfe4ea 0 4px, transparent 4px 11px) right / 42% 11px repeat-y;
  }

  .desk {
    position: absolute;
    left: 140px;
    bottom: 23px;
    width: 285px;
    height: 34px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .37);
  }

  .keyword-panel {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px 48px;
    margin-top: 24px;
    padding: 50px 80px 50px;
    border-radius: 20px;
    background: #f6f6f6;
  }
.keyword-panel a {
    color: #1a1a1a;
}
  .keyword-panel span {
    color: #1A1A1A;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Manrope';
  }

  .keyword-panel i {
    display: inline-grid;
    place-items: center;
    width: 20px;
    height: 20px;
    margin-left: 8px;
    border-radius: 50%;
    color: #fff;
    background: var(--pink);
    font-size: 10px;
  }

  .contact-section {
    padding-top: 78px;
    padding-bottom: 55px;
  }

  .contact-panel {
    margin: 0 auto;
    padding: 70px 150px 50px;
    border-radius: 32px;
    color: #fff;
    background: #171A26;
    text-align: center;
  }

  .pretitle {
    margin: 0 0 13px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'AndanteDisplay-Regular';
  }

  .contact-panel h2 {
    margin: 0 0 10px;
    font-size: 56px;
    font-family: 'AndanteDisplay-DemiBold';
    text-transform: capitalize;
    line-height: 66px;
    letter-spacing: -1.13px;
  }

  .contact-panel>p:not(.pretitle) {
    margin-bottom: 35px;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Manrope';
  }

  .contact-panel form {
    text-align: left;
  }

  .contact-panel label {
    display: block;
    margin-bottom: 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Manrope';
  }
  /* Select Dropdown Custom Arrow */

#apply_form select {
    width: 100%;
    background-color: #fff;
    font-size: 14px;
    color: #666;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;

    /* Custom Arrow */
    background-image: url('https://cdn-icons-png.flaticon.com/512/2985/2985150.png');
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 14px;
}

/* Focus Effect */
#apply_form select:focus {
    outline: none;
    border-color: #999;
    box-shadow: none;
}

  .contact-panel input,
  .contact-panel select,
  .contact-panel textarea {
    width: 100%;
    border: 0;
    border-radius: 6px;
    background: #fff;
    color: #6B7280;
    font-size: 14px;
    outline: 0;
    font-family: 'Manrope';
    font-weight: 400;
    line-height: 24px;
  }

  .contact-panel input,
  .contact-panel select {
    padding: 12px 16px;
  }

  .contact-panel textarea {
    resize: none;
    padding: 12px;
  }

  .submit-btn {
    width: 100%;
    border-radius: 8px;
    font-size: 16px;
    font-family: 'Manrope';
    padding: 14px;
    font-weight: 700;
  }

  .contact-panel small {
    display: block;
    margin-top: 24px;
    color: #fff;
    font-size: 16px;
    font-family: 'Manrope';
  }

  .footer {
    padding: 0 0 18px;
  }

  .footer-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }


  .footer p {
    margin: 0;
    color: #64748B;
    font-size: 14px;
    line-height: 22px;
  }

  .footer-right {
    max-width: 515px;
    text-align: right;
  }

  .footer-right ul {
    display: flex;
    justify-content: flex-end;
    gap: 26px;
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
  }

  .footer-right a {
    color: #64748B;
    font-size: 14px;
    line-height: 22px;
  }

  @media (max-width: 991.98px) {

    .header-wrap,
    .footer-wrap {
      width: min(100% - 32px, 970px);
    }

    .navbar-collapse {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1040;
      display: block !important;
      width: min(82vw, 320px);
      height: 100vh !important;
      padding: 46px 22px 24px;
      border-right: 1px solid #eef0f6;
      background: #fff;
      box-shadow: 18px 0 44px rgba(20, 23, 34, .12);
      transform: translateX(-100%);
      visibility: hidden;
      transition: transform .32s ease, visibility .32s ease;
      overflow-y: auto;
    }

    .navbar-collapse.show {
      transform: translateX(0);
      visibility: visible;
    }

    .navbar-collapse.is-visible-menu {
      visibility: visible;
    }

    .navbar-collapse.is-open {
      transform: translateX(0);
    }

    .navbar-collapse.collapsing {
      visibility: visible;
      transition: transform .32s ease;
    }

    .navbar-nav {
      gap: 0;
      margin-bottom: 18px;
    }

    .nav-link {
      display: flex;
      width: 100%;
      min-height: 44px;
      padding: 12px 0 !important;
      border-bottom: 0px;
      border-radius: 0;
      color: #25283a;
      background: transparent;
      font-size: 13px;
      transform: translateY(0);
      transition: color .2s ease;
    }

    .nav-link:hover,
    .nav-link.active {
      color: var(--pink);
      background: transparent;
      transform: none;
    }

    .nav-link i {
      display: none;
    }

    .nav-link::after {
      left: 0;
      right: 0;
      bottom: -1px;
      width: auto;
      height: 0px;
      transform: scaleX(0);
      transform-origin: left;
      transition: transform .2s ease;
    }

    .nav-link.active::after,
    .nav-link:hover::after {
      width: auto;
      transform: scaleX(1);
    }

   .contact-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 42px;
    border-radius: 100px;
    font-size: 16px;
}
    .navbar-toggler {
      position: relative;
      z-index: 1050;
      display: inline-grid;
      place-items: center;
      width: 44px;
      height: 44px;
      padding: 0;
      border: 1px solid #e8eaf1;
      border-radius: 50%;
      background: #fff;
      box-shadow: none !important;
      transition: border-color .2s ease, background .2s ease;
    }

    .navbar-toggler:hover,
    .navbar-toggler[aria-expanded="true"] {
      border-color: var(--pink);
      background: #fff5fb;
    }

    .navbar-toggler-icon {
      position: relative;
      width: 18px;
      height: 2px;
      background-image: none;
      border-top: 0;
      background: #202235;
      transition: transform .22s ease, opacity .18s ease, background .2s ease;
    }

    .navbar-toggler-icon::before,
    .navbar-toggler-icon::after {
      content: "";
      position: absolute;
      left: 0;
      width: 18px;
      height: 2px;
      border-radius: 99px;
      background: #202235;
      transition: transform .22s ease, opacity .18s ease, background .2s ease;
    }

    .navbar-toggler-icon::before {
      top: -6px;
    }

    .navbar-toggler-icon::after {
      top: 6px;
    }

    .navbar-toggler:hover .navbar-toggler-icon,
    .navbar-toggler:hover .navbar-toggler-icon::before,
    .navbar-toggler:hover .navbar-toggler-icon::after,
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon,
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before,
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
      background: var(--pink);
    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
      transform: rotate(45deg);
    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
      opacity: 0;
    }

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
      transform: translateY(-6px) rotate(-90deg);
    }

    .hero h1 {
      font-size: 38px;
      line-height: 48px;
    }

    .intro-copy {
      margin-top: 24px;
    }

    .section {
      padding: 28px 0;
      scroll-margin-top: 82px;
    }

    .wave-visual {
      height: auto;
      margin-top: 45px;
    }

    .project-row {
      gap: 24px;
      padding-bottom: 4px;
    }

    .contact-panel h2 {
      font-size: 40px;
      line-height: 50px;
    }

    .project-card {
      flex-basis: 300px;
      height: 410px;
    }

    .about-copy h3 {
      font-size: 28px;
      line-height: 38px;
      margin-bottom: 10px;
    }

    .footer {
      padding: 40px 0 18px;
    }

    .service-grid {
      gap: 22px;
    }

    a.brand.about-brand img {
      width: 200px;
    }

    .service-card {
      flex-basis: calc((100% - 25px) / 2);
    }

    .about-panel {
      grid-template-columns: 1fr;
      grid-template-columns: 352px 1fr;
      gap: 20px;
      padding: 30px;
    }

    .contact-panel {
      padding: 48px 44px 34px;
    }
  }

  @media (max-width: 767.98px) {
      .project-row, .service-grid {
    overflow-x: scroll !important;
}
    .page-container {
    width: min(100%, calc(100% - 30px));
}
    .section {
      padding: 35px 0;
    }

    .eyebrow.hero-rotator {
      font-size: 10px;
      line-height: 14px;
    }

    .site-header {
      padding-top: 10px;
    }

    .brand {
      font-size: 19px;
    }

    .hero {
      padding-top: 48px;
    }

    .hero h1 {
      font-size: 32px;
      line-height: 38px;
    }

    .proposal-btn {
      margin-top: 30px;
    }

    .wave-visual {
      height: auto;
      border-radius: 13px;
      margin-top: 20px;
    }

    .section-title-row {
      align-items: flex-start !important;
      gap: 18px;
    }

    section#work h2 {
      font-size: 28px;
      line-height: 38px;
    }

    .project-card h3 {
      font-size: 24px;
      line-height: 34px;
      margin-top: 50px;
    }

    .project-card {
      flex-basis: 280px;
      height: 400px;
    }

    section#work .eyebrow {
      font-size: 12px;
      line-height: 22px;
      margin-bottom: 0px;
    }

    .slider-arrows {
      flex-shrink: 0;
    }

    .progress-line {
      width: 100%;

    }

    .audience-card {
      min-height: 0;
      padding: 30px 30px;
    }

    .mini-icon {
      display: grid;
      place-items: center;
      width: 50px;
      height: 50px;
      margin-bottom: 26px;
      border-radius: 12px;
      color: var(--pink);
      background: #fff3fb;
      font-size: 18px;
    }

    .audience-card h3 {
      font-size: 26px;
      line-height: 36px;
      margin-bottom: 10px;
    }

    .keyword-panel {
      grid-template-columns: 1fr;
    }

    .service-head {
      display: block !important;
      text-align: center;
    }

    section#contact .pretitle {
      margin-bottom: 0px;
      padding: 0px 20px;
      font-size: 14px;
    }

    .contact-panel h2 {
      font-size: 28px;
      line-height: 38px;
    }

    .contact-panel>p:not(.pretitle) {
      font-size: 16px;
      line-height: 26px;
    }

    .service-head h2 {
    font-size: 30px;
    line-height: 38px;
    text-align: left;
}

    .service-card h3 {
      font-size: 26px;
      line-height: 30px;
    }

    section#services .eyebrow {
      margin-bottom: 0px;
      text-align: left;
    }

    .service-arrows {
      position: absolute;
      justify-content: center;
      margin-top: 20px;
    }

    .about-copy h3 {
      font-size: 24px;
      line-height: 30px;
      margin-bottom: 20px;
    }

    a.brand.about-brand img {
      width: 200px;
    }

    .about-copy p {
      font-size: 16px;
      line-height: 28px;
    }

    .about-panel {
    gap: 20px;
    grid-template-columns: 1fr;
}

    .text-center.flex-grow-1 {
      width: 60%;
    }

    .service-card {
      flex-basis: calc(100% - 2px);
    }

    .about-panel {
      padding: 34px 26px;
    }

    .about-brand {
      font-size: 28px;
    }

    .desktop-scene {
      height: 230px;
    }

    .monitor {
      left: 34px;
      width: 260px;
    }

    .keyword-panel {
      gap: 14px;
      padding: 27px 26px;
    }

    .contact-panel {
      padding: 38px 24px 30px;
    }

    .contact-panel small {
      font-size: 12px;
      margin-top: 10px;
    }

    .footer-wrap {
      display: block;
    }

    .footer-right {
      margin-top: 28px;
      text-align: left;
    }

    .footer-right ul {
      flex-wrap: wrap;
      justify-content: flex-start;
      gap: 14px 22px;
    }
    .footer-center.footer-right {
    margin-top: 0px !important;
}
.footer-right {
    margin-top: 0px !important;
}
.footer-right ul {
    gap: 30px;
    margin: 10px 0px 0px;
    justify-content: center;
}
.footer p {
    text-align: center;
    margin-top: 18px;
}
.footer-wrap {
    text-align: center;
}

.footer-wrap.second-column p {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}

footer.footer {
    position: relative;
}

.footer-right ul {
    margin-bottom: 42px;
}

.footer-center.footer-right ul {
    margin-bottom: 0px;
}
  }

  .motion-ready .section-title-row,
  .motion-ready .service-head,
  .motion-ready .hero-copy,
  .motion-ready .wave-visual,
  .motion-ready .audience-card,
  .motion-ready .service-card,
  .motion-ready .about-panel,
  .motion-ready .keyword-panel,
  .motion-ready .contact-panel {
    opacity: 0;
    transform: translateY(34px);
    transition: opacity .75s ease, transform .75s ease;
    transition-delay: var(--motion-delay, 0ms);
  }

  .motion-ready .wave-visual {
    transform: translateY(34px) scale(.985);
  }

  .motion-ready .is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  .motion-ready .wave-visual.is-visible {
    transform: translateY(0) scale(1);
  }

  .motion-ready .project-card {
    opacity: 0;
    transform: translateY(28px) scale(.98);
    transition: opacity .7s ease, transform .7s ease, box-shadow .25s ease;
    transition-delay: var(--motion-delay, 0ms);
  }

  .motion-ready .project-card.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  .wave-visual.is-visible .banner-slide.is-active {
    animation: bannerBreath 6s ease-in-out infinite alternate;
  }

  @keyframes bannerBreath {
    from {
      transform: scale(1);
    }

    to {
      transform: scale(1.035);
    }
  }

  @media (prefers-reduced-motion: reduce) {

    .motion-ready .section-title-row,
    .motion-ready .service-head,
    .motion-ready .hero-copy,
    .motion-ready .wave-visual,
    .motion-ready .audience-card,
    .motion-ready .service-card,
    .motion-ready .about-panel,
    .motion-ready .keyword-panel,
    .motion-ready .contact-panel,
    .motion-ready .project-card {
      opacity: 1;
      transform: none;
      transition: none;
    }

    .wave-visual.is-visible .banner-slide.is-active {
      animation: none;
    }
  }
