.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-389 .elementor-element.elementor-element-27aace4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-c7a1391 *//* ===============================
   Bottom Navigation (Footer)
================================ */

.bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 64px;
  background: #120b1d; /* بنفش خیلی تیره نزدیک مشکی */
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 9999;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.bottom-nav .nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  color: #ffffff;
  text-decoration: none;
  font-size: 10px;
  cursor: pointer;
  padding: 4px 6px;
}

.bottom-nav .nav-item:focus {
  outline: none;
}

.bottom-nav .icon {
  font-size: 20px;
  line-height: 1;
}

.bottom-nav .label {
  margin-top: 4px;
  opacity: 0.8;
  white-space: nowrap;
}

/* ===============================
   Category Slide-up Menu
================================ */

.category-menu {
  position: fixed;
  bottom: 64px; /* دقیقاً بالای فوتر */
  left: 0;
  right: 0;
  background: #1a102b;
  display: none;
  flex-direction: column;
  text-align: center;
  z-index: 9998;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.category-menu.active {
  display: flex;
}

.category-menu a {
  padding: 14px;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.category-menu a:last-child {
  border-bottom: none;
}

.category-menu a:hover {
  background: rgba(255,255,255,0.05);
}

/* ===============================
   Search Modal
================================ */

.search-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}

.search-modal.active {
  display: flex;
}

.search-box {
  background: #1a102b;
  width: 90%;
  max-width: 420px;
  padding: 20px;
  border-radius: 14px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.6);
}

.search-box form {
  display: flex;
  flex-direction: column;
}

.search-box input[type="search"] {
  width: 100%;
  padding: 12px 14px;
  font-size: 14px;
  border-radius: 10px;
  border: none;
  outline: none;
  margin-bottom: 12px;
}

.search-box button {
  padding: 12px;
  font-size: 14px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  background: #6b4eff;
  color: #ffffff;
}

.search-box button:hover {
  opacity: 0.9;
}

/* ===============================
   Prevent Content Under Footer
================================ */

body {
  padding-bottom: 64px;
}

/* ===============================
   Small Enhancements (Optional)
================================ */

@media (min-width: 768px) {
  .bottom-nav .label {
    font-size: 11px;
  }

  .bottom-nav .icon {
    font-size: 22px;
  }
}/* End custom CSS */