.elementor-1190 .elementor-element.elementor-element-801fd8c{--display:flex;}/* Start custom CSS for html, class: .elementor-element-5091489 */.trovalo-header {
  position: relative;
  z-index: 1000;
  width: 100%;
  color: #ffffff;
  background:
    linear-gradient(rgba(4, 31, 58, 0.72), rgba(4, 31, 58, 0.72)),
    url("https://trovalomeridian.com/wp-content/uploads/2026/09/Header.png") center/cover no-repeat;
  border-bottom: 4px solid #2fa35a;
  font-family: Arial, Helvetica, sans-serif;
}

.trovalo-header-inner {
  max-width: 1450px;
  min-height: 104px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  gap: 22px;
}

.trovalo-header-logo {
  flex: 0 0 auto;
}

.trovalo-header-logo img {
  display: block;
  width: 190px;
  max-height: 76px;
  object-fit: contain;
}

.trovalo-navigation {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 18px;
}

.trovalo-navigation a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.trovalo-navigation a:hover {
  color: #f4b51d;
}

.trovalo-header-tools {
  display: flex;
  align-items: center;
  gap: 12px;
}

.trovalo-header-search {
  display: flex;
  width: 190px;
  height: 38px;
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
}

.trovalo-header-search input {
  width: 100%;
  min-width: 0;
  padding: 8px 10px;
  border: 0;
  outline: 0;
  color: #071d36;
  background: transparent;
}

.trovalo-header-search button {
  width: 40px;
  border: 0;
  color: #ffffff;
  background: #0d5ea8;
  cursor: pointer;
  font-size: 20px;
}

.trovalo-cart {
  min-height: 38px;
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #071d36;
  background: #f4b51d;
  border-radius: 5px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.trovalo-cart:hover {
  color: #ffffff;
  background: #2fa35a;
}

.trovalo-menu-toggle {
  display: none;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 5px;
  color: #ffffff;
  background: transparent;
  font-size: 24px;
  cursor: pointer;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
}

@media (max-width: 1100px) {
  .trovalo-header-inner {
    flex-wrap: wrap;
  }

  .trovalo-menu-toggle {
    display: block;
    margin-left: auto;
  }

  .trovalo-navigation {
    display: none;
    order: 4;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding: 14px 0;
  }

  .trovalo-navigation.is-open {
    display: flex;
  }
}

@media (max-width: 650px) {
  .trovalo-header-inner {
    padding: 12px 16px;
  }

  .trovalo-header-logo img {
    width: 150px;
  }

  .trovalo-header-tools {
    width: 100%;
  }

  .trovalo-header-search {
    flex: 1;
    width: auto;
  }
}/* End custom CSS */