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

.mob-navbar .logo {
  padding: unset;
  width: unset;
}

.mob-navbar .navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.9rem 1.2rem;
  /* border-bottom: 1px solid #eee; */
  background-color: #e8daed;
}

.mob-navbar .logo img {
  max-width: 5.5rem;
  height: 4.5rem;
}

.mob-navbar .dropdown {
  border-bottom: 1px solid rgb(101, 46, 90);
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.mob-navbar .dropdown p {
  font-size: 1.3rem;
  font-weight: 500;
  padding: 1.5rem 0;
  color: rgb(101, 46, 90);
}

.mob-navbar .dropdown p a {
  font-size: 1.3rem;
  font-weight: 500;
  padding: 1.5rem 0;
  color: rgb(101, 46, 90);
}

.mob-navbar .no-border p a {
  font-size: 1.2rem;
  width: 100%;
}

.mob-navbar .dropdown img {
  width: 1rem;
  height: 1rem;
  transition: transform 0.3s ease;
  margin-top: 0.1875rem;
  filter: invert(47%) sepia(62%) saturate(1636%) hue-rotate(265deg) brightness(50%) contrast(79%);
}

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

.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: #ffd7e9;
}

.mob-navbar .dropdown-col li {
  list-style: none;
  border-bottom: 1px solid rgb(101, 46, 90);
}

.mob-navbar .dropdown-col li a {
  text-decoration: none;
  color: rgb(101, 46, 90);
  display: block;
  padding: 0.8rem 0;
  font-size: 1.1rem;
}

.mob-navbar .dropdown-col li a p {
  margin-top: 0.5rem;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.0625rem;
  text-transform: capitalize;
  color: rgb(230, 85, 152);
}

.mob-navbar .dropdown-col li a:hover {
  color: rgb(150, 96, 138);
  font-weight: 500;
}

.mob-navbar .menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
  position: absolute;
  width: 95.5%;
  background-color: #e8daed;

  z-index: 1;
  padding: 0 1.5rem;
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.mob-navbar .menu.active {
  max-height: 130rem;
  /* padding-bottom: 2rem; */
  /* border-top: 1px solid rgb(101, 46, 90); */
  box-shadow:
    0 -5px 15px rgba(101, 46, 90, 0.2),
    /* top */ 0 5px 15px rgba(101, 46, 90, 0.2); /* bottom */
  z-index: 5;
}
.mob-navbar .headers-buttons {
  gap: 1rem;
}
.mob-navbar .headers-buttons .header-button {
  font-family: "Open Sans Condensed", sans-serif !important;
  padding: 0.725rem;
}
.mob-navbar .hamburger .bar {
  width: 19px;
  height: 2px;
  background-color: #000;
  margin: 5px 0;
}
.mob-navbar .hamburger-icons {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.mob-navbar .mob_anchor {
  font-size: 1.3rem;
  font-weight: 500;
  padding: 1.5rem 0;
  color: rgb(101, 46, 90);
  text-decoration: none;
  display: block;
  border-bottom: 1px solid rgb(101, 46, 90);
}

.mobile-number-footer {
  background-color: rgb(101, 46, 90);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.2rem;
  text-align: center;
  z-index: 999;
}

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

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

.mob-navbar .sub-dropdown p {
  padding-left: 2rem;
  color: rgb(101, 46, 90);
  font-size: 1.1rem;
  /* font-weight: 600; */
}

.mob-navbar .sub-dropdown {
  border-bottom: 1px solid rgb(101, 46, 90);
}

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

#practiceSize {
  padding: 0 !important;
}

.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: 1.25rem;
}

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

.dropdown-content.nested {
  padding-left: 1rem;
  background-color: #f2c9d6;
}

.mob-navbar .dropdown.active {
  border-bottom: 1px solid rgb(101, 46, 90);
}

.coloured-dropdown {
  background-color: #ffd7e9;
}

.mob-navbar .innermost-col {
  background-color: #f2b7ca;
}
/* Mobile Language Dropdown Styles */
.mobile-language-dropdown {
  margin-top: 0.5rem;
}

.mobile-language-dropdown .dropdown {
  border-bottom: 1px solid rgb(101, 46, 90);
}

.mobile-language-option {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: rgb(101, 46, 90);
  padding: 0.8rem 0;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.mobile-language-option:hover {
  color: rgb(150, 96, 138);
  font-weight: 500;
}

.mobile-language-option.active {
  font-weight: 600;
  color: rgb(101, 46, 90);
}

.mob-navbar .mobile-language-flag {
  width: 28px;
  height: 18px;
  border-radius: 2px;
  object-fit: cover;
  flex-shrink: 0;
}
.mob-navbar .mobile-language-dropdown .dropdown-col li a {
  display: flex;
}
@media (max-width: 550px) {
  .mob-navbar .menu {
    width: 92.3%;
  }
}
@media (max-width: 380px) {
  .mob-navbar .headers-buttons {
    gap: 0.5rem;
  }
  .mob-navbar .headers-buttons .header-button {
    padding: 0.525rem;
  }
  .headers-buttons .header-button{
    font-size: 1rem;
  }
}
