    
    .quote-container {
        max-width: 2350px;
        margin: 2rem auto;
        padding: 2rem;
        background: white;
        border-radius: 10px;
        font-family: 'Segoe UI', sans-serif;
        box-shadow: 0 0 20px rgba(0,0,0,0.2);
    }

    .quote-container {
    max-width: 100%;
    overflow-x: auto;
}

.table td, .table th {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 200px; /* adjust as needed */
}

@media (max-width: 768px) {
    .table td, .table th {
        font-size: 0.85rem;
    }
}
    .invoice-container {
        max-width: 960px;
        margin: 2rem auto;
        padding: 2rem;
        background: white;
        border-radius: 10px;
        font-family: 'Segoe UI', sans-serif;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
    }

    .grand-total-box {
        background: #e8ffe8;
        padding: 20px;
        border: 2px solid #28a745;
        border-radius: 8px;
        text-align: center;
        font-size: 1.2em;
        font-weight: bold;
        margin-bottom: 30px;
    }

    .promo-wrapper {
        max-width: 600px;
        margin: 20px auto;
    }

    .estimate-table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 1rem;
    }

    .estimate-table th,
    .estimate-table td {
        border: 1px solid #ccc;
        padding: 10px;
        text-align: left;
    }

    .estimate-table th {
        background-color: #f1f1f1;
        font-weight: bold;
    }

    .estimate-table td.qty,
    .estimate-table td.price,
    .estimate-table td.total,
    .estimate-table th.qty,
    .estimate-table th.price,
    .estimate-table th.total {
        text-align: right;
        white-space: nowrap;
    }

    .subtotal {
        font-weight: bold;
        background-color: #f9f9f9;
    }

    .pay-button {
        background: #007bff;
        color: white;
        font-size: 1.2em;
        padding: 15px 30px;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        display: block;
        margin: 2rem auto 0;
    }

    .btn {
        min-width: 100px;
        padding: 10px 16px;
        font-size: 1em;
    }

    @media (max-width: 576px) {
        .btn {
            padding: 6px 10px;
            font-size: 0.85rem;
        }
    }
        

@media (max-width: 576px) {
  .mb-card {
    margin-left: 5px;
    margin-right: 5px;
  }
}




.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.lead2 {
  font-size: 1.0rem;
  font-weight: 200;
}

.error {
  color: #5a5c69;
  font-size: 7rem;
  position: relative;
  line-height: 1;
  width: 12.5rem;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}


.text-gray-100 {
  color: #f8f9fc !important;
}

.text-gray-200 {
  color: #eaecf4 !important;
}

.text-gray-300 {
  color: #dddfeb !important;
}

.text-gray-400 {
  color: #d1d3e2 !important;
}

.text-gray-500 {
  color: #b7b9cc !important;
}

.text-gray-600 {
  color: #858796 !important;
}

.text-gray-700 {
  color: #6e707e !important;
}

.text-gray-800 {
  color: #5a5c69 !important;
}

.text-gray-900 {
  color: #3a3b45 !important;
}

.banner-blue {
  background-color: #3030c5;
  color: #f9f6f6;
  padding: 10px;
  line-height: 1.5;
  height: 60px; /* set a fixed height for the banner */
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

h1 {
  font-size: 2.0rem;
  font-weight: 600;
  color: #2c2c2c;
}

h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #2c2c2c;
}

h3 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #2c2c2c;
}

h4 {
  font-size: 1.0rem;
  font-weight: 500;
  color: #2c2c2c;
}

h5 {
  font-size: 1.0rem;
  font-weight: 500;
  color: #2c2c2c;
  font-weight: 500;
}

h6 {
  font-size: 0.5rem;
  font-weight: 500;
  color: #2c2c2c;
}

h1, h2, h3, h4, h5, h6 {
  color: #2c2c2c;
}

ul {
  margin: 0;
}

.bg-steel {
  background-color: #5f788a;
}

.site-header .navbar-nav .nav-link {
  color: #cbd5db;
}

.site-header .navbar-nav .nav-link:hover {
  color: #ffffff;
}

.site-header .navbar-nav .nav-link.active {
  font-weight: 500;
}

.content-section {
  background: #ffffff;
  padding: 10px 20px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin-bottom: 20px;
}

.article-title {
  color: #444444;
}

a.article-title:hover {
  color: #428bca;
  text-decoration: none;
}

.article-content {
  white-space: pre-line;
}

.article-img {
  height: 65px;
  width: 65px;
  margin-right: 16px;
}

.article-metadata {
  padding-bottom: 1px;
  margin-bottom: 4px;
  border-bottom: 1px solid #e3e3e3
}

.article-metadata a:hover {
  color: #333;
  text-decoration: none;
}

.article-svg {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

.account-img {
  height: 125px;
  width: 125px;
  margin-right: 20px;
  margin-bottom: 16px;
}

.account-heading {
  font-size: 2.5rem;
}

.form-size {
  height: 565px;
  width: 265px;
  margin-right: 16px;
}

.table-bordered {
  font-size: 13px;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.35rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #4e73df;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #2653d4;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #858796;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #6b6d7d;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(133, 135, 150, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #1cc88a;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #169b6b;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #36b9cc;
}

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #2a96a5;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(54, 185, 204, 0.5);
}

.badge-warning {
  color: #fff;
  background-color: #f6c23e;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #fff;
  background-color: #f4b30d;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(246, 194, 62, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #e74a3b;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #d52a1a;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(231, 74, 59, 0.5);
}

.badge-light {
  color: #3a3b45;
  background-color: #f8f9fc;
}

a.badge-light:hover, a.badge-light:focus {
  color: #3a3b45;
  background-color: #d4daed;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 252, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #5a5c69;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #42444e;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(90, 92, 105, 0.5);
}
