
.home-container-new-content {
  max-width: 1200px;
  margin: 0 auto;


  .cta-container {
    display: flex;
    justify-content: center;

    .cta-button {
      margin: 60px auto;
      padding: 16px 24px;
      border-radius: 10px;
      font-size: 14px !important;
      font-weight: 600;
      color: var(--white-color);
      background-color: var(--blue-color);

      @include media-breakpoint-down(md) {
        padding: 8px 24px;
      }
    }
  }

  .value-proposition {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
    padding: 0 20px;

    .section {
      color: var(--dark-blue-color);

      @include media-breakpoint-down(md) {
        margin-top: 30px;
      }

      .section-title {
        margin: 0 0 12px;
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        @include media-breakpoint-down(md) {
          font-size: 18px;
        }

      }

      .section-description {
        font-size: 16px;
        font-weight: 300;
        @include media-breakpoint-down(md) {
          font-size: 15px;
        }
      }
    }
  }


  .accordion-new {
    .accordion-item {
      background-color: white !important;
    }

    .accordion-header, .accordion-button {
      border-radius: 20px;
    }

    .accordion-button {
      font-size: 22px;
      font-weight: 600;
      padding: 20px;
      background-color: #F4F4F4;
      color: var(--dark-blue-color);
      transition-delay: .3s;
      transition-property: border-radius;
    }

    .accordion-button:not(.collapsed) {
      background-color: var(--orange-surface);
      color: var(--white-color) !important;
      //transition: none;
      transition: background-color 0.3s;

      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
    }

    .accordion-collapse, .accordion-body {
      border-bottom-right-radius: 20px;
      border-bottom-left-radius: 20px;

    }
  }

  .accordion {
    * {
      color: var(--dark-blue-color) !important;
      background-color: #F4F4F4;
    }

    .accordion-item:last-of-type .accordion-button.collapsed {
      border-bottom-right-radius: 20px !important;
      border-bottom-left-radius: 20px !important;
    }
  }

  .footer-new {
    border-radius: 20px;
    padding: 40px;
    background-color: white;

    &.footer-new--app {
      padding: 18px 28px;
      border-radius: 14px;
      display: grid;
      grid-template-columns: minmax(180px, 1.1fr) minmax(180px, 1fr) minmax(140px, 0.8fr);
      grid-template-areas:
        "brand links lang"
        "bottom bottom bottom";
      column-gap: 32px;
      row-gap: 14px;
      align-items: start;

      .footer-main {
        display: contents;
      }

      .footer-header {
        grid-area: brand;
        min-width: 0;
      }

      .footer-logo {
        width: 128px;
        height: auto;
      }

      .orange-subtitle {
        margin-top: 6px !important;
        font-size: 13px;
        max-width: 220px;
      }

      .link-container {
        grid-area: links;
        justify-self: center;
        width: 100%;
        max-width: 360px;
        gap: 0 !important;
      }

      .link-wrap {
        width: 100%;

        .d-none.d-md-flex {
          flex-direction: row !important;
          flex-wrap: wrap;
          align-items: center;
          gap: 8px 18px !important;
        }

        a.link {
          font-size: 14px;
          line-height: 1.35;
          white-space: nowrap;
        }
      }

      .link-section-name {
        font-size: 14px;
        margin-bottom: 0;
        margin-right: 4px;
        font-weight: 600;
      }

      > .link-section.mt-4 {
        grid-area: lang;
        justify-self: end;
        margin: 0 !important;
        text-align: right;
        min-width: 0;

        .lang-wrap {
          justify-content: flex-end;
        }
      }

      .footer-bottom {
        grid-area: bottom;
        width: 100%;
        padding: 12px 0 0;
        font-size: 12px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 12px;

        .rights {
          width: auto;
          flex: 0 1 auto;
        }

        .links {
          width: auto;
          flex: 1 1 auto;
          justify-content: flex-end;
          flex-wrap: wrap;

          a {
            font-size: 12px;
            margin-right: 0;
            margin-left: 12px;
          }
        }
      }

      @include media-breakpoint-down(md) {
        grid-template-columns: 1fr;
        grid-template-areas:
          "brand"
          "links"
          "lang"
          "bottom";
        column-gap: 0;

        .link-container,
        > .link-section.mt-4 {
          justify-self: start;
          text-align: left;
          max-width: none;
        }

        > .link-section.mt-4 .lang-wrap {
          justify-content: flex-start;
        }

        .footer-bottom {
          flex-direction: column;
          align-items: flex-start;

          .links {
            justify-content: flex-start;

            a {
              margin-left: 0;
              margin-right: 12px;
            }
          }
        }
      }
    }

    .footer-main {
      display: flex;
      justify-content: space-between;
      align-items: center;

      @include media-breakpoint-down(md) {
        flex-direction: column;
        align-items: start;
      }
    }

    .orange-subtitle {
      color: #9A3412;
      font-weight: 600;
      font-size: 20px;
    }

    .blue-subtitle {
      color: var(--dark-blue-color);
      font-weight: 400;
      font-size: 20px;
    }

    .links-sections {
      display: flex;

      .link-section {
        font-family: 'Poppins', sans-serif;
        width: 50%;

        .link-section-name {
          font-size: 20px;
          margin-bottom: 16px;
          color: var(--dark-blue-color);
        }

        .link {
          font-size: 20px;
          margin-bottom: 10px;
          color: #4F4F4F;

          @include media-breakpoint-down(md) {
            font-size: 16px;
          }
        }
      }
    }

    .link-container {
      display: flex;

      @include media-breakpoint-down(md) {
        flex-direction: column;
        align-items: start;
      }

      .link-wrap {
        a {
          color: #4F4F4F;
          font-weight: 300;
          font-size: 20px;
          font-family: "Poppins", sans-serif;
        }
      }

      .link-copy {
        color: #4F4F4F;
        font-weight: 300;
        font-size: 20px;
        font-family: "Poppins", sans-serif;
      }

    }

    .link-section-name {
      font-size: 20px;
      font-weight: 400;
      color: var(--blue-color);
      font-family: "Poppins", sans-serif;
    }


    .email-form-container {
      display: flex;
      justify-content: center;
      //max-width: 400px;
      margin: 0 auto;

      .email-subscription-form {
        width: 100%;

        .input-group {
          margin-top: 30px;
          display: flex;
          border-radius: 20px;
          overflow: hidden;
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          border: 1px solid #e0e0e0;

          @include media-breakpoint-down(md) {
            margin-top: 0;
          }

          .email-input {
            flex-grow: 1;
            border: none;
            padding: 12px 20px;
            font-size: 16px;
            outline: none;
            color: #333;
            background: white;

            &::placeholder {
              color: #777;
            }

            &:focus {
              background-color: #f9f9f9;
            }

            @include media-breakpoint-down(md) {
              font-size: 12px;
            }
          }

          .submit-button {
            background-color: #1e40af;
            color: white;
            border: none;
            padding: 0 20px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: background-color 0.3s ease;

            &:hover {
              background-color: darken(#1e40af, 10%);
            }

            .plane-icon {
              stroke: white;
            }
          }
        }
      }
    }

    .footer-bottom {
      padding: 30px 10px 10px 10px;
      display: flex;
      color: #4F4F4F;;
      border-top: 1px solid #4F4F4F;

      .rights {
        width: 50%;
      }

      .links {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50%;

        a {
          color: #4F4F4F;
          margin-right: 10px;
        }
      }
    }

    @include media-breakpoint-down(md) {
      padding: 20px;
      background-color: transparent;

      .links-sections {
        flex-direction: column;
        margin-bottom: 40px;

        .link-section {
          width: 100%;
          margin-top: 30px;
        }
      }

      .footer-bottom {
        flex-direction: column;

        .rights {
          text-align: center;
          width: 100%;
          margin-bottom: 20px;
        }

        .links {
          width: 100%;
          justify-content: space-around;
        }
      }

      .footer-logo {
        width: 110px;
      }

      .orange-subtitle {
        font-size: 16px;
      }

      .blue-subtitle {
        font-weight: 400;
      }

      .payment-svg {
        width: 42px;
        height: auto;
      }


    }

  }

  .data-transfer {
    padding: 4rem 2rem;
    overflow: hidden;
    background-color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;

    &__container {
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 3rem;

      @media (max-width: 1200px) {
        flex-direction: column;
      }
    }

    &__content {
      flex: 1;
      max-width: 460px;
    }

    &__tag {
      display: inline-block;
      color: #f5a623;
      font-size: 0.9rem;
      font-weight: 600;
      margin-bottom: 1rem;
    }

    &__title {
      color: #0a2471;
      font-size: 2.75rem;
      font-weight: 700;
      line-height: 1.1;
      margin: 0 0 1.5rem;
      font-family: "Lora", serif;


      @media (max-width: 600px) {
        font-size: 2rem;
      }
    }

    &__description {
      color: #4F4F4F;
      font-size: 1.4rem;
      line-height: 1.5;
      margin-bottom: 2rem;
    }

    &__stats {
      margin-bottom: 2rem;
    }

    &__stat-text {
      color: #0a2471;
      font-size: 1rem;
      font-weight: 600;
      margin-bottom: 0.5rem;
    }

    &__progress-bar {
      height: 6px;
      background-color: rgba(#b67ae4, 0.2);
      border-radius: 3px;
      overflow: hidden;
    }

    &__progress-fill {
      width: 75%;
      height: 100%;
      background-color: #b67ae4;
      border-radius: 3px;
    }

    &__button {
      display: inline-flex;
      align-items: center;
      background-color: var(--blue-color);
      color: #ffffff;
      font-size: 0.9rem;
      font-weight: 600;
      text-decoration: none;
      padding: 0.75rem 1.5rem;
      border-radius: 4px;
      transition: background-color 0.3s ease;

      &:hover {
        background-color: darken(#0a2471, 10%);
      }

      &-arrow {
        margin-left: 0.5rem;
      }
    }

    // Visual elements
    &__visual {
      flex: 1;
      max-width: 500px;
      height: 400px;
      position: relative;

      svg {
        width: 100%;
        height: 100%;
      }

      @media (max-width: 600px) {
        width: auto !important;
        height: auto;
        flex: 1;
        svg {
          width: 300px;
        }
      }

      @media (max-width: 1200px) {
        width: 500px;
        flex: none;
      }
    }

    &__shape {
      background-color: var(--white-gray);
      border-radius: 8px;
      position: absolute;
      object-fit: contain;
      height: auto;

      &--large {
        width: 300px;
        aspect-ratio: 334 / 281;
        top: 10%;
        left: 0;
      }

      &--small {
        width: 150px;
        aspect-ratio: 175 / 128;
        bottom: 32%;
        right: 4%;
      }

      &--extra-small {
        width: 150px;
        aspect-ratio: 175 / 137;
        top: 10%;
        right: 4%;
        z-index: 10;
      }

      @media (max-width: 600px) {
        &--large {
          width: 160px;
        }

        &--small {
          width: 110px;
          bottom: 25%;
        }

        &--extra-small {
          width: 110px;
        }

      }
    }

    &__dot {
      width: 25px;
      height: 25px;
      border-radius: 50%;
      background-color: #0a2471;
      position: absolute;
      z-index: 2;

      &--top {
        top: -12px;
        left: 50%;
        transform: translateX(-50%);
      }

      &--right {
        top: 40%;
        right: 38px;

        @media (max-width: 600px) {
          right: -10px;
        }
      }

      &--bottom {
        bottom: -11px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #b67ae4;
      }
    }

    &__curve {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 2px solid transparent;
      border-color: transparent #b67ae4 transparent transparent;
      border-radius: 50%;
      transform: rotate(45deg);
      pointer-events: none;
    }
  }

  .functions-container {
    display: flex;
    flex-wrap: wrap;

    .functions-section {
      width: 50%;
      min-width: 350px;
      display: flex;
      margin-bottom: 20px;

      img {
        width: 60px;
        height: 60px;
        object-fit: contain;
        margin-right: 40px;
      }

      .functions-section-main {
        font-family: "Poppins", sans-serif;
        color: var(--dark-blue-color);

        .functions-section-main-title {
          font-size: 20px;
        }

        .functions-section-main-subtitle {
          font-size: 14px;
          font-weight: 300;
        }

        @include media-breakpoint-down(md) {
          .functions-section-main-title {
            font-size: 14px;
          }
          .functions-section-main-subtitle {
            font-size: 12px;
          }
        }
      }

      @media (max-width: 992px) {
        width: 100%;
        justify-content: center;

        img {
          width: 50px;
          margin-right: 20px;
        }

        .functions-section-main {
          min-width: 290px;
        }

      }
    }
  }

}

.home-container-new {
  .file-transfer-banner {

    .file-transfer-banner__image {
      display: block;
      width: 100%;
      max-width: 564px;
      height: auto;
      margin: 0 auto;
      object-fit: contain;
      border-radius: 20px;
    }

    @include media-breakpoint-up(xxl) {
      .file-transfer-banner__image {
        width: 560px;
        max-width: 100%;
      }
    }


    .file-transfer-banner-title {
      margin: 14px 0 60px 0;
      color: var(--dark-blue-color);
      font-size: 78px;
      font-weight: bold;
      line-height: 74px;
      font-family: "Lora", serif;
    }

    a {
      font-size: 20px;
      border-radius: 12px;
      text-transform: uppercase;
    }

    @include media-breakpoint-down(lg) {
      .file-transfer-banner-title {
        font-size: 43px;
        line-height: 47px;
        margin: 14px 0 22px 0;
      }
      a {
        padding: 8px 20px;
        font-size: 14px;
        font-weight: 400;
      }
    }

  }
}

.home-navbar-new {
  width: 100%;
  padding: 1rem !important;

  display: flex;
  justify-content: space-between;
  align-items: center;

  svg {
    height: auto;
    max-width: 140px;

    @media (max-width: 800px) {
      max-width: 150px;
    }
  }

  .action-section {
    display: flex;
    align-items: center;

    @media (max-width: 768px) {
      flex-direction: column;
      align-items: flex-end;
    }

    @media (max-width: 800px) {
      display: none;
    }
  }

  .action-section-buttons, .action-section-links {
    display: flex;
    align-items: center;

    a {
      margin: 0 10px;

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

    @media (max-width: 768px) {
      margin-top: 0.5rem;
    }
  }

  .action-section-links {
    a {
      font-size: 18px;
      font-weight: 600;
      color: var(--dark-blue-color);
      padding: 0;
      text-decoration: none;
      transition: color 0.3s;

      &:hover {
        color: var(--blue-color, #0066cc);
      }

      @media (max-width: 992px) {
        font-size: 16px;
      }
    }
  }


  .action-section-buttons {
    a.button {
      padding: 8px 16px;
      border-radius: 20px;
      text-decoration: none;
      font-weight: 600;
      transition: all 0.3s;

      &.button-orange {
        background-color: var(--orange-surface) !important;
        color: white;

        &:hover {
          background-color: var(--orange-hover) !important;
        }
      }

      &.button-blue {
        background-color: var(--blue-color);
        color: white;

        &:hover {
          background-color: darken(#0066cc, 10%);
        }
      }

      @media (max-width: 992px) {
        padding: 6px 12px;
        font-size: 14px;
      }
    }
  }

  .mobile-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
    cursor: pointer;

    span {
      display: block;
      height: 3px;
      width: 100%;
      background-color: var(--white-color);
      border-radius: 3px;
    }

    @media (max-width: 800px) {
      display: flex;
    }
  }
}

.accordion-item {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}


@include media-breakpoint-down(xl) {
  .big-pic,
  .middle-pic,
  .small-pic {
    height: auto;
    object-fit: contain;
  }

  .big-pic {
    width: 376px;
  }
  .middle-pic {
    width: 220px;
  }

  .small-pic {
    width: 140px;
  }
}
@include media-breakpoint-down(md) {
  .big-pic {
    width: 300px;
  }
  .middle-pic {
    width: 184px;
  }

  .small-pic {
    width: 100px;
  }
}


