@media (width < 912px) {
  .navbar {
    height: 12vh;
    width: 100vw;
}

.navbar-brand img {
    width: 65px;
    height: 65px;
    margin-left: 0;
}

.navbar-collapse {
    background-color: #69140e; /* Solid background for the collapsed menu */
}

.navbar-nav .nav-link {
    color: white; /* Ensure the text is visible */
}

.dropdown-menu {
    background-color: #69140e; /* Solid background for dropdown items */
    border: none; /* Remove any borders */
}

.dropdown-item {
    color: white; /* Ensure dropdown items are visible */
}

.dropdown-item:hover {
    background-color: #d58936; /* Highlight on hover */
    color: white;
}

/* Optional: Add a shadow for better visibility */
.navbar-collapse,
.dropdown-menu {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

      /* ************************************************* */
    #services{
      padding-top: 7vh;
      height: auto;
    }
   .our-services{
    width: 100vw;
    height: 85vh;
   }
   .our-services p{
    width: 95vw;
    height: 75vh;
   }
   /* ********************************************************* */
   .our-work{
    display: flex;
    justify-content: center;
    height: auto;
    gap: 15px;
   }

   .parent{
    width: 320px;
    height: 410px;
   }
   .parent img{
    width: 100%;
    height: 100%;
   }
   .parent:hover .child{
    width:280px;
    height:380px;  
  }
  .child p{
    width: 270px;
  }

   /* *************************************************************** */
  .project{
    height: auto;
  }

  .project-head{
    margin-top: 2vh;
    display: flex;
    flex-direction: column;
    width: 95vw;
    height: 60vh;
    justify-content: center;
    align-items: center;
  }
  .project-grid{
    height: auto;
    margin: 2vh;
    gap: 20px;
  }

  .project-item{
    width: 300px;
    height: 40vh;
  }
  .lightbox{
    margin-top: 12vh;
  }

  .lightbox-content {
    background-color: black;
    width: 85vw;
    height: 55vh;
  }
  /* ************************************************************* */
   #reach-out{
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .xyz{
    width: 100vw;
    height: 50vh;
  }
  .men-at-work{
    height: 50vh;
    width: 100vw;
    margin-bottom: 0;
  }

  .slide-in-image {
    width: 80vw; /* Adjust to the desired image size */
    height: 50vh;
    padding-left: 80px;
  }


    /* ************************************************************** */

    footer{
      display: flex;
      width: 100vw;
      height: 12vh;
      justify-content: center;
      align-items: center;
    }

    .foot{
      display: flex;
      width: 100%;
      height: 100%;
    }
}