html,
body {
    overflow-x: hidden;
}

@media only screen and (max-width: 1750px) {
    .container {
        width: 100%;
        padding: 0 40px;
    }

    .banner-lft-sub-sec h1 {
        font-size: 160px;
        line-height: 170px;
    }

    .padding176 {
        padding-top: 110px;
    }

    .scrolling-text-section {
        margin-bottom: 50px;
    }

    .padding100 {
        padding-top: 70px;
    }

    .padding130 {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 1440px) {
    .banner-lft-sub-sec h1 {
        font-size: 150px;
        line-height: 160px;
    }

    .header-lft-sec {
        gap: 50px;
    }

    .wcu-top-left {
        width: 600px;
    }

    .wcu-top-right {
        width: 500px;
    }

    .wcu-top-content {
        padding-right: 0;
    }

    .wcu-top-title {
        padding-left: 0;
    }

    .why-choose-us-sec .container {
        width: 100% !important;
    }

    .products-grid {
        width: 95%;
    }

    .product-label {
        font-size: 16px;
        padding: 10px 30px;
    }

    footer ul{
    gap: 20px !important;
}

}

@media only screen and (max-width: 1300px) {
    .header_nav_img {
        width: 200px;
    }
}

@media only screen and (max-width: 1200px) {

    .about-who-sub-sec,
    .mission-vision-grid{
        gap: 50px;
    }

     .brand-values-sub-sec {
        gap: 10px;
     }

    .stat-item .stat-num {
        font-size: 70px;
        line-height: 80px;
        min-width: 140px;
    }

    .banner-lft-sub-sec h1 {
        font-size: 110px;
        line-height: 120px;
    }

    #main-menu {
        gap: 20px;
    }

    .header-lft-sec {
        gap: 30px;
    }

    .brand-sub-sec {
        flex-direction: column;
        gap: 40px;
    }

    .brand-lft-sec,
    .brand-rgt-sec {
        width: 100%;
    }

    .brand-lft-sec img {
        height: auto;
        width: 100% !important;
    }

    .wwd-bottom {
        grid-template-columns: repeat(2, 1fr);
    }

    .wwd-col {
        flex: 0 0 calc(50% - 15px);
        margin-bottom: 30px;
    }

    .wcu-grid {
        flex-direction: column;
    }

    .wcu-col-cards {
        flex: 1;
        flex-direction: row;
    }

    .wcu-card {
        padding: 30px 20px;
    }

    .products-grid {
        flex-wrap: wrap;
    }

    .prod-col-1,
    .prod-col-2,
    .prod-col-3 {
        flex: 0 0 100%;
    }

    .prod-col-2 {
        flex-direction: row;
    }

    .prod-col-2 .product-item {
        width: 50%;
        height: 300px;
    }

    .prod-col-1 .product-item,
    .prod-col-3 .product-item {
        height: 400px;
    }

    .header_nav_img {
        width: 150px;
    }

    .container {
        padding: 0 20px;
    }

    .padding-146 {
        padding-top: 113px;
    }
}

