@media (min-width: 1025px) and (max-width: 1366px) {
    .Compliance-img img {
        width: 100%;
    }
}

@media screen and (max-width:992px) {
    .break {
        display: none;
    }

    /* ====contact======= */
    .contact-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .contact-info-card {
        width: 100%;
    }

    .contact-form {
        width: 100%;
    }

    .header-nav {
        position: fixed;
        top: 0;
        right: -100%;
        /* hide initially */
        width: 75%;
        max-width: 380px;
        height: 100vh;
        background: linear-gradient(185deg, #dbd5d5, rgba(242, 179, 68, 1));
        padding: 60px 20px;
        display: flex;
        flex-direction: column;
        gap: 30px;
        transition: right 0.4s ease;
        z-index: 1000;
    }

    .header-nav.active {
        right: 0;
    }

    /* close / cross button */
    .close-btn {
        position: absolute;
        top: 20px;
        right: 20px;
        background: transparent;
        border: none;
        font-size: 35px;
        font-weight: bold;
        line-height: 1;
        cursor: pointer;
        color: #000;
        z-index: 1001;
    }

    /* hide normal menu in mobile */
    .header-nav ul {
        flex-direction: column;
        gap: 25px;
    }

    .quote-btn {
        display: none;
    }

    .menu-toggle {
        display: flex;
    }

    .header-nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 380px;
        height: 100vh;
        background: linear-gradient(185deg, #dbd5d5, rgba(242, 179, 68, 1));
        text-align: center;
        padding: 60px 20px;
        box-shadow: -4px 0 10px rgba(0, 0, 0, 0.1);
        transition: right 0.4s ease;
        display: flex;

        flex-direction: column;
        gap: 20px;
        z-index: 1000;
    }

    .header-nav.active {
        right: 0;
    }

    .header-nav ul {
        display: flex;
        flex-direction: column;
        gap: 20px;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .header-nav a {
        font-size: 1.2rem;
        color: #000;
        text-decoration: none;
    }


}

@media(max-width: 900px) {
    .contact-wrapper {
        grid-template-columns: 1fr;
        padding: 40px;
    }

}

@media screen and (max-width:1200px) {
    .quote-btn {
        display: none !important;
    }

    .menu-toggle {
        display: flex;
        z-index: 1001;
    }

    .header-nav {
        display: none;
    }


    .header-nav.active {
        right: 0;
    }



    body.menu-open {
        overflow: hidden;
    }

    .quote-btn {
        display: none;
    }

    .header-nav {
        display: none;
    }


    .menu-toggle {
        display: flex;
        z-index: 1001;
    }

    .header-nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 380px;
        height: 100vh;
        background: linear-gradient(185deg, #dbd5d5, rgba(242, 179, 68, 1));
        text-align: center;
        padding: 60px 20px;
        box-shadow: -4px 0 10px rgba(0, 0, 0, 0.1);
        transition: right 0.4s ease;
        display: flex;

        flex-direction: column;
        gap: 20px;
        z-index: 1000;
    }

    .header-nav.active {
        right: 0;
    }

    .header-nav ul {
        display: flex;
        flex-direction: column;
        gap: 20px;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .header-nav a {
        font-size: 1.2rem;
        color: #000;
        text-decoration: none;
    }
}


@media screen and (max-width:768px) {
    .quote-btn {
        display: none;
    }

    .header-nav {
        display: none;
    }

    .header-nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 75%;
        max-width: 300px;
        height: 100vh;
        background: #1f1f1f;
        padding: 40px 20px;
        transition: 0.3s ease;
        z-index: 999;
    }

    .header-nav.active {
        right: 0;
    }

    body.menu-open {
        overflow: hidden;

    }

    .menu-toggle {
        display: flex;
        z-index: 1001;
    }

    .header-nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 380px;
        height: 100vh;
        background: linear-gradient(185deg, #dbd5d5, rgba(242, 179, 68, 1));
        text-align: center;
        padding: 60px 20px;
        box-shadow: -4px 0 10px rgba(0, 0, 0, 0.1);
        transition: right 0.4s ease;
        display: flex;

        flex-direction: column;
        gap: 20px;
        z-index: 1000;
    }

    .header-nav.active {
        right: 0;
    }

    .header-nav ul {
        display: flex;
        flex-direction: column;
        gap: 20px;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .header-nav a {
        font-size: 1.2rem;
        color: #000;
        text-decoration: none;
    }

    .quote-btn {
        display: none;
    }

    /* .products .row {
        justify-content: center;
    } */
    .status-img img {
        margin-top: 30px;
    }

    .divider-1 {
        display: none;
    }

    .ps-line::before {
        display: none;
    }

    .ps-line::after {
        display: none;
    }

    .footer-links {
        margin-bottom: 20px;
    }

    .newsletter {
        padding: 0;
    }

    /* .Compliance-img {
        max-width: 300px;
        width: 80%;
        margin: 20px auto 0;
    } */
    .menu-toggle {
        display: flex;
        z-index: 1001;
    }

    .header-nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 380px;
        height: 100vh;
        background: linear-gradient(185deg, #dbd5d5, rgba(242, 179, 68, 1));
        text-align: center;
        padding: 60px 20px;
        box-shadow: -4px 0 10px rgba(0, 0, 0, 0.1);
        transition: right 0.4s ease;
        display: flex;

        flex-direction: column;
        gap: 20px;
        z-index: 1000;
    }

    .header-nav.active {
        right: 0;
    }

    .header-nav ul {
        display: flex;
        flex-direction: column;
        gap: 20px;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .header-nav a {
        font-size: 1.2rem;
        color: #000;
        text-decoration: none;
    }

    .quote-btn {
        display: none;
    }

    /* ====products======= */
    .product-hding p {
        font-size: 14px;
    }

    /* ========SERVICE PAGE======= */

    .operations-head {
        margin-bottom: 20px;
    }

    .employee-operations {
        margin-bottom: 20px;
    }

    .Operations-hding p {
        font-size: 14px;

    }

    .Performance-hding p {
        font-size: 14px;
    }

    /* =========CONTACT======= */
    .contact-info-card {
        padding: 25px;
    }

    .contact-info-card h3 {
        font-size: 18px;
    }

    .info-item {
        gap: 12px;
    }

    .info-item i {
        width: 32px;
        height: 32px;
        font-size: 14px;
        padding: 8px;
    }

    .contact-form input,
    .contact-form textarea {
        font-size: 13px;
    }

    .send-btn {
        width: 100%;
        padding: 14px;
        font-size: 15px;
    }

    .contact-wrapper {
        grid-template-columns: 1fr !important;
        padding: 25px;
        gap: 30px;
    }

    .contact-section {
        margin-top: -100px;
        padding-bottom: 80px;
    }

    .contact-info-card {
        padding: 13px !important;
    }

    .contact-form {
        width: 100%;
    }

    .why-heading {
        text-align: center;
    }

    .img-desc {
        display: none;
    }

    .contact-btn {
        margin-top: 30px;
        text-align: center;
        /* <-- Center alignment */
    }

    .product-card {
        margin-top: 32px;
    }

    .view-btn a {
        display: none;
    }




}




@media (min-width: 992px) and (max-width: 1200px) {
    .overview {
        margin-left: 12px;
        margin-right: 12px;
    }

    .industry-catgry {
        min-height: 358px;
    }

}

@media (min-width: 1200px) and (max-width: 1400px) {
    .industry-catgry {
        min-height: 358px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {}

@media (min-width: 321px) and (max-width: 481px) {
    .hero-content {
        max-width: 90%;
        margin: 0 auto;
        text-align: center;
        margin-top: 50px;
    }

    .hero-content h1 {
        font-size: 39px;
    }

    .hero-content h2 {
        font-size: 28px;
    }

    .logo img {
        width: 61%;
    }

    .hero-content p {
        font-size: 14px;
    }

    .explore-btn a {
        padding: 9px 21px;
        font-size: 14px;
    }

    #Featured-Products {
        padding: 50px 0;
    }

    .explore-btn a i {
        width: 27px;
        height: 27px;
    }

    .about-title h3 {
        font-size: 25px;
    }

    .points span {
        font-size: 15px;
    }

    .points p {
        font-size: 17px;
    }

    .Certification-hding h3 {
        font-size: 21px;
    }

    .Featured-heading h3 {
        font-size: 22px;
        text-align: center;
    }

    .products {
        margin-top: 25px;
    }

    .prdct-category {
        /* width: 95%; */
        width: 100%;
        margin: 0 auto;
        min-height: 140px;
        padding: 15px;
        background: rgba(249, 241, 232, 1);
        border-radius: 12px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        align-items: center;
    }

    .prdct-category img {
        width: 75%;
        height: auto;
    }

    .product-name p {
        font-size: 15px;
        line-height: 1.4;
    }

    .row.row-cols-2 {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .prdct-category {
        width: 223%;
        min-height: 226px;
    }

    .whatsapp-icon,
    .call-icon {
        width: 46px;
        height: 46px;
        font-size: 19px;
    }

    .achievments {
        display: flex;
        flex-direction: row;
        /* SIDE BY SIDE */
        justify-content: space-between;
        align-items: center;
        gap: 15px;
        /* reduce gap */
        margin-bottom: 30px;
    }

    .stats-box {
        flex: 0 0 48%;
        /* each item takes 48% width */
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .stats-box .icon img {
        width: 40px;
        height: auto;
    }

    .status p {
        font-size: 18px;
        margin: 0;
    }

    .status span {
        font-size: 12px;
        line-height: 1.2;
    }

    .choose-box {
        padding: 12px 8px;
    }

    #brands {
        padding: 50px 0;
    }

    .brands-hding {
        font-size: 20px;
        margin-bottom: 40px;
    }

    /* Make all logos appear 2 in a row */
    .all-brands {
        justify-content: center !important;
    }

    .all-brands .col-md-2,
    .all-brands .col-md-3 {
        flex: 0 0 45%;
        max-width: 45%;
        margin-bottom: 15px;
    }

    /* Logo image size */
    .brand-type img {
        max-width: 120px;
        height: auto;
    }

    /* Remove inner row issues */
    .all-brands .row {
        width: 100%;
        margin: 0;
        justify-content: center !important;
        gap: 10px;
    }

    .all-brands .row .col-md-3 {
        flex: 0 0 45%;
        max-width: 45%;
        margin-bottom: 15px;
    }

    /* icon background size */
    .icon-bg {
        padding: 12px;
        border-radius: 10px;
    }

    .icon-bg img {
        width: 42px;
        height: 42px;
    }

    /* heading */
    .choose-box h5 {
        font-size: 15px;
        white-space: nowrap;
        line-height: 1.1;
    }

    .row.g-4>div {
        padding: 8px !important;
    }

    /* small text */
    .choose-box p {
        font-size: 13px;
        line-height: 1.2;
    }

    .why-content {
        padding: 18px 23px;

    }

    section#why-choose {
        padding: 28px 0px;
    }

    #Industries-Serve {
        padding-bottom: 14px;
    }

    .newsletter-cnt h3 {
        text-align: center;
    }

    .newsletter p {
        text-align: center;
    }

    .employe-perfomence h4 {
        margin-bottom: 11px;
        font-size: 18px;
    }

    .employe-perfomence p {
        font-size: 14px;
    }

    .overview img {
        width: 100%;
        margin-bottom: 20px;
    }

    .lm-btn {
        display: none;
    }

    .overview {
        padding-top: 40px;
        margin-left: 6px;
        margin-right: 6px;
    }
}

/* ===ABOUT==== */
/* @media (max-width: 1200px) {
    .value-box {
        flex: 1 1 calc(25% - 24px); 
        max-width: calc(25% - 24px);
    }
} */
@media (max-width: 1100px) {
    #Our-Core-Values {
        padding: 60px 30px;
    }

    .values-hding .h3 {
        font-size: 1.8rem;
    }

    .core-values {
        gap: 20px;
        justify-content: center;
    }

    .value-box {
        flex: 1 1 calc(33.33% - 20px);
        /* 3 per row */
        max-width: calc(33.33% - 20px);
        padding: 18px 20px;
    }

    .value-box h5 {
        font-size: 16px;
    }

    .value-box p {
        font-size: 14px;
    }

    .animation-content {
        top: 40%;
        left: 4%;
    }

    .animation-content p {
        font-size: 20px;
        padding: 8px 10px;
    }

    .animation-content h1 {
        font-size: 32px;
    }

    .animation-content span {
        font-size: 15px;
    }


}

@media (max-width: 1199px) {
    #hse-policy::after {
        height: 275px;
    }

}

@media (min-width: 767px) and (max-width: 1399px) {
    .mission-image {
        height: 97%;
    }

    .mv-conent {
        position: absolute;
        bottom: 136px;
    }

    /* ====service page======= */
    .operations-head {
        min-height: 720px;
    }

    .mv-conent {
        display: none;
    }

}

@media (min-width: 767px) and (max-width: 961px) {
    .operations-box {
        width: 300px;
    }
}

@media (max-width: 768px) {
    #hero-about {
        height: 80vh;
        background-position: center top;
    }

    .value-box {
        flex: 1 1 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }

    .values-hding .h3 {
        font-size: 1.6rem;
        text-align: center;
    }

    .values-hding p {
        text-align: center;
        font-size: 0.95rem;
    }



    .hse-img {
        width: 100%;
    }

    .policy-image {
        margin-bottom: 40px;
    }


}

@media (max-width: 576px) {

    #Our-Core-Values {
        padding: 50px 20px;
    }

    .core-values {
        gap: 16px;
    }

    .value-box {
        flex: 1 1 100%;
        max-width: 100%;
        padding: 16px 18px;
    }

    .value-box h5 {
        font-size: 15px;
    }

    .value-box p {
        font-size: 13px;
        margin-bottom: 10px;
    }

    br {
        display: none;
    }

    .image-conatiner {
        height: 55vh;
        background-position: center;
    }

    .animation-content {
        top: 35%;
        left: 3%;
        width: 95%;
    }

    .animation-content h1 {
        font-size: 22px;
    }

    .animation-content p {
        font-size: 16px;
        padding: 6px 8px;
    }

    .animation-content span {
        font-size: 13px;
    }

    /* Remove all <br> for clean layout */
    .animation-content br {
        display: none;
    }

    .policy-image {
        width: 100%;
    }

    .mv-conent {
        display: none;
    }

    .about-cnt {
        margin-bottom: 30px;
    }
}

