  #wla-clone-background-cash {
    background-image: url("https://whitelabelapps.ca/wp-content/themes/hello-elementor-child/assets/images/1.0Bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 110px 0 0 0;
    position: relative;
  }

  .cash-app-clone-work {
    text-align: center;
    margin-bottom: 50px;
  }

  .cash-app-clone-stats-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 50px 40px;
  }

  .cash-app-clone-stat-box {
    position: relative;
    padding: 20px;
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
    transition: 0.4s;
    border: 1px solid #0083d4;
  }

  .stat-glow {
    position: absolute;
    width: 150%;
    height: 150%;
    background: linear-gradient(96.74deg, #37a5e9 7.29%, #0083d4 90.69%);
    top: -50%;
    left: -50%;
    opacity: 0;
    transition: 0.5s;
  }

  .cash-app-clone-stat-box:hover .stat-glow {
    opacity: 1;
  }

  .cash-app-clone-stat-box:hover {
    transform: translateY(-15px) scale(1.03);
    box-shadow: 0 25px 60px rgba(0, 123, 255, 0.2);
  }

  .stat-icon img {
    width: 50px;
    margin-bottom: 20px;
    transition: 0.4s;
  }

  .cash-app-clone-stat-box:hover .stat-icon img {
    transform: scale(1.15) rotate(5deg);
    filter: brightness(0) invert(1);
    transition: 0.3s ease;

  }

  .cash-app-clone-stat-box:hover p {
    color: #fff !important;
    filter: brightness(0) invert(1);
  }

  .cash-app-clone-stat-box p {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
  }

  .cash-app-clone {
    position: relative;
    padding: 50px 0;
    background: linear-gradient(135deg, #f0f7ff, #e3e3e32b);
    overflow: hidden;
  }

  .cash-app-clone-wrapper {
    display: flex;
    align-items: center;
    gap: 80px;
    position: relative;
    z-index: 2;
  }

  .cash-app-clone-img {
    flex: 1;
    position: relative;
  }

  .cash-app-clone-img img {
    width: 100%;
    position: relative;
    transition: 0.5s;
  }

  .cash-app-clone-img:hover img {
    transform: scale(1.05) rotate(-1deg);
  }

  .cash-app-clone-content {
    flex: 1;
  }

  .cash-app-clone-list {
    list-style: none;
    padding: 0;
    display: grid;
    margin-bottom: 0;
    grid-template-columns: repeat(2, 1fr);
  }

  .cash-app-clone-list li {
    padding-left: 30px;
    margin-bottom: 15px;
    position: relative;
    font-size: 16px;
    transition: 0.3s;
  }

  .cash-app-clone-list li:hover {
    transform: translateX(8px);
    color: #007bff;
  }

  .cash-app-clone-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #007bff;
  }

  .shape {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(45deg, #007bff, #00c6ff);
    opacity: 0.1;
  }

  .shape1 {
    width: 300px;
    height: 300px;
    top: -100px;
    right: -100px;
    animation: floatShape 12s infinite linear;
  }

  .shape2 {
    width: 200px;
    height: 200px;
    bottom: -80px;
    left: -80px;
  }

  .cash-app-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    text-align: left;
    margin-bottom: 50px;
  }

  .cash-app-clone-Features {
    text-align: center;
  }

  .cash-app-feature-card {
    background: #fff;
    padding: 20px;
    border-radius: 18px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: 0.35s ease;
    position: relative;
    overflow: hidden;
  }

  .feature-top {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 15px;
  }

  .feature-top img {
    width: 40px;
    transition: 0.3s ease;
  }

  .feature-top h3 {
    font-size: 20px;
    margin: 0;
    font-weight: 900;
  }

  .cash-app-feature-card p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 0;
  }

  .cash-app-feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 123, 255, 0.08);
    border-color: rgba(0, 123, 255, 0.15);
  }

  .cash-app-feature-card:hover img {
    transform: scale(1.1);
  }

  .cash-app-feature-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 0%;
    background: linear-gradient(90deg, #007bff, #00c6ff);
    transition: 0.4s;
  }

  .cash-app-feature-card:hover::before {
    width: 100%;
  }

  .cash-app-clone-advanced-features {

    padding: 50px 0;
    background: rgb(0 0 0 / 75%);

  }

  .cash-app-features-columns {
    margin-top: 30px;
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
  }

  .column-title {

    color: #fff;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 600;
  }

  .feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 0;
    border-radius: 10px;
    transition: 0.3s ease;
  }

  .feature-item img {
    width: 32px;
    background: #fff;
    padding: 6px;
    border-radius: 6px;
    transition: 0.3s;
  }

  .feature-item span {
    color: #fff;
    font-size: 15px;
  }

  .feature-item:hover {
    background: linear-gradient(90deg, #0083d4, #37a5e9);
    transform: translateX(8px);
    padding-left: 15px;
  }

  .feature-item:hover img {
    transform: scale(1.15) rotate(5deg);
  }

  .text-white {
    color: #fff;
  }

  .cash-app-platforms-modern {

    padding: 50px 0;

    background: linear-gradient(180deg, #f6fbff, #ffffff);
  }

  .platform-modern-grid {
    margin-top: 30px;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
  }

  .platform-modern-card {

    display: flex;

    align-items: center;

    gap: 25px;

    padding: 30px;

    border-radius: 18px;

    background: #fff;

    border: 1px solid rgba(0, 0, 0, 0.06);

    transition: 0.35s ease;

    position: relative;

    overflow: hidden;
  }

  .platform-modern-card::before {

    content: "";

    position: absolute;

    left: 0;
    top: 0;

    height: 100%;
    width: 4px;

    background: linear-gradient(#0083d4, #37a5e9);

    transition: 0.4s;
  }

  .platform-modern-icon {

    min-width: 70px;

    height: 70px;

    border-radius: 16px;

    background: linear-gradient(135deg, #e8f4ff, #f4f9ff);

    display: flex;

    align-items: center;

    justify-content: center;

    transition: 0.3s;
  }

  .platform-modern-icon img {

    width: 40px;

    transition: 0.3s;
  }

  .platform-modern-content h3 {
    font-size: 20px;
    font-weight: 900;
  }

  .platform-modern-content p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 0;
  }

  .platform-modern-card:hover {

    transform: translateY(-6px);

    box-shadow: 0 15px 40px rgba(0, 131, 212, 0.12);
  }

  .platform-modern-card:hover .platform-modern-icon {

    border: 1px solid #37a5e9;
  }

  .platform-modern-card:hover img {



    transform: scale(1.1);
  }

  .cash-app-clone-work-header {
    text-align: center;
    max-width: 800px;
    margin: auto;
    margin-bottom: 50px;
  }

  .cash-app-clone-work-header h2 {
    font-size: 34px;
    font-weight: 700;
    color: #111;
    margin-bottom: 12px;
  }

  .cash-app-clone-work-header p {
    color: #666;
    font-size: 16px;
  }

  .cash-app-clone-work-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding-top: 20px;
  }

  .cash-app-clone-work-card {
    background: #fff;
    padding: 20px;
    border-radius: 14px;
    border: 1px solid #e9eef4;
    transition: all 0.3s ease;
    position: relative;
    text-align: start;
  }

  .cash-app-clone-work-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 30px;
    height: 0;
    width: 4px;
    background: #0083d4;
    border-radius: 4px;
    transition: 0.3s;
  }

  .cash-app-clone-work-card:hover::before {
    height: 40%;
  }

  .cash-app-clone-work-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    border-color: #dbe8f5;
  }

  .work-icon {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    background: #f1f7fd;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    transition: 0.3s;
  }

  .work-icon img {
    width: 40px;
    height: 40px;
  }

  .cash-app-clone-work-card:hover .work-icon {
    background: #0083d4;
  }

  .cash-app-clone-work-card:hover .work-icon img {
    filter: brightness(0) invert(1);
  }

  .cash-app-clone-work-card h3 {
    font-size: 20px;
    font-weight: 900;
  }

  .cash-app-clone-work-card p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
  }

  .cash-app-benefits {
    padding: 50px 0;
    background: #f7fafc;
    text-align: center;
  }

  .cash-app-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }

  .cash-app-benefit-card {
    position: relative;
    background: #dbe5f7;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #e6edf5;
    transition: 0.35s ease;
    overflow: hidden;
    text-align: start;
  }

  .cash-app-benefit-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 0%;
    background: #0083d4;
    transition: 0.4s ease;
  }

  .cash-app-benefit-card:hover {
    background: #f0f7ff;
    transform: translateY(-6px);
    border-color: #0083d4;
  }

  .cash-app-benefit-card:hover::after {
    width: 100%;
  }

  .benefit-icon {
    width: 70px;
    height: 70px;
    background: #eef4fb;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    transition: 0.3s;
  }

  .benefit-icon img {
    width: 40px;
  }

  .cash-app-benefit-card:hover .benefit-icon {
    background: #0083d4;
  }

  .cash-app-benefit-card:hover .benefit-icon img {
    filter: brightness(0) invert(1);
  }

  .cash-app-benefit-card h3 {
    font-size: 20px;
    font-weight: 900;
  }

  .cash-app-benefit-card p {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.6;
  }

  .cash-app-solutions {
    padding-top: 50px;
    text-align: center;
  }

  .cash-app-solutions-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
  }

  .commitments-section {
    text-align: center;
    padding-bottom: 40px;
  }

  .cash-app-solution-card {
    position: relative;
    padding: 30px 20px 25px;
    border-radius: 14px;
    transition: 0.35s ease;
    text-align: start;
  }

  .cash-app-solution-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    border-radius: 14px 14px 0 0;
    background: rgba(0, 0, 0, 0.15);
  }

  .solution-icon {
    width: 60px;
    height: 60px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
  }

  .solution-icon img {
    width: 30px;
  }

  .cash-app-solution-card h3 {
    font-size: 20px;
    font-weight: 900;
  }

  .cash-app-solution-card p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
  }

  .cash-app-solution-card:hover {
    transform: translateY(-8px);
  }

  .cash-app-solution-card:hover .solution-icon {
    transform: scale(1.1);
  }

  .solution-bg-green {
    background: #dfeceb;
  }

  .solution-bg-beige {
    background: #efe8d8;
  }

  .solution-bg-purple {
    background: #e4e6f4;
  }

  .solution-bg-blue {
    background: #e3edf7;
  }

  .cashapp-advantages {
    position: relative;
    padding: 50px 0;
    background-image: url("https://whitelabelapps.ca/wp-content/uploads/2026/02/Advantages-of-a-Payment-scaled.webp");
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }


  .cashapp-advantages .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: auto;
    text-align: center;
  }

  .cashapp-advantages .section_heading {
    font-size: 36px;
    color: #fff;
    margin-bottom: 15px;
  }

  .cashapp-advantages .section_des {
    color: #ddd;
    max-width: 750px;
    margin: 0 auto 25px auto;
    text-align: center;
    line-height: 1.6;
    font-size: 16px;
  }

  .advantages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }

  .adv-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(6px);
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    transition: 0.4s ease;
    position: relative;
    overflow: hidden;
  }

  .adv-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    opacity: 0;
    transition: 0.4s;
  }

  .adv-card:hover::before {
    opacity: 1;
  }

  .adv-card h3 {
    color: #fff;
    font-size: 20px;
    position: relative;
    z-index: 2;
    font-weight: 900;
  }

  .adv-card p {
    font-size: 16px;
    position: relative;
    color: #fffffff2;
    z-index: 2;
    margin-bottom: 0;
  }


  .adv-card:hover {
    background: #0083d4;
    transform: translateY(-10px);
  }


  .adv-card:hover h3,
  .adv-card:hover p {
    color: #fff;
  }

  .crypto-section {
    padding: 50px 0;
    text-align: center;
  }

  .crypto-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }

  .cash-app-Crypto {
    background: #ffffff;
    border-radius: 18px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #00000008;
  }

  .cash-app-Crypto::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 131, 212, 0.08), rgba(0, 131, 212, 0.15));
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
  }

  .cash-app-Crypto * {
    position: relative;
    z-index: 2;
  }

  .cash-app-Crypto:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0, 131, 212, 0.25);
    border: 1px solid #0083d4;
  }

  .cash-app-Crypto:hover::before {
    opacity: 1;
  }





  .icon-circle img {
    width: 80px;
    transition: 0.4s ease;
    height: 80px;
    margin: 0 auto;
    margin-bottom: 15px;
  }

  .cash-app-Crypto h3 {
    font-size: 20px;
    font-weight: 900;
    transition: 0.3s;
  }

  .cash-app-Crypto p {
    font-size: 16px;
    color: #666;
    margin-bottom: 0;
    line-height: 1.5;
  }

  .cash-app-Crypto:hover h3 {
    color: #0083d4;
  }

  .feature-breakdown {
    padding: 50px 0;
    background: #f0f3f7ad;
  }

  .feature-breakdown .section_heading {
    text-align: center;
    margin-bottom: 10px;
  }

  .feature-breakdown .section_des {
    text-align: center;
    color: #666;
    margin-bottom: 30px;
  }

  .feature-tabs {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
  }

  .feature-tab {
    padding: 12px 25px;
    border-radius: 30px;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
    font-weight: 500;
    transition: .3s;
  }

  .feature-tab.active {
    background: #0083d4;
    color: #fff;
    border-color: #0083d4;
  }

  .feature-tab:hover {
    background: #0083d4;
    color: #fff;
  }

  .feature-content {
    display: grid;
    grid-template-columns: 1fr 500px;
    gap: 40px;
    align-items: center;
  }

  .feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .feature-grid .feature-card {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #eee;
    transition: .3s;
  }

  .feature-grid .feature-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-color: #0083d4;
  }

  .feature-grid .feature-card img {
    width: 45px;
    margin-bottom: 12px;
  }

  .feature-grid .feature-card h3 {
    font-size: 20px;
    font-weight: 900;
  }

  .feature-grid .feature-card p {
    font-size: 16px;
    color: #666;
    margin-bottom: 0;
  }

  .feature-right img {
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
  }

  /* panels */

  .feature-panel {
    display: none;
  }

  .feature-panel.active {
    display: block;
  }

  .befprecash-app-clone-Revenue {
    padding: 50px 0;
    background: #f8fbff;
    position: relative;
  }

  .befprecash-app-clone-Revenue .section_heading {
    text-align: center;
    margin-bottom: 15px;
  }

  .befprecash-app-clone-Revenue .section_des {
    text-align: center;
    max-width: 750px;
    margin: auto;
    margin-bottom: 30px;
    color: #666;
  }


  /* layout */

  .revenue-wrapper {
    display: grid;
    grid-template-columns: 1fr 80px 1fr;
    align-items: center;
    align-items: stretch;
  }


  .revenue-center-line {
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, #0083d4, #37a5e9);
    margin: auto;
    border-radius: 10px;
    position: relative;
  }

  .revenue-center-line::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background: #0083d4;
    border-radius: 50%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }


  .revenue-column {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }


  .revenue-card {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #fff;
    padding: 22px;
    border-radius: 14px;
    border: 1px solid #e8eef5;
    transition: .35s;
    position: relative;
    height: 100%;
  }

  .revenue-card img {
    width: 55px;
    height: 55px;
    background: #f0f7ff;
    padding: 10px;
    border-radius: 10px;
  }

  .revenue-card h3 {
    font-size: 20px;
    font-weight: 900;
  }

  .revenue-card p {
    font-size: 16px;
    color: #666;
    margin-bottom: 0;
  }


  /* hover effect */

  .revenue-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 131, 212, 0.15);
    border-color: #0083d4;
  }

  .revenue-card:hover img {
    transform: rotate(-8deg) scale(1.1);
  }


  /* alignment */

  .revenue-column.left .revenue-card {
    margin-right: 30px;
  }

  .revenue-column.right .revenue-card {
    margin-left: 30px;
  }

  .befprecash-app-clone-Invest {
    padding: 50px 0;
    background: #f4f9ff;
  }

  .befprecash-app-clone-Invest .section_heading {
    text-align: center;
    margin-bottom: 12px;
  }

  .befprecash-app-clone-Invest .section_des {
    text-align: center;
    max-width: 700px;
    margin: auto;
    margin-bottom: 30px;
    color: #666;
  }

  .invest-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }

  .invest-card {
    background: #fff;
    padding: 30px 40px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    transition: .4s;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
  }

  .invest-card::before {
    content: "";
    position: absolute;
    top: -60px;
    right: -60px;
    width: 140px;
    height: 140px;
    background: linear-gradient(96.74deg,
        #37a5e9 7.29%,
        #0083d4 90.69%);
    border-radius: 50%;
    transition: .4s;
  }

  .invest-card::after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 8px;
    height: 8px;
    background: #0083d4;
    border-radius: 50%;
    transition: .4s;
  }

  .invest-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 50px rgba(0, 131, 212, 0.15);
  }

  .invest-card:hover::before {
    transform: scale(1.4);
  }

  .invest-card:hover::after {
    transform: scale(2);
    opacity: .3;
  }

  .invest-card h3 {
    font-size: 20px;
    position: relative;
    z-index: 2;
    font-weight: 900;
  }

  .invest-card p {
    font-size: 16px;
    line-height: 1.6;
    position: relative;
    z-index: 2;
    margin-bottom: 0;
  }

  .invest-card span {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 35px;
    font-weight: 800;
    color: #ffffff;
    opacity: 0.4;
  }

  .invest-card:hover span {
    opacity: 1;
  }

  .cash-app-clone-split {
    padding-top: 50px;
  }


  /* row */

  .split-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;

  }

  .split-row:last-child {
    margin-bottom: 0;
  }

  .split-image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }



  /* hover animation */

  .split-image:hover img {
    transform: translateY(-15px) scale(1.05);
  }


  /* CONTENT SIDE */

  .split-content {
    background: #f8fbff;
    padding: 50px;
    border-radius: 20px;
    position: relative;
    transition: .4s;
  }

  .split-content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(96.74deg,
        #37a5e9,
        #0083d4);
    border-radius: 6px;
  }

  .split-content:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0, 131, 212, 0.12);
  }

  .split-content h2 {
    font-size: 30px;
    font-family: 'Impact';
  }

  .split-content p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 0;
  }

  .split-row.reverse .image-bg {
    transform: rotate(8deg);
  }

  .commitments-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-top: 30px;
  }

  .suffescom-choose-section {
    padding-top: 50px;
  }

  .commitment-card {
    position: relative;
    padding: 20px;
    text-align: start;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(0, 131, 212, 0.15);
    transition: 0.4s ease;
    overflow: hidden;
  }

  .split-image img {
    max-width: 80%;
    position: relative;
    z-index: 2;
    transition: .5s;
    width: 100%;
  }

  .commitments-section .section_heading {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
  }

  /* gradient border effect */
  .commitment-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 1px;
    background: linear-gradient(135deg, #37a5e9, #0083d4, #00c6ff);
    -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
  }

  /* icon */
  .card-icon {
    width: 70px;
    height: 70px;
    border-radius: 16px;
    background: linear-gradient(135deg, #37a5e9, #0083d4);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }

  .card-icon img {
    width: 36px;
  }

  .commitment-card h3 {
    font-size: 20px;
    font-weight: 900;
  }

  .commitment-card p {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.6;
  }

  .commitment-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0, 131, 212, 0.15);
  }


  .commitment-card:hover .card-icon {
    transform: rotate(8deg) scale(1.1);
  }

  .cashapp-dev-process {
    padding: 50px 0;
    background: #f7fbff;
  }

  .process-header {
    text-align: center;
    max-width: 700px;
    margin: auto;
  }

  .process-flow {
    margin: 30px 0;
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
  }

  .process-flow::before {
    content: "";
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #00c6ff, #0072ff, #00c6ff);
    border-radius: 10px;
    z-index: 0;
  }

  /* STEP */
  .process-step {
    width: 16%;
    text-align: center;
    position: relative;
    z-index: 1;
  }

  /* CIRCLE NUMBER */
  .step-circle {
    width: 70px;
    height: 70px;
    margin: auto;
    border-radius: 50%;
    background: linear-gradient(135deg, #00c6ff, #0072ff);
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0, 114, 255, .3);
    margin-bottom: 25px;
    transition: .4s;
  }

  .step-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
    transition: .4s;
    height: 100%;
    max-height: 70%;
  }

  .step-card h3 {
    font-size: 18px;
    font-weight: 900;
  }

  .step-card p {
    font-size: 14px;
    margin-bottom: 0;
  }

  /* HOVER */
  .process-step:hover .step-circle {
    transform: scale(1.2);
  }

  .process-step:hover .step-card {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 114, 255, .15);
  }


  /* header */
  .choose-header {
    text-align: center;
    max-width: 750px;
    margin: auto;
    margin-bottom: 30px;
  }

  /* grid */
  .choose-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }

  /* card */
  .choose-card {
    position: relative;
    background: #fff;
    padding: 35px 30px;
    border-radius: 18px;
    overflow: hidden;
    transition: 0.4s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    z-index: 1;
  }

  .choose-card::before {
    position: absolute;
    content: "";
    top: -83px;
    right: -101px;
    width: 180px;
    height: 180px;
    background: linear-gradient(135deg, #00c6ff, #0072ff);
    opacity: .08;
    transition: .4s;
    border-radius: 58% 42% 65% 35% / 40% 60% 40% 60%;
    transform: rotate(25deg);
  }

  .choose-card span {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 37px;
    font-weight: 800;
    background: linear-gradient(96.74deg,
        #37a5e9 7.29%,
        #0083d4 90.69%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.3;
  }

  .choose-card h3 {
    font-size: 20px;
    font-weight: 900;
  }

  .choose-card p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
  }

  .choose-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 50px rgba(0, 114, 255, 0.15);
  }

  .choose-card:hover .card-accent {
    transform: scale(1.5);
    opacity: .15;
  }

  .choose-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 18px;
    padding: 1px;
    background: linear-gradient(135deg, transparent, transparent, transparent);
    -webkit-mask:
      linear-gradient(#000 0 0) content-box,
      linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    transition: .4s;
  }

  .choose-card:hover::after {
    background: linear-gradient(135deg, #00c6ff, #0072ff);
  }


  /* responsive */
  @media(max-width:768px) {
    .wla-form-bg {
      margin: 0 auto 15px auto !important;
      width: 95%;

    }

    .cash-hide-mobile {
      display: none;
    }

    .wla-clone-cta-content {

      text-align: center;
    }

    .cash-app-clone-stats-wrapper {
      grid-template-columns: repeat(2, 1fr);
    }

    .wla-hero-content {
      order: 1;
    }

    #wla-clone-background-cash {
      padding: 80px 0 0 0;

    }

    .cash-app-clone-wrapper {
      gap: 30px;
      flex-direction: column;
    }

    .cash-app-features-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .cash-app-features-columns {
      grid-template-columns: 1fr 1fr;
    }

    .platform-modern-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .cash-app-clone-work-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .cash-app-benefits-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .cash-app-solutions-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .advantages-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .crypto-grid {
      grid-template-columns: repeat(1, 1fr);
    }

    .feature-content {
      grid-template-columns: 1fr;
    }

    .feature-right {
      grid-row: 1;
    }

    .revenue-column.left .revenue-card,
    .revenue-column.right .revenue-card {
      margin: 0;
    }

    .revenue-wrapper {
      grid-template-columns: 1fr;
      gap: 30px;
    }

    .revenue-center-line {
      display: none;
    }

    .invest-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .split-row {
      grid-template-columns: 1fr;
      margin-bottom: 50px;
      text-align: center;
    }

    .split-image {
      grid-row: 1;
    }

    .commitments-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .process-step {
      width: 48%;
      margin-bottom: 40px;
    }

    .choose-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    #wla-clone-background {
      padding: 60px 0 0 10px !important;
    }

    .wla-hero-grid {
      gap: 0 !important;
    }

    .wla-clone-cta-section .container {
      padding: 0 !important;
    }
  }

  @media(max-width:430px) {
    .cash-app-clone-stats-wrapper {
      padding: 50px 0;
    }

    .cash-app-clone-stat-box {
      padding: 15px;
    }

    .cash-app-features-grid {
      grid-template-columns: repeat(1, 1fr);
    }

    .cash-app-features-columns {
      grid-template-columns: 1fr;
      justify-items: start;
    }

    .platform-modern-grid {
      grid-template-columns: repeat(1, 1fr);
    }

    .cash-app-clone-work-grid {
      grid-template-columns: repeat(1, 1fr);
    }

    .cash-app-benefits-grid {
      grid-template-columns: repeat(1, 1fr);
    }

    .cash-app-solutions-grid {
      grid-template-columns: repeat(1, 1fr);
    }

    .advantages-grid {
      grid-template-columns: repeat(1, 1fr);
    }

    .invest-grid {
      grid-template-columns: repeat(1, 1fr);
    }

    .commitments-grid {
      grid-template-columns: repeat(1, 1fr);
    }

    .choose-grid {
      grid-template-columns: repeat(1, 1fr);
    }

    .py-0 {
      padding: 50px 0 !important;
    }

    .revenue-card {
      padding: 18px;
    }

    .feature-tab {
      padding: 12px 10px;
      border-radius: 0;
      font-size: 10px;
    }

    .process-flow::before {
      display: none;
    }
  }

  @media(max-width:375px) {
    .stat-icon img {
      width: 55px;
      margin-bottom: 10px;
    }

    .cash-app-feature-card {
      padding: 20px;
    }

    .platform-modern-card {
      padding: 20px;
    }

    .cash-app-clone-work-card {
      padding: 20px;
    }

    .cash-app-benefit-card {
      padding: 20px;
    }

    .process-flow {
      flex-direction: column;
    }

    .process-step {
      width: 100%;
    }
  }

  .cash .wla-hero-section {
    padding: 120px 0 0 0 !important;
  }

  .cash-app-clone-img {
    max-width: 80% !important
  }

  .feature-right-admin img {
    width: 100% !important;
    max-width: 100% !important;
  }

  .adv-card img {
    margin: 0 auto;
    margin-bottom: 15px !important;
  }

  img.cash-app-clone-banner-img {
    width: 100%;
    max-width: 75%;
    margin: 0 auto;
  }

  .cash-app-clone-banner-sec {
    padding-bottom: 30px !important;
  }
