@keyframes headerDropdownFade {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}

.theme-header-3 {
  position: relative;
  width: 100%;
  z-index: 1000;
}

/* 1. Top Navbar */
.theme-header-3__top-navbar,
.dark-mode .theme-header-3__top-navbar {
  background-color: #0b0f19 !important;
  color: #f1f5f9 !important;
  font-size: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.theme-header-3__top-navbar a,
.dark-mode .theme-header-3__top-navbar a {
  color: #f1f5f9;
}

/* Force pure white / bright text overriding var(--white) dark-mode #1e1f26 override */
.theme-header-3__top-navbar .text-white,
.dark-mode .theme-header-3__top-navbar .text-white,
.theme-header-3__top-navbar span.text-white,
.dark-mode .theme-header-3__top-navbar span.text-white {
  color: #ffffff !important;
}

.theme-header-3__top-navbar .icons,
.dark-mode .theme-header-3__top-navbar .icons,
.theme-header-3__top-navbar svg,
.dark-mode .theme-header-3__top-navbar svg {
  color: #ffffff !important;
}

/* Reset icon colors inside dropdown menus so they do not inherit white icon color */
.theme-header-3__top-navbar .header-3-dropdown-menu .icons,
.dark-mode .theme-header-3__top-navbar .header-3-dropdown-menu .icons,
.theme-header-3__top-navbar .header-3-dropdown-menu svg,
.dark-mode .theme-header-3__top-navbar .header-3-dropdown-menu svg {
  color: inherit !important;
}

.theme-header-3__top-navbar .icons.text-success,
.dark-mode .theme-header-3__top-navbar .icons.text-success {
  color: #22c55e !important;
}

.theme-header-3__top-navbar .text-gray-400,
.dark-mode .theme-header-3__top-navbar .text-gray-400 {
  color: rgba(255, 255, 255, 0.75) !important;
}

.theme-header-3__top-navbar .top-contact-link,
.dark-mode .theme-header-3__top-navbar .top-contact-link {
  color: #ffffff !important;
  transition: opacity 0.2s ease, color 0.2s ease;
}

.theme-header-3__top-navbar .top-contact-link span,
.dark-mode .theme-header-3__top-navbar .top-contact-link span {
  color: #ffffff !important;
}

.theme-header-3__top-navbar .top-contact-link .icons,
.dark-mode .theme-header-3__top-navbar .top-contact-link .icons {
  margin-right: 8px;
  flex-shrink: 0;
  color: #ffffff !important;
}

.rtl .theme-header-3__top-navbar .top-contact-link .icons {
  margin-right: 0;
  margin-left: 8px;
}

.theme-header-3__top-navbar .opacity-75,
.dark-mode .theme-header-3__top-navbar .opacity-75 {
  opacity: 0.9 !important;
}

.theme-header-3__top-navbar .hover-opacity-100:hover,
.dark-mode .theme-header-3__top-navbar .hover-opacity-100:hover {
  opacity: 1 !important;
}

.theme-header-3__top-navbar .top-contact-link:hover .hover-white,
.theme-header-3__top-navbar .hover-white:hover {
  color: #ffffff !important;
}

/* Background pill for cart, flags, currency box */
.theme-header-3__top-navbar .bg-white-10,
.dark-mode .theme-header-3__top-navbar .bg-white-10 {
  background-color: rgba(255, 255, 255, 0.12) !important;
}
.theme-header-3__top-navbar .bg-white-10:before,
.dark-mode .theme-header-3__top-navbar .bg-white-10:before {
  display: none !important;
}
.theme-header-3__top-navbar .bg-white-10:hover,
.dark-mode .theme-header-3__top-navbar .bg-white-10:hover,
.theme-header-3__top-navbar .hover-bg-white-20:hover,
.dark-mode .theme-header-3__top-navbar .hover-bg-white-20:hover {
  background-color: rgba(255, 255, 255, 0.22) !important;
}

.theme-header-3__top-navbar .top-nav-divider,
.dark-mode .theme-header-3__top-navbar .top-nav-divider {
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.25) !important;
  margin: 0 4px;
}

/* Top Nav Search Input */
.theme-header-3__top-navbar-search {
  position: relative;
}

