﻿@media screen and (max-width: 1025px) {
    .lg-w-40 {
        max-width:40rem;
    } 
    header {
        position: fixed;
        top: 0;
        letter-spacing: 0;
        width: 100%;
        transition: 0.6s;
        z-index: 5000;
    }

        header.sticky {
            padding: 0px 0px;
            background: var(--primary-color);
            transition: all 0.4s ease-in-out;
        }

        header .header_content {
            max-width: 80rem;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
            height: 10vh;
            padding: 0 1rem;
        }

            header .header_content .nav_items {
                display: none;
            }

            header .header_content #openMenu {
                display: block;
            }

        header .btn_menu i {
            color: var(--text-secondary);
            font-size: 32px;
            font-weight: 400;
            cursor: pointer;
            transition: all .4s ease;
        }

        header.sticky .btn_menu i {
            color: var(--text-primary);
        }

        header .header_content .quick_enquiry {
            display: block;
        }

        header .header_content .nav_items.active {
            position: absolute;
            top: 0;
            left: 0;
            background-color: var(--primary-color);
            width: 100%;
            display: block;
        }

            header .header_content .nav_items.active #closeMenu {
                display: block;
            }

            header .header_content .nav_items.active .nav_item_items {
                display: flex;
                flex-direction: column;
                gap: 30px;
                padding: 20px 10px;
                height: 100vh;
                transition: all 0.4s ease;
                justify-content: center;
                align-items: center;
                margin: 5px 0px;
            }

        header .header_content .nav_items .nav_item_items li .menu_bar {
            position: relative;
            left: 0px;
            top: 10px;
            background-color: var(--primary-color);
            display: none;
        }

        header .header_content .nav_items .nav_item_items li.active .menu_bar {
            display: block;
        }

        header .header_content .nav_items .nav_item_items li .menu_bar ul {
            display: flex;
            flex-direction: column;
            width: 100%;
            white-space: nowrap;
            /* padding: 0px 0; */
            gap: 0;
        }

    .__service_row_2 {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-top: 30px;
        padding: 0 10px;
        place-content: center;
    }

    .__service_card {
        max-width: 22rem;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
        padding: 20px 10px;
        transition: all 0.6s ease;
    }

        .__service_card .__service_card_content .__service_card_heading {
            text-align: center;
        }

    .__service_card_desc {
        text-align: justify;
    }

    .__footer_container {
        max-width: 80rem;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        margin-top: 1rem;
    }

        .__footer_container .__footer_left {
            grid-column: span 8 / auto;
            display: flex;
            align-items: start;
            justify-content: space-between;
            gap: 15px;
        }

        .__footer_container .__footer_right {
            grid-column: span 4 / auto;
            display: flex;
            flex-direction: column;
            gap: 15px;
            padding-left: .9rem;
        }

    .__footer_link_one h2,
    .__footer_link_two h2,
    .__footer_link_three h2 {
        font-size: 15px;
    }

    .__footer_container .__footer_left .__footer_link ul li,
    .__footer_container .__footer_left .__footer_link ul li a {
        list-style: none;
        text-decoration: none;
        font-size: 13px;
        flex-wrap: wrap;
    }

    .links_list,
    .contact_link {
        margin-left: -15px;
        margin-top: 10px;
    }

        .contact_link li,
        .contact_link a {
            display: flex;
            gap: 10px;
            align-items: center;
            text-decoration: none;
            list-style: none;
            font-size: 14px;
        }

    .__footer_news_letter {
    }

        .__footer_news_letter .__footer_top_content h2 {
            font-size: 16px;
        }

        .__footer_news_letter .__footer_top_content p {
            font-size: 13px;
        }

        .__footer_news_letter .__footer_element_ {
            display: flex;
            gap: 5px;
            margin-top: 5px;
            flex-direction: column;
        }

    .element_box {
        display: flex;
        align-items: center;
        padding: 5px;
        border-radius: 0.2rem;
        background-color: white;
    }

        .element_box i {
            font-size: 20px;
            color: var(--secondary-color);
        }

    .__footer_news_letter .__footer_element_ .element_box input {
        padding-left: 2px;
        padding: 0.4rem 0.5rem;
        border: none;
        background-color: transparent;
        outline: none;
    }

    .__footer_news_letter .__footer_element_ button {
        padding: 0.4rem;
        border: none;
        border-radius: 0.2rem;
        background-color: var(--secondary-color);
        color: var(--text-primary);
        font-size: 17px;
        font-weight: 500;
        letter-spacing: 1.5px;
    }

    .__footer_contact_socail {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

        .__footer_contact_socail .__top h2 {
            font-size: 16px;
        }

        .__footer_contact_socail .__top p {
            font-size: 13px;
            margin-left: 5px;
        }

        .__footer_contact_socail .__bottom {
            align-items: center;
            justify-content: space-around;
            padding: 5px 5px;
            display: flex;
            gap: 10px;
        }

            .__footer_contact_socail .__bottom a i {
                font-size: 25px;
                color: var(--secondary-color);
            }

    .__copyright_section {
        margin-top: 0.7rem;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

        .__copyright_section .__company {
            display: flex;
            align-items: center;
            gap: 5px;
            justify-content: center;
        }

        .__copyright_section .__author span {
            display: flex;
            align-items: center;
            gap: 5px;
            justify-content: center;
            font-size: 14px;
            font-weight: 400;
            letter-spacing: 1px;
        }

        .__copyright_section .__author i {
            color: var(--secondary-color);
        }

        .__copyright_section .__company h3,
        .__copyright_section .__company #__footer_date {
            font-size: 16px;
            font-weight: 500;
            letter-spacing: 1px;
        }

    .__about_image_wrapper {
        height: 60vh;
        width: 55vw;
    }

    .__content {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        padding: 0 10px;
        transition: all 0.4s ease;
    }
}


