body {
  background-color: #f8f9fa;
  font-family: "Inter", sans-serif;
}
.navbar {
  font-weight: 500;
  background: #000 !important;
  position: sticky;
  top: 0px;
  z-index: 100;
}
.card {
  border: 1px dashed #154d71;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  padding: 1.5rem !important;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
}
.card:hover {
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
  border: 1px solid #154d71;
}
.items-table input {
  margin: 0;
}
.logo-preview,
.qr-preview {
  max-height: 100px;
  max-width: 150px;
  object-fit: contain;
  display: block;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  padding: 0.25rem;
}
.qr-preview {
  max-width: 100px;
}
.payment-detail-row {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  padding: 1rem;
  margin-bottom: 1rem;
  position: relative;
}
.payment-detail-row .remove-payment-btn {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
.toast-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1090;
}

/* Beautiful Invoice Styles */
.invoice-preview {
  font-family: "Inter", sans-serif;
  color: #333;
}
.invoice-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}
.invoice-header .company-details h5 {
  margin: 0;
  font-size: 1.8rem;
  color: #0d6efd;
  font-weight: 700;
}
.invoice-header .invoice-meta {
  text-align: right;
}
.invoice-header .invoice-meta img {
  max-height: 60px;
  margin-bottom: 10px;
}
.invoice-header .invoice-meta h4 {
  margin: 0 0 5px 0;
  font-size: 2rem;
  color: #333;
  font-weight: 700;
}
.invoice-billing {
  margin-bottom: 40px;
}
.invoice-billing strong {
  color: #555;
}
.invoice-preview table {
  width: 100%;
  border-collapse: collapse;
}
.invoice-preview table th,
.invoice-preview table td {
  padding: 12px 15px;
  border-bottom: 1px solid #eee;
}
.invoice-preview table th {
  background-color: #f8f9fa;
  text-align: left;
  font-weight: 500;
  color: #6c757d;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.invoice-preview table .totals-section td {
  border: none;
  padding-top: 10px;
  padding-bottom: 0;
}
.invoice-preview table .grand-total td {
  font-size: 1.2rem;
  font-weight: 700;
  padding-top: 10px;
  border-top: 2px solid #333;
}
.invoice-footer {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.invoice-footer .payment-info h6 {
  font-size: 1rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-weight: 700;
}
.invoice-footer .payment-info p {
  margin: 0 0 8px 0;
  font-size: 0.9rem;
  line-height: 1.5;
}
.invoice-footer .qr-code img {
  max-width: 120px;
}
.thank-you-note {
  margin-top: 30px;
  text-align: center;
  color: #6c757d;
  font-style: italic;
}
.bank-details-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 0 1rem;
}

@media (max-width: 768px) {
  .invoice-header,
  .invoice-footer {
    flex-direction: column;
    gap: 20px;
  }
  .invoice-header .invoice-meta {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .card-subtitle {
    font-size: 1.5rem;
    color: black !important;
  }
  .card-title {
    font-size: 2rem !important;
    color: black !important;
  }
}

span.badge.badge-soft.rounded-pill.mb-3 {
  color: black;
  background: aliceblue;
}

#generateView {
  background-color: #ffff !important;
}

.bi-shield-check::before {
  content: "\f52f";
  color: #ff9b00;
  font-size: 22px;
}
.bi-cloud-check::before {
  content: "\f299";
  color: #ff9b00;
  font-size: 22px;
}
.bi-phone::before {
  content: "\f4e7";
  color: #ff9b00;
  font-size: 22px;
}
.btnss {
  background: #154d71 !important;
  color: white;
  border: 0;
  border: 1px solid #ff9b00;
}
.btnss:hover {
  background: #ff9b00 !important;
  color: #fff;
  border: 1px solid #154d71;
}

.hero-section {
  background: #154d71;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: white !important;
}

.alpha {
  --bs-text-opacity: 1;
  color: white !important;
}

.card-hover {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border-radius: 15px;
}
.card-hover:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.icon-box {
  width: 60px;
  height: 60px;
  background: #154d71;
  color: #fff;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  align-self: center;
}

.icon-box .bi-shield-check::before {
  content: "\f52f";
  color: #ffffff;
  font-size: 22px;
}

.icon-box .bi-graph-up-arrow::before {
  content: "\f673";
  color: #ffffff;
  font-size: 22px;
}
.faq-section h2 {
  font-weight: 600;
  font-size: 28px;
}

.accordion-button {
  font-weight: 500;
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
}

.accordion-button:not(.collapsed) {
  background-color: #ff9b00;
  color: #ffffff;
  box-shadow: none;
}

.accordion-item {
  border: none;
  border-radius: 12px !important;
}

.accordion-body {
  border-top: 1px solid #eee;
  font-size: 15px;
  line-height: 1.6;
}

.accordion-button::after {
  content: "+";
  font-size: 20px;
  font-weight: bold;
  background-image: none !important;
  transform: none !important;
}

.accordion-button:not(.collapsed)::after {
  content: "-";
  font-size: 20px;
}