@media only screen and (max-width: 1024px) {
    .padding-146 {
        padding-top: 113px;
    }

    body.menu-open {
        overflow: hidden;
    }

    .header-sec {
        z-index: 1000 !important;
    }

    .res-icon {
        display: block;
        z-index: 999;
    }

    .header-sub-sec {
        align-items: center;
        width: 100%;
    }

    .header_nav_img {
        max-width: 150px;
        height: auto;
    }

    .header-lft-sec {
        position: fixed;
        top: 0;
        right: 0;
        width: 300px;
        height: 100vh;
        background: #fff;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 100px 30px;
        gap: 40px;
        transition: transform 0.4s ease-in-out;
        transform: translateX(100%);
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
        z-index: 99;
        display: flex;
    }

    .menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 98;
        display: none;
    }

    body.menu-open .menu-overlay {
        display: block;
    }

    .header-lft-sec.open {
        transform: translateX(0);
    }

    #main-menu {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .header-login-btn {
        width: 100%;
    }

    .header-login-btn .common-btn {
        width: 100%;
    }

    /* Hamburger Animation */
    .hamburger .line {
        width: 30px;
        height: 3px;
        background-color: var(--primary-color);
        display: block;
        margin: 6px auto;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .hamburger:hover {
        cursor: pointer;
    }

    .hamburger.is-active .line:nth-child(2) {
        opacity: 0;
    }

    .hamburger.is-active .line:nth-child(1) {
        -webkit-transform: translateY(9px) rotate(45deg);
        -ms-transform: translateY(9px) rotate(45deg);
        -o-transform: translateY(9px) rotate(45deg);
        transform: translateY(9px) rotate(45deg);
    }

    .hamburger.is-active .line:nth-child(3) {
        -webkit-transform: translateY(-9px) rotate(-45deg);
        -ms-transform: translateY(-9px) rotate(-45deg);
        -o-transform: translateY(-9px) rotate(-45deg);
        transform: translateY(-9px) rotate(-45deg);
    }

    /* Section Adjustments */
    .home-banner-sec {
        flex-direction: column-reverse;
        text-align: center;
        gap: 30px;
    }

    .banner-lft-sec,
    .banner-rgt-sec {
        width: 100%;
    }

    .banner-lft-sub-sec h1 {
        font-size: 80px;
        line-height: 90px;
        margin-top: 30px;
    }

    .wcu-top-title,
    .wcu-top-content {
        padding: 0 !important;
        /* text-align: center; */
        /* justify-content: center; */
        width: 100% !important;
    }

        .wcu-top-right {
            width: 100% !important;
        }

    .banner-content.font24 {
        margin: 30px 0;
    }

    .wwd-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .wwd-top-left,
    .wwd-top-right {
        width: 100%;
        flex: none;
    }

    .footer-top-sec {
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }

    .footer-logo {
        width: 100%;
        margin-bottom: 50px;
    }

    .footer-menu-sec {
        width: 65% !important;
        flex: 0 0 65%;
    }

    .footer-social-media-sec {
        width: 30% !important;
        flex: 0 0 30%;
        text-align: left;
    }

    .footer-menu-top-sec,
    .footer-menu-bottom-sec {
        margin-bottom: 25px;
    }

    footer ul {
        display: flex;
        flex-wrap: wrap;
        gap: 20px 40px;
    }

    .copy-right-section {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-left: 0;
        width: 100%;
        gap: 20px;
    }

    .footer-bottom-sec {
        margin-top: 50px;
    }

    #wpfront-scroll-top-container {
        z-index: 9 !important;
    }
}

@media only screen and (max-width: 991px) {

    .about-who-sub-sec,
    .brand-values-sub-sec {
        flex-direction: column;
        text-align: center;
    }

    .about-who-lft-sec,
    .about-who-rgt-sec,
    .brand-values-lft-sec,
    .brand-values-rgt-sec {
        width: 100%;
    }

    .about-who-lft-sec img,
    .brand-values-rgt-sec img {
        height: auto;
    }

    .about-who-stats {
        justify-content: center;
        gap: 50px;
    }

    .mission-vision-grid {
        flex-direction: column;
        gap: 60px;
    }

    .mv-col {
        gap: 40px;
    }

    .mission-content,
    .vision-content {
        text-align: center;
        margin: 0 auto;
    }

    .value-item {
        text-align: left;
        padding: 15px 0;
    }

    .footer-menu-sec {
        width: 100% !important;
        flex: 0 0 100%;
    }

    .footer-social-media-sec {
        width: 100% !important;
        flex: 0 0 100%;
    }

    .about-who-rgt-btm-sec {
        display: flex;
        justify-content: center;
    }

    .brand-values-rgt-sec{
        height: auto !important;
    }

    .my-vn-swap{
        flex-direction: column-reverse !important;
    }
    
}