.theme-header-3__top-navbar-search input,
.dark-mode .theme-header-3__top-navbar-search input {
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 9999px;
  padding: 6px 36px 6px 14px;
  font-size: 12.5px;
  color: #ffffff !important;
  transition: all 0.25s ease;
  width: 210px;
  height: 32px;
}

.theme-header-3__top-navbar-search input::placeholder,
.dark-mode .theme-header-3__top-navbar-search input::placeholder {
  color: rgba(255, 255, 255, 0.65) !important;
}

.theme-header-3__top-navbar-search input:focus,
.dark-mode .theme-header-3__top-navbar-search input:focus {
  background: rgba(255, 255, 255, 0.18) !important;
  border-color: #22c55e !important;
  box-shadow: 0 0 0 2px rgba(34, 197, 94, 0.3) !important;
  outline: none;
  width: 250px;
  color: #ffffff !important;
}

.theme-header-3__top-navbar-search .search-icon,
.dark-mode .theme-header-3__top-navbar-search .search-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.theme-header-3__top-navbar-search .search-icon .icons,
.dark-mode .theme-header-3__top-navbar-search .search-icon .icons {
  color: #ffffff !important;
  opacity: 0.85 !important;
}

/* Cart Counter */
.theme-header-3__top-navbar-cart-counter,
.dark-mode .theme-header-3__top-navbar-cart-counter {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  border-radius: 9999px;
  background: #16a34a !important;
  color: #ffffff !important;
  border: 2px solid #0b0f19;
  padding: 0 4px;
  line-height: 1;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Auth Section Links */
.theme-header-3__top-navbar .top-nav-auth-login,
.dark-mode .theme-header-3__top-navbar .top-nav-auth-login {
  color: #f1f5f9 !important;
  transition: color 0.2s ease;
}
.theme-header-3__top-navbar .top-nav-auth-login:hover,
.dark-mode .theme-header-3__top-navbar .top-nav-auth-login:hover {
  color: #ffffff !important;
}

.theme-header-3__top-navbar .top-nav-auth-sep,
.dark-mode .theme-header-3__top-navbar .top-nav-auth-sep {
  color: rgba(255, 255, 255, 0.45) !important;
}

.theme-header-3__top-navbar .top-nav-auth-register,
.dark-mode .theme-header-3__top-navbar .top-nav-auth-register {
  color: #22c55e !important;
  font-weight: 600;
  transition: color 0.2s ease;
}
.theme-header-3__top-navbar .top-nav-auth-register:hover,
.dark-mode .theme-header-3__top-navbar .top-nav-auth-register:hover {
  color: #4ade80 !important;
}

/* 2. Dropdown Menus (Aligned with Header 1) */
.theme-header-3__dropdown .header-3-dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  width: 260px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e7eb;
  z-index: 1050;
  padding: 8px 0;
  transition: all 0.3s ease;
}

.rtl .theme-header-3__dropdown .header-3-dropdown-menu {
  right: auto;
  left: 0;
}

.theme-header-3__dropdown:hover > .header-3-dropdown-menu {
  display: block;
  animation: headerDropdownFade 0.2s ease forwards;
}

/* 2.1 Auth User Info Dropdown */
.theme-header-3__dropdown .header-3-dropdown-menu.auth-user-info-dropdown-menu {
  width: 280px;
  top: 40px;
  right: 0;
  left: auto;
  padding: 12px 0;
  border-radius: 12px;
  background-color: #ffffff !important;
  border: 1px solid #e5e7eb !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
}

.rtl .theme-header-3__dropdown .header-3-dropdown-menu.auth-user-info-dropdown-menu {
  left: 0;
  right: auto;
}

.theme-header-3__dropdown .header-3-dropdown-menu.auth-user-info-dropdown-menu .user-card-box {
  background-color: #f8fafc !important;
  border: 1px solid #f1f5f9;
}

.theme-header-3__dropdown .header-3-dropdown-menu.auth-user-info-dropdown-menu .user-card-box .text-dark {
  color: #1e293b !important;
}

.theme-header-3__dropdown .header-3-dropdown-menu.auth-user-info-dropdown-menu .user-card-box .text-gray-500 {
  color: #64748b !important;
}

.theme-header-3__dropdown .header-3-dropdown-menu.auth-user-info-dropdown-menu .user-card-box .icons,
.theme-header-3__dropdown .header-3-dropdown-menu.auth-user-info-dropdown-menu .user-card-box svg {
  color: #94a3b8 !important;
}

