@media screen and (min-width: 768px) {
  .container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
  .success-toast {
    background-color: #28c269;
    position: fixed;
    top: 100px;
    width: 100vw;
    height: 56px;
    font-size: 16px;
    font-weight: 600;
  }

  .banner {
    background-color: 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-position-x: left, right;
  }

  .form-row {
    display: flex;
    gap: 20px;
  }

  .form-group {
    flex: 1;
    margin-bottom: 16px;
  }

  .post-requirement {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
  }
  .form-group > label {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 8px;
    color: rgba(55, 65, 81, 1);
  }
  .error {
    color: red;
    font-size: 12px;
    margin-top: 5px;
    display: none;
  }

  .banner > .container > div:first-child > div:first-child {
    padding-top: 180px;
    padding-bottom: 80px;
  }

  .banner > .container > div:first-child > div:nth-child(2) {
    padding-top: 160px;
  }

  .banner h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 54px;
    width: 620px;
    max-width: 100%;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    margin-bottom: 32px !important;
  }

  .banner > .container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .banner__first-section {
    color: white !important;
    padding-right: 40px;
  }

  .banner__subtext {
    width: 560px;
    max-width: 100%;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0;
    margin: 0 0 32px;
    color: #f6f6f6;
  }

  .banner__subtext strong {
    font-weight: 700;
    color: rgba(255, 255, 255, 1) !important;
  }

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

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

  .banner__feature-list img {
    flex-shrink: 0;
  }

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

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

  .banner__second-section {
    width: calc(1240px - 735px);
    min-height: auto;
    padding: 24px;
    background-color: #fff;

    border-radius: 12px;
    box-shadow: 0px 0px 24px 0px #0000000d;
  }

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

  .banner__demo-btn,
  .banner__callback-btn {
    flex: 1;
    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: auto;
    background: #fff;
    border: 1px solid #1f2d3d;
    color: #1f2d3d;
  }

  .banner__third-section {
    text-align: center;
    padding: 80px 0 120px;
    margin-left: calc(-50vw + 600px);
    margin-right: calc(-50vw + 600px);
  }

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

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

  .enterprise-stats__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    color: #1f2d3d;
    margin: 0 0 24px;
  }

  .enterprise-stats__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    max-width: 1100px;
    margin: 0 auto;
  }

  .enterprise-stats__item {
    text-align: center;
    padding: 8px 24px;
    position: relative;
  }

  .enterprise-stats__item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 64px;
    background: #d7dbe0;
  }

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

  .enterprise-stats__label {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.04em;
    color: rgba(107, 114, 128, 1);
    text-transform: uppercase;
  }

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

  .use-cases__layout {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 58px;
    align-items: start;
  }

  .use-cases__r-badge {
    margin-bottom: 16px;
  }

  .use-cases__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #1f2d3d;
    margin: 0 0 10px;
    max-width: 360px;
    text-wrap: nowrap;
  }

  .use-cases__robo {
    width: 100%;
    max-width: 460px;
    height: auto;
    display: block;
  }

  .use-cases__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .use-cases__card {
    background: rgba(0, 0, 0, 1);
    background-image: url('/business/agentic-ai/images/use-cases/bg.svg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 172px 172px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 16px;
    min-height: 148px;
    box-shadow: 0 0 24px rgba(47, 107, 255, 0.12);
    width: 360px;
  }

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

  .use-cases__card h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    margin: 0 0 10px;
  }

  .use-cases__card p {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #c7cdd6;
    margin: 0;
  }

  .challenges {
    background: rgba(1, 2, 3, 1);
    background-image: url('/business/merchant-onboarding/images/challenges/shade.svg');
    background-repeat: no-repeat;
    background-position: bottom right;
    padding-top: 96px;
  }

  .challenges__content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    padding-bottom: 106px;
  }
  .challenges > div > div > h2 {
    margin-bottom: 12px;
  }
  .challenges > div > div > p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto 64px;
    width: 942px;
  }
  .challenges__content__card {
    height: 200px;
    width: 368px;
    border-radius: 24px;
    padding: 24px;
    background-color: #2c2d2a;
  }

  .challenges__content__card-heading {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .challenges__content__card-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
  }

  .why-choose-awign {
    padding: 80px 0 96px;
    background: #ffffff;
    background-image: radial-gradient(ellipse 55% 60% at 90% 70%, rgba(140, 180, 255, 0.28), transparent 70%);
  }

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

  .why-choose-awign__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 980px;
    margin: 0 auto;
    margin-bottom: 96px;
  }

  .why-choose-awign__card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 24px;
    border-radius: 20px;
    background: linear-gradient(105deg, #0a0e16 0%, #152038 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 28px rgba(20, 40, 90, 0.12);
    min-height: 112px;
  }

  .why-choose-awign__icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    display: block;
    margin: 2px 0 0;
    object-fit: contain;
  }

  .why-choose-awign__body {
    min-width: 0;
  }

  .why-choose-awign__card h3 {
    font-size: 20px;
    font-weight: 700 !important;
    line-height: 26px;
    margin: 0 0 8px;
    color: #fff;
  }

  .why-choose-awign__card p {
    font-size: 15px;
    font-weight: 400 !important;
    line-height: 22px;
    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 */
  .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: 104px 0;
  }

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

  .how-it-works__content_main > div {
    font-weight: 400;
    font-size: 20px;
    color: white;
    text-align: center;
    margin-bottom: 40px;
  }

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

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

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

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

  .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;
    height: 480px;
    padding: 40px 24px 32px 24px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(40px);
    width: 384px !important;
    border-radius: 24px;
    margin-right: 24px;
  }

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

  .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: 336px;
    height: 272px;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
  }

  .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;
    background-color: transparent;
    margin: 28px 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 {
    display: none !important;
  }

  /* AI Offerings - desktop */
  .ai-offerings {
    background: #f4f7fb;
    padding: 96px 0;
  }

  .ai-offerings__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #1f2d3d;
    margin: 0 0 64px;
  }

  .ai-offerings__desktop {
    position: relative;
    width: 100%;
  }

  .ai-offerings__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 16px;
    align-items: stretch;
    width: 100%;
    margin: 0 0 28px;
  }

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

  .ai-offerings__side {
    display: flex;
    align-items: center;
    min-width: 0;
    height: 100%;
  }

  .ai-offerings__side--left {
    justify-content: flex-end;
  }

  .ai-offerings__side--right {
    justify-content: flex-start;
  }

  .ai-offerings__side .ai-offerings__card {
    flex: 1 1 auto;
    min-width: 0;
    height: 100%;
    box-sizing: border-box;
  }

  .ai-offerings__side .ai-offerings__icon {
    position: relative;
    z-index: 2;
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
  }

  .ai-offerings__side--left .ai-offerings__icon {
    margin-left: 12px;
  }

  .ai-offerings__side--right .ai-offerings__icon {
    margin-right: 12px;
  }

  .ai-offerings__side--left .ai-offerings__icon::before,
  .ai-offerings__side--right .ai-offerings__icon::before {
    content: '';
    position: absolute;
    top: 50%;
    width: 12px;
    height: 2px;
    background: #0b0b0b;
    transform: translateY(-50%);
    z-index: -1;
  }

  .ai-offerings__side--left .ai-offerings__icon::before {
    right: 100%;
  }

  .ai-offerings__side--right .ai-offerings__icon::before {
    left: 100%;
  }

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

  .ai-offerings__card {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    background: linear-gradient(145deg, #1a2332 0%, #070a10 70%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 26px 30px;
    box-shadow: 0 0 28px rgba(60, 120, 255, 0.12);
  }

  .ai-offerings__card::after {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(70, 130, 255, 0.35), transparent 70%);
    pointer-events: none;
  }

  .ai-offerings__card h3 {
    position: relative;
    z-index: 1;
    margin: 0 0 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
  }

  .ai-offerings__subtitle {
    position: relative;
    z-index: 1;
    margin: 0 0 14px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #c0ff5a;
  }

  .ai-offerings__card ul {
    position: relative;
    z-index: 1;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .ai-offerings__card li {
    position: relative;
    margin: 0 0 15px;
    padding-left: 14px;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #e6e9ef;
  }

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

  .ai-offerings__mobile {
    display: none;
  }

  .ai-offerings__dots {
    display: none;
  }

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

  .lead-workflow__title {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    width: 100%;
    max-width: none;
    margin: 0 auto 12px;
  }

  .lead-workflow__subtitle {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #b0b7c3;
    max-width: 720px;
    margin: 0 auto 56px;
  }

  .lead-workflow__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px 64px;
    max-width: 900px;
    margin: 0 auto;
  }

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

  .lead-workflow__item img {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
  }

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

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

  .tech-stack__title {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    margin: 0 auto 16px;
  }

  .tech-stack__subtitle {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #b0b7c3;
    max-width: 760px;
    margin: 0 auto 45px;
  }

  .tech-stack__divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 40px;
    max-width: 520px;
    height: 24px;
    position: relative;
  }

  .tech-stack__divider span {
    width: 18px;
    height: 18px;
    margin: 0 14px;
    position: relative;
    flex-shrink: 0;
  }

  .tech-stack__divider span::before,
  .tech-stack__divider span::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 2px;
    background: #3b82f6;
  }

  .tech-stack__divider span::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .tech-stack__divider span::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .tech-stack__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
  }

  .tech-stack__card {
    background: #151515;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 28px 20px 24px;
    text-align: center;
    position: relative;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .tech-stack__card--crm {
    overflow: visible;
  }

  .tech-stack__r-badge {
    position: absolute;
    top: -10px;
    right: -8px;
    width: 36px;
    height: 36px;
    z-index: 2;
  }

  .tech-stack__cat-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
  }

  .tech-stack__card h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin: 0 0 16px;
  }

  .tech-stack__logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: auto;
  }

  #case.case-study {
    padding: 80px 0;
    background: #fff;
  }

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

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

  #case .cs-track {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  #case .cs-track::-webkit-scrollbar {
    display: none;
  }

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

  #case .cs-card {
    height: 512px;
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    background: #000;
  }

  /* left content */
  #case .cs-content {
    flex: 1 1 auto;
    padding: 60px 40px 60px 50px;
    color: #fff;
    background: radial-gradient(700px 450px at 0% 100%, rgba(17, 61, 188, 0.75) 0%, rgba(0, 0, 0, 0) 55%), #000;
  }
  .cs-content {
    display: flex;
    flex-direction: column;
  }
  #case .cs-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 73px;
  }

  #case .cs-subtitle {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 24px;
  }

  #case .cs-points {
    margin: 0 0 28px;
    padding-left: 18px;
    font-size: 16px;
    line-height: 1.4;
  }

  #case .cs-stat {
    margin-top: auto;
  }
  #case .cs-stat__big {
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 18px;
  }
  #case .cs-stat__text {
    font-size: 15px;
    opacity: 0.95;
    font-weight: 500;
  }

  /* right image */
  #case .cs-media {
    flex: 0 0 535px;
  }
  #case .cs-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  /* controls */
  #case .cs-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin-top: 24px;
  }

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

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

  /* This makes sure when the JS disables the button at the start/end, 
     it physically prevents clicks and fades out */
  #case .cs-arrow:disabled {
    opacity: 0.35;
    cursor: not-allowed;
    pointer-events: none; /* Prevents further clicks */
  }
  #case .cs-dots {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    min-width: 90px;
    outline: none;
    border: none;
  }

  #case .cs-dots button.is-active {
    background: rgba(17, 36, 52, 1);
    outline: none;
  }
  .cs-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 0;
    padding: 0;
    cursor: pointer;
    background: rgba(17, 36, 52, 0.25);
  }
  .cs-dot:focus {
    outline: none;
  }
  .cs-dot.is-active {
    background: rgba(17, 36, 52, 1);
  }
  .cs-points > li {
    margin-bottom: 12px !important;
  }
  #case .cs-card,
  #case .cs-card * {
    color: #ffffff !important; /* or red while debugging */
  }
  /* Final CTA + Footer */
  .final-cta {
    background: #000;
    padding: 48px 0 0;
  }

  .final-cta__panel {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 40px;
    align-items: stretch;
    background: #111;
    border-radius: 24px;
    padding: 56px 48px;
    position: relative;
    bottom: 136px;
    overflow: hidden;
    background-image:
      radial-gradient(ellipse 55% 70% at 85% 100%, rgba(40, 180, 160, 0.35), transparent 60%),
      radial-gradient(ellipse 40% 50% at 70% 100%, rgba(50, 100, 220, 0.28), transparent 55%);
  }

  .final-cta__copy {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
    padding: 8px 0;
  }

  .final-cta__title {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    margin: 0;
    max-width: 520px;
  }

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

  .final-cta__tagline {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
  }

  .final-cta__form-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px 28px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
  }

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

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

  .final-cta__actions {
    margin-top: 8px;
  }

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

  .ai-footer__grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 0.9fr 0.8fr;
    gap: 40px;
  }

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

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

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

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

  .ai-footer__map {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    color: #fff;
    text-decoration: underline;
  }

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

  .ai-footer__subhead {
    margin-top: 36px !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: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
  }

  .ai-footer__col a:hover {
    color: #c0ff5a;
  }

  .trusted-logos {
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .trusted-logos__row {
    display: flex;
    justify-content: center;
  }

  .trusted-logos__track {
    display: flex;
    justify-content: center;
    align-items: center;
    animation: none !important;
    width: auto;
  }

  .trusted-logos__track img {
    max-width: 100%;
    height: auto;
  }

  .trusted-logos__track img:nth-child(n + 2) {
    display: none !important;
  }
  .mb-8px {
    margin-bottom: 0.5rem;
  }

  .flex1 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 1rem;
  }

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

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

  .copyright-item {
    display: flex;
    justify-content: end;
  }
  .last-updated {
    color: black !important;
    font-weight: 400;
    font-size: 15px;
    margin-top: 80px;
  }
  .awign-logo {
    text-align: left !important;
  }
  .copyright-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
  }

  .brand-block {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

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

  .social-block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 70px;
  }

  .social-block ul {
    display: flex;
    gap: 16px;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .step-sub-text {
    color: #9cafb1 !important;
  }

  /* Utility Classes */
  .center-y {
    display: flex;
    align-items: center;
  }

  .font-14px {
    font-size: 14px;
  }
  .font-13 {
    font-size: 13px;
  }
  .medium {
    font-weight: 500;
  }
  .semi-bold {
    font-weight: 600;
  }
  .white {
    color: white;
  }
  .black {
    color: black;
  }
  .bg-green {
    background-color: #c0ff5a;
  }
  .border-green {
    border: 1px solid #c0ff5a;
  }
  .border-0 {
    border: none;
  }
  .br-40 {
    border-radius: 40px;
  }
  .pointer {
    cursor: pointer;
  }
  .m-r-24 {
    margin-right: 24px;
  }
  .m-x-12 {
    margin-left: 12px;
    margin-right: 12px;
  }
  .m-x-24 {
    margin-left: 24px;
    margin-right: 24px;
  }
  .m-l-12 {
    margin-left: 12px;
  }
  .m-b-8 {
    margin-bottom: 8px;
  }
  .m-b-24 {
    margin-bottom: 24px;
  }
  .p-y-8 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .p-y-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .p-x-12 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .p-x-32 {
    padding-left: 32px;
    padding-right: 32px;
  }
  .ml-auto {
    margin-left: auto;
  }
  .line-height-1 {
    line-height: 1;
  }
  .text-white {
    color: white;
    text-decoration: none;
  }

  /* Main Styles */

  .header_container {
    width: 1200px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 40px;
    background: rgba(65, 64, 64, 0.5);
    backdrop-filter: blur(80px);
    z-index: 10;
    padding: 0 12px 0 32px;
  }

  .dropdownmenu {
    width: 1136px;
    padding: 32px 68px;
    border-radius: 40px;
    /* position: absolute; */
    top: 100%;
    left: 32px;
    /* background: rgba(65, 64, 64, 0.9);
      backdrop-filter: blur(80px); */
    margin-top: 8px;
  }

  .offerings > div:nth-child(2) {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  .industries > div:nth-child(2) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .offering_card {
    flex-shrink: 0;
    border-radius: 16px;
    padding: 12px;
    transition: background 0.2s ease;
  }

  .offering_card:hover {
    background: rgba(255, 255, 255, 0.1);
  }

  .header_container.show {
    top: 24px;
    transition: top 0.3s ease-in-out;
  }

  .header_container.hide {
    top: -100px;
    transition: top 0.3s ease-in-out;
  }

  .nav-item {
    transition: all 0.2s ease;
  }

  .nav-item.active {
    background-color: #c0ff5a;
    color: black;
  }

  .dropdown-content {
    display: none;
  }

  .rotate {
    transform: rotate(180deg);
  }

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

  .text-decoration-none {
    text-decoration: none;
  }
  .mt-lg-5 {
    margin-top: 3rem;
  }
  .mx-lg-5 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .justify-lg-content-start {
    justify-content: flex-start !important;
  }
  .justify-lg-content-center {
    justify-content: center !important;
  }
  .align-lg-items-end {
    align-items: end !important;
  }
  .align-lg-items-center {
    align-items: center !important;
  }
  .mx-lg-4 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .justify-lg-content-between {
    justify-content: space-between !important;
  }
  .iso-1,
  .iso-2 {
    width: 78px;
    height: 78px;
  }
  .scroll-line {
    position: relative;
    height: 12px;
    width: 120px;
    background-color: transparent;
    margin: 20px auto 0;
    overflow: hidden;
    display: none !important;
  }

  .how-it-works .scroll-line {
    display: block !important;
  }

  .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: 44px;
    width: 44px;
  }
}
