

@media (max-width: 992px) {
    .hero-content h1 {
        font-size: 4.2em;
    }

    .hero-bottom-logo img {
        width: 230px;
    }

    .hide-mobile {
        display: none;
    }

    .show-mobile {
        display: block;
    }

    .about-us {
        padding: 60px 0;
    }

    .about-us-left {
        background: none;
    }

    .about-us {
        position: relative;
    }

    .about-us::before {
        content: "";
        background: url(../img/about-right-mb-bg.webp);
        width: 60%;
        height: 40%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right bottom;
        bottom: 0;
        right: 0;
        position: absolute;
    }

    .about-us-left {
        margin-bottom: 30px;
    }

    .main-title {
        font-size: 2em;
    }

    .about-right h3 {
        font-size: 1.6em;
    }

    .about-right {
        position: relative;
        z-index: 1;
    }

    .about-right-img {
        width: 80%;
    }

    .about-left-btn {
        padding-bottom: 0;
    }

    .who-we-are,
    .why-do-we {
        padding-bottom: 1.5em;
    }

    .featured-products-list .featured-product-item {
        margin-bottom: 30px;
    }

    .featured-product-name {
        font-size: 22px;
    }

    .feature-block .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }

    .feature-block {
        margin: 0 0px;
        padding-top: 30px;
        overflow: hidden;
    }

    .feature-block-content {
        padding-top: 30px;
    }

    .featured-products {
        overflow: hidden;
    }

    .section-small-title {
        padding-bottom: 2em;
    }

    .feature-block {
        overflow: visible;
        padding-top: 60px;
    }

    .footer {
        padding: 50px 0;
    }

    .footer-contact-details {
        padding-left: 0;
    }

    .footer-map {
        margin-bottom: 30px;
    }

    .about-us {
        -webkit-mask-image: url("../img/about-path-mb.png");
        mask-image: url("../img/about-path-mb.png");
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: center;
        mask-position: top center;
        -webkit-mask-composite: xor;
                mask-composite: exclude;
    }

    .about-us-page .about-us {
        background-size: 100% auto;
        border-radius: 0 0 20px 20px;
        padding-bottom: 0;
    }

    .hero-bottom-logo {
        bottom: -15px;
        left: 0;
    }

    .company-vision {
        background-size: 100% 100%, 50%;
        position: relative;
    }

    .company-vision::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1)), color-stop(17%, rgb(0 0 0 / 38%)), color-stop(34%, rgb(0 0 0 / 71%)), to(rgba(0, 0, 0, 1)));
        background: -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgb(0 0 0 / 38%) 17%, rgb(0 0 0 / 71%) 34%, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgb(0 0 0 / 38%) 17%, rgb(0 0 0 / 71%) 34%, rgba(0, 0, 0, 1) 100%);
    }

    .company-vision .container {
        position: relative;
        z-index: 2;
    }

    .company-vision-content h2 {
        text-transform: uppercase;
        margin-bottom: 60px;
    }

    .loc-map {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .hero-section {
        height: auto;
        min-height: 0;
        padding: 120px 0 60px;
    }

    .hero-content {
        padding: 50px 0;
    }

    .hero-content h1 {
        font-size: 2.5em;
    }

    .feature-block-img {
        margin: 0 -24px;
    }

    .footer-links ul li a {
        font-size: 16px;
    }

    .footer-links ul li {
        margin-bottom: 20px;
    }

    .footer-contact-details h3,
    .footer-contact-details p,
    .footer-contact-details a {
        font-size: 16px;
    }

    .footer-top {
        padding-bottom: 30px;
    }

    .about-chairman h3 {
        font-size: 18px;
    }

    .inner-hero-section {
        padding-top: 150px;
    }

    .inner-hero-section .hero-content h1 {
        font-size: 3em;
    }

    .careers-form-section {
        padding-bottom: 60px;
    }

    .contact-loc-section {
        padding-bottom: 20px;
    }

    .contact-info-section {
        padding: 40px 0 20px;
    }

    .contact-info .value {
        margin-bottom: 30px;
    }

    .contact-form-section {
        padding: 50px 0;
    }

    .loc-list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .tab-nav-custom.nav-pills .nav-link {
        padding: 10px 8px;
        font-size: 14px;
    }

    .product-listing .featured-products-list .row {
        --bs-gutter-x: 1rem;
    }

    .product-listing .featured-product-item {
        padding: 10px
    }

    .product-listing .featured-product-name {
        padding: 15px 10px;
        min-height: 66px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        min-height: 66px;
        display: flex;
        align-items: center;
        font-size: 18px;
    }

    .product-listing {
        padding-bottom: 50px;
    }

    .product-details {
        padding: 15px;
    }

    .product-size {
        padding: 0 0px;
    }

    .data-pill {
        padding: 8px 10px;
        min-width: 60px;
        margin: 5px 0;
    }

    .heading-pill {
        padding: 8px 15px;
        text-align: center;
    }

    .table-box .featured-product-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 20px;
    }

    .table-box .featured-product-item figure {
        padding-top: 34%;
        width: 50%;
        margin-bottom: 0;
    }

    .table-box .featured-product-name {
        width: 44%;
        padding: 15px 10px;
        font-size: 18px;
    }

    .table-box .featured-product-item figure::before {
        display: none;
    }

    .table-box .featured-product-item figure::after {
        display: none;
    }
    .coating-item{
        margin-bottom: 20px;
    }
}