@media screen and (max-width: 768px) {
  /* Mobile marquee sizing */
  .trusted-logos__track {
    animation: banner-logo-scroll-mobile 18s linear infinite;
    will-change: transform;
    backface-visibility: hidden;
    transform: translateZ(0);
  }

  @keyframes banner-logo-scroll-mobile {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-1821px); /* 607px * 3 images */
    }
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-height {
    height: 60px;
  }

  .nav-bar > nav > div:first-child {
    display: flex;
    height: 100%;
    align-items: center;
  }

  .nav-links {
    display: none;
  }

  .nav-links.expanded {
    display: block;
    margin-left: -16px;
    margin-right: -16px;
    background-color: #fff;
    padding-bottom: 20px;
  }

  .nav-links > a {
    margin-bottom: 15px;
    margin-left: 16px;
    text-decoration: none;
    display: block;
  }

  .nav-links > button {
    width: 189.56px;
    height: 50px;
    margin-left: 16px;
    border-radius: 8px;
    color: white;
    border: none;
  }

  .success-toast {
    background-color: #28c269;
    position: fixed;
    top: 60px;
    width: 100vw;
    height: 80px;
    font-size: 14px;
    font-weight: 600;
  }

  .banner {
    background: rgba(0, 0, 0, 1);
    background-image: url('/business/agentic-ai/images/banner/green-shade.svg'), url('/business/agentic-ai/images/banner/blue-shade.svg');
    background-repeat: no-repeat;
    background-size: 100%, 100%;
    background-position:
      top left,
      top left;
    margin-bottom: 40px;
  }
  .banner .container {
    background-image: url('/business/agentic-ai/images/banner/blue.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom 294% center;
  }
  .banner > div {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .banner h1 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.01px;
    color: #ffffff;
    margin-bottom: 20px !important;
  }

  .banner__subtext {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 20px;
    color: #f6f6f6;
  }

  .banner__subtext strong {
    font-weight: 700;
  }

  .banner__feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 47px;
  }

  .banner__feature-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #e8e8e8;
  }

  .banner__feature-list img {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
  }

  .banner__trust-badges {
    display: block;
    width: 280px;
    max-width: 100%;
    height: auto;
    margin: 0 auto 16px;
  }

  .banner__platform-line {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    margin: 0 0 8px;
  }

  .banner__second-section {
    margin-top: 32px;
    padding: 16px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 0px 24px 0px #0000000d;
  }

  .post-requirement {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
  }

  .error {
    color: red;
    font-size: 12px;
    margin-top: 5px;
    display: none;
  }

  .form-group {
    width: 100%;
    margin-bottom: 14px;
  }

  .banner__form-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 8px;
  }

  .banner__demo-btn,
  .banner__callback-btn {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 44px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif !important;
  }

  .banner__demo-btn {
    background: linear-gradient(90deg, #c0ff5a 0%, #9eff00 100%);
    border: none;
    color: #000;
  }

  .banner__callback-btn.requirement-submit-btn {
    width: 100%;
    background: #fff;
    border: 1px solid #1f2d3d;
    color: #1f2d3d;
  }

  .banner__third-section {
    text-align: center;
    padding: 52px 0 0 0;
    margin-left: -15px;
    margin-right: -15px;
  }

  .banner__third-section-title {
    color: white;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 24px;
  }

  /* Enterprise stats */
  .enterprise-stats {
    background: #f3f4f6;
    padding: 40px 0;
  }

  .enterprise-stats__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: rgba(31, 30, 29, 1);
    margin: 0 auto 32px;
    padding: 0 8px;
    width: 232px;
  }

  .enterprise-stats__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px 12px;
  }

  .enterprise-stats__item {
    text-align: center;
  }

  .enterprise-stats__value {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #1f2d3d;
    margin-bottom: 8px;
  }

  .enterprise-stats__label {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 10px;
    letter-spacing: 0.04em;
    color: #8a94a6;
    text-transform: uppercase;
  }

  /* Use cases */
  .use-cases {
    background: #ffffff;
    background-image: radial-gradient(ellipse 80% 40% at 50% 100%, rgba(120, 170, 255, 0.22), transparent 70%);
    padding: 40px 0 40px;
  }

  .use-cases__layout {
    display: block;
  }

  .use-cases__robo,
  .use-cases__r-badge {
    display: none !important;
  }

  .use-cases__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #1f2d3d;
    text-align: center;
    margin: 0 0 32px;
  }

  .use-cases__grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .use-cases__card {
    background: linear-gradient(160deg, #1a2332 0%, #0b0f16 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 18px 20px;
  }

  .use-cases__icon {
    display: none;
    margin-bottom: 12px;
  }

  .use-cases__card h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    margin: 0 0 6px;
  }

  .use-cases__card p {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #c7cdd6;
    margin: 0;
  }
  .challenges {
    background: black;
    background-image:
      url('/business/merchant-onboarding/images/challenges/shade-1.svg'), url('/business/merchant-onboarding/images/challenges/shade-2.svg'),
      url('/business/merchant-onboarding/images/challenges/shade-3.svg');
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position:
      top right,
      top right,
      bottom right;
    padding-top: 40px;
    padding-bottom: 44px;
  }

  .challenges__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .challenges > div > div > h2 {
    font-weight: 600 !important;
    font-size: 20px !important;
  }
  .challenges__content__card {
    width: 328px;
    border-radius: 12px;
    padding: 12px;
    backdrop-filter: blur(40px);
    background-color: #ffffff26;
  }
  .challenges__content__card > img {
    display: none;
  }
  .challenges__content__card-heading {
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 12px;
  }

  .challenges__content__card-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
  }
  .challenges > div > div > p {
    margin-bottom: 32px;
  }
  /* ===== AI Offerings - Mobile (3 cards / slide) ===== */
  .ai-offerings {
    background: #f4f7fb;
    padding: 40px 0 48px;
    overflow: visible;
  }

  .ai-offerings .container {
    overflow: visible;
  }

  .ai-offerings__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    width: 288px;
    text-align: center;
    color: #1f2d3d;
    margin: 0 auto 32px;
    padding: 0 20px;
  }

  .ai-offerings__track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .ai-offerings__track::-webkit-scrollbar {
    display: none;
  }

  .ai-offerings__page {
    flex: 0 0 100%;
    min-width: 100%;
    scroll-snap-align: start;
    position: relative;
    padding-left: 8px;
    padding-right: 8px;
  }

  /* Same as desktop: icon + card, centers aligned */
  .ai-offerings__item {
    display: flex;
    align-items: center;
    gap: 0;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
  }

  .ai-offerings__item:last-child {
    margin-bottom: 0;
  }

  .ai-offerings__item .ai-offerings__icon {
    position: relative;
    z-index: 2;
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    margin-right: 12px;
  }

  .ai-offerings__item .ai-offerings__icon img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
  }

  /* Black line from logo into the card (desktop pattern) */
  .ai-offerings__item .ai-offerings__icon::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    width: 12px;
    height: 2px;
    background: #0b0b0b;
    transform: translateY(-50%);
    z-index: -1;
    pointer-events: none;
  }

  .ai-offerings__item .ai-offerings__card {
    flex: 1;
    min-width: 0;
    background: linear-gradient(145deg, #1a2332 0%, #070a10 70%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    padding: 18px 16px;
    position: relative;
    overflow: hidden;
  }

  .ai-offerings__card h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin: 0 0 8px;
  }

  .ai-offerings__subtitle {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    color: #c0ff5a;
    margin: 0 0 10px;
  }

  .ai-offerings__card ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .ai-offerings__card li {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    line-height: 17px;
    color: #e6e9ef;
    padding-left: 12px;
    position: relative;
    margin-bottom: 4px;
  }

  .ai-offerings__card li::before {
    content: '•';
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
  }

  .ai-offerings__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 24px;
  }

  .ai-offerings__dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    border: none;
    padding: 0;
    cursor: pointer;
    transition:
      background 0.25s ease,
      transform 0.25s ease;
  }

  .ai-offerings__dots button.is-active {
    background: #333;
    transform: scale(1.15);
  }

  /* Lead workflow - mobile */
  .lead-workflow {
    background: #050505;
    background-image: radial-gradient(ellipse 70% 35% at 50% 0%, rgba(40, 90, 180, 0.35), transparent 70%);
    padding: 40px 0 40px;
    color: #fff;
  }

  .lead-workflow__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    margin: 0 auto 5px;
    width: 296px;
  }

  .lead-workflow__subtitle {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #b0b7c3;
    margin: 0 0 32px;
  }

  .lead-workflow__grid {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }

  .lead-workflow__item {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .lead-workflow__item img {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-top: 2px;
  }

  .lead-workflow__item span {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
  }

  .tech-stack {
    background: transparent;
    padding: 64px 0 0;
    color: #fff;
  }

  .tech-stack__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    margin: 0 0 5px;
  }

  .tech-stack__subtitle {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #b0b7c3;
    margin: 0 0 32px;
  }

  .tech-stack__divider {
    display: none;
  }

  .tech-stack__grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .tech-stack__card {
    background: #151515;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 16px;
    display: grid;
    grid-template-columns: 48px 1fr;
    grid-template-rows: auto auto;
    column-gap: 12px;
    row-gap: 10px;
    align-items: start;
  }

  .tech-stack__r-badge {
    display: none !important;
  }

  .tech-stack__cat-icon {
    grid-row: 1 / span 2;
    width: 48px;
    height: 48px;
    margin-top: 2px;
  }

  .tech-stack__card h3 {
    grid-column: 2;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin: 0;
    text-align: left;
  }

  .tech-stack__logos {
    grid-column: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-start;
  }

  .tech-stack__logos img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .tech-stack__card:nth-child(1) .tech-stack__logos img,
  .tech-stack__card:nth-child(2) .tech-stack__logos img,
  .tech-stack__card:nth-child(4) .tech-stack__logos img,
  .tech-stack__card:nth-child(6) .tech-stack__logos img {
    margin-left: -26px !important;
  }

  .tech-stack__card:nth-child(5) .tech-stack__logos img {
    margin-left: -58px !important;
  }

  .tech-stack__card:nth-child(3) .tech-stack__logos img {
    margin-left: 0 !important;
  }
  .tech-stack__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  #case.case-study {
    padding: 40px 0;
    background: #fff;
  }

  #case .case-study__title {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 24px;
    color: #111;
  }

  #case .cs-slider {
    max-width: 328px;
    margin: 0 auto;
  }

  /* swipe track */
  #case .cs-track {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    align-items: flex-start; /* prevent stretch issues */
  }
  #case .cs-track::-webkit-scrollbar {
    display: none;
  }

  #case .cs-slide {
    flex: 0 0 100%;
    scroll-snap-align: center;
  }

  /* card */
  #case .cs-card {
    border-radius: 12px;
    overflow: hidden;
    background: #000;
    display: flex;
    flex-direction: column;
  }

  #case .cs-content {
    padding: 12px;
    color: #fff;
    background: radial-gradient(520px 360px at 0% 100%, rgba(17, 61, 188, 0.75) 0%, rgba(0, 0, 0, 0) 55%), #000;
  }

  #case .cs-title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif !important;
  }
  #case .cs-subtitle {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 6px;
  }

  #case .cs-points {
    margin: 0 0 18px;
    padding-left: 18px;
    font-size: 12px;
    line-height: 1.45;
  }
  .cs-points > li {
    font-family: 'Raleway', sans-serif !important;
  }
  .cs-stat__text {
    font-family: 'Montserrat', sans-serif !important;
  }
  #case .cs-stat__big {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 6px;
  }
  #case .cs-stat__text {
    font-size: 12px;
    opacity: 0.95;
  }

  #case .cs-media img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
  }

  /* controls row (CENTERED like Figma) */
  #case .cs-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 14px;
  }

  /* arrow buttons */
  #case .cs-arrow {
    border: none;
    background: none;
  }
  #case .cs-arrow:focus {
    outline: none;
  }

  #case .cs-arrow img {
    width: 22px;
    height: 22px;
    display: block;
  }

  #case .cs-arrow:disabled {
    opacity: 0.35;
  }

  /* dots */
  #case .cs-dots {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    min-width: 90px;
  }

  #case .cs-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 0;
    padding: 0;
    background: rgba(17, 36, 52, 0.25);
  }
  .cs-dot :focus {
    outline: none;
  }

  #case .cs-dot.is-active {
    background: rgba(17, 36, 52, 1);
  }
  #case .cs-card,
  #case .cs-card * {
    color: #ffffff !important; /* or red while debugging */
  }
  /* Final CTA + Footer - mobile */
  .final-cta {
    background: #000;
    padding: 40px 0 0;
  }

  .final-cta__panel {
    background: #111;
    border-radius: 20px;
    padding: 28px 16px 24px;
    position: relative;
    overflow: hidden;
    bottom: 86px;
    background-image: radial-gradient(ellipse 80% 50% at 50% 100%, rgba(40, 180, 160, 0.35), transparent 65%);
  }

  .final-cta__eyebrow {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.75);
    text-align: center;
    margin: 0 auto 12px;
    width: 246px;
    padding: 0px 30px;
  }

  .final-cta__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    margin: 0 auto 10px;
    width: 254px;
    padding: 0px 30px;
  }

  .final-cta__title-gradient {
    background: linear-gradient(90deg, #c0ff5a 0%, #5f9aff 74.52%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }

  .final-cta__tagline {
    font-size: 10px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    margin: 0 0 24px;
  }

  .final-cta__form-card {
    background: #fff;
    border-radius: 14px;
    padding: 24px 16px;
  }

  .final-cta__form-card .form-group {
    margin-bottom: 12px;
  }

  .final-cta__form-card .form-group input {
    height: 40px;
    width: 100%;
    border: none;
    background-color: rgba(249, 250, 251, 1);
    border-radius: 10px;
  }

  .final-cta__actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .final-cta__actions .banner__demo-btn,
  .final-cta__actions .banner__callback-btn {
    width: 100%;
  }

  .ai-footer {
    background: #000;
    padding: 0px 0 48px;
    color: #fff;
  }

  .ai-footer__grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .ai-footer__loc {
    margin-bottom: 24px;
  }

  .ai-footer__loc:last-child {
    margin-bottom: 0;
  }

  .ai-footer__loc-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 8px;
  }

  .ai-footer__loc-text {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 8px;
  }

  .ai-footer__map {
    font-size: 12px;
    color: #fff;
    text-decoration: underline;
  }

  .ai-footer__col h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.55);
    margin: 0 0 14px;
  }

  .ai-footer__subhead {
    margin-top: 28px !important;
  }

  .ai-footer__col ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .ai-footer__col li {
    margin-bottom: 10px;
  }

  .ai-footer__col a {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
  }

  .why-choose-awign {
    padding: 40px 0 48px;
    background: #ffffff;
    background-image: radial-gradient(ellipse 70% 45% at 100% 100%, rgba(140, 180, 255, 0.32), transparent 70%);
  }

  .why-choose-awign__heading h2 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 24px;
    font-weight: 700 !important;
    color: #1f2d3d;
  }

  .why-choose-awign__grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 68px;
  }

  .why-choose-awign__card {
    display: block;
    padding: 20px 18px;
    border-radius: 16px;
    background: linear-gradient(160deg, #10182a 0%, #05070c 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    min-height: auto;
  }

  .why-choose-awign__icon {
    display: none !important;
  }

  .why-choose-awign__card h3 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px;
    font-weight: 700 !important;
    line-height: 22px;
    margin: 0 0 8px;
    color: #fff;
  }

  .why-choose-awign__card p {
    font-family: 'Raleway', sans-serif !important;
    font-size: 13px;
    font-weight: 400 !important;
    line-height: 18px;
    margin: 0;
    color: rgba(255, 255, 255, 0.85);
  }

  .why-choose-awign__card .sub,
  .why-choose-awign__stats,
  .why-choose-awign__tags,
  .why-choose-awign__footer {
    display: none !important;
  }

  /* How We Get You Live - mobile */
  .how-it-works {
    background: rgba(0, 0, 0, 1);
    background-image: url('/business/agentic-ai/images/how-it-works/bg-1.svg'), url('/business/agentic-ai/images/how-it-works/bg-2.svg');
    background-repeat: no-repeat;
    background-position-x: right, left;
    background-position-y: top, bottom;
    background-size: contain, contain;
    padding: 40px 0;
  }

  .how-it-works__content-card > div:nth-child(1) {
    padding-left: 16px;
  }

  .how-it-works__content-card > div:nth-child(5) {
    padding-right: 16px;
  }

  .how-it-works__content_main > h1 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 8px;
    color: white;
    text-align: center;
  }

  .how-it-works__content_main > div {
    font-weight: 400;
    font-size: 12px;
    color: white;
    margin-bottom: 32px;
    padding: 0 12px;
    text-align: center;
  }

  .how-it-works__content-card > div > div:nth-child(1) > div {
    text-align: center;
    background: white;
    border-radius: 100%;
    color: black;
    padding: 0;
    font-weight: 700;
    font-size: 20px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
  }

  .how-it-works__line {
    top: 20px;
  }

  .how-it-works__content-card > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .how-it-works__content-card > div > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(40px);
    padding: 32px 16px 16px 16px;
    width: 288px !important;
    height: 400px;
    border-radius: 12px;
    margin-right: 12px;
  }

  .how-it-works__content-card > div > div:nth-child(2) > div:nth-child(1) {
    font-weight: 700;
    font-size: 14px;
    color: white;
    text-align: center;
    line-height: 20px;
  }

  .how-it-works__content-card > div > div:nth-child(2) > div:nth-child(2) {
    display: none;
  }

  .how-it-works__content-card > div > div:nth-child(2) > div:nth-child(3) {
    width: 256px;
    height: 208px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 0;
  }

  .how-it-works__content-card > div > div:nth-child(2) > div:nth-child(3) > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .how-it-works__content-card {
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .how-it-works__content-card::-webkit-scrollbar {
    display: none;
  }

  .how-it-works .scroll-line {
    display: block !important;
    position: relative;
    height: 12px;
    width: 120px;
    margin: 20px auto 0;
    overflow: hidden;
  }

  .how-it-works .scroll-line::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(170, 191, 195, 1);
    transform: translateY(-50%);
  }

  .how-it-works .scroll-line__slider {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 8px;
    width: 56px;
    background-color: white;
    border-radius: 5px;
    transition: left 0.2s ease;
  }

  .scroll-line {
    height: 12px;
    width: 120px;
    margin: 16px auto 0;
    display: none;
  }

  .scroll-line::before {
    width: 100%;
  }

  .scroll-line__slider {
    height: 8px;
    width: 56px;
  }

  .why-choose-awign__footer {
    display: none;
  }

  .why-choose-awign__footer span {
    font-size: 16px;
  }

  .trusted-logos {
    overflow: hidden;
    width: 100%;
  }

  .trusted-logos__row {
    overflow: hidden;
  }

  .trusted-logos__track {
    display: flex;
    column-gap: 12px;
    width: max-content;
    animation: banner-logo-scroll-mobile 14s linear infinite;
    will-change: transform;
  }

  .trusted-logos__track img {
    flex-shrink: 0;
    max-width: none !important;
    width: 678px !important;
    height: 36px !important;
    display: block;
  }

  @keyframes banner-logo-scroll-mobile {
    from {
      transform: translateX(0);
    }

    to {
      transform: translateX(calc(-678px - 12px));
    }
  }

  .container {
    padding-right: 0;
    width: 100%;
  }

  .mb-8px {
    margin-bottom: 0.5rem;
  }

  .flex {
    display: flex;

    align-items: center;
    width: 100%;
  }

  .text-white {
    color: white !important;
  }

  img.desktop {
    display: none !important;
  }

  .member {
    width: 224px;
    justify-content: space-between !important;
  }
  .member > div {
    text-align: left !important;
  }

  .col-lg-6 {
    width: 100%;
  }

  .awign-logo {
    text-align: center !important;
  }
  .copyright-area .copyright-item ul {
    margin-top: 24px;
    padding-left: 0px !important;
    justify-content: center;
    margin-bottom: 40px;
  }

  /* Trusted badge / footer strip */
  .trusted-badge {
    padding: 40px 0;
    background: #ecf1fd;
  }

  .copyright-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .brand-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .brand-block .iso-block {
    display: flex;
    gap: 16px;
    align-items: center;
  }

  .brand-block .iso-block img {
    width: 70px;
    height: 70px;
  }

  .brand-block .awign-logo img {
    width: 134px;
    height: 53px;
  }

  .social-block {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 12px;
  }

  .social-block ul {
    display: flex;
    gap: 16px;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .social-block ul li a img {
    width: 44px;
    height: 44px;
  }

  .social-block p {
    margin: 0;
    text-align: center;
  }

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

  .m-r-24 {
    margin-right: 24px;
  }

  .m-l-20 {
    margin-left: 20px;
  }

  .m-l-8 {
    margin-left: 8px;
  }

  .p-y-4 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .p-x-16 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .p-x-4 {
    padding-left: 4px;
    padding-right: 4px;
  }

  .p-y-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .p-y-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .p-b-4 {
    padding-bottom: 4px;
  }

  .br-40 {
    border-radius: 40px;
  }

  .border-0 {
    border: none;
  }

  .bg-green {
    background-color: #c0ff5a;
  }

  .black {
    color: black;
  }

  .white {
    color: white;
  }

  .green {
    color: #c0ff5a;
  }

  .text-white {
    color: white;
    text-decoration: none;
  }

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

  .font-13 {
    font-size: 13px;
  }

  .medium {
    font-weight: 500;
  }

  .line-height-1 {
    line-height: 1;
  }

  /* Main Styles */
  .header_container {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 56px;
    background: rgba(65, 64, 64, 0.5);
    backdrop-filter: blur(25px);
    padding: 12px 16px;
    top: 0;
  }

  .login-btn {
    cursor: pointer;
    transition: background-color 0.2s;
  }

  .login-btn:hover {
    background-color: #00a843;
  }

  .menu-icon {
    cursor: pointer;
    transition: transform 0.2s;
  }

  .menu-icon:hover {
    transform: scale(1.1);
  }

  .dropdownmenu {
    position: fixed;
    top: 56px;
    width: 100%;
    padding: 16px;
    background-color: rgba(0, 0, 0, 0.75);
    height: calc(100vh - 56px);
    z-index: 5;
    display: none;
  }

  .dropdownmenu.show {
    display: block;
  }

  .dropdownmenu__container {
    width: 100%;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(40px);
    padding: 16px;
    max-height: calc(100vh - 56px - 32px);
    overflow-y: auto;
  }

  .section-header {
    cursor: pointer;
    transition: background-color 0.2s;
    border-radius: 8px;
  }

  .section-header:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .section-content {
    display: none;
    animation: slideDown 0.3s ease-out;
  }

  .section-content.show {
    display: block;
  }

  .offering-item {
    transition: background-color 0.2s;
    border-radius: 8px;
  }

  .offering-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }

  @keyframes slideDown {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .menu-icon-svg {
    width: 24px;
    height: 24px;
    fill: white;
  }

  .iso-1,
  .iso-2 {
    width: 64px;
    height: 64px;
  }
  .mt-lg-5 {
    margin-top: 2rem;
  }
  .mx-lg-5 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .justify-lg-content-start {
    padding-bottom: 20px !important;
  }
  .awign-logo {
    margin-bottom: 20px;
  }
  .justify-sm-content-center {
    justify-content: center !important;
  }
  .mx-lg-4 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .how-it-works__line {
    top: 20px;
  }
  .copyright-area .copyright-item ul li a img {
    width: 44px;
    height: 44px;
  }
  .scroll-line {
    position: relative;
    height: 12px;
    width: 120px;
    background-color: transparent;
    margin: 20px auto 0;
    overflow: hidden;
  }

  .scroll-line::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(170, 191, 195, 1);
    transform: translateY(-50%);
    border-radius: 1px;
  }

  .scroll-line__slider {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 8px;
    width: 56px;
    background-color: white;
    border-radius: 5px;
    transition: left 0.2s ease;
    left: 0%;
  }
  .facebook,
  .x,
  .instagram,
  .linkedin {
    height: 16px;
    width: 16px;
  }
}
