.breadcrumb_wrapper {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .76)), url('../images/blog1.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 0;
    color: var(--white-color);
    text-align: center;
    position: relative;
    background-position: center;
}

.cognex-logo img {
    position: absolute;
    right: 1rem;
    top: 1rem;
    padding: 10px;
    width: 235px;
    background-color: #FFF200;
}

.cognex-logos img {
    position: absolute;
    left: 1rem;
    top: 50px;
    width: 235px;
    background-color: #FFF200;
    padding: 10px;
}

.breadcrumb_wrapper__content h2 {
    font-size: 42px;
}

.breadcrumb_wrapper__content p {
    margin-top: 10px;
    font-size: 18px;
}

.breadcrumb_btn {
    margin-top: 2rem;
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
}

.breadcrumb_btn a {
    padding: 6px 22px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    border: 1px solid #ccc;
}

.breadcrumb_btn a:nth-child(1) {
    background-color: var(--main-color);
}

.breadcrumb_btn a:hover {
    background-color: var(--main-color);
    color: var(--white-color);
}

.product_img img {
    width: 100%;
    height: 100%;

    object-fit: contain;
}

.product_info h3,
.advantage_content h3 {
    font-size: 36px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--main-color);
}

.product_info p {
    margin-top: 1rem;
    font-size: 16px;
    text-align: justify;
    line-height: 25px;
}

/* advantage_content */
.advantage_content ul {
    padding-left: 2rem !important;
    margin-top: 1rem;
}

.advantage_content ul li {
    margin-bottom: 10px;
    list-style: square !important;
    font-size: 18px;
}

.advantage_content ul li::marker {
    color: var(--main-color);
}


/* product_table */
.product_table table {
    background-color: var(--white-color);
    width: 100%;
}

.product_table table td {
    padding: 10px;
    font-size: 14px;
    border: 1px solid #000;
}

.myTable td {
    color: var(--white-color);
}

.product_table__content td a {
    color: var(--black-color);
}

.product_table__content {
    /* max-width: 950px; */
    max-width: max-content;
    margin: 0 auto;
}

.company_table__content table tr td a {
    color: var(--main-color);
    font-weight: 600;
}

.company_table__content table tr td {
    border: 1px solid #ccc;
    padding: 1rem;
    background-color: whitesmoke;
}

/* csr_grid */

.csr_row {
    margin-top: 1rem !important;
}

.csr_img {
    margin-bottom: 1rem;
}

.csr_img img {
    width: 100%;
    height: 105px;
    object-fit: cover;
    border-radius: 10px;
}

.csr_content p {
    margin-top: 10px;
}

.csr_content h3 {
    font-size: 25px;

}

.paginations {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
}

.paginations a {
    padding: 5px 1rem;
    background-color: whitesmoke;
    border: 1px solid #ccc;
    color: var(--black-color);
    display: flex;
    align-items: center;
    transition: .3s ease all;
}

.paginations a:hover {
    background-color: var(--main-color);
    color: var(--white-color);
    transition: .3s ease all;
}

.active_page {
    background-color: var(--main-color) !important;
    color: var(--white-color) !important;
}

.details_img img {
    width: 100%;
}

.details_content h3 {
    font-size: 36px;
    margin-top: 1rem;
    text-transform: capitalize;
}

.details_content p {
    font-size: 18px;
    margin-top: 1rem;
    line-height: 30px;
}

.table-scroll-wrapper {
    width: 100%;
    overflow-x: auto;
}

.table-scroll-wrapper table {
    min-width: 900px;
    border-collapse: collapse;
}



@media(max-width:1700px) {
    .cognex-logos img {
        width: 150px;
        top: -2.5rem;
        background-color: #FFF200;
        padding: 10px;
        display: none;
    }
}





.product_img {
    top: 9rem;
    position: sticky;
}

@media(max-width:1440px) {
    .product_img {
        top: 6rem;

    }

    .product_info p,
    .product_table table td,
    .product_table__content p {
        font-size: 14px;
    }
}


@media(max-width:992px) {
    .product_info {
        margin-top: 1rem;
    }

    .csr_img img {
        height: auto;
    }

    .product_img {
        margin-bottom: 1rem;
    }

    .myflex {
        flex-direction: column-reverse;
    }

    .cognex-logos img {
        width: 150px;
        top: -3rem;
        background-color: var(--white-color);
        padding: 10px;
        left: 10px;
        display: none;
    }

    .cognex-logo img {
        width: 150px;
    }
}

@media(max-width:768px) {
    .details_content h3 {
        font-size: 24px;
    }

    .about--img img {
        object-fit: cover !important;
    }

    .product_img img {

        height: 257px;
        object-fit: contain;
    }

    .product_info ul li a {
        font-size: 14px;
        margin-top: 5px;
    }

    .csr_content h3 {
        font-size: 26px;
    }

    .csr_content p {
        font-size: 14px;
    }

    .details_content p {
        font-size: 15px;
        line-height: 25px;
        margin-top: 10px;
    }

    .advantage_content ul li {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .breadcrumb_wrapper {
        padding: 70px 0;
    }

    .breadcrumb_wrapper__content h2 {
        font-size: 25px;
    }

    .breadcrumb_wrapper__content p,
    .product_info p {
        font-size: 14px;
        line-height: 25px;
        margin-top: 7px;
    }

    .product_info h3,
    .advantage_content h3 {
        font-size: 25px;
    }

    .product_info h3 img {
        width: 30px;
    }

    .table-scroll-wrapper {
        width: 100%;
        overflow-x: auto;
    }

    .table-scroll-wrapper table {
        min-width: 768px;
        border-collapse: collapse;
    }

    .myTable td {
        padding: 8px;
        border: 1px solid #ccc;
        color: #fff;
    }

    .myTable strong {
        color: white;
    }

    .myTable tr:not(:first-child):not(:nth-child(2)) td {
        color: #000;
    }

    .product_table table td {
        padding: 5px;
        font-size: 13px;
    }

    .myTable strong {
        font-size: 15px;
    }

    .paginations {
        margin-top: 1rem;
    }

    .paginations a {
        font-size: 15px;
        padding: 2px 10px;
    }


}

@media(max-width:576px) {
    .breadcrumb_wrapper__content h2 {
        font-size: 26px;
    }

    .product_info h3 {
        font-size: 30px;
    }

    .advantage_content h3 {
        font-size: 22px;
    }
}