/**
 * Global Header Styles — loaded LAST to override demo-specific CSS.
 * This ensures the header looks identical on every page.
 * Reference: homepage (index.html) header design.
 */

/* Force consistent header wrapper padding */
.main-header .lqd-head-sec-wrap.module-header {
  padding-top: 20px !important;
  padding-left: 75px !important;
  padding-right: 75px !important;
  padding-bottom: 0 !important;
}

/* Force consistent inner bar */
.main-header .lqd-head-sec-wrap .mobile_header {
  border-radius: 4px !important;
  box-shadow: 0 1px 15px rgba(0,0,0,0.08) !important;
  padding: 0 25px !important;
  background: #fff !important;
  margin: 0 !important;
  height: auto !important;
}

/* Force consistent logo sizing */
.main-header .module-logo {
  padding: 15px 0 !important;
}

.main-header .module-logo .logo-default {
  height: 15px !important;
  width: auto !important;
  max-height: 15px !important;
}

/* Force consistent nav link styling */
.main-header .module-primary-nav .main-nav > li > a {
  font-size: 14px !important;
  font-weight: 500 !important;
  padding: 20px 18px !important;
  color: #000 !important;
  opacity: 0.55 !important;
  transition: opacity 0.25s ease !important;
}

.main-header .module-primary-nav .main-nav > li > a:hover,
.main-header .module-primary-nav .main-nav > li.is-active > a {
  opacity: 1 !important;
}

/* Force consistent "Send a message" button */
.main-header .btn.text-14 {
  font-size: 14px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  line-height: 1em !important;
  border: 2px solid #000 !important;
  border-radius: 100px !important;
  padding: 0.6em 1em !important;
  color: #000 !important;
  background: transparent !important;
  white-space: nowrap !important;
}

.main-header .btn.text-14:hover {
  background: #000 !important;
  color: #fff !important;
}

/* Force consistent arrow button */
.main-header .btn-solid.btn-custom-size {
  width: 30px !important;
  height: 30px !important;
  padding: 0 !important;
  border-radius: 50% !important;
}

/* Mobile hamburger consistency */
.main-header .nav-trigger .bar {
  width: 22px !important;
  height: 2px !important;
}

/* Responsive: tablet */
@media (max-width: 1199px) {
  .main-header .lqd-head-sec-wrap.module-header {
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 15px !important;
  }
}

/* Responsive: mobile */
@media (max-width: 767px) {
  .main-header .lqd-head-sec-wrap.module-header {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 10px !important;
  }
}
