@media screen and (min-width: 1700px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1600px;
    }
}

@media screen and (min-width: 1600px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1600px;
    }
}

@media screen and (max-width: 1599px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1480px;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1599px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }

    .logo-img {
        width: 200px;
    }

    h1 {
        font-size: 48px;
    }

    h2 {
        font-size: 38px;
    }

    h4 {
        font-size: 24px;
    }

    h5 {
        font-size: 20px;
    }

    p {
        font-size: 18px;
    }

    li {
        font-size: 18px;
    }

    .service_card:not(.active) .service_card_overlay {
        padding: 30px;
    }

    .record_and_quality_section_title {
        top: 80px;
    }

    .get_in_touch_section_content h2 {
        margin-top: 180px;
    }

    .hero_learn_more_btn a {
        font-size: 16px;
    }

    .about_section_title h4,
    .about_page_section_title h4,
    .why_choose_us_section_title h4 {
        font-size: 20px;
        margin-bottom: 40px;
    }

    .gallery_page_section_title h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .section-padding {
        padding: 80px 0;
    }

    .service_section_title {
        margin-bottom: 60px;
    }

}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .get_in_touch_section_content p {
        margin-bottom: 30px;
    }

    .get_in_touch_section_content h2 {
        margin-top: 50px;
        font-size: 32px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .header_area_content h2 {
        font-size: 40px;
    }

    .clients_grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .clients_grid_item:nth-child(n+19) {
        display: none;
    }

    .clients_grid_item:nth-child(-n+4) {
        border-top: none;
    }

    .clients_grid_item:nth-child(-n+3) {
        border-top: 1px solid #DDDDDD;
    }

    .clients_grid_item:nth-child(4n) {
        border-right: 1px solid #DDDDDD;
    }

    .clients_grid_item:nth-child(3n) {
        border-right: none;
    }

    /* Get in Touch Section */
    .get_in_touch_section {
        position: relative;
        padding: 80px 0;
    }

    .get_in_touch_section img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
    }

    .get_in_touch_section_container {
        position: relative;
        z-index: 10;
        transform: none;
        left: 0;
        height: auto;
    }

    .get_in_touch_section_content h2 {
        margin-top: 50px;
        font-size: 30px;
    }


    .footer_subscribe_area {
        margin-top: 40px;
        justify-content: flex-start;
    }

    /* Service Section Tablet */
    .service_card.active .service_card_image_wrapper {
        height: 450px;
    }

    .service_card.active .service_content h4 {
        font-size: 24px;
    }

    .service_card_image_wrapper img {
        height: 320px;
    }

    .service_card:not(.active) .service_category {
        top: -275px;
        font-size: 20px;
    }

}

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

    .logo-img {
        width: 180px;
    }

    .why_choose_us_section_title h4 {
        font-size: 18px;
    }

    .header_area {
        margin: 10px;
    }

    .mpl-15 {
        padding-left: 15px;
    }

    .mpt-50 {
        padding-top: 50px;
    }

    .mmb-50 {
        margin-bottom: 50px;
    }

    .get_in_touch_section_content h2 {
        display: none;
    }

    .mmt-30 {
        margin-top: 30px;
    }

    .record_and_quality_section_title {
        top: 40px;
    }

    .record_and_quality_grid .grid_item:last-child {
        border-bottom: none;
    }

    .navbar {
        margin: 10px;
        margin-bottom: 0;
    }

    .home_hero_margin {
        margin: 0 10px;
    }

    .hero_section_content {
        padding-top: 60px;
    }

    .hero_section_bottom_area {
        height: 50px;
    }

    h4 {
        font-size: 18px;
    }

    .about_section_title h4 {
        font-size: 18px;
    }

    h1 {
        font-size: 42px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 22px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 14px;
    }

    p {
        font-size: 16px;
    }

    li {
        font-size: 16px;
    }

    .section-padding {
        padding: 60px 0;
    }

    .header_area {
        margin-top: 0;
        margin-bottom: 0;
    }

    .header_area img {
        height: 40vh;
        object-fit: cover;
        border-radius: 0px 0px 20px 20px;
    }

    .clients_grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .clients_grid_item:nth-child(n+18) {
        display: none;
    }

    .clients_grid_item:nth-child(-n+4) {
        border-top: none;
    }

    .clients_grid_item:nth-child(-n+1) {
        border-top: 1px solid #DDDDDD;
    }

    .clients_grid_item:nth-child(4n) {
        border-right: 1px solid #DDDDDD;
    }

    .clients_grid_item {
        border-right: none !important;
    }

    .hero_section_area {
        display: block;
        margin-top: 0;

    }

    .hero_section_title h5 {
        line-height: 24px;
        max-width: 100%;
        margin-bottom: 40px;
    }

    .hero_section_buttons {
        margin-top: 40px;
    }

    .hero_learn_more_btn a {
        font-size: 16px;
        margin-bottom: 60px;
    }

    .hero_slider_arrow_btn a {
        padding: 20px;
    }

    .hero_slider_arrow_btn a::before {
        left: 55px;
        top: 27px;
    }

    .hero_section_image img {
        top: 70px;
    }

    .about_section_title {
        margin-bottom: 30px;
    }

    .about_section_description {
        padding: 0;
    }

    .about_section_title h4 {
        margin-bottom: 30px;
    }

    .service_section_title {
        margin-bottom: 30px;
    }

    .service_section_title h2 br {
        display: none;
        letter-spacing: -1%;
    }

    .service_section_title h2 {
        letter-spacing: -1%;
    }

    .service_filter_container {

        display: flex;
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 15px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        cursor: grab;
    }

    .service_filter_btn {
        padding: 10px 20px;
        font-size: 14px;
    }


    .record_and_quality_section_image img {
        margin-top: 80px;
    }



    .record_and_quality_grid {
        display: block;
    }

    .grid_item {
        padding: 20px;
    }


    .manufacturing_section_title h2 {
        margin-bottom: 30px;
    }

    /* Get in Touch Section */
    .get_in_touch_section {
        position: relative;
        padding: 60px 0;
    }

    .get_in_touch_section img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
    }

    .get_in_touch_section_container {
        position: relative;
        z-index: 10;
        transform: none;
        left: 0;
        height: auto;
        padding: 0 20px;
    }

    .get_in_touch_section_title h2 {
        margin-bottom: 20px;
        font-size: 28px;
    }

    .get_in_touch_section_content p {
        margin-bottom: 30px;
        font-size: 16px;
    }

    .get_in_touch_section_content h2 {
        margin-top: 40px;
        font-size: 24px;
    }

    .about_page_content_area {
        padding-right: 0;
    }

    .about_page_section_title h4 {
        margin-bottom: 30px;
        font-size: 18px;
    }

    .gallery_page_section_title {
        margin-bottom: 20px;
    }

    .gallery_page_section_title h4 {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .about_page_description p {
        margin-top: 40px;
    }

    .about_page_image_area span {
        display: none;
    }

    .about_page_futures_banner {
        margin-bottom: 60px;
    }

    .about_page_futures_banner img {
        width: 100%;
        height: 35vh;
        object-fit: cover;
    }

    .about_page_futures_banner_content h2 br {
        display: none;
    }

    .why_choose_us_area {
        display: block;
    }

    .why_choose_us_image {
        margin-bottom: 20px;
    }

    .why_choose_us_image img {
        width: 100%;
    }

    .why_choose_us_content {
        padding: 20px;
    }

    .why_choose_us_section_title h2 br {
        display: none;
    }

    .about_page_manufacturing_section_title h2 br,
    .about_page_manufacturing_section_title p br {
        display: none;
    }



    /* footer section responsive */
    .footer_section {
        padding: 60px 0;
    }

    .footer_subscribe_area {
        margin-top: 20px;
    }

    .footer_bottom_area {
        padding: 60px 0;
        padding-bottom: 0;
    }

    .footer_bottom_content_area p {
        margin-bottom: 30px;
    }

    .footer_bottom_content_area h4 {
        margin-bottom: 0;
    }

    .footer_bottom_content_area h5 {
        margin-bottom: 50px;
    }

    .footer_services_area h5,
    .footer_quick_links_area h5,
    .footer_social_area h5 {
        margin-bottom: 25px;
    }

    .footer_services_list li a,
    .footer_quick_links_list li a {
        font-size: 15px;
    }

    .footer_social_area {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .footer_bottom_copyright_area {
        margin-top: 50px;
        display: block;
    }

    .footer_bottom_copyright_area p {
        margin-bottom: 20px;
    }

    .developer_area p {
        margin-bottom: 0;
    }

    /* end footer area  */




    .service_page_futures_banner {
        margin-bottom: 60px;
    }

    .service_page_futures_banner img {
        width: 100%;
        height: 35vh;
        object-fit: cover;
    }

    .service_page_futures_banner_content h2 br {
        display: none;
    }

    .overseas_presence_section::before {
        display: none;
    }

    .overseas_presence_area {
        display: block;
    }

    .overseas_presence_content {
        padding: 20px;
    }

    .overseas_presence_section_title h2::after {
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .group_structure_section_title {
        margin-bottom: 40px;
    }

    .group_structure_section_title p br {
        display: none;
    }

    .contact_us_page_details_content {
        display: block;
    }

    .service_filter_area {
        overflow: hidden;
        margin: 0 -15px;
    }

    .service_filter_container {
        display: flex;
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 10px 20px 25px;
        gap: 12px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .service_filter_container::-webkit-scrollbar {
        display: none;
    }

    .service_filter_btn {
        flex: 0 0 auto;
        white-space: nowrap;
        padding: 12px 24px;
        font-size: 14px;
        border-radius: 50px;
        background: #F2F4F7;
        color: #475467;
        border: none;
        font-weight: 600;
        transition: all 0.3s ease;
    }

    .service_filter_btn.active {
        background: #3A8E42;
        color: #FFFFFF;
        box-shadow: 0 10px 20px rgba(58, 142, 66, 0.2);
    }

    /* .service_card.active .service_card_image_wrapper {
        height: 480px;
    } */

    .service_card {
        height: 480px !important;
        background: transparent !important;
    }

    .service_card .service_card_image_wrapper {
        height: 100% !important;
    }

    .service_card .service_card_image_wrapper img {
        height: 100% !important;
        object-fit: cover !important;
    }

    .service_card .service_card_overlay {
        position: absolute !important;
        inset: 0 !important;
        padding: 30px !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: flex-start !important;
        background: transparent !important;
        z-index: 5 !important;
    }

    .service_card .service_category {
        position: static !important;
        display: block !important;
        color: #FFFFFF !important;
        font-size: 18px !important;
        line-height: normal !important;
    }

    .service_card .service_content {
        position: absolute !important;
        bottom: 30px !important;
        left: 30px !important;
        right: 30px !important;
    }

    .service_card .service_content h4 {
        color: #FFFFFF !important;
        font-size: 24px !important;
        margin-bottom: 15px !important;
    }

    .service_card .service_content p {
        color: #FFFFFF !important;
        font-size: 15px !important;
        line-height: 1.4 !important;
        margin-bottom: 25px !important;
        max-width: 100% !important;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .service_card .service_lean_more_outline {
        background: transparent !important;
        border: 1px solid #FFFFFF !important;
        color: #FFFFFF !important;
        padding: 12px 25px !important;
        font-size: 13px !important;
        min-width: unset !important;
        display: inline-flex !important;
        width: fit-content !important;
    }

    .service_card .service_lean_more_outline::after {
        display: none !important;
    }

    .service_page_card_content_area h4 {
        font-size: 20px;
    }

    .overseas_presence_list ul li {
        line-height: 160%;
        padding-left: 0px;
    }

    .service_page_section_title {
        margin-bottom: 40px;
    }

    .about_page_futures_banner_content {
        width: 100%;
        transform: translate(-50%, -50%);
        padding: 0 20px;
    }

    .why_choose_us_list li {
        font-weight: 400;
        font-style: normal;
        line-height: 25px;
        letter-spacing: 0%;
        color: #000000;
        list-style-type: disc;
    }

    .about_page_manufacturing_content_area h5 {
        padding: 20px 0;
    }

    .service_page_futures_banner_content {
        left: 0%;
        transform: translate(0%, -50%);
        padding: 20px;
    }

    .about_page_futures_banner_content h2 {
        text-align: center;
    }

    .about_point_1,
    .about_point_2,
    .about_point_3 {
        display: none;
    }
}

/* @media screen and (min-width: 441px) and (max-width: 767px) {
    h1 {
        font-size: 30px;
        line-height: 40px;
        margin: 0;
    }

    h2 {
        font-size: 30px;
        margin: 0;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 14px;
    }

    p {
        font-size: 16px;
    }

    li {
        font-size: 18px;
    }

    .section-padding {
        padding: 60px 0;
    }

    .header_area_content h2 {
        font-size: 28px;
    }

    .header_area {
        margin: 15px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .header_area img {
        height: 70dvh;
        object-fit: cover;
        border-radius: 0px 0px 20px 20px;
    }

    .clients_grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .clients_grid_item:nth-child(n+18) {
        display: none;
    }

    .clients_grid_item:nth-child(-n+4) {
        border-top: none;
    }

    .clients_grid_item:nth-child(-n+1) {
        border-top: 1px solid #DDDDDD;
    }

    .clients_grid_item:nth-child(4n) {
        border-right: 1px solid #DDDDDD;
    }

    .clients_grid_item {
        border-right: none !important;
    }

    .hero_section_area {
        margin-top: 0;
    }



    .hero_section_title h5 {
        line-height: 24px;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .hero_section_buttons {
        margin-top: 20px;
    }

    .hero_learn_more_btn a {
        font-size: 14px;
        margin-bottom: 30px;
        padding: 5px 20px;
    }

    .hero_slider_arrow_btn a {
        padding: 20px;
    }

    .hero_slider_arrow_btn a::before {
        left: 55px;
        top: 27px;
    }

    .hero_section_image img {
        top: 70px;
    }



    .about_section_title {
        margin-bottom: 30px;
    }


    .about_section_title h4 {
        margin-bottom: 30px;
    }

    .service_section_title {
        margin-bottom: 30px;
    }

    .service_section_title h2 br {
        display: none;
        letter-spacing: -1%;
    }

    .service_section_title h2 {
        letter-spacing: -1%;
    }

    .service_filter_container {

        display: flex;
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 15px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        cursor: grab;
    }

    .service_filter_btn {
        padding: 10px 20px;
        font-size: 14px;
    }


    .record_and_quality_section_image img {
        margin-top: 0px;
    }

 
    .record_and_quality_grid {
        display: block;
    }

    .grid_item {
        padding: 20px;
    }


    .manufacturing_section_title h2 {
        margin-bottom: 30px;
    }
 
    .get_in_touch_section {
        position: relative;
        padding: 60px 0;
    }

    .get_in_touch_section img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
    }

    .get_in_touch_section_container {
        position: relative;
        z-index: 10;
        transform: none;
        left: 0;
        height: auto;
        padding: 0 20px;
    }

    .get_in_touch_section_title h2 {
        margin-bottom: 20px;
        font-size: 28px;
    }

    .get_in_touch_section_content p {
        margin-bottom: 30px;
        font-size: 16px;
    }

    .get_in_touch_section_content h2 {
        margin-top: 40px;
        font-size: 24px;
    }

    .about_page_content_area {
        padding-right: 0;
    }

    .about_page_section_title h4 {
        margin-bottom: 30px;
    }

    .about_page_description p {
        margin-top: 40px;
    }

    .about_page_image_area span {
        display: none;
    }

    .about_page_futures_banner {
        margin-bottom: 60px;
    }

    .about_page_futures_banner img {
        width: 100%;
        height: 100dvh;
        object-fit: cover;
    }

    .about_page_futures_banner_content h2 br {
        display: none;
    }

    .why_choose_us_area {
        display: block;
    }

    .why_choose_us_image {
        margin-bottom: 20px;
    }

    .why_choose_us_image img {
        width: 100%;
    }

    .why_choose_us_content {
        padding: 20px;
    }

    .why_choose_us_section_title h2 br {
        display: none;
    }

    .about_page_manufacturing_section_title h2 br,
    .about_page_manufacturing_section_title p br {
        display: none;
    }


 
    .footer_section {
        padding: 60px 0;
    }

    .footer_subscribe_area {
        margin-top: 20px;
    }

    .footer_bottom_area {
        padding: 60px 0;
        padding-bottom: 0;
    }

    .footer_bottom_content_area p {
        margin-bottom: 30px;
    }

    .footer_bottom_content_area h4 {
        margin-bottom: 100px;
    }

    .footer_bottom_content_area h5 {
        margin-bottom: 50px;
    }

    .footer_services_area h5,
    .footer_quick_links_area h5,
    .footer_social_area h5 {
        margin-bottom: 25px;
    }

    .footer_services_list li a,
    .footer_quick_links_list li a {
        font-size: 15px;
    }

    .footer_social_area {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .footer_bottom_copyright_area {
        margin-top: 50px;
        display: block;
    }

    .footer_bottom_copyright_area p {
        margin-bottom: 20px;
    }

    .developer_area p {
        margin-bottom: 0;
    }
 

    .service_page_futures_banner {
        margin-bottom: 60px;
    }

    .service_page_futures_banner img {
        width: 100%;
        height: 100dvh;
        object-fit: cover;
    }

    .service_page_futures_banner_content h2 br {
        display: none;
    }

    .overseas_presence_section::before {
        display: none;
    }

    .overseas_presence_area {
        display: block;
    }

    .overseas_presence_content {
        padding: 20px;
    }

    .overseas_presence_section_title h2::after {
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .group_structure_section_title {
        margin-bottom: 40px;
    }

    .group_structure_section_title p br {
        display: none;
    }

    .contact_us_page_details_content {
        display: block;
    }

    .service_filter_area {
        overflow: hidden;
        margin: 0 -15px;
    }

    .service_filter_container {
        display: flex;
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 10px 20px 25px;
        gap: 12px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .service_filter_container::-webkit-scrollbar {
        display: none;
    }

    .service_filter_btn {
        flex: 0 0 auto;
        white-space: nowrap;
        padding: 12px 24px;
        font-size: 14px;
        border-radius: 50px;
        background: #F2F4F7;
        color: #475467;
        border: none;
        font-weight: 600;
        transition: all 0.3s ease;
    }

    .service_filter_btn.active {
        background: #3A8E42;
        color: #FFFFFF;
        box-shadow: 0 10px 20px rgba(58, 142, 66, 0.2);
    }
 

    .service_card.active .service_card_overlay {
        padding: 30px;
    }

    .service_card.active .service_category {
        font-size: 18px;
        line-height: normal;
    }

    .service_card.active .service_content h4 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .service_card.active .service_content p {
        font-size: 15px;
        line-height: 1.4;
        margin-bottom: 25px;
        max-width: 100%;
    }

    .service_card_image_wrapper img {
        height: 280px;
    }

    .service_card:not(.active) {
        display: none;
    }

    .service_card:not(.active) .service_category {
        top: -245px;
        font-size: 18px;
        line-height: normal;
    }

    .service_card:not(.active) .service_card_overlay {
        padding: 25px 5px;
    }

    .service_card:not(.active) .service_content h4 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .service_card:not(.active) .service_content p {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 25px;
    }

    .service_lean_more_outline {
        padding: 5px 5px 5px 20px;
        font-size: 13px;
        min-width: 160px;
    }

    .service_lean_more_outline::after {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }

    .service_card.active .service_lean_more_outline {
        padding: 12px 25px;
    }

    .service_page_card_content_area h4 {
        font-size: 20px;
    }

    .overseas_presence_list ul li {
        line-height: 160%;
        padding-left: 0px;
    }

    .service_page_section_title {
        margin-bottom: 40px;
    }

    .about_page_futures_banner_content {
        left: 0;
    }

    .about_point_1,
    .about_point_2,
    .about_point_3 {
        display: none;
    }
} */