.theme-header-3__dropdown-user-verify-badge {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 16px;
  min-width: 16px;
  height: 16px;
  background-color: #00a651 !important;
}

.theme-header-3__dropdown-user-verify-badge .icons,
.theme-header-3__dropdown-user-verify-badge svg {
  color: #ffffff !important;
}

.theme-header-3__dropdown .header-3-dropdown-menu.auth-user-info-dropdown-menu .header-3-dropdown-menu__item {
  transition: all 0.25s ease;
  border-left: none;
  padding: 0;
}

.theme-header-3__dropdown .header-3-dropdown-menu.auth-user-info-dropdown-menu .header-3-dropdown-menu__item a {
  text-decoration: none;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 8px 16px;
  transition: all 0.25s ease;
  background-color: transparent !important;
  color: #64748b !important;
}

.theme-header-3__dropdown .header-3-dropdown-menu.auth-user-info-dropdown-menu .header-3-dropdown-menu__item,
.theme-header-3__dropdown .header-3-dropdown-menu.auth-user-info-dropdown-menu .header-3-dropdown-menu__item a,
.theme-header-3__dropdown .header-3-dropdown-menu.auth-user-info-dropdown-menu .header-3-dropdown-menu__item a span,
.theme-header-3__dropdown .header-3-dropdown-menu.auth-user-info-dropdown-menu .header-3-dropdown-menu__item .icons,
.theme-header-3__dropdown .header-3-dropdown-menu.auth-user-info-dropdown-menu .header-3-dropdown-menu__item svg {
  color: #64748b !important;
}

.theme-header-3__dropdown .header-3-dropdown-menu.auth-user-info-dropdown-menu .header-3-dropdown-menu__item .count-badge {
  min-width: 18px;
  height: 18px;
  color: #ffffff !important;
  background-color: #ef4444 !important;
}

.theme-header-3__dropdown .header-3-dropdown-menu.auth-user-info-dropdown-menu .header-3-dropdown-menu__item:hover {
  background-color: #f1f5f9 !important;
}

.theme-header-3__dropdown .header-3-dropdown-menu.auth-user-info-dropdown-menu .header-3-dropdown-menu__item:hover > a {
  transform: translateX(8px);
}

.rtl .theme-header-3__dropdown .header-3-dropdown-menu.auth-user-info-dropdown-menu .header-3-dropdown-menu__item:hover > a {
  transform: translateX(-8px);
}

.theme-header-3__dropdown .header-3-dropdown-menu.auth-user-info-dropdown-menu .header-3-dropdown-menu__item:hover,
.theme-header-3__dropdown .header-3-dropdown-menu.auth-user-info-dropdown-menu .header-3-dropdown-menu__item:hover a,
.theme-header-3__dropdown .header-3-dropdown-menu.auth-user-info-dropdown-menu .header-3-dropdown-menu__item:hover a span,
.theme-header-3__dropdown .header-3-dropdown-menu.auth-user-info-dropdown-menu .header-3-dropdown-menu__item:hover .icons,
.theme-header-3__dropdown .header-3-dropdown-menu.auth-user-info-dropdown-menu .header-3-dropdown-menu__item:hover svg {
  color: #00a651 !important;
}

/* Logout link special styling */
.theme-header-3__dropdown .header-3-dropdown-menu.auth-user-info-dropdown-menu .header-3-dropdown-menu__item .logout-link,
.theme-header-3__dropdown .header-3-dropdown-menu.auth-user-info-dropdown-menu .header-3-dropdown-menu__item .logout-link span,
.theme-header-3__dropdown .header-3-dropdown-menu.auth-user-info-dropdown-menu .header-3-dropdown-menu__item .logout-link .icons,
.theme-header-3__dropdown .header-3-dropdown-menu.auth-user-info-dropdown-menu .header-3-dropdown-menu__item .logout-link svg {
  color: #ef4444 !important;
}

.theme-header-3__dropdown .header-3-dropdown-menu.auth-user-info-dropdown-menu .header-3-dropdown-menu__item:hover .logout-link,
.theme-header-3__dropdown .header-3-dropdown-menu.auth-user-info-dropdown-menu .header-3-dropdown-menu__item:hover .logout-link span,
.theme-header-3__dropdown .header-3-dropdown-menu.auth-user-info-dropdown-menu .header-3-dropdown-menu__item:hover .logout-link .icons,
.theme-header-3__dropdown .header-3-dropdown-menu.auth-user-info-dropdown-menu .header-3-dropdown-menu__item:hover .logout-link svg {
  color: #dc2626 !important;
}

