.cognex_content__box h3 {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1rem !important;
}

.cognex_content {
    padding-bottom: 20px;
    position: relative;
}


.cognex_content__box p {
    font-size: 18px;
    text-align: justify;
    margin-bottom: 1rem !important;
    line-height: 30px;
}

/* barcode_box__img */
.barcode_box__img img {
    height: 217px;
    width: 100%;
    object-fit: contain;
    background-color: #F9F9F9;
}

.barcode_box h3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px;
    text-align: center;
}

.barcode_box {
    position: relative;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #F9F9F9;
    transition: all .4s ease;
    margin-bottom: 24px;
    height: 94%;
}

.barcode_box__content {
    position: absolute;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all .4s ease;
    padding: 10px 15px;
    bottom: -100%;
    color: #fff;
    width: 100%;
    text-align: center;
}

.barcode_box:hover .barcode_box__content {
    bottom: 0;
    transition: all .4s ease;
}

.barcode_box:hover h3 {
    opacity: 0;
}

.barcode_box__content h6 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.barcode_box__content p {
    font-size: 16px;
    margin-top: 4px;
}

.barcode_btn {
    margin-top: 1rem;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.barcode_btn a {
    border: 1px solid var(--main-color);
    display: flex;
    align-items: center;
    gap: 3px;
}

.barcode_btn a:first-child {
    background-color: var(--main-color);
    color: #fff;
}

/* flir_content */
.flir_content{
    height: 500px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.flir_content__box h3{
    font-size: 42px;
    font-weight: 600;
    max-width: max-content;
    margin: 0 auto;
    background-color: var(--main-color);
    padding: 1rem;
    color: var(--white-color);
    text-transform: capitalize;
    margin-bottom: 2rem !important;
}


/* cta_wrapper */
.cta_wrapper {
    background: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .35)), url('../images/cta.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
    color: #fff;
    text-align: center;
}

.cta_wrapper__content h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 75px;
}

.cta_wrapper__content p {
    font-size: 28px;
    margin-top: 1rem;
    font-weight: 700;
}

.center_btn a {
    background-color: var(--main-color);
    text-transform: uppercase;
    font-size: 20px;
    color: var(--white-color);
    letter-spacing: 1px;
}

.center_btn a:hover {
    background-color: var(--main-color)
}


.product_info h6 {
    font-weight: 600;
    margin-top: 1rem;
}

.product_info ul {
    padding-left: 1.5rem !important;
}

.product_details {
    padding: 20px 0 30px 0;
}

.product_info ul li {
    list-style: disc !important;
    margin-top: 10px;
}

.product_info ul li a {
    color: var(--black-color);
}

.product_table__content h6 {
    margin-top: 1rem;
    font-weight: 700;
}

.product_table__content p {
    margin-top: 7px;
}

.product_img {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;

}

.product_table__content th {
    padding: 1rem;
}

.product_table__content table {
    margin-bottom: 1rem;
}


/* ewaste_box */
.ewaste_table {
    background-color: whitesmoke;
}

.ewaste_box h3 {
    font-size: 26px;
    font-weight: 600;
    color: var(--main-color);

}

.itek-list tr td {
    padding: 1rem;
    font-size: 16px;
    border: 1px solid #000 !important;
}

.ewaste_box p,
.ewaste_box ul li {
    margin-top: 1rem;
    list-style: disc !important;
    font-size: 18px;
    line-height: 30px;
}

.ewaste_row {
    margin-top: 2rem !important;
}

.ewaste_box ul {
    margin-top: 1rem;
    padding-left: 1.2rem !important;
}


@media(max-width:1440px) {
    .cognex_content__box p {
        font-size: 16px;
        line-height: 25px;
    }

    .cognex_content__box h3 {
        font-size: 25px;
    }

    .barcode_box h3,
    .barcode_box__content h6 {
        font-size: 18px;
    }

    .barcode_box__content p {
        font-size: 14px;
    }
}

@media(max-width:992px) {
    .barcode_btn a {
        font-size: 0.875rem;
        padding: 0.3125rem 1.25rem;
    }

    .cta_wrapper__content h2 {
        font-size: 32px;
    }

    .cta_wrapper__content p {
        font-size: 20px;
    }

    .center_btn a {
        font-size: 16px;
    }

    .cta_wrapper {
        padding: 25px 0 35px 0;
    }

}


@media(max-width:768px) {
    .ewaste_row {
        margin-top: 0rem !important;
    }
    .flir_content{
        height: 300px;
    }
    .flir_content__box h3{
        font-size: 32px;
    }

    .cognex_content__box h3 {
        font-size: 18px;
        margin-bottom: 10px !important;
    }

    .ewaste_box p,
    .ewaste_box ul li {
        font-size: 15px;
        margin-top: 7px;
    }

    .ewaste_box h3 {
        font-size: 20px;
        margin: 1rem 0 !important;
    }

    .itek-list tr td {
        font-size: 14px;
        padding: 12px;
    }

    .barcode_box {
        margin-bottom: 1rem;
    }

    .cta_wrapper__content p {
        font-size: 16px;
    }

    .cta_wrapper__content h2 {
        font-size: 25px;
    }

    .cognex_content__box p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px !important;
    }
}

@media(max-width:576px) {
    .barcode_box {
        height: auto;
    }
}