.elementor-kit-8{--e-global-color-primary:#E67E22;--e-global-color-secondary:#3E5F44;--e-global-color-text:#1F1F1F;--e-global-color-accent:#6B6B6B;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.2px;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#F7F6F2;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== OroVita7 Luxury Header (WordPress Menu) ===== */

/* Header base */
.orovita-header{
  background:#fff;
  border-bottom:1px solid #EFE7DB;
}

/* Sticky shadow (Elementor sticky adds .elementor-sticky--effects) */
.elementor-sticky--effects.orovita-header{
  box-shadow:0 6px 20px rgba(0,0,0,.08);
}

/* Menu layout */
.orovita-menu ul{
  display:flex !important;
  gap:28px;
  align-items:center;
  justify-content:center;
  margin:0;
  padding:0;
  list-style:none;
}

.orovita-menu a{
  position:relative;
  display:inline-block;
  color:#2A2A2A;
  font-size:14.5px;
  font-weight:600;
  letter-spacing:1.2px;
  text-transform:uppercase;
  text-decoration:none !important;
  padding:10px 0;
  transition:color .25s ease;
}

/* Underline pointer */
.orovita-menu a:after{
  content:"";
  position:absolute;
  left:0;
  bottom:-6px;
  width:0%;
  height:2px;
  background:#D9772B;
  transition:width .25s ease;
}

/* Hover + Active */
.orovita-menu a:hover{
  color:#D9772B;
}
.orovita-menu a:hover:after{
  width:100%;
}

/* Active menu item (WP adds .current-menu-item) */
.orovita-menu .current-menu-item > a{
  color:#D9772B;
}
.orovita-menu .current-menu-item > a:after{
  width:100%;
}

/* Mobile: keep it neat */
@media (max-width: 1024px){
  .orovita-menu ul{
    gap:18px;
    flex-wrap:wrap;
    justify-content:flex-start;
  }
}/* End custom CSS */