.fintech {
  /* overflow: hidden !important; */

  h2 {
    margin: 0 !important;
    font-family: "Space Grotesk";
    font-size: 72px;
    font-weight: 700;

    @media screen and (max-width: 992px) {
      font-size: 56px;
    }

    @media screen and (max-width: 576px) {
      font-size: 56px;
    }
  }

  h1, h3 {
    margin: 0 !important;
    font-family: "Space Grotesk";
    font-size: 44px;
    font-weight: 700;

    @media screen and (max-width: 992px) {
      font-size: 32px;
    }

    @media screen and (max-width: 576px) {
      font-size: 24px;
    }
  }

  h4 {
    margin: 0 !important;
    font-family: "Space Grotesk";
    font-size: 28px;
    font-weight: 700;

    @media screen and (max-width: 992px) {
      font-size: 28px;
    }

    @media screen and (max-width: 576px) {
      font-size: 22px;
    }
  }

  h5 {
    margin: 0 !important;
    font-family: "Space Grotesk";
    font-size: 28px;
    font-weight: 700;

    @media screen and (max-width: 992px) {
      font-size: 24px;
    }

    @media screen and (max-width: 576px) {
      font-size: 20px;
    }
  }

  p {
    font-size: 20px;

    @media screen and (max-width: 992px) {
      font-size: 18px;
    }

    @media screen and (max-width: 576px) {
      font-size: 16px;
    }
  }

  .landing {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    padding: 80px 0px;

    position: relative;
    /* overflow: hidden; */

    @media screen and (max-width: 992px) {
      padding: 60px 20px;
      min-height: unset;
    }

    .landing-asset {
      position: absolute;
      top: 50%;
      transform: translate(0,-68%);

      img {
        width: 1500px;
        height: 1500px;
        @media screen and (max-width: 1470px){
          opacity: 0.2;
        }
      }

      @media screen and (max-width: 1200px) {
        display: none;
      }
    }

    .left-asset {
      left: -1390px;
    }

    .right-asset {
      right: -1390px;
    }

    .landing-section {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      flex: 1;
      overflow: hidden !important;

      button {
        width: fit-content;
      }

      @media screen and (max-width: 576px) {
        justify-content: flex-start;
        min-height: unset;
      }

      .gsap-landing-span {
        font-size: 24px;
        font-weight: 500;
        color: var(--primary-purple) ;

        @media screen and (max-width: 992px) {
          font-size: 20px;
        }

        @media screen and (max-width: 576px) {
          font-size: 18px;
        }
      }

      h3 {
        font-family: 'Space Grotesk', sans-serif;
        font-weight: 700;
        font-size: 50px;
        max-width: 500px;

        @media screen and (max-width: 992px) {
          font-size: 40px;
          max-width: none;
        }

        @media screen and (max-width: 576px) {
          font-size: 32px;
        }
      }

      .image-controller {
        display: flex;
        justify-content: center;

        img {
          width: 100%;
          height: 100%;
          object-fit: contain;
          max-width: 700px;
        }
      }

      .asset {
        width: 100%;
        height: 100%;
        object-fit: contain;
        max-width: 400px;
      }
    }

    .capital-assessment-section {
      margin-top: 20px;
      display: flex;
      flex-direction: column;
      gap: 16px;

      .cta-section {
        width: 100%;
        max-width: 500px;
      }

      h6 {
        font-size: 20px;
      }

      .email-input {
        width: 100%;
        height: 56px;
        max-width: 250px;
        border-radius: 8px;
        padding: 16px;
        border: 1px solid var(--primary-grey);
        font-size: 16px;
        background-color: transparent;
      }

      .cta-section {
        display: flex;
        flex-direction: row;
        gap: 16px;

        @media screen and (max-width: 992px) {
          flex-direction: column;

          .email-input {
            max-width: 100%;
          }

          .primary-button {
            width: 100%;
            justify-content: center;
            height: 56px;
          }
        }
      }
    }
  }

  .description-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 20px;
    background-color: #f6f6f6;
    position: relative;
    z-index: 10;

    @media screen and (max-width: 992px) {
      padding: 60px 20px;
    }

    .card-content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 10px;
      font-size: 20px;

      @media screen and (max-width: 992px) {
        font-size: 18px;
      }
    }

    .description-description {
      padding-top: 10px;
      padding-bottom: 20px;
    }
  }

  .success-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 20px;
    background-color: #f6f6f6;
    overflow-x:hidden;

    .max-width-controller {
      display: flex;
      flex-direction: column;
      gap: 44px;
    }

    p {
      margin: 0;
      font-size: 18px;
    }

    @media screen and (max-width: 992px) {
      padding-top: 60px;
      padding-bottom: 60px;
    }

    h3 {
      font-family: 'Space Grotesk', sans-serif;
      font-size: 40px;
      font-weight: 700;

      @media screen and (max-width: 992px) {
        font-size: 32px;
      }

      @media screen and (max-width: 576px) {
        font-size: 28px;
      }
    }

    .success-main-card {
      background-color: #ffffff;
      padding: 40px 30px 40px 30px;
      border-radius: 20px;

      div {
          @media screen and (max-width: 576px) {
            padding-bottom: 30px;
          }

          @media screen and (max-width: 992px) {
            padding-bottom: 30px;
          }
        }
    }

    .success-card {
      background-color: #f6f6f6;
      padding: 33px;
      border-radius: 16px;
      height: 100%;
      text-align: center;
      display: flex;
      flex-direction: column;
      gap: 30px;

      @media screen and (max-width: 576px) {
        gap: 24px;
        padding: 28px;
      }

      img {
        align-self: center;
        object-fit: contain;
        height: 80px;
        width: 80px;

        @media screen and (max-width: 576px) {
          width: 70px;
        }
      }
    }
  }

  .next-step-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 120px 20px;
    background-color: #f6f6f6;
    overflow-x:hidden;

    @media screen and (max-width: 992px) {
      padding: 60px 20px;
    }

    @media screen and (max-width: 576px) {
      .primary-button {
        width: 100% !important;
        justify-content: center;
      }
    }

    .content {
      max-width: 450px;

      @media screen and (max-width: 576px) {
      max-width: none;
    }
      button {
        width: fit-content;
      }
    }

    .next-image-container {
      @media screen and (max-width: 992px) {
        display:none !important;
      }
    }

    .next-image {
      width: 100%;
      height: 100%;
      max-width: 600px;

    }
  }

  .services-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 20px;
    background-color: #f6f6f6;
    overflow-x:hidden;

    @media screen and (max-width: 992px) {
      padding: 60px 0px;

      h3 {
        padding-left: 20px;
      }
    }

    .max-width-controller {
      display: flex;
      flex-direction: column;
      gap: 32px;

      @media screen and (max-width: 992px) {
        gap: 0px;
      }
    }


    .service-card {
      img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        margin-bottom: 10px;
      }
    }

    .card-max-width {
      @media screen and (max-width: 992px) {
        max-width: 540px;
        margin: auto;
      }
    }

    .inside-logo {
      margin-top: 80px;
      background-color: transparent;
      position: relative;
      padding-bottom: 0px;

      @media screen and (max-width: 992px) {
        padding-top: 40px;
        margin-top: 40px;
      }

      @media screen and (max-width: 576px) {
        .primary-button {
          width: 100% !important;
          justify-content: center
        }
      }

      .grey-line {
        position: absolute;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 48px);
        height: 1px;
        max-width: 1280px;
        background-color: var(--primary-grey);
      }
    }
  }

  .collaborate-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 20px;
    background-color: white;
    width: 100%;


    @media screen and (max-width: 576px) {
      padding-top: 40px;
      padding-bottom: 40px;

      .primary-button {
        width: 100%;
        justify-content: center;
      }
    }

    .content-section {
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      gap: 20px;

      p {
        width: 100%;
        max-width: 480px;
        margin: 0;
        font-size: 20px;
      }

      @media screen and (max-width: 992px) {
        display: flex;
        flex-direction: column;

         p {
          font-size: 18px;
          text-align: center;
         }
      }

      @media screen and (max-width: 576px) {
        display: flex;
        flex-direction: column;
        align-items: flex-start;

         p {
          font-size: 16px;
          text-align: left;
         }
      }
    }
  }

  .cta-input-section {
      text-align: center;

      .divider, .divider-bottom {
        width: 100%;
        border-top: 2px solid var(--primary-grey);
        margin-bottom: 72px;
      }

      .divider-bottom {
        margin-top: 72px;
        margin-bottom: 0px;
      }

      .email-input {
        width: 100%;
        height: 56px;
        border-radius: 8px;
        padding: 16px;
        border: 1px solid var(--primary-grey);
        font-size: 16px;
        background-color: transparent;
      }

      .cta-content {
        width: 100%;
        max-width: 810px;

        display: flex;
        flex-direction: column;
        gap: 32px;
      }

      .cta-section {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 20px;

        .primary-button {
          width: 100%;
          max-width: 320px;
          justify-content: center;
        }
      }

      @media screen and (max-width: 1500px) {
        .divider {
          margin-bottom: 32px;
        }

        .cta-content {
          padding-top: 32px;
        }

      }

      @media screen and (max-width: 768px) {
        .cta-section {
          display: flex;
          flex-direction: column;
          justify-content: center;
        }

        .primary-button {
          width: 100%;
          max-width: 100% !important;
          height: 56px;
        }
      }
  }

  .product-portfolio-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 20px 0px 20px;
    background-color: white;
    border-top: 1px solid var(--primary-grey);
    border-bottom: 1px solid var(--primary-grey);

    @media screen and (max-width: 992px) {
      padding-top: 50px;
      padding-bottom: 10px !important;
    }

    @media screen and (max-width: 768px) {
      padding-bottom: 0px;
    }

    .cta-input-section {
      padding-bottom: 56px;

      .divider {
        margin-bottom: 100px;

        @media screen and (max-width: 1500px) {
          display: unset;
        }
      }

      @media screen and (max-width: 1500px) {
        .divider {
          margin-bottom: 56px;
        }

        .divider-bottom {
          margin-top: 56px;
          margin-bottom: 0px;
        }
      }

      @media screen and (max-width: 992px) {
        .divider {
          margin-bottom: 32px;
        }

        .divider-bottom {
          margin-top: 32px;
          margin-bottom: 0px;
        }
      }

      .divider-bottom {
        margin-bottom: 0px;
        margin-top: 100px;
      }
    }
  }

  .portfolio-content-section {

    width: 100%;
    flex: 0 0 auto;
    position: relative;

    .primary-button {
      margin-top: 24px;
    }

    @media screen and (max-width: 1280px) {
      .primary-button {
        display: none;
      }
    }

    h4 {
      font-family: 'Space Grotesk', sans-serif;
      font-size: 34px;
      font-weight: 700;
      margin: 0;

      @media screen and (max-width: 576px) {
        font-size: 24px;
      }
    }

    .divider {
      background-color: var(--primary-grey);
      height: 1px;
      width: 100%;
      margin: 15px 0px;
    }

    .content {
      padding-top: 15px;
      width: 90%;
      font-size: 20px;

      @media screen and (max-width: 992px) {
        width: 100%;
      }

      @media screen and (max-width: 576px) {
        font-size: 16px;
        padding-top: 0px;
      }

      ul {
        padding-top: 0px;

        display: flex;
        flex-direction: column;
        gap: 20px;
        padding-left: 16px;

        @media screen and (max-width: 576px) {
          gap: 10px;
          margin-bottom: 0px
        }
      }

      li {
        font-size: 18px;

        @media screen and (max-width: 576px) {
          font-size: 16px;
        }
      }
    }

    @media screen and (min-width: 1280px) {
      max-width: 500px;
    }

    @media screen and (max-width: 576px) {
      .primary-button {
        width: 100%;
        justify-content: center;
      }
    }
  }

  .alma-section{
    padding: 80px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid var(--primary-grey);
    position: relative !important;

    @media screen and (max-width: 992px) {
      padding-top: 60px;
      padding-bottom: 60px;
    }

    @media screen and (max-width: 576px) {
      padding-top: 40px;
      padding-bottom: 40px;
    }
  }

  .cma-section {
    padding: 80px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative !important;
    border-bottom: 1px solid var(--primary-grey);

    .image-portfolio-section-left {
      @media screen and (max-width: 576px) {
        margin-top: 24px;
        min-height: 280px;
      }
    }

    .image-section {
      img {
        width: 100%;
        height: 100%;
        max-height: 600px;
        object-fit: contain;
      }

      @media screen and (max-width: 1280px) {
        margin-top: 80px;
      }

      @media screen and (max-width: 992px) {
        margin-top: 30px;
      }
    }

    .floating-logo-controller {
      margin-left: -8px;
    }

    @media screen and (max-width: 992px) {
      padding-top: 60px;
      padding-bottom: 60px;
    }

    @media screen and (max-width: 576px) {
      padding-top: 40px;
      padding-bottom: 40px;
    }
  }

  .heading-controller {
    margin-bottom: 0px;

    @media screen and (max-width: 992px) {
      margin-bottom: 0px;
    }
  }

  .no-bottom-border{
    border-bottom: none !important;
  }

  .image-portfolio-section {
    background-image: url('../assets/image_background.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 60vw;
    flex: 0 0 auto;

    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding-right: 60px;
    padding-left: 50px;

    .floating-logo-controller {
      margin-left: -100px;

      @-moz-document url-prefix() {
        margin: 0px !important;
        margin-right: 32px !important;
        margin-left: -100px !important;
        margin-top: 90px !important;
      }
    }

    @media screen and (min-width: 1800px) {
      padding-left: 0px;

      .floating-logo-controller {
        margin-left: -100px;

        @-moz-document url-prefix() {
          margin: 0px !important;
          margin-right: -50px !important;
          margin-left: -120px !important;
          margin-top: 90px !important;
        }
      }
    }

    img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      transition: 0.2s;
    }

    /* img:hover {
      transform: scale(106%);
    } */

    @media screen and (max-width: 1280px) {
      width: 100%;
      flex: 1;
      padding-right: 20px;
      background-size: contain;
    }

    @media screen and (max-width: 1280px) {
    }

    @media screen and (max-width: 576px) {
      padding: 0;
      margin-top: 20px;
      min-height: 280px;
    }
  }

  .mobile-button-controller {
    margin-bottom: 55px !important;
  }

  .eco-flex-fix {
      @media screen and (max-width: 992px) {
          /* padding-top: 10px; */
          padding-bottom: 0px;
      }
  }

  .eco-flex {
    @media screen and (max-width: 1280px) {
      padding-top: 60px;
    }

    @media screen and (max-width: 992px) {
      padding-top: 45px;
    }
  }






   .vector-card {
        position: relative;
        height: 100%;
        min-height: 280px;
        padding: 20px;
    }

    .vector-bg {
        position: absolute;
        inset: 0;
        width: 100%;
        height: -webkit-fill-available;
        object-fit: fill;
        pointer-events: none;
    }

    .vector-content {
        position: relative;
        padding: 40px;
        height: 100%;
        background: transparent;

        @media (max-width: 576px) {
          padding: 0px;
        }

        @media (max-width: 992px) {
          padding: 0px;
        }

        .subtitle {
            line-height: 1.5rem;
        }
    }

    .vector-content ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .vector-content ul li {
        position: relative;
        margin-bottom: 5px;
        font-size: 16px;
    }

    .vector-content ul li::before {
        content: "";
        position: absolute;
        left: 0;
        color: #b46cff;
        font-weight: 600;
    }

    .vector-content ul li span {
        padding-left: 5px;
    }

    @media (max-width: 576px) {
        .vector-bg {
            display: none;
        }

        .vector-card {
            border: 1px solid #b46cff;
            border-radius: 12px;
        }
    }

    @media (max-width: 992px) {
        .vector-bg {
            display: none;
        }

        .vector-card {
            border: 1px solid #b46cff;
            border-radius: 12px;
        }
    }

    .endorsements-section {
        /* padding: 0px 20px 100px; */
        padding-top: 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;

        .logo-container {
        display: flex;
        flex-direction: row;
        justify-content: center;
        object-fit: contain;
        height: 100px;
        position: relative;

        img {
            width: 160px;
            height: 100%;
            object-fit: contain;

            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);

            @media screen and (max-width: 576px) {
            width: 130px;
            }
        }
        }

        .logo-container img:nth-child(2) {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0%);
        }

        .logo-container img:nth-child(3) {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0%);
        }

        .logo-container img:nth-child(4) {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0%);
        }

        .max-width-controller {
        display: flex;
        flex-direction: column;
        gap: 80px;

        @media screen and (max-width: 576px) {
            gap: 20px;
        }

        position: relative;
        z-index: 1;
        }

        .video-player {
        aspect-ratio: 1.7;
        border-radius: 10px;
        box-shadow: none;

        video {
            width: 100%;
            aspect-ratio: 1.7;
            border-radius: 10px;
            object-fit: cover;
            box-shadow: none;
        }
        }

        .grey-background {
        position: absolute;
        left: 50%;
        bottom: 0px;
        transform: translate(-50%);
        width: 100%;
        height: 75%;
        background-color: #f6f6f6;
        z-index: 0;

        @media screen and (max-width: 992px) {
            height: 82%;
        }

        @media screen and (max-width: 576px) {
            height: 91%;
        }
        }

        @media screen and (max-width: 992px) {
          padding-top: 20px;
          padding-bottom: 20px;
        }

        @media screen and (max-width: 576px) {
          padding-top: 0px;
          padding-bottom: 6px;
        }
    }

    .track-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 80px 20px 80px 20px;

        @media screen and (max-width: 992px) {
            padding: 40px 20px 80px 20px;
        }

        @media screen and (max-width: 576px) {
            padding: 20px 20px 50px 20px;
        }

        .max-width-controller {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
        }

        .track-card {
            width: 100%;
            border-radius: 20px;

            display: flex;
            flex-direction: column;
            gap: 24px;

            @media screen and (max-width: 992px) {
                padding: 60px 50px;
            }

            @media screen and (max-width: 576px) {
                padding: 35px 25px;
            }

        }

        .attribute-cell {
            /* display: flex; */
            align-items: center;
            justify-content: center;
            gap: 6px;
            padding: 32px 40px;

            .heading-4 {
                font-size: 17px !important;
            }

            @media screen and (min-width: 992px) {
                & + & {
                border-left: 1px solid #eee;
                }
            }

            @media screen and (max-width: 992px) {
                &:nth-child(2) {
                border-left: 1px solid #eee;
                }

                &:nth-child(3) {
                border-top: 1px solid #eee;
                }

                &:nth-child(4) {
                border-left: 1px solid #eee;
                border-top: 1px solid #eee;
                }
            }

            @media screen and (max-width: 768px) {
                &:nth-child(2) {
                border-left: none;
                border-top: 1px solid #eee;
                }

                &:nth-child(3) {
                border-top: 1px solid #eee;
                }

                &:nth-child(4) {
                border-left: none;
                border-top: 1px solid #eee;
                }
            }


            @media screen and (max-width: 576px) {
                justify-content: flex-start;
            }
        }

        .attribute-row {

        @media screen and (max-width: 576px) {
            width: 280px !important;
        }
        }

    .track-stats {
        background-color: #f6f6f6;
        border: 1px solid #eee;
        margin-bottom: 20px;
        border-radius: 20px;
        overflow: hidden;

        @media screen and (max-width: 992px) {
            margin-bottom: 0px;
        }

        @media screen and (max-width: 576px) {
            margin-bottom: 0px;
        }
        }

        .mobile-justify-wrapper {
        @media screen and (max-width: 576px) {
            display: flex;
            flex-direction: row;
            justify-content: center;
        }
        }

        .content-section {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
        text-align: center;

        .primary-button {
            width: fit-content;
            span {
            flex-shrink: 0
            }
        }

        @media screen and (max-width: 992px) {
            display: flex;
            flex-direction: column;
            padding-top: 40px;

            p {
            font-size: 18px !important;
            text-align: center;
            }
        }

        @media screen and (max-width: 576px) {
            display: flex;
            flex-direction: column;
            align-items: center;

            p {
            font-size: 18px !important;
            text-align: center;
            }
        }

        p {
            width: 100%;
            margin: 0;
            font-weight: 400;
            font-size: 20px;
        }

        button {
            width: 200px;
        }
        }
    }

    .technologies-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 80px 20px;
        background-color: #f6f6f6;
        overflow-x:hidden;

        @media screen and (max-width: 992px) {
          padding: 50px 20px;
        }

        .max-width-controller {
          display: flex;
          flex-direction: column;
          gap: 44px;

          @media screen and (max-width: 992px) {
            gap: 32px
          }
        }

        .tech-card {
            padding: 15px;
            border-radius: 20px;

            display: flex;
            flex-direction: column;
            /* gap: 24px; */

            .logo-image {
                width: 46px;
                height: 46px;
                object-fit: contain;

                @media screen and (max-width: 992px) {
                width: 32px;
                height: 32px;
                }
            }

            .divider {
                height: 1px;
                width: 100%;
                background-color: var(--primary-grey);
                border-radius: 4px;
            }

            .tech-row {
                display: flex;
                flex-direction: row;
                gap: 40px;
                width: 100%;
                flex-wrap: wrap;
                padding-top: 20px;

                @media screen and (max-width: 992px) {
                gap: 20px;
                }
            }

            .tech-cell {
                display: flex;
                flex-direction: column;
                gap: 12px;
                align-items: center;
                width: 80px;
                text-align: center;
            }

            .tech-image {
                border-radius: 10px;
                width: 64px;
                height: 64px;
                object-fit: cover;

                @media screen and (max-width: 992px) {
                width: 40px;
                height: 40px;
                }
            }

            @media screen and (max-width: 992px) {
                padding: 20px;
            }
        }

        /* Style for the + and - icons */
        .accordion-button::after {
            background-image: url("../assets/product-dev/icons/plus.svg") !important; /* Replace with your plus icon image */
            background-size: 1.25rem; /* Adjust size as needed, e.g., 20px */
            background-position: center;
            background-repeat: no-repeat;
            transform: rotate(0deg); /* No rotation for a static plus icon */
            transition: transform 0.2s ease-in-out;
        }

        /* Style for the - icon when the accordion is open */
        .accordion-button:not(.collapsed)::after {
            background-image: url("../assets/product-dev/icons/minus.svg") !important; /* Replace with your minus icon image */
            background-size: 1.25rem; /* Adjust size as needed, e.g., 20px */
            background-position: center;
            background-repeat: no-repeat;
            transform: rotate(0deg); /* No rotation for a static minus icon */
        }

        /* Optional: To remove the default blue focus outline */
        .accordion-button:focus {
            box-shadow: none !important;
        }

        .accordion-gap .accordion-item {
            margin-bottom: 20px; /* Adjust the value as needed for the desired gap */
        }

        /* Optional: To remove the bottom margin from the last item */
        .accordion-gap .accordion-item:last-child {
            margin-bottom: 0;
        }

        .accordion-button{
            background-color: inherit;
        }
        
        .accordion-item{
            border: none;
        }

        .accordion-button:not(.collapsed){
            background-color: inherit;
            box-shadow: none;
            color: inherit;
        }
    }

    .process-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 80px 20px;
        background-color: #ffffff;
        overflow-x:hidden;

        @media screen and (max-width: 992px) {
          padding: 50px 20px;
        }

        .max-width-controller {
          display: flex;
          flex-direction: column;
          gap: 44px;

          @media screen and (max-width: 992px) {
              gap: 32px
          }
        }

        .office-card {
            border: 1px solid #dee2e6;
            padding: 30px;
            text-align: left;
            height: 100%;

            @media screen and (min-width: 576px) {
                padding: 15px;
            }

            @media screen and (max-width: 992px) {
                padding: 15px;
            }
        }

        .card-container {
            border-radius: 12px;
        }

        .card-container .col-md-2:not(:first-child):not(:last-child) .office-card {
            border-radius: 0;
        }

        .card-container .col-md-2:first-child .office-card {
            border-top-left-radius: 12px;
            border-bottom-left-radius: 12px;
        }

        .card-container .col-md-2:last-child .office-card {
            border-top-right-radius: 12px;
            border-bottom-right-radius: 12px;
        }

        /* Mobile specific styles */
        @media (max-width: 767.98px) {
            .card-container .col-md-2:first-child .office-card,
            .card-container .col-md-2:last-child .office-card,
            .card-container .col-md-2:not(:first-child):not(:last-child) .office-card {
                border-radius: 0;
            }

            .card-container .col-md-2:first-child .office-card {
                border-top-left-radius: 12px;
                border-top-right-radius: 12px;
            }

            .card-container .col-md-2:last-child .office-card {
                border-bottom-left-radius: 12px;
                border-bottom-right-radius: 12px;
            }

            .office-card {
                border-bottom: none;
            }

            .card-container .col-md-2:last-child .office-card {
                border-bottom: 1px solid #dee2e6;
            }
        }

        .office-card .icon-container {
            margin-bottom: 40px;
            min-height: 105px;
            display: flex;
            align-items: flex-end;

            img{
              height: 70px;
              width: 80px;
            }
        }

        .office-card h4 {
            font-weight: 600;
            font-size: 1.25rem;
            margin-bottom: 12px !important;
        }

        .office-card p {
            color: #0F1825;
            font-size: 0.95rem;
            line-height: 1.6;
        }

        .office-card .contact-info {
            display: flex;
            align-items: center;
            margin-top: 15px;
            color: #0F1825;
            font-size: 1rem;
            font-weight: 500;
        }

        .office-card .contact-info .bi {
            font-size: 1.1rem;
            margin-right: 8px;
            color: #0F1825;
        }

        .phone_call{
          text-decoration: none;
          color: #0F1825;
        }

    }

    .we-work-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 80px 20px 80px 20px;
        background-color: #ffffff;
        overflow-x:hidden;

        @media screen and (max-width: 992px) {
          padding: 50px 20px;
        }

        .max-width-controller {
          display: flex;
          flex-direction: column;
          gap: 44px;

          @media screen and (max-width: 992px) {
            gap: 32px
          }
        }
        
        .accordion-item{
          background-color: #f6f6f6;
        }

        .tech-card {
            padding: 15px;
            border-radius: 20px;

            display: flex;
            flex-direction: column;
            /* gap: 24px; */

            .logo-image {
                width: 46px;
                height: 46px;
                object-fit: contain;

                @media screen and (max-width: 992px) {
                width: 32px;
                height: 32px;
                }
            }

            .divider {
                height: 1px;
                width: 100%;
                background-color: var(--primary-grey);
                border-radius: 4px;
            }

            .tech-row {
                display: flex;
                flex-direction: row;
                gap: 40px;
                width: 100%;
                flex-wrap: wrap;
                padding-top: 20px;

                @media screen and (max-width: 992px) {
                gap: 20px;
                }
            }

            .tech-cell {
                display: flex;
                flex-direction: column;
                gap: 12px;
                align-items: center;
                width: 80px;
                text-align: center;
            }

            .tech-image {
                border-radius: 10px;
                width: 64px;
                height: 64px;
                object-fit: cover;

                @media screen and (max-width: 992px) {
                width: 40px;
                height: 40px;
                }
            }

            @media screen and (max-width: 992px) {
                padding: 20px;
            }
        }

        /* Style for the + and - icons */
        .accordion-button::after {
            background-image: url("../assets/product-dev/icons/plus.svg") !important; /* Replace with your plus icon image */
            background-size: 1.25rem; /* Adjust size as needed, e.g., 20px */
            background-position: center;
            background-repeat: no-repeat;
            transform: rotate(0deg); /* No rotation for a static plus icon */
            transition: transform 0.2s ease-in-out;
        }

        /* Style for the - icon when the accordion is open */
        .accordion-button:not(.collapsed)::after {
            background-image: url("../assets/product-dev/icons/minus.svg") !important; /* Replace with your minus icon image */
            background-size: 1.25rem; /* Adjust size as needed, e.g., 20px */
            background-position: center;
            background-repeat: no-repeat;
            transform: rotate(0deg); /* No rotation for a static minus icon */
        }

        /* Optional: To remove the default blue focus outline */
        .accordion-button:focus {
            box-shadow: none !important;
        }

        .accordion-gap .accordion-item {
            margin-bottom: 20px; /* Adjust the value as needed for the desired gap */
        }

        /* Optional: To remove the bottom margin from the last item */
        .accordion-gap .accordion-item:last-child {
            margin-bottom: 0;
        }

        .accordion-button{
            background-color: inherit;
        }
        
        .accordion-item{
            border: none;
        }

        .accordion-button:not(.collapsed){
            background-color: inherit;
            box-shadow: none;
            color: inherit;
        }
    }

    .build-finance-section {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 80px 20px;
      background-color: #f6f6f6;
      overflow-x:hidden;

      .max-width-controller {
        display: flex;
        flex-direction: column;
        gap: 44px;
      }

      p {
        margin: 0;
        font-size: 18px;
      }

      @media screen and (max-width: 992px) {
        padding-top: 60px;
        padding-bottom: 60px;
      }

      h3 {
        font-family: 'Space Grotesk', sans-serif;
        font-size: 40px;
        font-weight: 700;

        @media screen and (max-width: 992px) {
          font-size: 32px;
        }

        @media screen and (max-width: 576px) {
          font-size: 28px;
        }
      }

      .success-main-card {
        background-color: #0F1825;
        padding: 60px 40px;
        border-radius: 20px;
        color: #ffffff;
      }

    }
      
    .btn-gradient {
        background-color: transparent;
        border-radius: 8px;
        color: white;
        padding: 1rem 2rem;
        font-weight: 600;
        transition: transform 0.2s ease-in-out;
        min-height: 50px;
        border: 1px solid transparent;
        background-image: linear-gradient(var(--primary-fill), var(--primary-fill)), linear-gradient(to right, #DD68FF, #6438F4);
        background-origin: border-box;
        background-clip: padding-box, border-box;
        width: fit-content;
    }

    .btn-gradient:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        color: var(--primary-white);
    }

}
