@media all and (min-width: 992px) {
   /* Header padding */
   .theme-header .zpcontainer {
      padding: 10px 15px !important;
   }
   /* Top bar padding */
   .theme-header-topbar {
      padding: 8px 0px !important;
   }

   /* Reduce banner height */
   .banner-section {
      min-height: 15vh !important; /* Smaller banner height */
      height: auto;
      overflow: hidden;
   }

   /* Adjust header image (logo) height */
   header img {
      max-height: 100px; /* Adjust the height of the logo */
      width: auto; /* Maintain aspect ratio */
   }
}
