.bg-cta-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 48px;
}

.bg-cta-block {
  flex: 1 1 45%;
  border: 1px dotted #ccc;
  padding: 24px;
  border-radius: 8px;
  background-color: #fff;

  display: flex;
  flex-direction: column;
  height: 100%;
}

.bg-cta-heading {
  margin-top: 0;
  font-size: 1.4rem;
  margin-bottom: 12px;
  font-weight: bold;
}

.bg-cta-text {
  margin-bottom: 16px;
  color: #333;
  line-height: 1.6;
}

.bg-cta-list {
  padding-left: 20px;
  margin-bottom: 20px;
}

.bg-cta-list li {
  margin-bottom: 6px;
}

.bg-cta-spacer {
  flex-grow: 1;
}

.bg-cta-button {
    display: inline-block;
    background-color: #fbce6c;
    color: #000000;
    padding: 10px 18px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s ease;
    margin-top: 12px;
    width: 218px;
}
.bg-cta-button:hover {
  background-color: #333;
      color: #ccc;
}





.api-overview-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  padding: 0px 0;
}

.api-overview-image {
  flex: 1 1 45%;
  text-align: center;
}

.api-overview-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.api-overview-text {
  flex: 1 1 50%;
}

.api-overview-text h2 {
  font-size: 1.8rem;
  margin-bottom: 16px;
}

.api-overview-text p {
  margin-bottom: 16px;
  line-height: 1.6;
  color: #333;
}












.bg-invoice-card {
    background-color: #0a0a0a;
    color: #ffffff;
    border: 1px solid #333;
    border-radius: 4px;
    padding: 12px 16px;
    margin-bottom: 20px;
    font-family: 'Segoe UI', sans-serif;
    font-size: 13px;
    line-height: 1.4;
}


.generaterandom{
  
  cursor:pointer;
  color:blue;
  text-decoration:underline;
}
.bg-invoice-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bg-invoice-summary {
    border-bottom: 1px solid #444;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.bg-detail-row {
    display: flex;
    justify-content: space-between;
    margin: 2px 0;
}

.bg-detail-label {
    font-weight: 600;
    color: #bbb;
    width: 45%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bg-detail-value {
    text-align: right;
    width: 55%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bg-item-card {
    background-color: #111;
    border: 1px solid #222;
    padding: 10px 12px;
    border-radius: 3px;
    margin-top: 10px;
}

.bg-item-content {
    display: flex;
    flex-direction: column;
    gap: 6px;
}


span#invoice-pdf-filename {
    color: #000 !important;
}


.productimage,.productinvoice{
 cursor:pointer;
}
.closetxt{
cursor:pointer;
color:blue;
}


#invoice-results {
    color: #fff;
}

.doright{
text-align:right;
}
       .batch-info {
            background-color: #f5f5f5;
            padding: 15px;
            border-radius: 5px;
            margin-bottom: 20px;
        }
        
        .product-card {
            border: 1px solid #ddd;
            border-radius: 8px;
            margin-bottom: 0px;
            overflow: hidden;
            color: #fff;
        }
        
        .product-header {
            background-color: #000;
            color: white;
            padding: 12px 15px;
        }
        
        .product-content {
    padding: 0px 20px 0px 20px;
        }
        
        .honeclass {
            color: #333;
        }
        
        .htwoclass {
            margin: 0;
            font-size: 18px;
        }
        
        .hthreeclass {
            color: #555;
            font-size: 16px;
            margin: 15px 0 5px 0;
        }

        .detail-row {
            display: flex;
            border-bottom: 1px solid #eee;
            padding: 8px 0;
        }
        
        .detail-label {
            font-weight: bold;
            width: 200px;
            flex-shrink: 0;
        }
        
      .detail-value {
    flex: 1;
    min-width: 0;
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}
        .pga-section {
            background-color: #f9f9f9;
            padding: 15px;
            margin-top: 20px;
            border-radius: 5px;
            color:#000;
        }
        
        .pga-item {
            margin-bottom: 15px;
            padding-bottom: 15px;
            border-bottom: 1px dashed #ddd;
        }
        
        .pga-item:last-child {
            border-bottom: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }


  
  #text-results {
    color: #fff;
}
  
  .tryitout-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
            background-color: white;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            font-family: Arial, sans-serif;
            color: #333;
            line-height: 1.6;
        }
        
        .tryitout-heading {
            text-align: center;
            margin-bottom: 30px;
            color: #2c3e50;
            font-family: Arial, sans-serif;
        }
        
        .tryitout-intro {
            margin-bottom: 40px;
            text-align: center;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
            line-height: 1.8;
        }
        
        .tryitout-intro p {
            margin-bottom: 15px;
        }
        
        .tryitout-section {
            margin-bottom: 40px;
            padding: 20px;
            border: 1px solid #ddd;
            border-radius: 5px;
            background-color: #f9f9f9;
        }
        
                .tryitout-section-title {
            font-size: 1.5rem;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid #000000;
            color: #2c3e50;
        }
        
                .tryitout-product-textarea {
            width: 100%;
            min-height: 150px;
            padding: 10px;
            border: 1px solid #000;
            border-radius: 4px;
            resize: vertical;
            margin-bottom: 15px;
            font-size: 1rem;
        }
        
                .tryitout-btn {
            background-color: #000000;
            color: white;
            padding: 10px 20px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            font-size: 1rem;
            transition: background-color 0.3s;
        }
        
        .tryitout-btn:hover {
            background-color: #333333;
        }
        
                .tryitout-grid-container {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
        }
        
        .tryitout-grid-item {
            border: 1px solid #ddd;
            border-radius: 5px;
            padding: 15px;
            background-color: white;
        }
        
        .tryitout-image-container {
            width: 100%;
            height: 300px;
            background-color: #eee;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }
        
        .tryitout-image-container img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
        }
        
                .tryitout-drop-area {
            width: 100%;
            height: 300px;
            border: 2px dashed #000000;
            border-radius: 5px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s;
        }
        
        .tryitout-drop-area:hover {
            background-color: #f5f5f5;
        }
        
        .tryitout-drop-area.highlight {
            background-color: #eeeeee;
            border-color: #333333;
        }
        
        .tryitout-drop-icon {
            font-size: 48px;
            color: #000000;
            margin-bottom: 10px;
        }
        
        .tryitout-drop-text {
            color: #7f8c8d;
            text-align: center;
            margin-bottom: 15px;
        }
        
        .tryitout-file-input {
            display: none;
        }
        
        .tryitout-upload-btn {
            background-color: #000000;
            color: white;
            padding: 8px 16px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            font-size: 0.9rem;
        }
        
        .tryitout-upload-btn:hover {
            background-color: #333333;
        }
        
        .tryitout-preview-image {
            max-width: 100%;
            max-height: 100%;
            display: none;
        }
        
        /* Responsive adjustments */
@media (max-width: 768px) {
    .bg-cta-spacer {
    flex-grow: 1;
    display: none;
}

.bg-cta-block {
         height: 34%;
}
  
  
}