@media (max-width: 991px) {
  .theme-header-3__dropdown .header-3-dropdown-menu.auth-user-info-dropdown-menu {
    right: 8px;
    left: auto;
  }
  .rtl .theme-header-3__dropdown .header-3-dropdown-menu.auth-user-info-dropdown-menu {
    left: 8px;
    right: auto;
  }
}

.header-3-dropdown-menu .header-3-dropdown-menu__item {
  color: #6b7280;
  border-left: 2px solid transparent;
  transition: all 0.25s ease;
}

.header-3-dropdown-menu .header-3-dropdown-menu__item > div {
  transition: all 0.25s ease;
}

.header-3-dropdown-menu .header-3-dropdown-menu__item.active {
  border-left: 2px solid #16a34a;
  font-weight: bold;
}

.header-3-dropdown-menu .header-3-dropdown-menu__item.active a,
.header-3-dropdown-menu .header-3-dropdown-menu__item.active span {
  color: #16a34a !important;
  font-weight: 700;
}

.rtl .header-3-dropdown-menu .header-3-dropdown-menu__item {
  border-left: none;
  border-right: 2px solid transparent;
}

.rtl .header-3-dropdown-menu .header-3-dropdown-menu__item.active {
  border-left: none;
  border-right: 2px solid #16a34a;
}

.header-3-dropdown-menu .header-3-dropdown-menu__item:hover {
  background-color: #f9fafb;
}

.header-3-dropdown-menu .header-3-dropdown-menu__item:hover > div {
  transform: translateX(8px);
}

.rtl .header-3-dropdown-menu .header-3-dropdown-menu__item:hover > div {
  transform: translateX(-8px);
}

.header-3-dropdown-menu .header-3-dropdown-menu__item a,
.header-3-dropdown-menu .header-3-dropdown-menu__item span {
  text-decoration: none;
  color: #374151;
  font-size: 14px;
  transition: color 0.15s ease;
}

.header-3-dropdown-menu .header-3-dropdown-menu__item:hover a,
.header-3-dropdown-menu .header-3-dropdown-menu__item:hover span,
.header-3-dropdown-menu .header-3-dropdown-menu__item:hover .icons {
  color: #16a34a !important;
}

/* Flag Size & Alignment matching Header 1 */
.header-3-dropdown-menu__flag {
  width: 32px;
  min-width: 32px;
  height: 32px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}

.header-3-dropdown-menu__flag,
.header-3-dropdown-menu__flag img {
  width: 32px;
  min-width: 32px;
  height: 32px;
  border-radius: 8px;
  object-fit: cover;
  display: block;
}

/* Currency Sign Box matching Header 1 */
.header-3-dropdown-menu__item-sign-box {
  min-width: 32px;
  height: 32px;
  border-radius: 8px;
  background-color: #f3f4f6;
  color: #111827;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 700;
}

.header-3-dropdown-menu .header-3-dropdown-menu__item:hover .header-3-dropdown-menu__item-sign-box {
  background-color: #e5e7eb;
}

/* Categories Dropdown & Icons */
.theme-header-3__categories {
  list-style: none;
  padding: 0;
  margin: 0;
}

.theme-header-3__categories .cat-dropdown-menu-icon {
  width: 20px !important;
  max-width: 20px !important;
  min-width: 20px !important;
  height: 20px !important;
  object-fit: contain !important;
  margin-right: 10px !important;
  flex-shrink: 0 !important;
}

.header-3-dropdown-menu__sub-menu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 220px;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.12);
  border: 1px solid #f3f4f6;
  z-index: 1051;
  list-style: none;
  padding: 8px 0;
  margin: 0;
}

.rtl .header-3-dropdown-menu__sub-menu {
  left: auto;
  right: 100%;
}

.header-3-dropdown-menu__item:hover > .header-3-dropdown-menu__sub-menu {
  display: block;
  animation: headerDropdownFade 0.2s ease forwards;
}

