.elementor-1531114 .elementor-element.elementor-element-b1b224f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--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 container, class: .elementor-element-b1b224f *//* ===== Office Subheader Refined (with Dropdown) ===== */
.lc-office-subnav {
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}

.lc-office-subnav-inner {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

/* --- Office Dropdown --- */
.office-dropdown {
  display: flex;
  align-items: center;
  gap: 8px;
}

.office-dropdown i {
  color: #1d3557;
  font-size: 18px;
  display: none;
}

.lc-office-.elementor-1531114 .elementor-element.elementor-element-b1b224f {
  border: none;
  background: transparent;
  font-size: 16px;
  font-weight: 700;
  color: #1d3557;
  line-height: 1.2em;
  padding: 2px 4px;
  cursor: pointer;
  appearance: none; /* clean native dropdown styles */
}

.lc-office-.elementor-1531114 .elementor-element.elementor-element-b1b224f:focus {
  outline: none;
}

.lc-office-.elementor-1531114 .elementor-element.elementor-element-b1b224f option {
  font-weight: 500;
  color: #1d3557;
}

/* Divider */
.lc-office-subnav .divider {
  width: 1px;
  height: 24px;
  background-color: #d1d5db;
}

/* --- Navigation Links --- */
.lc-office-subnav ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.lc-office-subnav a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
  color: #1d3557;
  padding: 6px 10px;
  border-radius: 10px;
  transition: all 0.2s ease;
}

.lc-office-subnav a:hover {
  background-color: #e1eaf6;
  color: #1d3557;
}

.lc-office-subnav a.active {
  background-color: #e1eaf6;
  color: #1d3557;
}

/* Remove inner padding on desktop */
@media (min-width: 1025px) {
  .lc-office-subnav-inner {
    padding: 0;
  }
}

/* Mobile dropdown trigger */
.lc-office-mobile-menu-icon {
  display: none;
  font-size: 22px;
  color: #1d3557;
  margin-left: auto;
  cursor: pointer;
}

/* Hidden mobile dropdown menu */
.lc-office-mobile-menu {
  display: none;
  position: absolute;
  top: 50px;
  right: 10px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  border-radius: 10px;
  z-index: 999;
}

.lc-office-mobile-menu.open {
  display: block;
}

.lc-office-mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 8px 0;
}

.lc-office-mobile-menu a {
  display: block;
  padding: 8px 16px;
  color: #1d3557;
  font-weight: 500;
  text-decoration: none;
}

.lc-office-mobile-menu a:hover {
  background: #e1eaf6;
}

/* Hide non-primary links on mobile */
@media (max-width: 768px) {
  .lc-office-links .hide-mobile {
    display: none;
  }
  .lc-office-mobile-menu-icon {
    display: block;
  }
}/* End custom CSS */