/* Catalog Css */
.catalog-section{
    padding:90px 0;
}

.Linktoproduct h2 {
    font-size: 46px;
    font-weight: 600;
    color: #002964;
    margin-bottom:40px;
    line-height: 1.3;
}

.table-header {
    background-color: #062e82;
    border-radius: 4px 4px 0 0;
    color: #fff;
    font-size :16px;
    font-weight: 600;
    padding: 8px 0;
}

.product-row {
    border: 1px solid #e6eaf3;
    padding: 12px 0;
    transition: .3s;
}

.product-row:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
}

.product-row p {
    font-size: 14px;
    color: #000;
}

.product-row strong {
    color: #0d6efd;
    font-weight: 700;
}

.product-code-1 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #edf4fe;
    padding: 12px 16px;
    border-radius: 4px;
    color: #0d47a1;
    font-size: 12px;
    text-decoration: none;
    font-weight: 700;
}

.product-code-2 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #e8f9f5;
    padding: 12px 16px;
    border-radius: 4px;
    color: #139378;
    font-size: 12px;
    text-decoration: none;
    font-weight: 700;
}

.product-code-3 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #efebfe;
    padding: 12px 16px;
    border-radius: 4px;
    color: #1101f8;
    font-size: 12px;
    text-decoration: none;
    font-weight: 700;
}

.product-code-4 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #fef4ed;
    padding: 12px 16px;
    border-radius: 4px;
    color: #db5705;
    font-size: 12px;
    text-decoration: none;
    font-weight: 700;
}

.product-img {
    max-width: 70px;
    border-radius: 4px;
}

.arrow-btn {
    width: 45px;
    height: 45px;
    background: #eef3ff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    text-decoration: none;
}