/* 3. Main Navbar */
.theme-header-3__main {
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #f3f4f6;
  box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.04);
  position: relative;
  z-index: 990;
  transition: all 0.3s ease;
  min-height: 64px;
}

.theme-header-3__main.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.08);
  background: #ffffff;
}

.theme-header-3__logo .header-logo {
  max-height: 42px;
  width: auto;
  object-fit: contain;
}

.theme-header-3__logo .light-only {
  display: block !important;
}

.theme-header-3__logo .dark-only {
  display: none !important;
}

.dark-mode .theme-header-3__logo .light-only {
  display: none !important;
}

.dark-mode .theme-header-3__logo .dark-only {
  display: block !important;
}

.theme-header-3__categories-btn {
  background: #f3f4f6;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}

.theme-header-3__categories-btn:hover {
  background: #f0fdf4;
  border-color: #bbf7d0;
}

.theme-header-3__categories-btn:hover * {
  color: #16a34a !important;
}

.theme-header-3__nav-links {
  margin: 0;
}

.theme-header-3__nav-link {
  color: #1f2937;
  transition: color 0.2s ease;
  padding: 8px 4px;
  position: relative;
}

.theme-header-3__nav-link:hover {
  color: #16a34a !important;
}

.theme-header-3__nav-link.active {
  color: #16a34a !important;
  font-weight: 700;
}

.theme-header-3__nav-link.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 4px;
  right: 4px;
  height: 2px;
  background: #16a34a;
  border-radius: 2px;
}

/* Tablet & Mobile Nav Bar (<992px) */
.theme-header-3__mobile-nav-bar {
  border-top: 1px solid #f3f4f6;
}

