.drawer-menu a {
  color: inherit;
}

.drawer-menu a:hover {
  color: #000000;
}

#drawer-menu .menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* .drawer-menu .menu-header .close-drawer {
  padding: 0;
  border: 0;
  border-radius: 5rem;
  width: 32px;
  height: 32px;
  padding: 0;
  font-size: 14px;
} */

.drawer-menu .menu-wrap {
  padding: 0;
  overflow-y: auto;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.drawer-menu .menu-wrap li {
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
  line-height: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.drawer-menu .menu-wrap li a {
  padding: 0.5rem 0;
}

.drawer-menu .menu-wrap li.active>a,
.drawer-menu .menu-wrap li>a.active {
  font-weight: 600;
  color: #555;
}

.drawer-menu .menu-wrap li>a {
  flex: 1;
}

.drawer-menu .menu-wrap li>button {
  border: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  background-color: transparent;
  border-radius: 5rem;
  font-size: 12px;
  margin-right: 1.25rem;
}

.drawer-menu .menu-wrap li .is-child {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 1rem;
  display: none;
  font-size: 0.987em;
}

.drawer-menu .menu-wrap li.show>button {
  transform: rotate(180deg);
}

.drawer-menu .menu-wrap li.show>.is-child {
  display: block;
}

.drawer-menu .menu-wrap a {
  display: block;
  text-decoration: none;
  /* padding: 0.5rem 0; */
}

.drawer-menu .btn.btn-primary-sub-demo {
  /* border: 0px solid transparent; */
  font-size: 12px;
  border-radius: 10px;
}

.drawer-menu .menu-wrap .nav {
  flex-direction: column;
  flex: 0 0 auto;
  width: 100%;
  padding-left: 0 !important;
}

.drawer-menu .menu-wrap .nav ul,
.drawer-menu .menu-wrap .nav ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.drawer-menu .menu-footer {
  padding: 15px;
}

.drawer-menu .menu-footer a {
  display: inline-block;
  font-size: 24px;
}

.drawer-menu .menu-footer .socmed {
  text-align: center;
}

.drawer-menu .drawer-bg {
  background-color: #000c;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9800;
  backdrop-filter: blur(7px);
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  transition: all 0.3s ease 0s;
}

html.open-drawer {
  overflow: hidden;
}

html.open-drawer .drawer-menu {
  right: 0;
}

html.open-drawer .drawer-bg {
  opacity: 1;
  visibility: visible;
  z-index: 9000;
  transition: all 0.8s ease 0s;
}

#drawer-menu *>a.logo img {
  width: 200px;
  height: auto;
}

#drawer-menu *>.menu-title #drawer-menu .btn-close {
  margin-left: auto;
}

#drawer-menu h3.title {
  font-size: 14px;
  font-weight: 300;
  font-family: inherit;
  color: #333;
  text-transform: uppercase;
}

#drawer-menu h2.content {
  font-weight: 700;
  font-family: inherit;
  font-size: 22px !important;
  color: #333;
  text-transform: lowercase;
  margin-top: -10px;
}

#drawer-menu h2.content:hover {
  color: var(--bs-blue);
}

#drawer-menu .accordion-button:not(.collapsed)::after {
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 20px;
  /* transform: rotate(0deg); */
  /* Rotates when the accordion is open */
  /* transition: transform 0.2s ease-in-out; */
  /* Add a transition effect */
}

#drawer-menu .accordion-button::after,
#drawer-menu .accordion-button:is(.collapse)::after {
  font-family: "Nunito Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 20px;
  /* transform: rotate(180deg); */
  /* Arrow default position when closed */
  /* transition: transform 0.2s ease-in-out; */
  /* Add a transition effect */
}

#drawer-menu .offcanvas-body {
  flex-grow: 1;
  padding: 20px;
  overflow-y: auto;
  /* background: linear-gradient(270deg,
      rgba(238, 238, 238, 1) 10%,
      rgba(255, 255, 255, 1) 56%); */
  background: #fff;
}

#drawer-menu .offcanvas-body h2.accordion-item {
  font-size: 16px;
}

#drawer-menu *>.accordion-item {
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  background-color: #fff !important;
}

#drawer-menu *>.accordion-item .accordion-button {
  font-size: 16px !important;
  font-weight: 600;
  color: #000;
  background-color: transparent;
  box-shadow: inset 0 -1px 0 rgba(17, 17, 17, 0.125);
  box-shadow: none !important;
  border-bottom: 1px solid #ccc;
  border-radius: 0 !important;
}

#drawer-menu *>.accordion-item .accordion-button:not(.collapse) {
  height: 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #000;
  background-color: transparent;
  box-shadow: inset 0 -1px 0 rgba(17, 17, 17, 0.125);
}

#drawer-menu *>.accordion-item .accordion-button:not(.collapse):hover {
  background: #eee;
}

.accordion-item:first-of-type .accordion-button {
  border-radius: 0 !important;
}

#drawer-menu *>.accordion-header {
  position: relative;
  width: 100%;
  height: 100%;
}

#drawer-menu *>.accordion-item .accordion-header h2 {
  font-size: 24px;
  font-weight: 600;
}

#drawer-menu *>.accordion-body {
  padding: 1rem 1.25rem !important;
  background-color: #fff;
  border-radius: 0 !important;
  box-shadow: none !important;
}

#drawer-menu *>.accordion-body ul.list-unstyled {
  padding-left: 0 !important;
}

#drawer-menu *>.accordion-body .dropdown-item {
  border-radius: 8px;
  white-space: normal;
}

#drawer-menu *>.accordion-body .dropdown-item:active {
  border-radius: 8px;
  background-color: #eee;
}

#drawer-menu *>.accordion-body .dropdown-item a {
  padding: 10px;
  margin: 15px;
  border-radius: 8px;
}

#drawer-menu *>.accordion-body .dropdown-item:hover {
  color: #1C80C3;
}

/* } */

.offcanvas-header {
  background-color: #ffffff;
  box-shadow: 0 2px 25px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.offcanvas-header .menu-title {
  width: 100%;
}

.offcanvas-header .language {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.offcanvas-header .language .dropdown-menu.dropdown-menu-end.show {
  width: 100% !important;
}

.offcanvas-header .btn-close {
  margin-right: 16px;
  height: 0;
  width: 0;
}

.offcanvas-body {
  border: 0;
}

.i {
  background: linear-gradient(0deg,
      rgba(238, 238, 238, 1) 15%,
      rgba(255, 255, 255, 1) 56%);
  box-shadow: 0 5px 10px rgb(0 0 0 / 10%) !important;
  border-radius: 8px !important;
  border: 0;
}

/* Search Icon desktop */
@media screen and (min-width: 1300px) {
  #search-icon {
    display: block;
  }

  #form-search-menu {
    display: none;
  }
}