.search-container,
.search-icon {
  display: none !important;
}

.header-menu-container,
.logo-container,
.menu-item-container,
.search-container {
  display: flex;
  align-items: center;
  height: 115px;
}

.header-menu-container {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(54px + env(safe-area-inset-top));
  /* margin: 0 auto; */
  /* max-width: 1500px; */
  width: 100%;
  /* padding: 0 20px; */
  flex-direction: row;
  z-index: 1000;
  box-sizing: border-box;
  background: transparent;
  margin-top: 10px;
}

.logo-container {
  width: 350px;
  justify-content: center;
}
.logo-container img {
  width: 100% !important;
  height: 40px !important;
}

.menu-item-container {
  /* width: 994px; */
  flex-direction: row;
  gap: 50px;
  justify-content: flex-end;
  flex: 1;
  margin-right: 95px;
}

.search-container {
  width: 104px;
  justify-content: center;
}
.menu-item {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.menu-item a {
  font: 700 16px/1.6 'Brandon Grotesque', sans-serif;
  line-height: 34px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  gap: 8px;
  height: 100%;
}
.menu-item:hover a {
  color: #6ce0b5;
  text-decoration: none;
  cursor: pointer;
}
.facade-menu-item-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  min-width: 1030px;
  width: 1030px;
  max-width: 1030px;
  column-gap: 30px;
  row-gap: 20px;
  padding-top: 40px;
}

.facade-menu-card {
  height: 150px;
  width: 320px;
}
.facade-menu-card a {
  text-decoration: none;
}

.menu-item.what-we-do-parent {
  position: relative;
}
.what-we-do-menu {
  display: none;
  flex-direction: row;
  justify-content: center;
  position: absolute;
  top: 180px;
  left: 0;
  right: 0;
  width: 100vw;
  z-index: 1000;
  background-color: white;
  margin-top: -2px;
}
.menu-item.what-we-do-parent:hover .what-we-do-menu,
.menu-item.what-we-do-parent:focus-within .what-we-do-menu {
  display: flex;
}
.menu-card-icon {
  position: relative;
  padding-top: 2px;
}

.menu-card-icon img {
  height: auto;
  width: 22px;
}

.menu-card-icon img.hover-icon {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.menu-card-content-wrapper:hover .menu-card-title {
  color: #1f7e64;
}
.menu-card-content-wrapper:hover img.hover-icon {
  opacity: 1;
}
.menu-card-content-wrapper:hover img.default-icon {
  opacity: 0;
}

.menu-card-content-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 12px;
}
.menu-card-content {
  display: flex;
  flex-direction: column;
}

.menu-card-content .menu-card-title {
  line-height: unset;
}

.menu-card-body {
  width: 263px;
}
.menu-card-body-fs {
  font-size: 13px;
  line-height: 25px;
}

.what-we-do-background {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: calc(50vw - 515px + 116px);
  background-image: url('../../../assets/images/rebrand-images/Menu-v2/practice-menu-bg.png');
  z-index: 1;
}

.practice-area-menu-wrapper {
  padding: 30px;
  z-index: 10;
}

