.header-bar {
  padding: 20px 0 !important; /* Reducing padding to make it narrower */
}
.logo-header {
  height: 65px!important; /* Adjusting logo height */
}
.header-nav .nav > li > a {
  text-transform: capitalize;
  padding: 20px 12px!important; /* Reduced padding to make header smaller */
}
.header-nav .nav>li .sub-menu li a{
  text-transform: capitalize;
}




.custom-nav-link {

  line-height: 1.2;
}

.logo-footer img, .logo-header img {
    max-width: 100% !important;
    width: 60% !important;
    height: auto !important;
}
.main-bar .container {
  max-width: 100%;
  width: 100%;
  padding-left: 15px !important ;
  padding-right: 30px !important;
}
.logo-header>a, .logo-footer>a {
  display: table-cell;
  vertical-align: middle;
  padding: 0 !important;
  margin:0 !important;
}
.logo-footer img, .logo-header img {
  max-width: 100% !important;
  width: 60% !important;
  height: auto !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

/* .header-style-6 .header-bar {
  border-bottom: 1px dashed rgba(255, 255, 255, .2);
  margin-bottom: 5px;
} */

@media all and (max-width: 990.98px) {
  .custom-nav-link a {
    color: #000000 !important;
  }
}

.custom-nav-link:hover a {
  color: #000000 !important;
}




@media screen and (max-width: 991px) {
    .mo-left .header-nav .logo-header, .mo-left.header-style-3 .is-fixed.header-curve .header-nav .logo-header {
    
        height: 2px !important;
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .logo-header {
        margin-bottom: 10px; /* Removes extra space below the logo */
        margin-left: 0 !important;
        padding-left:0 !important;
        padding-bottom: 0;
    }

    .header-bar {
        display: flex; /* Align logo and navigation horizontally */
        align-items: center; /* Ensures they align properly */
        justify-content: space-between; /* Distributes space evenly */
    }

    .header-nav ul.nav {
        margin-top: 0 !important; /* Removes extra margin above the navigation */
        padding-top: 0 !important;
        margin-left: 0 !important;
        padding-left:0 !important;
    }

    .header-nav ul.nav li {
        padding: 0px 5px!important; /* Reduces padding to minimize gaps */
        margin: 0!important;
    }
}



