:root {
    --gray: #767676;
}

@media screen and (max-width: 1150px) {
    .yewala {
        height: 100%;
        width: 107%;
        border-radius: 10px;
    }

    .testimonials_section .content .item .image_div {
        filter: brightness(1);
    }

    .badadiv {
        height: auto;
    }

    .navbar_container .main_container .section2 {
        display: none !important;
    }

    .navbar_container .main_container .section3 {
        display: none !important;
    }

    .page_container .why_choose_container .container .content {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        font-size: 1.7vh;
        row-gap: 2.2rem;
    }

    .page_container .why_choose_container {
        height: auto;
        padding: 10vh 0;
    }

    .about_us_container {
        flex-direction: column;
    }

    .about_us_container .left {
        width: 95%;
        padding-top: 2vh;
    }

    .about_us_container .right {
        width: 95%;
    }

    .page_container .how_it_works_containter {
        height: auto;
        padding: 10vh 0;
    }

    .page_container .how_it_works_containter .container .content {
        flex-direction: column;
        justify-content: center;
    }

    .page_container .how_it_works_containter .container {
        width: 90%;
    }

    .page_container .how_it_works_containter .container .item {
        width: 100%;
    }

    .page_container .how_it_works_containter .container .content {
        row-gap: 6vh;
        column-gap: 2vh;
        /* display: flex;
        flex-wrap: wrap;
        place-content: end end; */
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .estimate_item {
        height: 25vh;
    }

    .countdown_container .counters {
        flex-direction: column;
    }

    .countdown_container {
        height: auto;
        padding: 5vh 0;
    }

    .explore_projects .overlay .heading_section {
        flex-direction: column;
        align-items: flex-start;
    }

    .line {
        width: 20vh;
    }

    h2.heading2 {
        font-size: 3.4vh;
    }

    div.heading {
        font-size: 3.4vh;
    }

    h1.heading {
        font-size: 3.4vh;
    }

    .explore_projects .overlay {
        gap: 3vh;
        background-color: rgb(0, 0, 0, 0.7);
    }

    .latest_blogs {
        height: auto;
        padding: 5vh 0;
    }

    .latest_blogs .grid_section {
        display: flex;
        flex-direction: column;
        height: auto;
        gap: 5vh;
    }

    .badadiv {
        height: auto;
        padding: 5vh 0;
        gap: 3rem;
    }

    .innerdiv1 {
        flex-direction: column;
        gap: 2rem;
    }

    .social {
        width: 40%;
    }

    .footer_item {
        width: 100%;
    }

    .page_container .testimonials_container .overlay .quote {
        width: 80%;
        text-align: center;
    }

    .estimate_outer {
        flex-direction: column;
    }

    .estimate_section {
        height: auto;
        padding: 5vh 0;
    }

    .estimate_item {
        width: 90%;
    }

    .news_section {
        height: auto;
        padding: 5vh 0;
    }

    .news_section .content {
        flex-direction: column;
        height: auto;
    }

    .news_section .content .image_div {
        height: 20vh;
    }

    .news_section .content .image_div img {
        width: auto;
    }

    .testimonials_section .content {
        flex-direction: column;
        gap: 4vh;
    }

    .testimonials_section {
        height: auto;
        padding: 5vh 0;
    }

    .testimonials_section .content .item {
        width: 90%;
        border-bottom: 0.2vh solid var(--gray);
        padding-bottom: 1rem;
        height: 42vh;
    }

    .testimonials_section .content .item:nth-child(3) {
        border-bottom: none;
    }

    .get_in_touch_section {
        flex-direction: column;
        height: auto;
        padding: 5vh 0;
        gap: 4vh;
    }

    .quicklinks,
    .first {
        font-size: 2.3vh;
    }

    .get_in_touch_section h3 {
        font-size: 2.5vh;
    }

    .get_in_touch_section .left,
    .get_in_touch_section .right {
        width: 95%;
        padding: 0.7rem;
    }

    .get_in_touch_section .right {
        width: 95%;
        padding: 1.2rem;
        border: 0.2vh solid var(--gray);
        border-radius: 1.2vh;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .get_in_touch_page .title_section>* {
        width: 80%;
        text-align: center;
    }

    .contact {
        align-items: center;
        font-size: 2.1vh;
        width: 100%;
    }

    .estimate_button a {
        height: 100%;
        display: block;
    }

    .estimate_button a button {
        margin: 0;
        height: 3.5vh;
    }

    .footer_item.contact .address,
    .footer_item.contact .contactno,
    .footer_item.contact .mail {
        width: 60%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer_item.contact .address span:last-child,
    .footer_item.contact .contactno span:last-child,
    .footer_item.contact .mail span:last-child {
        text-align: center;
    }

    .innerdiv2 {
        flex-direction: column;
        text-align: center;
        font-size: 2.1vh;
        gap: 2vh;
    }

    .footerlogo {
        width: 35vh;
    }

    .banner_container h1.heading {
        font-size: 3.6vh;
    }

    .banner_container .overlay2 {
        display: none;
    }

    .banner_container .buttons {
        width: 60%;
        align-items: flex-start;
        gap: 3vh;
        justify-content: flex-start;
    }

    .about_us_container .right .content {
        font-size: 2.5vh;
    }

    .banner_container .description {
        font-size: 2.4vh;
    }

    .banner_container .overlay {
        gap: 3vh;
    }

    .navbar_container .main_container .section1 {
        width: 40vw;
    }

    .navbar_container .main_container {
        justify-content: space-between;
        width: 90vw;
    }

    .banner_container .overlay3 .container {
        width: 95%;
    }

    .banner_container .overlay3 .container h2.heading {
        font-size: 2.6vh;
    }

    .about_page {
        height: auto;
        padding: 5vh 0;
    }

    .about_page .container {
        flex-direction: column-reverse;
    }

    .about_page .container .section {
        width: 100%;
    }

    .our_suppliers_business {
        height: auto;
        padding: 5vh 0;
    }

    .our_suppliers_business>* {
        width: 80%;
    }

    .our_suppliers_business .container {
        width: 80%;
    }

    .our_suppliers_business .container {
        flex-direction: column;
    }

    .our_suppliers_business .container .img_div {
        width: 100%;
    }

    .get_in_touch_page .title_section {
        height: auto;
        padding: 5vh 0;
    }

    .submit_btn {
        font-size: 3.2vh;
    }

    .variety_designs_section {
        height: auto;
        padding: 0vh 0;
    }

    .estimate_section_new {
        height: auto;
        padding: 5vh 0;
        gap: 2rem;
        flex-direction: column;
        justify-content: center;
        margin-top: 3vh;
    }

    .variety_designs_section .container {
        display: flex;
        flex-direction: column;
    }

    .variety_designs_section .container .section2 {
        flex-direction: column-reverse;
    }


    .estimate_section_new .section1 {
        width: 100%;
        align-items: center;
    }

    .estimate_section_new .section2 {
        width: 100%;
        position: static;
        transform: none;
    }

    .modular_kitchens_designs_section {
        height: auto;
        padding: 5vh 0;
    }

    .modular_kitchen_design .grid_container {
        display: flex;
        flex-direction: column;
    }

    .modular_kitchens_designs_section>* {
        width: 90%;
    }

    .modular_kitchens_designs_section .container .sub_heading {
        width: 100%;
    }

    .modular_kitchens_designs_section .container .section {
        width: 100%;
        flex-direction: column;
    }

    .estimate_section_new .section1 .sub_heading {
        margin: 0vh 0;
        font-size: 2.4vh;
    }

    .faq_section {
        height: auto;
        padding: 5vh 0;
    }

    .a_talk_about_section {
        height: auto;
        padding: 5vh 0;
    }

    .latest_blogs .grid_section .grid_item,
    .main_content_container .grid_container .grid_item {
        width: 100%;
    }

    .services_container .content_display .left .heading {
        text-align: center;
        font-size: 1.7vh;
        width: 100%;
    }

    .services_container .content_display .left .sub_heading {
        text-align: center;
        font-size: 1.4vh;
    }

    .services_container .content_display .left {
        width: 100%;
    }

    .services_container .content_display {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .page_container .how_it_works_containter .container .item {
        height: auto;
    }

    .logos_4 {
        height: auto;
    }

    .new_modal_overlay .new_modal_container {
        width: 70%;
    }

    .new_modal_container .new_modal_body .form_element label {
        font-size: 2vh;
    }

    .new_modal_container .new_modal_header h2 {
        font-size: 4vh;
    }

    .wardrobe_text {
        font-size: 2.2vh;
    }

    .wardrobe_text2 {
        font-size: 1.7vh;
    }

    .get_in_touch_page .right .form_section {
        width: 100%;
        height: 100%;
        box-shadow: none;
    }

    .get_in_touch_page .right input {
        padding-left: 2vw;
    }
}

@media screen and (max-width: 500px) {
    .navbar_container .main_container .section2 {
        display: none !important;
    }

    .navbar_container .main_container .section3 {
        display: none !important;
    }

    .page_container .why_choose_container .container .content {
        flex-direction: column;
        justify-content: center;
        gap: 0.8rem;
    }

    /* .page_container .why_choose_container .container .content .item {
        width: 100%;
    } */

    .page_container .why_choose_container .container .content .icon {
        height: 10vh;
    }

    .page_container .why_choose_container .container .content .item {
        height: 100%;
        justify-content: start;
    }

    .page_container .why_choose_container {
        height: auto;
        padding: 10vh 0;
    }

    .about_us_container {
        flex-direction: column;
        padding: 0vh 0vh;
        height: auto;
    }

    .about_us_container .left {
        width: 95%;
    }

    .about_us_container .right {
        width: 95%;
    }

    .about_us_container .left .image_div img {
        height: auto;
    }

    .page_container .how_it_works_containter {
        height: auto;
        padding: 5vh 0;
    }

    .page_container .how_it_works_containter .container .content {
        flex-direction: column;
        justify-content: center;
    }

    .page_container .how_it_works_containter .container {
        width: 90%;
    }

    .page_container .how_it_works_containter .container .item {
        width: 100%;
    }

    .page_container .how_it_works_containter .container .content {
        gap: 6vh;
    }

    .countdown_container .counters {
        flex-direction: column;
        gap: 1vh;
    }

    .countdown_container .counters .description {
        font-size: 2.2vh;
    }

    .countdown_container {
        height: auto;
        gap: 1rem;
        padding: 5vh 0;
    }

    .explore_projects .overlay .heading_section {
        flex-direction: column;
        align-items: flex-start;
    }

    .line {
        width: 20vh;
    }

    h2.heading2 {
        font-size: 2.4vh;
        text-align: left;
        width: 85%;
    }

    div.heading {
        font-size: 2.4vh;
    }

    h1.heading {
        font-size: 2.4vh;
    }

    .explore_projects .overlay {
        gap: 3vh;
        background-color: rgb(0, 0, 0, 0.7);
    }

    .latest_blogs {
        height: auto;
        padding: 5vh 0;
    }

    .latest_blogs .grid_section {
        flex-direction: column;
        height: auto;
        gap: 5vh;
    }

    .badadiv {
        height: auto;
        padding: 5vh 0;
        gap: 3rem;
    }

    .innerdiv1 {
        flex-direction: column;
        gap: 1.5rem;
    }

    .footer_item {
        width: 100%;
    }

    .page_container .testimonials_container .overlay .quote {
        width: 80%;
        text-align: center;
        font-size: 2.2vh;
    }

    .page_container .testimonials_container .overlay .sub_heading {
        font-size: 1.7vh;
        font-weight: normal;
    }

    .estimate_outer {
        flex-direction: column;
    }

    .estimate_section {
        height: auto;
        padding: 5vh 0;
    }

    .estimate_item {
        width: 90%;
    }

    .get_in_touch_section h3 {
        font-size: 2vh;
    }

    .news_section {
        height: auto;
        padding: 5vh 1.5vh;
    }

    .news_section .content {
        flex-direction: column;
        height: auto;
    }

    .news_section .content .image_div {
        height: 20vh;
    }

    .news_section .content .image_div img {
        width: auto;
    }

    .testimonials_section .content {
        flex-direction: column;
        gap: 4vh;
    }

    .testimonials_section {
        height: auto;
        padding: 5vh 0;
    }

    .testimonials_section .content .item {
        width: 90%;
        height: 60vh;
    }

    .get_in_touch_section {
        flex-direction: column;
        height: auto;
        padding: 5vh 0;
        gap: 4vh;
    }

    .get_in_touch_section .left,
    .get_in_touch_section .right {
        width: 95%;
    }

    .get_in_touch_page .title_section>* {
        width: 90%;
        text-align: center;
    }

    .contact {
        align-items: center;
    }

    .innerdiv2 {
        flex-direction: column;
        text-align: left;
        gap: 2vh;
        width: 85%;
    }

    .footerlogo {
        width: 35vh;
    }

    .banner_container h1.heading {
        font-size: 3vh;
    }

    .banner_container .overlay2 {
        display: none;
    }

    .banner_container .buttons {
        width: 100%;
        align-items: flex-start;
        gap: 3vh;
        justify-content: flex-start;
    }

    .banner_container .description {
        font-size: 2.4vh;
    }

    .banner_container .overlay {
        gap: 3vh;
    }

    .navbar_container .main_container .section1 {
        width: auto;
    }

    .navbar_container .main_container {
        justify-content: space-between;
        width: 90%;
    }

    .banner_container .overlay3 .container {
        width: 95%;
    }

    .banner_container .overlay3 .container h2.heading {
        font-size: 2.6vh;
    }

    .about_page {
        height: auto;
        padding: 5vh 0;
    }

    .about_page .container {
        flex-direction: column-reverse;
    }

    .about_page .container .section {
        width: 100%;
    }

    .our_suppliers_business {
        height: auto;
        padding: 5vh 0;
    }

    .our_suppliers_business>* {
        width: 80%;
    }

    .our_suppliers_business .container {
        width: 80%;
    }

    .our_suppliers_business .container {
        flex-direction: column;
    }

    .our_suppliers_business .container .img_div {
        width: 100%;
    }

    .get_in_touch_page .title_section {
        height: auto;
        padding: 5vh 0;
    }

    .submit_btn {
        font-size: 3.2vh;
    }

    .variety_designs_section {
        height: auto;
    }

    .estimate_section_new {
        height: auto;
        padding: 5vh 0;
        gap: 2rem;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        padding: 0.5rem;
    }

    .estimate_section_new h2 {
        text-align: center;
        font-size: 3vh;
    }

    .owl-item .left {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .variety_designs_section .container {
        display: flex;
        flex-direction: column;
    }

    .variety_designs_section .container .section2 {
        flex-direction: column-reverse;
    }

    .estimate_section_new .section1 {
        width: 100%;
        align-items: center;
    }

    .estimate_section_new .section1 br {

        display: none;
    }

    .estimate_section_new .section2 {
        width: 100%;
        position: static;
        transform: none;
    }

    .modular_kitchens_designs_section {
        height: auto;
        padding: 5vh 0;
    }

    .modular_kitchen_design .grid_container {
        display: flex;
        flex-direction: column;
    }

    .modular_kitchens_designs_section>* {
        width: 90%;
    }

    .modular_kitchens_designs_section .container .sub_heading {
        width: 100%;
        text-align: center !important;
    }

    .carousel_item,
    .carousel_item2,
    .carousel_item3,
    .carousel_item4,
    .carousel_item5 {
        height: 40vh;
    }

    .owl-carousel .heading {
        text-align: center !important;
    }

    .modular_kitchens_designs_section .container .section {
        width: 100%;
        flex-direction: column;
    }

    .estimate_section_new .section1 .sub_heading {
        margin: 3vh 0;
        font-size: 2.4vh;
    }

    .faq_section {
        height: auto;
        padding: 5vh 0;
        margin-top: 0vh;
    }

    .a_talk_about_section {
        height: auto;
        padding: 5vh 0;
    }

    .latest_blogs .grid_section .grid_item {
        width: 100%;
    }

    .services_container .content_display .left .heading {
        text-align: center;
        font-size: 1.7vh;
        width: 100%;
    }

    .services_container .content_display .left .sub_heading {
        text-align: center;
        font-size: 1.4vh;
    }

    .services_container .content_display .left {
        width: 100%;
    }

    .services_container .content_display {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .page_container .how_it_works_containter .container .item {
        height: auto;
    }

    .logos_4 {
        height: auto;
    }

    .estimate_item {
        height: auto;
    }

    .our_brand_partners {
        padding: 3vh 1.5vh;
    }

    .our_brand_partners h2 {
        text-align: center;
        padding: 0.5rem;
    }

    .get_in_touch_page .right .form_section {
        width: 100%;
        box-shadow: none;
        padding: 0.2rem;
    }

    .get_in_touch_section .right .form_section .description {
        text-align: center;
    }

    .get_in_touch_page .right input {
        padding-left: 0.7rem;
    }

    .services_container .content {
        width: 90%;
    }

    .services_container .content .description {
        font-size: 1.7vh;
        color: var(--gray);
        font-weight: normal;
    }

    .about_us_container .right .content {
        font-size: 1.7vh;
        color: var(--gray);
        font-weight: normal;
    }

    .latest_blogs .grid_section .grid_item .title {
        font-size: 2.4vh;
        font-weight: 500;
    }

    .services_container .content_display .left .sub_heading {
        text-align: center !important;
    }

    .owl-carousel .owl-item img {
        height: 100%;
    }

    .carousel_item .image {
        height: 55%;
    }

    .services_container .content_display {
        height: 45%;
    }

    .banner_container h1.heading {
        width: 90%;
    }

    .navbar_overlay a {
        font-size: 1.1rem;
        text-align: left;
        padding-left: 1.5rem;
    }

    .variety_designs_section .text .content,
    .about_us_container .right .sub_heading {
        color: var(--gray);
        font-size: 1.7vh;
    }

    .variety_designs_section .text .content {
        width: 90%;
    }

    h2.heading {
        font-size: 2.7vh;
    }

    .estimate_section_new .section1 .sub_heading {
        text-align: center;
    }

    .modular_kitchens_designs_section .section li {
        color: gray;
        font-size: 2vh;
    }

    .page_container .how_it_works_containter .container .content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1vh;
    }

    .page_container .countdown_container .counters .section {
        width: 100%;
        display: flex;
        flex-direction: row;
        background: whitesmoke;
        height: 5vh;
    }

    .page_container .countdown_container .counters .section .heading {
        width: 30%;
        text-align: left;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: var(--main);
        color: white;
    }

    .page_container .countdown_container .counters .section .description {
        text-align: left;
        padding-left: 1rem;
        color: var(--gray);
        width: 70%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .estimate_section h2 {
        font-size: 2vh;
        width: 90%;
    }

    .estimate_section h2.heading {
        font-size: 2.7vh;
    }

    .testimonials_section .content .text {
        color: var(--gray);
    }

    .a_talk_about_section .talk_section .icon {
        color: var(--gray);
    }

    .a_talk_about_section .talk_section .para {
        color: var(--gray);
        font-size: 2vh;
    }

    .faq_section .container {
        width: 85%;
    }

    .faq_section .container .q_n_a .question {
        font-size: 2vh;
    }

    .faq_section .container .q_n_a .answer {
        font-size: 1.8vh;
    }

    .get_in_touch_page .title_section h2:not(.heading2) {
        font-size: 2.2vh;
    }

    .main_content_container .main_container .grid_container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 1rem;
    }

    .main_content_container .main_container {
        height: auto;
        width: 90%;
    }

    .main_content_container .grid_container .box {
        width: 100%;
        height: 25vh;
        border: 0.2vh solid black;
    }

    .about_page .container .section1 {
        text-align: left;
    }

    .navbar_overlay .closebtn {
        right: 10;
        font-size: 25px;
    }

    .navbar_overlay {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

    .new_modal_overlay .new_modal_container {
        width: 90% !important;
        height: 60vh !important;
    }

    .new_modal_container .new_modal_body .form_element .flag_icon {
        width: 3vh;
    }

    .new_modal_container .new_modal_body .form_element .flex_element input {
        padding-left: 7.5vh;
    }

    .logonsocial {
        gap: 0vh;
    }

    .footer_item.contact .address span:last-child,
    .footer_item.contact .contactno span:last-child,
    .footer_item.contact .mail span:last-child {
        text-align: left;
    }

    .footer_item.contact .address,
    .footer_item.contact .contactno,
    .footer_item.contact .mail {
        width: 90%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: left;
        gap: 2vh;
    }

    .first {
        display: flex;
        flex-direction: column;
        gap: 15px;
        text-decoration: none;
        text-align: center;
        list-style: none;
        width: 85%;
    }

    .footer_item li {
        cursor: pointer;
        text-align: left;
    }

    .quicklinks {
        display: flex;
        gap: 10px;
        flex-direction: row;
        width: 85%;
    }

    .right-line {
        height: 0.1vh;
        width: 100%;
        background: #ffffff9e;
        /* display: list-item; */
    }

    .innerdiv2>div {
        cursor: pointer;
        font-size: 1.6vh;
    }

    .baat {
        display: flex;
        flex-direction: row;
        gap: 2.4vh;
    }

    .book_now_close .closeModal {
        background-color: rgb(255 255 255 / 0%);
        /* Transparent white background */
        backdrop-filter: blur(5px);
        /* Apply a blur effect */
    }

    .book_now_close .closeModal i {
        font-size: 20px;
    }

    .badadiv {
        height: auto;
    }

    .testimonials_section .content .item .image_div {
        filter: brightness(1);
    }

    .navbar_container .main_container .section1 .logo img {
        width: 30vw;
        height: auto;
    }

    .how_it_works_containter .content .item .icon img {
        width: 100%;
        height: auto;
    }

    .estimate_item .estimate_icons .div_icon img {
        width: 100%;
        height: auto;
    }

    .page_container .why_choose_container .container .content .icon img {
        height: 5vh;
        width: 5vh;
    }

    .page_container .why_choose_container .container .content .item {
        height: auto;
    }

    .estimate_section_new .section.section2 img {
        width: 100%;
        height: auto;
    }

    .overlay-content {
        height: 80%;
        overflow-y: auto;
    }

    .navbar_container {
        width: 100vw;
    }

    .navbar_container .section.section4 {
        width: 10vw;
    }

    .variety_designs_section .text {
        height: 28vh;

    }

    .variety_designs_section .text {

        gap: 1vh;
    }

    .about_us_container .right {

        padding: 1rem;
    }

    .estimate_section_new .section1 h2 {
        font-size: 7vw;
        padding-top: 4vh;
    }

    .navbar_overlay li {
        font-size: 1.1rem;
        text-align: left;
        padding-left: 1.5rem;
        list-style: none;
    }

    .career_heading {
        gap: 3vh;
    }

    .career_heading h3 {
        width: 90%;
        text-align: center;
    }

    .career_heading p {
        width: 90%;
        text-align: center;
    }

    .career_grid_section {
        height: auto;
        padding: 4vh 0;
    }

    .career_grid_section .grid_container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .career_benefits {
        height: auto;
    }

    .career_benefits .perks_grid {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 3vh;
    }

    .open_positions .open_positions_grid {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 2vh;
    }

    .open_positions .open_positions_grid .grid_item {
        width: 100%;
    }

    .open_positions .apply_btn {
        padding: 1.2vh 3vh;
    }
}