@media (min-width: 321px) and (max-width: 481px) {
    .about-hding {
        font-size: 20px;
    }

    .about-cnt p {
        font-size: 14px;
    }

    .quality-hding p {
        font-size: 14px;
    }

    .hse-hding p {
        font-size: 14px;
    }

    .underline-title::after {
        width: 107px;
    }

}

@media (max-width: 355px) {
    .animation-content {
        top: 18%;
        left: 3%;
        width: 95%;
    }
}


/*=============== PRODUCTS PAGE============ */


@media (max-width: 768px) {
    #hero-products {
        height: 80vh;
        background-position: center top;
    }
}

@media (min-width: 321px) and (max-width: 481px) {
    .equipment-content {
        margin-top: 31px;
    }

    .fitness-content {
        margin-top: 31px;
    }

    .marine-content {
        margin-top: 31px;
    }

    .equipment-content h5 {
        font-size: 19px;
    }

    .equipment-content p {
        font-size: 14px;
    }

    .ps-content p {
        font-size: 15px;
    }

    .ps-content h5 {
        font-size: 19px;
    }

    #Equipment-Supply {
        padding: 48px 0px;
    }

    #Marine_Equipment {
        padding: 48px 0px;
    }
}

/* ===tablet==== */
@media (min-width: 481px) and (max-width: 768px) {
    #hero {
        height: 80vh;
        background-position: center;
        background-size: cover;
    }

    .hero-content {
        max-width: 100%;
        margin-top: 150px;

        padding: 0 20px;
    }

    .hero-content h1 {
        font-size: 38px;
        line-height: 1.2;
    }

    .hero-content h2 {
        font-size: 28px;
        margin-top: 5px;
    }

    .hero-content p {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 35px;
    }



    .explore-btn a {
        padding: 12px 24px;
        font-size: 16px;
        border-radius: 10px;
    }

    .explore-btn a i {
        width: 26px;
        height: 26px;
        font-size: 12px;
    }

    /* index about */
    section#about-intro {
        padding: 50px 0;
    }

    .about-title h3 {
        font-size: 28px;
        line-height: 1.3;

    }

    .about-title p {
        font-size: 15px;
        line-height: 1.6;
    }

    .about-title {
        margin-bottom: 40px;
    }

    .achievments {
        gap: 30px;
        margin-bottom: 40px;
    }

    .stats-box {
        gap: 12px;
    }

    .icon {
        padding: 8px 8px;
        border-radius: 10px;
    }

    .status p {
        font-size: 22px;
    }

    .status span {
        font-size: 14px;
    }

    /* More Button Center */
    .more-btn {
        display: flex;
        margin-top: 20px;
        margin-bottom: 40px;
    }

    /* Right Image */
    .status-img img {
        width: 100%;
        display: block;
        margin: 0 auto;
    }

    .mobile-hide-br {
        display: none;
    }

    #Industries-Serve {
        padding: 40px 0;

    }

    section#why-choose {
        padding: 38px 0px;
    }

    /* brands */
    .brand-type img {
        width: 50%;
    }

    .all-brands {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        justify-items: center;
        align-items: center;
    }

    .all-brands .row {
        display: contents;
    }

    .all-brands img {
        width: 100%;
        max-width: 140px;
        object-fit: contain;
        transition: transform 0.3s ease;
    }

    /* img animation */
    .img-ani-container {
        max-width: 100% !important;
        width: 100% !important;
    }

    .fitness-content {
        margin-top: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .marine-content {
        margin-top: 31px;
    }


}

