.whitepaper {

  .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;
  }

  .finding-product-marketing, .marketing {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 20px 10px 20px;

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

    .title-content {
      span {
        font-size: 20px;
        max-width: 950px;

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

    h1, h2 {
      font-family: 'Space Grotesk', sans-serif;
      font-weight: 700;
      /* font-size: 52px; */
      margin: 0;

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

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

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

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

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

    .form-controller {
      margin-top: 60px;
      position: relative;
      z-index: 10;

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

    .information {
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px;
      padding: 48px;

      @media screen and (max-width: 992px) {
        border-bottom-left-radius: 0px;
        border-top-right-radius: 20px;
        padding: 32px;
      }

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

      background-color: var(--primary-fill);
      color: white;

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

    .form-section {
      padding: 48px;
      background-color: #f6f6f6;

      border-top-right-radius: 20px;
      border-bottom-right-radius: 20px;

      @media screen and (max-width: 992px) {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        border-top-right-radius: 0px;
        padding: 32px;
      }

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

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


      .form-label {
        text-transform: uppercase;
        font-size: 13px;
      }

      textarea {
        resize: none;
      }

      .form-control {
        min-height: 48px;
        border: 1px solid var(--primary-grey);
        border-radius: 10px !important;
      }

      .form-label::after {
        display: inline-block !important;
        margin-inline-end: 4px !important;
        color: #ff0000 !important;
        font-size: 14px !important;
        font-family: SimSun,sans-serif !important;
        line-height: 1 !important;
        content: " *" !important;
        visibility: visible !important;
      }
    }

    .contact-section {
      display: flex;
      flex-direction: column;
      gap: 6px;

      span {
        font-size: 18px;
        color: var(--primary-pink);
      }

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


  .container {
      max-width: 1200px;
  }

  .contact-card-container {
      border-radius: 15px;
      /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
      overflow: hidden;
  }

  .card-left {
      background-color: #F6F6F6;
      color: #0F1825;
      padding: 2.5rem;
  }

  .card-right {
      background-color: var(--primary-fill);
      padding: 2.5rem;
  }

  .card-right h2 {
      color: #ffffff;
  }

  .btn-gradient {
      background-color: transparent;
      border-radius: 16px;
      color: white;
      padding: 1rem 2rem;
      font-weight: 600;
      transition: transform 0.2s ease-in-out;
      min-height: 50px;
      border: 2px 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;
  }

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

  .form-control, .form-select {
      background-color: #ffffff;
      border: 1px solid #333;
      color: #212529;
      border-radius: 8px;
      padding: 0.75rem 1rem;
  }

  .form-control::placeholder {
      color: #595C5F;
  }

  .form-control:focus {
      background-color: #ffffff;
      color: #212529;
      border-color: var(--primary-purple);
      box-shadow: 0 0 0 0.25rem rgba(142, 45, 226, 0.25);
  }

  .form-check-input {
      /* background-color: #1a1c31; */
      border: 1px solid #333;
  }

  .form-check-input:checked {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"), linear-gradient(to right, #DD68FF 0%, #6438F4 100%);
      background-size: 100% 100%;
      background-position: center;
      background-repeat: no-repeat;
      border: none;
  }

  .form-label {
      font-size: 10pt;
      color: #ffffff;
  }

  a {
      color: var(--secondary-purple);
      text-decoration: none;
  }

  .card-left a {
      color: #4a00e0;
  }

  .discovery-call-link {
      color: #6438F4 !important;
  }

  .discovery-call-link.fw-bold {
      font-weight: 500 !important;
  }

  ul {
      list-style: none;
      padding-left: 0;
  }

  ul li {
      position: relative;
      padding-left: 1.5em; /* Space for the custom bullet */
  }

  ul li::before {
      content: "•";
      color: var(--secondary-purple);
      position: absolute;
      left: 0;
      top: 0;
  }

  h2 {
      font-family: "Space Grotesk", sans-serif;
  }

  .privacy-link {
      color: #DD68FF !important;
      text-decoration: none;
  }

  .fw-500 {
      font-weight: 500;
  }

  #submit-finding-product-marketing:disabled{
    opacity: var(--bs-btn-disabled-opacity);
    color: var(--primary-white);
    border: 2px solid transparent;
    background-image: linear-gradient(var(--primary-fill), var(--primary-fill)), linear-gradient(to right, #DD68FF, #6438F4);
  }

  #submit-marketing:disabled{
    opacity: var(--bs-btn-disabled-opacity);
    color: var(--primary-white);
    border: 2px solid transparent;
    background-image: linear-gradient(var(--primary-fill), var(--primary-fill)), linear-gradient(to right, #DD68FF, #6438F4);
  }

  #finding-product-marketing-loading-image, #marketing-loading-image{
    height: 21px;
    width: 66px;
    position: absolute;
    top: 43%;
    left: 72%;

    @media screen and (max-width: 992px) {
      top: 65%;
      left: 46%;
    }

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


  .main-heading {
      font-size: 2.5rem;
      font-weight: 700;
      color: #212529;
      margin-bottom: 2rem;
      padding-bottom: 0.5rem;
  }


.marketing-success-modal, .finding-product-marketing-success-modal{
  /* Styling for the modal content to match the design */
  .modal-content {
      border: none;
      border-radius: 1rem; /* Rounded corners for the card */
      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
      overflow: hidden; /* Ensures child elements respect border-radius */
  }

  /* Setting max-width on the modal dialog */
  .modal-dialog {
        max-width: 550px;
  }

  .modal-body {
      padding: 2.5rem;
  }

  .icon-wrapper {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 70px;
      height: 70px;
      border-radius: 1.25rem;
      margin: 0 auto 1.5rem auto;
  }

  .icon-wrapper svg {
      width: 36px;
      height: 36px;
      color: #8a2be2; /* Main purple color for the icon */
  }

  .card-title {
      font-family: 'Space Grotesk', sans-serif;
      font-weight: 700;
      color: #0F1825;
  }

  .card-text {
      font-family: 'Lexend', sans-serif;
      color: #0F1825;
      font-size: 14pt;
      line-height: 1.6;
  }

  .btn-custom-outline {
      font-family: 'Lexend', sans-serif;
      color: #0F1825;
      font-weight: 500;
      padding: 0.75rem 1.5rem;
      border-radius: 0.5rem;
      transition: all 0.3s ease;
      border: 2px solid transparent;
      background: linear-gradient(white, white) padding-box, linear-gradient(to right, #DD68FF, #6438F4) border-box;
  }

  .btn-gradient {
      font-family: 'Lexend', sans-serif;
      background-image: linear-gradient(to right, #DD68FF, #6438F4);
      color: #ffffff;
      border: none;
      font-weight: 500;
      padding: 0.75rem 1.5rem;
      border-radius: 0.5rem;
      transition: all 0.3s ease;
      box-shadow: 0 4px 15px rgba(100, 56, 244, 0.2);
      display: inline-flex;
      align-items: center;
      justify-content: center;
  }

  .btn-close-custom {
      position: absolute;
      top: 1.5rem;
      right: 1.5rem;
      background: none;
      border: none;
      padding: 0;
      line-height: 1;
      z-index: 10; /* Ensure it's above other content */
  }

  .btn-close-custom svg {
      width: 24px;
      height: 24px;
      color: #0F1825;
  }

  .btn-close-custom:hover {
      opacity: 1;
  }

  .button-group .btn {
      text-decoration: none;
  }

  /* Responsive adjustments */
  @media (max-width: 576px) {
      .modal-body {
          padding: 2rem 1.5rem;
      }
  }

  @media (min-width: 576px) {
      .button-group .btn {
          flex: 1;
      }
  }
}

.marketing-error-modal, .finding-product-marketing-error-modal{
  .modal-content {
        border-radius: 12px;
        border: none;
        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    }

    .modal-header {
        border-bottom: none;
        position: relative;
        padding: 1.5rem 1.5rem 0.5rem;
    }

    .modal-header .btn-close {
        position: absolute;
        top: 1.5rem;
        right: 1.5rem;
    }

    .modal-body {
        text-align: center;
        padding: 0 2.5rem 1.5rem;
    }

    .error-icon-container {
        margin-bottom: 1.5rem;
    }

    .error-icon-container svg {
        width: 56px;
        height: 56px;
    }

    .modal-title {
        font-size: 1.75rem;
        font-weight: 700;
        color: #0F1825;
        margin-bottom: 0.5rem;
        font-family: 'Space Grotesk', sans-serif;
    }

    .modal-body p {
        color: #0F1825;
        font-size: 1rem;
        margin-bottom: 0;
        line-height: 1.5;
        font-family: 'Lexend', sans-serif;
    }

    .modal-footer {
        border-top: none;
        padding: 1.5rem 1.5rem 2rem;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.75rem;
    }

    .btn-custom {
        padding: 0.75rem 1rem;
        font-size: 1rem;
        font-weight: 500;
        border-radius: 8px;
        border: 1px solid #0F1825;
        background-color: #ffffff;
        color: #0F1825;
        font-family: 'Lexend', sans-serif;
    }

    .btn-custom:hover {
        border-color: #0F1825;
    }

    .btn-close {
        opacity: 1;
    }

    .btn-danger-custom {
        padding: 0.75rem 1rem;
        font-size: 1rem;
        font-weight: 500;
        border-radius: 8px;
        background-color: #e54b4b;
        color: white;
        border: 1px solid #e54b4b;
        font-family: 'Lexend', sans-serif;
    }

    .btn-danger-custom:hover {
        background-color: #e54b4b;
        color: white;
    }

    /* Responsive adjustments */
    @media (max-width: 576px) {
        .modal-dialog {
            margin: 0.5rem;
        }
          .modal-body {
            padding: 0 1.5rem 1rem;
        }
        .modal-footer {
            grid-template-columns: 1fr;
        }
    }
}
    .whitepaper-content{
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0px 20px;
        position: relative;
        z-index: 2;
        padding-bottom: 60px;
        .content{
                font-size: 20px;
        }
    }
    .pdf-body{
        border-radius: 12px;
        text-align: center;

        /* Responsive adjustments */
        @media (max-width: 576px) {
            img{
                width: 100%;
            }
        }
    }
}