@media (max-width:767px) {

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding-right: calc(var(--bs-gutter-x) * 0.8);
        padding-left: calc(var(--bs-gutter-x) * 0.8);
    }

    header .header-wrapper {
        padding: 10px;
        border-radius: 0 0 10px 10px;
        border-bottom: 0;
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
    }

    section.banner-area,
    .about-us-banner,
    .blog-details,
    section.about-us-banner.service-detail.process,
    section.about-us-banner.service-detail {
        padding-top: 100px !important;
    }

    section.about-us-banner.service-detail.process,
    section.about-us-banner.service-detail {
        padding-bottom: 40px !important;
    }

    .banner-area .content-box h1,
    section .content-box .head-box~h4,
    .about-us-banner.service-detail h1 {
        font-size: 22px;
        line-height: 34px;
    }

    .banner-area .content-box h2,
    section .content-box .head-box~h3 {
        font-size: 32px;
    }

    .contact-section .content-box h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .banner-area .banner-image img {
        width: 75%;
        height: 75%;
        min-width: 75%;
        max-width: 75%;
        min-height: 75%;
        max-height: 75%;
        margin-top: 20px;
    }

    .cta .call-action-pitch {
        padding: 30px;
    }

    .cta .call-action-pitch .cta-image {
        position: static;
        width: auto;
        margin-top: 30px;
    }

    .product-items .col:has(.product-box) {
        position: sticky;
        top: 100px;
        z-index: 1111;
    }

    .product-items .product-box {
        border: 1px solid #ddd;
        box-shadow: none;
    }

    .content-box .head-box span,
    .overview .content-box .head-box span,
    .specifications .content-box .head-box span {
        font-size: 30px;
    }

    .review-action-pitch .review-img {
        position: static;
        width: 310px;
    }

    .certified-slider .gallery_product .carti-card img {
        height: 500px;
        width: 100%;
    }


    .certified-slider .gallery_product {
        height: 100%;
        width: 100%;
    }

    section[class]:not([id]) {
        padding: 30px 0;
    }

    .about-us-banner h1 {
        font-size: 30px;
    }

    .customize-pitch .customize-inner {
        padding: 20px;
    }

    .mision-vision.indus-weserve .indus-weserve::after {
        width: 100%;
        left: 0;
        right: 0;
    }

    .info-icons span a .content br {
        display: none;
    }

    .contact-section .factory-img {
        height: auto;
    }

    .page-template-contact-us .contact-us~.contact-section .form-card {
        border: none;
        border-radius: 10px;
    }

    .about-us-banner.service-detail .banner-image img {
        width: 100%;
    }

    .process-step .process-items .process-items-wrapper .image img {
        width: 100%;
        height: 100%;
    }

    .process-step .process-items .content-box h5 {
        font-weight: 800;
        gap: 10px;
    }

    .about-us-banner.service-detail .indus-weserve .industry-box {
        border-right: none;
    }

    .about-us-banner.service-detail .indus-weserve .industry-box h5 br {
        display: none;
    }

    .page-template-services-detail section.product-overview .product-image img {
        object-fit: contain;
        height: auto;
        margin-bottom: 20px;
    }

    .footer-copyright {
        padding-bottom: 60px;
    }

}



@media (max-width: 768px) {
    .spec-table {
        width: 100%;
        border-collapse: collapse;
    }

    .spec-table tr {
        display: block;

    }

    .spec-table th,
    .spec-table td {
        display: block;
        width: 100%;
        text-align: left;
        padding: 8px 12px;
    }

    .spec-table th {
        background-color: #f7f7f7;
        font-weight: 600;
    }

    .spec-table td {
        border: none;
        padding-top: 0;
    }

    .specifications .spec-table tr:not(:last-child) th {
        border-bottom: none;
    }

    .specifications .spec-table th {
        width: 100%;
    }

}