@media (min-width:993px) {
    .close-btn {
        display: none;
    }

    .navbar-nav .dropdown-menu {
        background: white;
    }
}

@media (max-width: 992px) {

    .video-25{
        width: 100%;
    }
    .responsive-image{
        width: 100%;
    }
    .process .process-wrap,
    .process img {
        width: 100%;
    }

    .services-renovation-gallery img {
        margin-bottom: 20px;

    }

    .process .process-wrap {
        padding-top: 20px;
    }

    .wardrobe-about {
        width: 100%;
    }

    .renovation-section img {
        height: auto;

    }

    .gl2,
    .gl3,
    .gl1,
    .gl4 {
        height: auto;
    }

    .navbar-nav .dropdown-menu {
        position: static;
        overflow: scroll;
        height: 200px;
        background: none;
    }

    .left-content,
    .right-form {
        max-width: 100%;
        margin-top: 20px;
    }

    .left-content h1 {
        font-size: 2rem;
    }

    .service .service-heading h3 {
        font-size: 60px;
    }

    .display-4 {
        font-size: 35px !important;
        line-height: 40px !important;
    }

    .lead {
        font-size: 14px !important;
    }

    .title-about {
        padding: 30px 0;
    }

    .single_counter_two_right {
        padding: 0;
        text-align: center;
    }


    .single_counter_two_right h2 {
        font-size: 40px;
        margin-top: -20px;
    }

    .service {
        margin: 0;
        padding: 10px;
    }

    .service .service-heading h4 {
        font-size: 30px;
        margin-top: -30px;
    }

    .why-choose-section {
        padding: 50px 0 !important;
    }

    .why-choose-section .choose-img {
        border-radius: 50%;
        width: 80%;
        height: 90%;
    }

    .margin-space {
        margin-bottom: 50px;
    }

    .vision-section .viison {
        padding-left: 0px;

    }

    .call_action .call_content h1 {
        font-size: 60px;
    }

    .call_action .call_content h2 {
        margin-top: -30px;
        color: #fff;
    }

    .mission-section .mission {
        padding-right: 0;
    }

    .feedback .feedback-text .con {
        padding: 0px;
    }

    .owl-carousel {
        padding: 10px;
    }

    .enquiry_section .btn-conteiner {
        justify-content: center !important;
    }

    .mission-section .row .col-md-6,
    .vision-section .row .col-md-6 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .about-section img {
        height: 590px;
    }

    .overlay-content {
        opacity: 0;
    }

    .service {
        padding: 10px 10px 30px 10px;
    }

    .window-section {
        text-align: center;
    }


    .gallery-ceiling img {
        height: 150px;
    }

    .wooden-carousel p {
        display: none;
    }

    .title-border {
        text-align: center;

    }

    .title-border img {
        width: 80%;
    }

    .title-border h3 {
        color: brown;
        font-family: "Merriweather", serif;
    }

    .window-blinds .item img {
        height: 300px;
    }

    .kitchen-accessories img {
        width: 130px;
        height: 130px;
    }

    .close-btn {
        top: 7%;
        display: block;
    }

    .viison h1,
    .viison p,
    .viison .btn-conteiner,
    .mission h1,
    .mission p,
    .mission .btn-conteiner {
        padding-left: 10px;
    }

    .fixed-icon {
        margin-right: 5px;
    }

    /* Navbar Panel Styles */
    .navbar-collapse {
        position: fixed;
        left: -100%;
        /* Hidden by default */
        /* background-color: white; */
        background-image: url('../assets/img/navbar.jpg');
        background-size: cover;
        width: 70%;
        height: 100%;
        top: 0;
        transition: left 0.3s ease;
        /* Smooth transition */
        box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
        z-index: 1050;
        /* Ensures it appears above other content */
        padding-top: 1.5rem;
        /* Space for content */
    }

    /* Show the sidebar when the navbar is expanded */
    .navbar-collapse.show {
        left: 0;
    }


    .navbar-collapse .navbar-nav {
        margin-top: 30px;
    }

    /* Close button styles for improved accessibility */
    .navbar-collapse .close-btn {
        position: absolute;
        top: 1rem;
        right: 1rem;
        font-size: 1.5rem;
        color: #333;
        cursor: pointer;
    }

    .navbar-nav .nav-item a {
        color: black;
        padding: 10px 30px !important;
        font-size: 20px;
    }

    .automation-process .automation-process-step {
        width: 100%;
    }

    .automation-process img {
        height: 250px;
    }

    /* For larger screens, revert the navbar-collapse to a horizontal style */



}