@media screen and (max-width: 769px) {
   
    .custom-shape-divider-bottom-1712742697 svg {
        position: relative;
        display: block;
        width: calc(122% + 1.3px);
        height: 250px;
    }

    .__service_row_2 {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-top: 30px;
        padding: 0 10px;
        place-content: center;
    }

    .__service_card {
        max-width: 22rem;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
        padding: 20px 10px;
        transition: all 0.6s ease;
    }

    .__footer_container {
        max-width: 80rem;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        margin-top: 1rem;
    }

        .__footer_container .__footer_left {
            grid-column: span 6 / auto;
            display: flex;
            align-items: start;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 2rem;
        }

        .__footer_container .__footer_right {
            grid-column: span 6 / auto;
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

    .__footer_link_one h2,
    .__footer_link_two h2,
    .__footer_link_three h2 {
        font-size: 16px;
    }

    .__footer_container .__footer_left .__footer_link ul li,
    .__footer_container .__footer_left .__footer_link ul li a {
        list-style: none;
        text-decoration: none;
        font-size: 13px;
        flex-wrap: wrap;
    }

    .links_list,
    .contact_link {
        margin-left: 0px;
        margin-top: 10px;
    }

        .contact_link li,
        .contact_link a {
            display: flex;
            gap: 10px;
            align-items: center;
            text-decoration: none;
            list-style: none;
            font-size: 14px;
        }

    .__about_image_wrapper {
        height: 60vh;
        width: 50vw;
    }
    .__product_container {
       
        align-items:center;
        justify-content:center;
        
    }

    .__content {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        padding: 0 10px;
        transition: all 0.4s ease;
    }

    .__stack_top_content {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        gap: 5px;
        margin-bottom: 1rem;
    }

    .__left {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

        .__left h1 {
            font-size: 2rem;
            font-weight: 600;
            letter-spacing: 2px;
            text-align: center;
        }

        .__left h3 {
            font-size: 1rem;
            color: #888;
            font-weight: 600;
            letter-spacing: 2px;
        }

    .__right {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-right: 0;
        text-align: center;
    }

    .__edit {
        padding-right: 0rem;
    }

    .__right p {
        font-size: 0.9rem;
        color: var(--text-theme-primary);
        font-weight: 400;
        letter-spacing: 1px;
        text-align: justify;
    }

    .__content_box .__content_box_icon {
        height: 2rem;
        width: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 0px solid var(--primary-color);
    }
    .__wolf_grid{
        margin:.5rem;
    }
    .__wolf_content_container{
        display:none;
    }
    .__wolf_image_wrapper {
        width: 100%;
        height: 20vh;
    }
    .md-w-20{
        max-width:35rem;
    }
    
}

@media screen and (max-width: 426px) {

    header {
        position: fixed;
        top: 0;
        letter-spacing: 0;
        padding: 15px 5px;
        width: 100%;
        transition: 0.6s;
        z-index: 5000;
    }

        header.sticky {
            padding: 0px 5px;
            background: var(--primary-color);
            transition: all 0.4s ease-in-out;
        }

        header .header_content {
            max-width: 100%;
            width: 100%;
            margin: 0 0;
            display: flex;
            justify-content: space-between;
            padding: 0 10px;
            align-items: center;
        }

            header .header_content .nav_items {
                display: none;
            }

            header .header_content #openMenu {
                display: block;
            }

            header .header_content .quick_enquiry {
                display: none;
            }

            header .header_content .nav_items.active {
                position: absolute;
                top: 0;
                left: 0;
                background-color: var(--primary-color);
                width: 100%;
                display: block;
            }

                header .header_content .nav_items.active #closeMenu {
                    display: block;
                }


                header .header_content .nav_items.active .nav_item_items {
                    display: flex;
                    flex-direction: column;
                    gap: 30px;
                    padding: 20px 10px;
                    height: 100vh;
                    transition: all 0.4s ease;
                    justify-content: start;
                    align-items: start;
                    margin: 5px 0px;
                    margin-top: 5rem;
                    transition: all .5s ease;
                }

                    header .header_content .nav_items.active .nav_item_items .link_name,
                    header .header_content .nav_items .nav_item_items li .menu_bar .drop_link_name {
                        font-weight: 300;
                        color: var(--text-primary);
                    }

            header .header_content .nav_items .nav_item_items li .menu_bar {
                position: relative;
                left: 0px;
                top: 10px;
                background-color: var(--primary-color);
                display: none;
            }

            header .header_content .nav_items .nav_item_items li.active .menu_bar {
                display: block;
            }

            header .header_content .nav_items .nav_item_items li .menu_bar ul {
                display: flex;
                flex-direction: column;
                width: 100%;
                white-space: nowrap;
                /* padding: 0px 0; */
                gap: 0;
            }

    .carousel_container .carousel_container_text_container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        z-index: 1000;
        width: 100%;
        padding: 0 5px;
    }

        .carousel_container .carousel_container_text_container .text_top,
        .carousel_container .carousel_container_text_container .text_middle,
        .carousel_container .carousel_container_text_container .text_desc {
            font-size: 1rem;
            letter-spacing: 2px;
        }

        .carousel_container .carousel_container_text_container .text_top {
            font-size: 1.5rem;
            font-weight: 400;
            letter-spacing: 3px;
        }

        .carousel_container .carousel_container_text_container .text_middle {
            font-size: 2rem;
            letter-spacing: 3px;
        }

        .carousel_container .carousel_container_text_container .text_desc {
            font-size: 0.8rem;
            padding: 0;
        }

    .custom-shape-divider-bottom-1712742697 svg {
        position: relative;
        display: block;
        width: calc(122% + 1.3px);
        height: 100px;
    }

    .__service_row_2 {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        margin-top: 20px;
        padding: 0 0px;
        place-content: center;
    }

    .__service_card {
        max-width: 22rem;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
        padding: 20px 10px;
        transition: all 0.6s ease;
    }

    .__service_row_1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        transition: all 0.6s ease;
    }

        .__service_row_1 .__row_1_left {
            display: flex;
            flex-direction: column;
            align-items: center;
            max-width: 25rem;
            transition: all 0.6s ease;
        }

    .__row_1_left .service_heading {
        font-size: 0.9rem;
        color: var(--text-theme-primary);
        font-weight: 600;
        letter-spacing: 2px;
        transition: all 0.6s ease;
    }

    .__row_1_left .service_short_desc {
        font-size: 1rem;
        color: var(--text-theme-secondary);
        font-weight: 600;
        letter-spacing: 2px;
        white-space: wrap;
        text-align: center;
        transition: all 0.6s ease;
    }

    .__row_1_right .service_long_desc {
        font-size: 0.9rem;
        color: var(--text-theme-primary);
        font-weight: 400;
        letter-spacing: 1px;
        text-align: justify;
        max-width: 30rem;
        text-wrap: wrap;
        transition: all 0.6s ease;
    }

    .__footer_container {
        max-width: 80rem;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-top: 1rem;
    }

        .__footer_container .__footer_left {
            grid-column: span 8 / auto;
            display: flex;
            flex-direction: column;
            align-items: start;
            justify-content: start;
            gap: 2rem;
        }

        .__footer_container .__footer_right {
            grid-column: span 4 / auto;
            display: flex;
            flex-direction: column;
            gap: 15px;
            padding-left: 0rem;
        }

    .__footer_link_one h2,
    .__footer_link_two h2,
    .__footer_link_three h2 {
        font-size: 16px;
    }

    .__footer_container .__footer_left .__footer_link ul li,
    .__footer_container .__footer_left .__footer_link ul li a {
        list-style: none;
        text-decoration: none;
        font-size: 14px;
    }

    .links_list,
    .contact_link {
        margin-left: 0px;
        margin-top: 10px;
    }

        .contact_link li,
        .contact_link a {
            display: flex;
            gap: 10px;
            align-items: center;
            text-decoration: none;
            list-style: none;
            font-size: 14px;
        }

    .__footer_news_letter {
    }

        .__footer_news_letter .__footer_top_content h2 {
            font-size: 16px;
        }

        .__footer_news_letter .__footer_top_content p {
            font-size: 13px;
        }

        .__footer_news_letter .__footer_element_ {
            display: flex;
            gap: 5px;
            margin-top: 5px;
            flex-direction: column;
        }

    .element_box {
        display: flex;
        align-items: center;
        padding: 5px;
        border-radius: 0.2rem;
        background-color: white;
    }

        .element_box i {
            font-size: 20px;
            color: var(--secondary-color);
        }

    .__footer_news_letter .__footer_element_ .element_box input {
        padding-left: 2px;
        padding: 0.4rem 0.4rem;
        border: none;
        background-color: transparent;
        outline: none;
        width: 100%;
    }

    .__footer_news_letter .__footer_element_ button {
        padding: 0.6rem;
        border: none;
        border-radius: 0.2rem;
        background-color: var(--secondary-color);
        color: var(--text-primary);
        font-size: 17px;
        font-weight: 500;
        letter-spacing: 1.5px;
    }

    .__footer_contact_socail {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

        .__footer_contact_socail .__top h2 {
            font-size: 16px;
        }

        .__footer_contact_socail .__top p {
            font-size: 13px;
            margin-left: 5px;
        }

        .__footer_contact_socail .__bottom {
            align-items: center;
            justify-content: space-around;
            padding: 5px 5px;
            display: flex;
            gap: 10px;
        }

            .__footer_contact_socail .__bottom a i {
                font-size: 25px;
                color: var(--primary-icon-color);
            }

    .__copyright_section {
        margin-top: 0.7rem;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

        .__copyright_section .__company {
            display: flex;
            align-items: center;
            gap: 0px;
            justify-content: center;
        }

        .__copyright_section .__author span {
            display: flex;
            align-items: center;
            gap: 5px;
            justify-content: center;
            font-size: 13px;
            font-weight: 400;
            letter-spacing: 1px;
        }

        .__copyright_section .__author i {
            color: var(--secondary-color);
        }

        .__copyright_section .__company h3,
        .__copyright_section .__company #__footer_date {
            font-size: 13px;
            font-weight: 400;
            letter-spacing: 1px;
        }

    /* about sectioin css start  */
    .__about_image_wrapper {
        height: 100%;
        width: 100%;
    }

        .__about_image_wrapper img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            transform: perspective(0px) rotateY(0deg);
            padding: 0 10px;
        }

    .__row_1_left {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

        .__row_1_left .about_heading {
            font-size: 14px;
            text-transform: uppercase;
            color: var(--primary-color);
        }

        .__row_1_left .about_short_desc {
            font-size: 1.5rem;
            text-transform: uppercase;
            color: var(--text-secondary);
            text-align: center;
        }

    .about_long_desc {
        font-size: 17px;
        font-weight: 300;
        text-align: justify;
        padding: 0.5rem;
        line-height: 1.5;
        color: var(--text-secondary);
    }

    .___grid {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        margin-top: 2rem;
        gap: 20px;
        transition: all 0.4s ease;
    }

    .__content {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        padding: 0 10px;
        transition: all 0.4s ease;
    }

    .__content_image_ img {
        width: 70px;
        height: 70px;
        mix-blend-mode: multiply;
        transition: all 0.4s ease;
    }

    .__content_text {
        text-align: justify;
        color: var(--text-secondary);
    }

        .__content_text .__vision {
            color: var(--secondary-color);
            transition: all 0.4s ease;
        }

        .__content_text .__mission {
            color: var(--primary-color);
            transition: all 0.4s ease;
        }

    .__about_wrapper .custom-shape-divider-bottom-1712821660 svg {
        position: relative;
        display: block;
        /* width: calc(112% + 1.3px);
    height: 102px; */
        width: calc(236% + 450.3px);
        height: 936px;
        transition: all 0.4s ease;
    }
    /* about section css ends  */


    /* product section css start; */
    .__product_image_wrapper img {
        width: 100%;
        height: 100%;
        object-fit: fill;
    }

    .__product_top_content h3 {
        font-size: 1rem;
        color: var(--text-theme-primary);
        font-weight: 600;
        letter-spacing: 2px;
        text-align: center;
    }

    .__product_top_content h2 {
        font-size: 1.3rem;
        color: var(--text-theme-secondary);
        font-weight: 600;
        letter-spacing: 2px;
        text-align: center;
    }

    .__product_desc p {
        margin-top: .5rem;
        font-size: 0.9rem;
        color: var(--text-theme-primary);
        font-weight: 400;
        letter-spacing: 1px;
        text-align: justify;
    }
    /* product section css stop  */


    /*utility section css start */
    .__stack_top_content {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        gap: 5px;
        margin-bottom: 1rem;
    }

    .__left {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

        .__left h1 {
            font-size: 1.2rem;
            color: var(--primary-color);
        }

        .__left h3 {
            font-size: 1rem;
            color: #888;
            font-weight: 600;
            letter-spacing: 2px;
        }

    .__right {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-right: 0;
        text-align: center;
    }

    .__edit {
        padding-right: 0rem;
    }

    .__right p {
        font-size: 0.9rem;
        color: var(--text-theme-primary);
        font-weight: 400;
        letter-spacing: 1px;
        text-align: justify;
    }
    /* utitliy section ends  */


    /*cotact sectioin css start  */
    .__section {
        position: relative;
    }

    .custom-shape-divider-top-1712900598 svg {
        position: relative;
        display: block;
        width: calc(225% + 1.3px);
        height: 200px;
    }


    .__section_wrapper {
        position: relative;
        background: transparent;
        z-index: 50;
        margin-top: 2rem;
    }

    .__section_headers {
        display: flex;
        flex-direction: column;
        gap: 1px;
        align-items: center;
    }

    .__section_headers_heading {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .__section_headers_heading h3 {
            text-align: center;
        }

        .__section_headers_heading h2 {
            text-transform: uppercase;
            font-size: 1.5rem;
            letter-spacing: 1px;
            text-align: center;
            color: var(--secondary-color);
        }

    .__section_headers_short_desc {
        display: flex;
        align-items: center;
        justify-content: start;
    }

        .__section_headers_short_desc p {
            letter-spacing: 1px;
            font-size: 0.9rem;
            text-align: justify;
            padding: 5px;
        }

    .__section_container {
        margin-top: 0rem;
    }

    .__contact_section_content {
        max-width: 80rem;
        margin: 0 auto;
        width: 100%;
    }

    .__contact_section_row_ {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        padding: 0.5rem;
        gap: 20px;
    }

    .__contact_section_left_ {
        padding: 0rem;
    }

    .__contact_section_left_content {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-top: 1rem;
    }

    .__content_box {
        display: flex;
        gap: 1rem;
        align-items: center;
        width: 100%;
    }

        .__content_box .__content_box_icon {
            height: 2rem;
            width: 2rem;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .__content_box .__content_box_icon i {
                font-size: 1.5rem;
            }

    .__content_box_text p a {
        text-decoration: none;
        color: var(--primary-color);
    }

    .__content_box_text h3 {
        font-size: 1rem;
        color: var(--text-theme-primary);
        font-weight: 500;
        letter-spacing: 0px;
    }

    .__content_box_text p {
        font-size: 0.8rem;
        color: var(--text-theme-primary);
        font-weight: 400;
        letter-spacing: 1px;
    }

    .contact_section_right_ {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 1rem;
    }

    .form_header {
        margin: 5px 0;
    }

        .form_header h2 {
            font-size: 1rem;
        }

    .contact_section_right_ form {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
        padding: 5px 0;
    }

    .form_group {
        display: flex;
        flex-direction: column;
        gap: 5px;
        width: 100%;
        position: relative;
    }

        .form_group label {
            font-size: 0.8rem;
            color: var(--text-theme-primary);
            font-weight: 400;
            letter-spacing: 1px;
            position: absolute;
            top: 50%;
            left: 20px;
            transform: translate(0,-50%);
            transition: all 0.3s ease;
        }


        .form_group input,
        .form_group textarea {
            padding: 15px;
            border: none;
            outline: none;
        }

            .form_group input:focus,
            .form_group textarea:focus {
                border: 1px solid var(--primary-color);
            }

        .form_group textarea {
            resize: vertical;
        }

        .form_group label.focused {
            top: 10px;
            left: 10px;
            font-size: 0.6rem;
            color: var(--primary-color);
        }

        .form_group button {
            padding: 12px 35px;
            border: none;
            outline: none;
            border-radius: 5px;
            background-color: var(--primary-color);
            color: var(--text-primary);
            font-size: 1rem;
            font-weight: 500;
            letter-spacing: 1px;
            cursor: pointer;
            transition: all 0.6s ease;
        }

            .form_group button:hover {
                background-color: var(--secondary-color);
                color: var(--text-theme-primary);
                transition: all 0.6s ease;
            }

    .contact_section_map {
        width: 100%;
        padding: 0.5rem;
    }

        .contact_section_map iframe {
            width: 100%;
            height: 100%;
        }
    /* contact section css stop  */
    .__section_container.custom {
        grid-template-columns: repeat(1,1fr);
        gap: 2rem 0rem;
        padding: 0.5rem;
    }

    .__blog_container {
        grid-column: span 3 / auto;
        display: grid;
        grid-template-columns: repeat(1,1fr);
        gap: 2rem;
        margin-top:2rem;
    }

    .__card_content_single {
        padding: 0.5rem;
    }

    .__card_title_single {
        font-size: 1.5rem;
    }
    .__card_image_single{
        height:auto;
    }
    .__single_service_headers {
        display: flex;
        padding: .5rem;
        flex-direction: column-reverse;
    }

    .__single_service_header_content h2 {
        font-size: 1.5rem;
        letter-spacing: 1px;
    }
    .sm-w-full{
        width:100%;
    }
    .sm-h-auto{
        height:auto;
    }
    .sm-p-0{
        padding:.3rem;
    }
    .p-sm{
        padding:.5rem;
    }
    .sm-text{
        font-size:2rem;
    }
    .xs-text{
        font-size:.8rem;
    }
    .p-0{
        padding:0;
    }
    .__standards{

    }
    .sm-d-none{
        display:none;
    }
}