@media only screen and (max-width: 767px) {
    .padding100 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .about-who-lft-sec img
    /* ,.brand-values-rgt-sec img  */
    {
        height: 350px;
    }

    .stat-item .stat-num {
        font-size: 50px;
        line-height: 60px;
        min-width: 100px;
    }

    .about-who-stats {
        flex-direction: column;
        gap: 30px;
    }

    .about-arrow-icon {
        margin-bottom: 30px;
    }

    .mission-vision-grid {
        gap: 50px;
    }

    .mv-col {
        gap: 30px;
    }

    .footer-logo {
        margin-bottom: 35px;
    }

    .footer-social-media-sec {
        margin-top: 10px;
    }

    .banner-lft-sub-sec h1 {
        font-size: 60px;
        line-height: 70px;
    }

    .font57 {
        font-size: 40px;
        line-height: 48px;
    }

    .wwd-col {
        flex: 0 0 100%;
    }

    .wcu-col-cards {
        flex-direction: column;
    }

    .wcu-col-dark {
        padding: 30px 20px;
    }

    .footer-menu-sec,
    .footer-social-media-sec {
        width: 100% !important;
        flex: 0 0 100% !important;
    }

    .footer-social-media-sec {
        margin-top: 10px;
    }

    .prod-col-2 {
        flex-direction: column;
    }

    .prod-col-2 .product-item {
        width: 100%;
    }

    .scrolling-text-section h2 {
        font-size: 60px;
        line-height: 70px;
    }

    .padding176,
    .padding146 {
        padding-top: 100px;
    }

    .padding130 {
        padding-top: 70px;
    }

    .inner-page-banner-sub-sec {
        min-height: 180px;
    }

    .product-and-dtn-grid{
        grid-template-columns: 1fr !important;
    }

    .brand-values-rgt-sec{
        height: auto !important;
    }
     .banner-image.product-list-banner-img {
        width: 100%;
    }
  .lightbox-nav.prev {
        left: -45px;
    }

    .lightbox-nav.next {
        right: -45px;
    }

        .lightbox-workspace {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .lightbox-main {
        order: 1;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .lightbox-sidebar {
        order: 2;
        width: 100%;
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 10px;
        justify-content: center;
        padding: 10px 0;
    }

    .lightbox-sidebar::-webkit-scrollbar {
        height: 4px;
    }

    .lightbox-thumb {
        width: 70px;
        height: 70px;
        flex: 0 0 auto;
        object-fit: cover;
        cursor: pointer;
        border: 2px solid transparent;
    }

    .lightbox-thumb.active-thumb {
        border-color: #fff;
    }

    .lightbox-main img {
        max-width: 100%;
        max-height: 60vh;
        object-fit: contain;
    }
}

@media only screen and (max-width: 575px) {

    .about-who-lft-sec img
    /* ,.brand-values-rgt-sec img  */
    {
        height: 280px;
    }

    .brand-values-rgt-sec{
        height: auto !important;
    }

    .font57.common-title {
        font-size: 36px;
        line-height: 46px;
    }

    .values-list {
        margin-top: 30px;
    }

    .padding-146 {
        padding-top: 90px;
    }

    .header-sec {
        padding: 20px 0px;
    }

    .banner-lft-sub-sec h1 {
        font-size: 45px;
        line-height: 55px;
    }

    .font57 {
        font-size: 32px;
        line-height: 40px;
    }

    .container {
        padding: 0 20px;
    }

    .common-btn {
        padding: 10px 30px;
    }

    .header_nav_img {
        max-width: 130px;
    }

    .wwd-bottom {
        grid-template-columns: 1fr;
    }

    #footer-right {
        display: grid !important;
        gap: 20px 40px !important;
    }
}

@media only screen and (max-width: 380px) {
    .container {
        padding: 0 15px;
    }

    .header_nav_img {
        max-width: 110px;
    }
}

/* @media only screen and (max-width: 1920px) {
  
.product-label{
    font-size: 24px;
}

} */