@media (min-width: 768px) and (max-width: 992px) {

    .icon {
        padding: 14px 21px;
        height: fit-content;
    }

    .status-img img {
        margin-top: 59px;
    }

    .industry-catgry {
        padding: 15px;
        min-height: 419px;
    }

    .view-btn a {
        padding: 12px 25px;
    }

    .ps-line::after {
        display: none;
    }

    .ps-line::before {
        display: none;
    }

    .overview {
        margin-left: 12px;
        margin-right: 12px;
    }




    .divider-1 {
        display: none;
    }

    #why-choose .choose-box {
        padding: 12px;
        margin-bottom: 20px;
    }

    #why-choose .row.g-4 {
        row-gap: 20px;
    }

    #why-choose h2.why-heading {
        font-size: 28px;
    }

    #why-choose .col-md-7,
    #why-choose .col-lg-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #why-choose .why-img {
        width: 100%;
        height: auto;
        margin-top: 20px;
    }

    /* Section padding */
    #quality-plcy {
        padding: 50px 15px;
    }

    /* Image full width on top */
    #quality-plcy .col-md-6:first-child {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 20px;
    }

    .policy-image {
        width: 80%;
        height: auto;
        display: block;
        border-radius: 12px;
    }

    /* Policy content below image */
    #quality-plcy .col-md-6.policy-section {
        max-width: 100%;
        flex: 0 0 100%;
        margin-top: 0;
    }


    /* ==========PRODUCT PAGE========= */
    #Equipment-Supply .row {
        align-items: center;
    }

    #Equipment-Supply .col-md-7.equipment-content {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0 20px;
        margin-top: 30px;
    }

    #Equipment-Supply .col-md-5 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .ps-image img {
        display: block;
        margin: 0 auto;
    }

    #Marine_Equipment .col-md-7.marine-content {
        flex: 0 0 100%;
        padding: 0 20px;
        margin-top: 30px;
    }

    #Marine_Equipment .col-md-5 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .ps-image img {

        display: block;
        margin: 0 auto;
    }

    #fitness-equipment .fitness-content {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0 20px;
        margin-top: 30px;
    }

    #fitness-equipment .col-md-5 {
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
        /* This will center your content */
    }

    /* Left content full width */
    #ps-section .col-md-7 {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0 20px;
        margin-bottom: 25px;
    }

    /* Right image full width */
    #ps-section .col-md-5 {
        max-width: 100%;
        flex: 0 0 100%;
        justify-content: center;
        margin-top: 10px;
    }

    .break {
        display: none;
    }

    /* =====SERVICE PAGE===== */
    #Operations {
        padding: 50px 0;
    }

    #Operations .Operations-hding h3 {
        font-size: 28px;
        text-align: center;
    }

    #Operations .Operations-hding p {
        font-size: 15px;
        text-align: center;
    }

    /* LEFT MAIN BOX */
    #Operations .col-md-7,
    #Operations .col-md-5 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    /* Main image + text box */
    .operations-head {
        padding: 20px;
        margin-bottom: 30px;
    }

    .operations-head img {
        width: 100%;
        margin-bottom: 15px;
    }

    /* Main content text */
    .Operations-content p {
        font-size: 17px;
        text-align: center;
    }

    .Operations-content span {
        font-size: 14px;
        text-align: center;
    }

    /* RIGHT SIDE BOXES → full width + center */
    .operations-box {
        width: 100%;

        padding: 12px;
        gap: 10px;
    }




}

