.elementor-17202 .elementor-element.elementor-element-7a039cf{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-c0d323e */.navbar {
  background: #FAF8F6;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  padding: 16px 0;
}

.nav-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1A1A1A !important;
  margin: 0 10px;
  position: relative;
  transition: all 0.45s ease;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 1px;
  background: #C5A47E;
  transition: width 0.45s ease;
}

.nav-link:hover::after { width: 100%; }

/* =========================
MEGA MENU REAL (SIN PERDER LINKS)
========================= */
.dropdown-menu {
  border: none !important;
  box-shadow: 0 30px 70px rgba(0,0,0,0.08);
  padding: 35px !important;
  width: 900px;
}

.mega-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.menu-title {
  font-family: 'Playfair Display', serif;
  font-size: 0.95rem;
  margin-bottom: 12px;
}

.dropdown-item {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  padding: 5px 0 !important;
  color: #444 !important;
  transition: all 0.3s ease;
}

.dropdown-item:hover {
  color: #C5A47E !important;
  background: transparent !important;
}

.btn-luxury {
  border: 1px solid #C5A47E;
  padding: 10px 22px;
  font-size: 0.7rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: transparent;
  transition: all 0.4s ease;
}

.btn-luxury:hover {
  background: #C5A47E;
  color: #fff;
}

@media (max-width: 991px) {
  .dropdown-menu {
    width: 100%;
  }
  .mega-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */