.offcanvas-body {
  padding: 0;
}

.moble-menu-btn i {
  color: #000 !important;
}

.mobile-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-nav > li {
  border-bottom: 1px solid #dee2e6;
}

.mobile-nav a {
  text-decoration: none;
  color: #212529;
  display: block;
  padding: 1rem 1.5rem;
  transition: background-color 0.3s;
}

.mobile-nav a:hover {
  font-weight: 600;
}

.mobile-nav .selected a {
  font-weight: 600;
  color: #0d6efd;
}

.nav-item-with-submenu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #dee2e6;
}

.nav-item-with-submenu a {
  padding: 0;
  flex: 1;
}

.submenu-toggle {
  background: none;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
  color: var(--primary-color);
  margin-left: auto;
}

.submenu {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #f8f9fa;
}

.submenu li {
  border-bottom: 1px solid #e9ecef;
}

.submenu a {
  padding: 1rem 2.5rem;
}

.submenu-back {
  background-color: #d21e27;
  color: #fff !important;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #dee2e6;
  cursor: pointer;
  color: var(--primary-color);
  font-weight: 500;
}

.search-bar {
  padding: 1.5rem;
  border-bottom: 1px solid #dee2e6;
}

.social-section {
  padding: 2rem 1.5rem;
  text-align: center;
  margin-top: auto;
}

.social-media-links {
  display: flex;
  justify-content: center;

  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0 0;
}

.social-media-links a {
  color: #d21e27;
}

.social-links li a {
  display: flex;
  align-items: center;
  justify-content: center;

  /* color: white;
  border-radius: 50%;
  transition: background-color 0.3s; */
}

.social-links a:hover {
  background-color: #0b5ed7;
}

.button-section {
  border: 1px solid #000;
  color: #000;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  padding: 0.4rem 1rem;
  width: 100%;
  gap: 15px;
  cursor: pointer;
}

.button-section a {
  color: #d21e27;
  font-weight: 600;
  cursor: pointer !important;
}

.offcanvas-header {
  border-bottom: 1px solid #dee2e6;
  padding: 16px 26px !important;
}
