.image-box {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); /* Set the box shadow properties */
}
.navbar-brand img, .mobile-responsive-menu img{
    height: 100px;
    border-radius: 4px;
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); */
}
.mobile-responsive-nav{
    height: 60px; 
}
.sidebarModal.modal .modal-body img{
    height: 200px;
}
.navbar-area{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.footer-logo-area img{
    height: 200px;
}
/* Media query for screens larger than 900px */
@media screen and (min-width: 900px) {
  .navbar {
    max-height: 100px; /* Maintain the same max height for larger screens */
  }

  .navbar-brand{
    top: -14px;
    position: relative;
  }

  /* Adjust the logo height for larger screens */
  .navbar-brand img{
    height: 130px; /* Set the height of the logo for screens larger than 900px */
  }
}
