/* Force logo size - Override all other styles */
header .logo img,
.header .logo img,
#header .logo img {
  height: 100px !important;
  max-height: 100px !important;
  min-height: 100px !important;
  width: auto !important;
  max-width: 100% !important;
}

/* Reduce navbar padding to make it more compact */
.header {
  padding: 5px 0 !important;
}

/* Adjust navbar on scroll */
.scrolled .header {
  padding: 3px 0 !important;
}

/* Make logo smaller when scrolled */
.scrolled .header .logo img {
  height: 60px !important;
  max-height: 60px !important;
  min-height: 60px !important;
  transition: all 0.3s ease;
}

/* Responsive sizes */
@media (max-width: 1200px) {
  header .logo img,
  .header .logo img,
  #header .logo img {
    height: 80px !important;
    max-height: 80px !important;
    min-height: 80px !important;
  }

  .header {
    padding: 5px 0 !important;
  }
}

@media (max-width: 768px) {
  header .logo img,
  .header .logo img,
  #header .logo img {
    height: 50px !important;
    max-height: 50px !important;
    min-height: 50px !important;
  }

  .header {
    padding: 3px 0 !important;
  }
}

.header .logo h1 {
  font-size: 25px !important;
  margin: 0;
  font-weight: 600;
  color: var(--heading-color);
  text-transform: uppercase;
}


.footer .footer-about .logo img {
  max-height: 175px;
  margin-right: 6px;
}

.modal {
    z-index: 1055 !important;
}
.modal-backdrop {
    z-index: 1050 !important;
}
