.d-flex {
    display: flex;
}

.GI-Logo {
    margin-right: 10px;
    display: flex;
}

.GI-Logo img {
    width: 220px;
}

.nodal-icon img {
    max-height: 100px;
}

.mandilocationcart.bloc-craetion.border-rounded-2 .section-title h1 {
    color: #e95324;
}

.nodal-icon {
    position: absolute;
    top: -56px;
    right: -5px;
}

.btn-style-link {
    margin-top: 20px;
}

.text-dark {
    color: #000;
}

.download-pdf-btn {
    text-decoration: none;
    background-color: #e95324;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
}

.download-pdf-btn:hover {
    background-color: #000;
    color: #fff;
}

table {
    color: #000 !important;
    font-size: 15px;
}
.table-responsive .table>thead>tr>th {
    vertical-align: top;
}
table tr.bg-primary {
    color: #fff;
    background-color: #e95324;
}

.btn-style-link a {
    font-size: 16px;
    text-decoration: none;
        display: flex;
    max-width: 100%;
    background-color: #ffcf00;
    padding: 10px 15px;
    border-radius: 30px;
    color: #000;
    font-weight: 600;
    transition: all 0.3s;
}

.justify-content-between {
    justify-content: space-between;
}

.border-rounded-2 {
    border-radius: 10px;
}

.productwise-table tr td img {
    width: 40px;
}

/* Set the counter scope to the table */
.tbl-serial {
    counter-reset: serial-number;
}

/* Increment the counter for each table row body (tr) */
.tbl-serial tbody tr {
    counter-increment: serial-number;
}

/* Display the counter value in the first table data cell (td) */
.tbl-serial td:first-child::before {
    content: counter(serial-number);
}