.mob-navbar .hamburger {
  cursor: pointer;
  display: inline-block;
}

.mob-navbar .navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.95rem 2.2rem 0.25rem;
  border-bottom: 1px solid #eee;
}

.mob-navbar .logo img {
  max-width: 75%;
  height: unset;
  width: unset;
}

.mob-navbar .dropdown {
  border-bottom: 1px solid rgba(0, 74, 97, 0.2);
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 6px 0;
}
.mob-navbar .sub-dropdown {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  font-size: 1.2rem;
}
.mob-navbar .dropdown p {
  font-size: 1.3rem;
  font-weight: 500;
  padding: 0.6rem 0;
  color: rgba(227, 0, 115, 1);
}

.mob-navbar .dropdown img {
  width: 1.5rem;
  height: 1.5rem;
  transition: transform 0.3s ease;
}

.mob-navbar .dropdown-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background-color: #063674;
  padding: 0 1rem;
  border-radius: 5px;
}

.mob-navbar .dropdown-content.active {
  max-height: 60rem;
  transition: max-height 0.25s ease-in-out;
}

.mob-navbar .dropdown-col {
  padding: 1rem 20px 1.6rem;
  background-color: #e8f0f0;
}

.mob-navbar .dropdown-col li {
  list-style: none;
  border-bottom: 1px solid rgba(0, 74, 97, 0.2);
}

.mob-navbar .dropdown-col li a {
  text-decoration: none;
  color: rgba(0, 74, 97, 0.9);
  display: block;
  padding: 0.8rem 0;
  font-size: 1.1rem;
}

.mob-navbar .dropdown-col li a:hover {
  color: #004a61;
  font-weight: 500;
}

.mob-navbar .menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
  position: absolute;
  width: 93.8%;
  background: white;
  z-index: 1;
  padding: 0 1.5rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.mob-navbar .menu.active {
  max-height: 130rem;
}

.mob-navbar .hamburger .bar {
  width: 19px;
  height: 2px;
  background-color: #001a3d;
  margin: 5px 0;
}

.mob-navbar .pricing {
  font-size: 1.3rem;
  font-weight: 500;
  padding: 0.6rem 0;
  color: rgba(227, 0, 115, 1);
  text-decoration: none;
  display: block;
}

.mobile-number-footer {
  background-color: rgba(227, 0, 115, 1);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.3rem 1rem;
  text-align: center;
  z-index: 999;
}
.dropdown.active {
  border-bottom: unset;
}
.menu > .dropdown:nth-child(4) {
  border-bottom: unset;
}

#servicesList > a:nth-child(3) > .dropdown.sub-dropdown {
  border-bottom: unset;
}

.mobile-number-footer a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  color: #f5f8f8;
  text-decoration: none;
  gap: 0.8rem;
  font-weight: 500;
}

.mobile-number-footer img {
  filter: brightness(0) invert(1);
  width: 1.5rem;
  height: 1.5rem;
}

.dropdown-content a .sub-dropdown {
  color: white;
}
.mob-navbar .sub-dropdown p {
  color: rgba(0, 74, 97, 0.7);
  font-size: 1.2rem;
}

.mob-navbar .dropdown.no-border {
  border-bottom: none;
}

#practiceSize {
  padding: 0 !important;
}
.dropdown .active {
  border-bottom: none;
}
.dropdown.sub-dropdown.active {
  border-bottom: none;
}

.dropdown.sub-dropdown.active {
  border-bottom: none;
}

.mob-navbar .dropdown.active .header-arrow-icon {
  transform: rotate(180deg);
}

.mob-navbar .dropdown-col.last-col {
  margin-bottom: 20px;
}

/* Mobile Admin Dropdown Styles */
.admin-mobile-btn {
  background-color: #ae64bb !important;
  color: white !important;
  padding: 1rem 1.5rem !important;
  border-radius: 0.375rem;
  font-weight: 700 !important;
  margin: 1rem 0;
  text-align: center;
  display: block;
  width: 100%;
  font-size: 1.2rem;
}

.admin-mobile-btn:hover {
  background-color: #9a4fa8 !important;
}

#adminList .dropdown-col {
  background-color: #f8f0f9;
  border-left: 3px solid #ae64bb;
  margin: 0.5rem 0;
  border-radius: 0.375rem;
}

#adminList .dropdown-col li a {
  color: rgba(0, 74, 97, 0.9);
  font-weight: 500;
  padding: 1rem 1.5rem;
  transition: all 0.2s ease;
  font-size: 1.1rem;
  border-bottom: 1px solid rgba(174, 100, 187, 0.1);
}

#adminList .dropdown-col li a:hover {
  color: #004a61;
  background-color: rgba(174, 100, 187, 0.1);
  padding-left: 2rem;
}

#adminList .dropdown-col li:last-child a {
  border-bottom: none;
}
