    .btn-primary-custom {
    background-color: #004199;
    border-color: #004199;
    color: white;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 500;
}

.btn-primary-custom:hover {
    background-color: #003066;
    border-color: #003066;
    color: white;
}

.btn-success-custom {
    background-color: var(--primary-green);
    border-color: var(--primary-green);
    color: white;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 500;
}

.btn-success-custom:hover {
    background-color: #007a33;
    border-color: #007a33;
    color: white;
}

    .contact-panel {
    background-color: #f3f3f3;
    border-radius: 10px;
    padding: 20px;
}

.qr-box {
    background-color: #004199;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
}
.qr-box-two{
    background-color: #45b035;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
}
.qr-label {
    font-size: 14px;
    margin-top: 4px;
    color: #fff;
    font-weight: 600;
}

.product-image {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.hero-title-xk {
    color: #333;
    font-weight: 700;
    line-height: 1.4;
    font-size: 1.5rem;
}

.section-text {
    color: #666;
    line-height: 1.8;
    font-size: 15px;
}

.info-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.info-item i {
    font-size: 20px;
}
.info-item a {
    color: #333;
}
.text-blue {
    color: var(--primary-blue);
}

.text-green {
    color: var(--primary-green);
}
/**/
.table-container {
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.table-custom thead th {
    background-color: #1a3a5c;
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
    text-align: center;
    vertical-align: middle;
    padding: 0.85rem 1rem;
    border: 1px solid #15304d;
    white-space: nowrap;
}
.table-custom tbody td {
    vertical-align: middle;
    padding: 1rem;
    font-size: 0.9rem;
    line-height: 1.65;
    color: #333;
    border: 1px solid #dee2e6;
}
.table-custom tbody tr:hover {
    background-color: #f0f4f8;
}
.table-custom td:first-child {
    font-weight: 500;
    color: #1a3a5c;
}
.table-custom .text-center-cell {
    text-align: center;
}
.table-custom .text-right-cell {
    text-align: center;
}
.folio {
    font-family: "Folio";
}
@media (max-width: 768px) {
    .table-custom thead th,
    .table-custom tbody td {
        font-size: 0.8rem;
        padding: 0.6rem 0.5rem;
    }
    .table-header-title {
        font-size: 1rem;
        padding: 0.75rem 1rem;
    }
}