.theme-header-3__mobile-nav-link {
  color: #4b5563;
  padding: 4px 10px;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.theme-header-3__mobile-nav-link:hover {
  color: #16a34a !important;
  background: #f0fdf4;
}

.theme-header-3__mobile-nav-link.active {
  color: #16a34a !important;
  background: #ecfdf5;
  font-weight: 700;
}

.theme-header-3__scrollbar-hidden::-webkit-scrollbar {
  display: none;
}
.theme-header-3__scrollbar-hidden {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* CTA Button */
.btn-theme-header-3-cta {
  background: linear-gradient(135deg, var(--primary, #00a651) 0%, var(--primary-hover, #008f45) 100%);
  color: #ffffff !important;
  font-weight: 600;
  font-size: 14px;
  border-radius: 10px;
  padding: 9px 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 14px rgba(0, 166, 81, 0.3);
  transition: all 0.25s ease;
  border: none;
  white-space: nowrap;
}

.btn-theme-header-3-cta .icons,
.btn-theme-header-3-cta svg,
.btn-theme-header-3-cta .btn-text {
  color: #ffffff !important;
  stroke: currentColor;
}

.btn-theme-header-3-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0, 166, 81, 0.4);
  color: #ffffff !important;
}

.btn-theme-header-3-cta:hover .icons,
.btn-theme-header-3-cta:hover svg,
.btn-theme-header-3-cta:hover .btn-text {
  color: #ffffff !important;
}

/* ===================================================
   DARK MODE ADAPTATION
   =================================================== */
.dark-mode .theme-header-3__top-navbar {
  background-color: #0b0f19 !important;
  color: #f1f5f9 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.dark-mode .theme-header-3__top-navbar .text-white,
.dark-mode .theme-header-3__top-navbar span.text-white,
.dark-mode .theme-header-3__top-navbar a.text-white,
.dark-mode .theme-header-3__top-navbar .icons,
.dark-mode .theme-header-3__top-navbar svg {
  color: #ffffff !important;
}

.dark-mode .theme-header-3__top-navbar a {
  color: #f1f5f9 !important;
}

.dark-mode .theme-header-3__top-navbar .top-contact-link,
.dark-mode .theme-header-3__top-navbar .top-contact-link span {
  color: #ffffff !important;
}

.dark-mode .theme-header-3__top-navbar .opacity-75 {
  opacity: 0.9 !important;
}

.dark-mode .theme-header-3__top-navbar .hover-opacity-100:hover {
  opacity: 1 !important;
}

.dark-mode .theme-header-3__main {
  background: rgba(15, 23, 42, 0.98) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.5) !important;
}

.dark-mode .theme-header-3__main.sticky {
  background: #0f172a !important;
}

.dark-mode .theme-header-3__categories-btn {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}

.dark-mode .theme-header-3__categories-btn * {
  color: #f1f5f9 !important;
}

.dark-mode .theme-header-3__categories-btn:hover {
  background: rgba(34, 197, 94, 0.15) !important;
  border-color: rgba(34, 197, 94, 0.35) !important;
}

.dark-mode .theme-header-3__categories-btn:hover * {
  color: #22c55e !important;
}

.dark-mode .theme-header-3__nav-link {
  color: #cbd5e1 !important;
}

.dark-mode .theme-header-3__nav-link:hover,
.dark-mode .theme-header-3__nav-link.active {
  color: #22c55e !important;
}

.dark-mode .theme-header-3__nav-link.active::after {
  background: #22c55e;
}

.dark-mode .theme-header-3__mobile-nav-bar {
  border-top-color: rgba(255, 255, 255, 0.08) !important;
}

.dark-mode .theme-header-3__mobile-nav-link {
  color: #94a3b8 !important;
}

.dark-mode .theme-header-3__mobile-nav-link:hover {
  color: #22c55e !important;
  background: rgba(34, 197, 94, 0.12) !important;
}

.dark-mode .theme-header-3__mobile-nav-link.active {
  color: #22c55e !important;
  background: rgba(34, 197, 94, 0.18) !important;
}

.dark-mode .header-3-dropdown-menu {
  background: #1e293b !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.6) !important;
}

.dark-mode .header-3-dropdown-menu .header-3-dropdown-menu__item a,
.dark-mode .header-3-dropdown-menu .header-3-dropdown-menu__item span {
  color: #e2e8f0 !important;
}

.dark-mode .header-3-dropdown-menu .header-3-dropdown-menu__item:hover {
  background: rgba(255, 255, 255, 0.07) !important;
}

.dark-mode .header-3-dropdown-menu .header-3-dropdown-menu__item:hover a,
.dark-mode .header-3-dropdown-menu .header-3-dropdown-menu__item:hover span,
.dark-mode .header-3-dropdown-menu .header-3-dropdown-menu__item:hover .icons {
  color: #22c55e !important;
}

.dark-mode .header-3-dropdown-menu .header-3-dropdown-menu__item.active {
  border-left-color: #22c55e !important;
  background: transparent !important;
}

.rtl .dark-mode .header-3-dropdown-menu .header-3-dropdown-menu__item.active {
  border-left-color: transparent !important;
  border-right-color: #22c55e !important;
}

.dark-mode .header-3-dropdown-menu .header-3-dropdown-menu__item.active a,
.dark-mode .header-3-dropdown-menu .header-3-dropdown-menu__item.active span {
  color: #22c55e !important;
}

.dark-mode .header-3-dropdown-menu__item-sign-box {
  background-color: rgba(255, 255, 255, 0.08) !important;
  color: #f1f5f9 !important;
}

.dark-mode .header-3-dropdown-menu .header-3-dropdown-menu__item:hover .header-3-dropdown-menu__item-sign-box {
  background-color: rgba(255, 255, 255, 0.15) !important;
}

.dark-mode .header-3-dropdown-menu__sub-menu {
  background: #1e293b !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.6) !important;
}

.dark-mode .header-3-dropdown-menu__sub-menu a {
  color: #e2e8f0 !important;
}

.dark-mode .header-3-dropdown-menu__sub-menu a:hover {
  color: #22c55e !important;
}

/* Dark Mode Auth User Info Dropdown */
.dark-mode .theme-header-3__dropdown .header-3-dropdown-menu.auth-user-info-dropdown-menu {
  background-color: #1e293b !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.6) !important;
}

.dark-mode .theme-header-3__dropdown .header-3-dropdown-menu.auth-user-info-dropdown-menu .user-card-box {
  background-color: rgba(255, 255, 255, 0.06) !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
}

.dark-mode .theme-header-3__dropdown .header-3-dropdown-menu.auth-user-info-dropdown-menu .user-card-box .text-dark {
  color: #f1f5f9 !important;
}

.dark-mode .theme-header-3__dropdown .header-3-dropdown-menu.auth-user-info-dropdown-menu .user-card-box .text-gray-500 {
  color: #94a3b8 !important;
}

.dark-mode .theme-header-3__dropdown .header-3-dropdown-menu.auth-user-info-dropdown-menu .user-card-box .size-44 {
  background-color: #334155 !important;
}

.dark-mode .theme-header-3__dropdown .header-3-dropdown-menu.auth-user-info-dropdown-menu .user-card-box .icons,
.dark-mode .theme-header-3__dropdown .header-3-dropdown-menu.auth-user-info-dropdown-menu .user-card-box svg {
  color: #94a3b8 !important;
}

.dark-mode .theme-header-3__dropdown .header-3-dropdown-menu.auth-user-info-dropdown-menu .header-3-dropdown-menu__item,
.dark-mode .theme-header-3__dropdown .header-3-dropdown-menu.auth-user-info-dropdown-menu .header-3-dropdown-menu__item a,
.dark-mode .theme-header-3__dropdown .header-3-dropdown-menu.auth-user-info-dropdown-menu .header-3-dropdown-menu__item a span,
.dark-mode .theme-header-3__dropdown .header-3-dropdown-menu.auth-user-info-dropdown-menu .header-3-dropdown-menu__item .icons,
.dark-mode .theme-header-3__dropdown .header-3-dropdown-menu.auth-user-info-dropdown-menu .header-3-dropdown-menu__item svg {
  color: #cbd5e1 !important;
}

.dark-mode .theme-header-3__dropdown .header-3-dropdown-menu.auth-user-info-dropdown-menu .header-3-dropdown-menu__item:hover {
  background-color: rgba(255, 255, 255, 0.08) !important;
}

.dark-mode .theme-header-3__dropdown .header-3-dropdown-menu.auth-user-info-dropdown-menu .header-3-dropdown-menu__item:hover,
.dark-mode .theme-header-3__dropdown .header-3-dropdown-menu.auth-user-info-dropdown-menu .header-3-dropdown-menu__item:hover a,
.dark-mode .theme-header-3__dropdown .header-3-dropdown-menu.auth-user-info-dropdown-menu .header-3-dropdown-menu__item:hover a span,
.dark-mode .theme-header-3__dropdown .header-3-dropdown-menu.auth-user-info-dropdown-menu .header-3-dropdown-menu__item:hover .icons,
.dark-mode .theme-header-3__dropdown .header-3-dropdown-menu.auth-user-info-dropdown-menu .header-3-dropdown-menu__item:hover svg {
  color: #22c55e !important;
}

.dark-mode .theme-header-3__dropdown .header-3-dropdown-menu.auth-user-info-dropdown-menu .border-top {
  border-top-color: rgba(255, 255, 255, 0.1) !important;
}

.dark-mode .theme-header-3__dropdown .header-3-dropdown-menu.auth-user-info-dropdown-menu .header-3-dropdown-menu__item .logout-link,
.dark-mode .theme-header-3__dropdown .header-3-dropdown-menu.auth-user-info-dropdown-menu .header-3-dropdown-menu__item .logout-link span,
.dark-mode .theme-header-3__dropdown .header-3-dropdown-menu.auth-user-info-dropdown-menu .header-3-dropdown-menu__item .logout-link .icons,
.dark-mode .theme-header-3__dropdown .header-3-dropdown-menu.auth-user-info-dropdown-menu .header-3-dropdown-menu__item .logout-link svg {
  color: #fe6363 !important;
}

.dark-mode .theme-header-3__dropdown .header-3-dropdown-menu.auth-user-info-dropdown-menu .header-3-dropdown-menu__item:hover .logout-link,
.dark-mode .theme-header-3__dropdown .header-3-dropdown-menu.auth-user-info-dropdown-menu .header-3-dropdown-menu__item:hover .logout-link span,
.dark-mode .theme-header-3__dropdown .header-3-dropdown-menu.auth-user-info-dropdown-menu .header-3-dropdown-menu__item:hover .logout-link .icons,
.dark-mode .theme-header-3__dropdown .header-3-dropdown-menu.auth-user-info-dropdown-menu .header-3-dropdown-menu__item:hover .logout-link svg {
  color: #ff8077 !important;
}

.dark-mode .btn-theme-header-3-cta,
.dark-mode .btn-theme-header-3-cta .icons,
.dark-mode .btn-theme-header-3-cta svg,
.dark-mode .btn-theme-header-3-cta .btn-text {
  color: #ffffff !important;
}