.practice-area-title {
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 57px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.practice-area-list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.practice-area-list-wrapper a {
  font-family: 'leo', sans-serif;
  font-weight: 300;
  color: #dfebf0;
  font-size: 16px;
  line-height: 34px;
  text-decoration: none;
  width: 185px;
}
.practice-area-list-wrapper a:hover {
  font-weight: 700;
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.about-us-menu {
  display: none;
  flex-direction: row;
  justify-content: center;
  position: absolute;
  top: 180px;
  left: 0;
  right: 0;
  width: 100vw;
  z-index: 1000;
  background-color: white;
  margin-top: -2px;
  height: 375px;
}

.about-us-menu:hover a {
  text-decoration: none;
  cursor: pointer;
  display: block;
}
.about-us-menu-item-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  min-width: 675px;
  width: 675px;
  max-width: 675px;
  column-gap: 30px;
  row-gap: 20px;
  padding-top: 40px;
  padding-right: 30px;
}

.about-us-background {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: calc(50vw - 338px + 132px);
  background-image: url('../../../assets/images/rebrand-images/Menu-v2/socials-menu-bg.png');
  background-size: cover;
  z-index: 1;
}

.our-story-menu-card {
  width: 310px;
  min-height: 300px;
}
.our-story-content .menu-card-body {
  width: 254px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about-us-menu .menu-card-icon {
  width: 30px;
}
.menu-item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.socials-menu-content-wrapper {
  display: flex;
  flex-direction: column;
}
.socials-menu-wrapper {
  position: relative;
  width: 264px;
  padding: 30px;
  z-index: 10;
}
.socials-menu-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.socials-menu-title {
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 57px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.social-icons {
  display: flex;
  flex-direction: row;
  gap: 20px;
  height: 20px;
  width: 20px;
  opacity: 0.4;
}
.social-icons a {
  opacity: 1;
  text-decoration: none;
}

.location-content,
.address-content,
.phone-content {
  font-size: 16px;
  line-height: 29px;
}

/* Mobile Navigation */
.mobile-nav {
  display: none;
  position: absolute;
  top: calc(45px + env(safe-area-inset-top));
  left: 0;
  right: 0;
  height: 80px;
  background: transparent;
  z-index: 2000;
  padding: 0 20px;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease, border-bottom 0.3s ease;
}

body.mobile-menu-open .mobile-nav {
  background: #0e4d63;
  border-bottom: 1px solid rgba(238, 230, 230, 0.4);
}

.mobile-logo {
  height: 35px;
}

.mobile-nav-controls {
  display: flex;
  align-items: center;
  gap: 20px;
}

.search-icon,
.hamburger-icon {
  width: 24px;
  height: 24px;
  cursor: pointer;
  fill: white;
}

.hamburger-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
}

.hamburger-line {
  width: 100%;
  height: 2px;
  background: white;
  transition: all 0.3s ease;
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  background: #0e4d63;
  z-index: 1999;
  transition: left 0.3s ease;
  overflow-y: auto;
  padding-top: calc(134px + env(safe-area-inset-top));
}

.mobile-menu-overlay.active {
  left: 0;
}

.mobile-menu-item {
  border-bottom: 1px solid rgba(238, 230, 230, 0.4);
  margin-bottom: 0;
}

.mobile-menu-item > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px;
  color: #ffffff;
  text-decoration: none;
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.mobile-menu-item > a:hover {
  color: #6ce0b5;
}

.mobile-menu-item > a:hover .mobile-chevron {
  fill: #6ce0b5;
}

.mobile-submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: #ffffff;
  margin: 0 -20px;
}

.mobile-submenu.active {
  max-height: 1000px;
}

.mobile-submenu-item {
  padding: 15px 40px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.mobile-submenu-item:last-child {
  border-bottom: none;
}

.mobile-submenu-item .mobile-submenu-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}

.mobile-submenu-item .mobile-submenu-icon img {
  width: 24px;
  height: 24px;
  transition: opacity 0.3s ease;
}

.mobile-submenu-item .mobile-submenu-icon img.hover-icon {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.mobile-submenu-item:hover .mobile-submenu-icon img.hover-icon {
  opacity: 1;
}

.mobile-submenu-item:hover .mobile-submenu-icon img.default-icon {
  opacity: 0;
}

.mobile-submenu-item a {
  color: #0e4e63;
  text-decoration: none;
  font-family: 'leo', sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0;
  flex: 1;
}

.mobile-submenu-item a:hover {
  color: #1f7e64;
}

/* Mobile Practice Items */
.practices-mobile-formatting {
  display: flex;
  flex-direction: column;
  border-bottom: none;
}
.practices-mobile-formatting .mobile-submenu-item {
  padding: 5px 40px;
}
.mobile-practices-title {
  font: 800 32px/1.6 'Brandon Grotesque', sans-serif;
  line-height: 28px;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: #0e4e63;
  padding-top: 20px;
}
.practices-mobile-formatting .mobile-submenu-item a {
  color: #23649e;
  text-decoration: none;
  font-family: 'leo', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 40px;
  transition: color 0.3s ease;
}

.practices-mobile-formatting .mobile-submenu-item a:hover {
  font-weight: 700;
  color: #0e4e63;
  cursor: pointer;
}

.mobile-chevron {
  width: 12px;
  height: 8px;
  transition: transform 0.3s ease, fill 0.3s ease;
  fill: white;
  transform: rotate(0deg);
}

.mobile-chevron.rotated {
  transform: rotate(180deg);
  fill: #6ce0b5;
}

@media (max-width: 1200px) {
  .facade-menu-item-wrapper {
    column-gap: 0;
  }
}

@media (max-width: 1100px) {
  .header-menu-container {
    display: none;
  }

  .mobile-nav {
    display: flex;
  }

  body.mobile-menu-open {
    overflow: hidden;
  }
}
