.elementor .nova-header{/* =========================================================
 HEADER NOVA IMÓVEIS
 ========================================================= */

.nova-header {
  position: relative;
  z-index: 999;

  /* Verde escuro translúcido */
  background: linear-gradient(
      180deg,
      rgba(2, 44, 32, 0.96) 0%,
      rgba(4, 75, 52, 0.90) 50%,
      rgba(8, 122, 70, 0.78) 100%
  ) !important;

  /* Efeito vidro sobre o vídeo */
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);

  /* Linha laranja discreta */
  border-bottom: 2px solid rgba(255, 123, 34, 0.85);

  /* Sombra suave */
  box-shadow: 0 7px 25px rgba(0, 0, 0, 0.16);

  transition: all 0.3s ease;
}


/* =========================================================
 LOGOMARCA
 ========================================================= */

.nova-header img {
  transition: transform 0.3s ease;
}

.nova-header img:hover {
  transform: scale(1.02);
}


/* =========================================================
 MENU PRINCIPAL
 ========================================================= */

.nova-header .elementor-nav-menu .elementor-item,
.nova-header .elementor-widget-nav-menu a {
  position: relative;

  color: #ffffff !important;

  font-weight: 500;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.18);

  transition:
      color 0.25s ease,
      transform 0.25s ease;
}


/* HOVER */

.nova-header .elementor-nav-menu .elementor-item:hover,
.nova-header .elementor-widget-nav-menu a:hover {
  color: #FF7B22 !important;
}


/* LINHA LARANJA NO HOVER */

.nova-header .elementor-nav-menu .elementor-item::after {
  content: "";

  position: absolute;
  left: 50%;
  bottom: -5px;

  width: 0;
  height: 2px;

  background: #FF7B22;

  transform: translateX(-50%);

  transition: width 0.25s ease;
}

.nova-header .elementor-nav-menu .elementor-item:hover::after {
  width: 65%;
}


/* =========================================================
 ITEM ATIVO DO MENU
 ========================================================= */

.nova-header .elementor-nav-menu .current-menu-item > a,
.nova-header .elementor-nav-menu .current_page_item > a,
.nova-header .elementor-item.elementor-item-active {
  color: #FF7B22 !important;
}


/* =========================================================
 ÍCONES E TELEFONES
 ========================================================= */

.nova-header .elementor-icon-list-icon svg,
.nova-header .elementor-icon-list-icon i {
  color: #FF7B22 !important;
  fill: #FF7B22 !important;
}

.nova-header .elementor-icon-list-text,
.nova-header .elementor-icon-list-text a {
  color: rgba(255, 255, 255, 0.92) !important;
}


/* TELEFONES NO HOVER */

.nova-header .elementor-icon-list-item:hover .elementor-icon-list-text,
.nova-header .elementor-icon-list-item:hover a {
  color: #FF7B22 !important;
}


/* =========================================================
 SUBMENU
 ========================================================= */

.nova-header .elementor-nav-menu--dropdown,
.nova-header .sub-menu {
  background: rgba(2, 44, 32, 0.97) !important;

  border-radius: 8px;

  border-top: 2px solid #FF7B22;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.20);

  overflow: hidden;
}

.nova-header .sub-menu a {
  color: rgba(255, 255, 255, 0.90) !important;
}

.nova-header .sub-menu a:hover {
  color: #ffffff !important;
  background: rgba(255, 123, 34, 0.15) !important;
}


/* =========================================================
 MOBILE
 ========================================================= */

@media (max-width: 767px) {

  .nova-header {
      background: rgba(2, 44, 32, 0.96) !important;

      -webkit-backdrop-filter: blur(7px);
      backdrop-filter: blur(7px);

      border-bottom: 2px solid #FF7B22;
  }

}\n}