@media (min-width: 768px) and (max-width: 1200px) {
    #Certification .col-md-7 {
        max-width: 100%;
        flex: 0 0 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* centers horizontally */
    }

    /* Points adjustments */
    .points {
        flex-direction: column;
        gap: 15px;
        margin-bottom: 30px;
        align-items: center;
        /* center the content */
        text-align: center;
        /* center text inside points */
    }

    .points>div:last-child {
        padding-bottom: 15px;
        background-size: auto 1px;
        background-position: bottom center;
        /* center the line under text */
    }

    /* Headings */
    .Certification-hding h3 {
        font-size: 28px;
        text-align: center;
    }

    .Certification-hding p {
        font-size: 14px;
        text-align: center;
    }

    /* Section padding */
    #Certification {
        padding: 50px 15px;
    }

    .Compliance-img {
        display: none;
    }

    /* Section padding */
    .newsletter {
        padding: 0 30px;
    }

    /* Container adjustments */
    .newsletter-cnt {
        padding: 25px 20px;
        margin-bottom: -40px;
    }

    /* Heading and paragraph */
    .newsletter-cnt h3 {
        text-align: center;
    }

    .newsletter-cnt p {
        text-align: center;
        margin-top: 8px;
    }

    /* Row stacking */
    .newsletter-cnt .row {
        flex-direction: column;
        align-items: center;
    }

    /* Button adjustments */
    .contact-btn {
        margin-top: 20px;
    }

    .contact-btn a {
        padding: 8px 18px;
    }

    .contact-btn a i {
        width: 24px;
        height: 24px;
        font-size: 11px;
    }

    .mobile-hide-br {
        display: none;
    }

    /* ==============about page====================== */
    #about {
        padding: 50px 15px;
    }

    #about .col-md-6:first-child {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 30px;
    }

    .more-btn a {
        padding: 8px 18px;
        font-size: 14px;
    }

    #about .col-md-6.about-img-wrap {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 0;
    }


    .about-image {
        width: 54%;
        margin: 0 auto;
        display: block;
    }

    /* Image column full width */
    #mission-vission .col-md-7 {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 30px;
    }

    .mission-img-wrap {
        width: 100%;
        position: relative;
    }

    .mission-image {
        width: 100%;
        height: auto;
        border-radius: 12px;
    }

    /* Keep "Powering Progress Forward" content on top of image */
    .mv-conent {
        display: none;
    }

    .mv-conent p {
        font-size: 18px;
        font-weight: 600;
    }

    .mv-conent span {
        font-size: 14px;
        line-height: 1.5;
        display: block;
        margin-top: 5px;
    }

    /* Mission & Vision column below image */
    #mission-vission .col-md-5 {
        max-width: 100%;
        flex: 0 0 100%;
        margin-top: 20px;
    }

    .mv-section {
        margin-bottom: 20px;
        padding: 30px 20px;
    }

    .img-ani-container {
        max-width: 100% !important;
        width: 100% !important;
    }

    #operations-overview .container {
        width: 100% !important;
        max-width: 100% !important;
    }

    .employee-operations {
        padding: 9px 16px;
    }

    .employee-operations {
        min-height: 376px;
    }

    /* ====SERVICE PAGE======= */
    .Performance-content {
        min-height: 287px;
    }

    .break {
        display: none;
    }

    /* =======catlogue page====== */
    /* MAIN SECTION */
    .product-section {
        padding: 40px 0;
    }

    /* LEFT SIDE CATEGORY */
    .col-md-4.col-lg-3 {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 30px;
    }

    .category-sticky {
        position: relative !important;
        /* disable sticky for tablet */
        top: 0 !important;
    }

    .category-box {
        width: 100%;
    }

    .cat-head {
        font-size: 18px;
        text-align: center;
        padding: 14px;
    }

    .category-list .list-group-item {
        font-size: 15px;
        text-align: center;
        padding: 12px;
    }

    /* RIGHT PRODUCT GRID */
    .col-md-8.col-lg-9 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    /* Make product cards 2 per row */
    .product-section .col-md-4 {
        width: 50%;
        flex: 0 0 50%;
    }

    /* Adjust card UI */
    .product-card {
        padding: 18px;
        height: auto;
        text-align: center;
    }

    .product-card .product-img {
        height: 120px;
        margin-bottom: 10px;
    }

    .product-card h5 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .product-card p {
        font-size: 14px;
    }

    .category-list {
        text-align: center;
    }

    /* Make full row PREVENT left alignment issue */
    .product-section .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .product-section .row {
        margin-left: 0;
        margin-right: 0;
        justify-content: center;
    }

    /* LEFT SIDE FULL WIDTH + CENTER */
    .col-md-4.col-lg-3 {
        display: flex;
        justify-content: center;
        width: 100%;
        flex: 0 0 100%;
    }

    .category-box,
    .category-sticky {

        max-width: 667px;
        margin: 0 auto;
    }
}

@media (min-width: 1100px) and (max-width: 1200px) {
    #Our-Core-Values {
        padding: 70px 30px;
    }

    .core-values {
        gap: 20px;
    }

    .value-box {
        flex: 1 1 calc(33.33% - 20px);
        /* 3 boxes per row */
        max-width: calc(33.33% - 20px);
        padding: 18px 20px;
    }

    .value-box h5 {
        font-size: 17px;
        margin-bottom: 14px;
    }

    .value-box p {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .values-icon {
        padding: 8px 12px;
        margin-bottom: 10px;
    }
}