/* =========================================================
   DESKTOP ONLY – GRADIENT HEADER (BLACK → TRANSPARENT/WHITE)
   ========================================================= */
@media (min-width: 992px){
    .theme-navigation-and-icons{direction:rtl;}

  /* ===== HEADER WRAPPER ===== */
  .zpheader-style-01,
  .theme-header,
  .theme-header-fixed{
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 99999 !important;

    /* گرادیان: بالا مشکی، پایین روشن */
    background: black !important;

    transition: none !important;
    animation: none !important;
    box-shadow: none !important;
    backdrop-filter: saturate(120%);
  }

  /* ===== INNER CONTAINERS (شفاف بشن که گرادیان دیده بشه) ===== */
  .zpheader-style-01 .theme-header-container,
  .zpheader-style-01 .theme-header-inner,
  .zpheader-style-01 .theme-header-base,
  .zpheader-style-01 .zpheader,
  .theme-topbar,
  .zp-theme-topbar{
    background: transparent !important;
  }

  /* ===== MENU ITEMS (همیشه سفید) ===== */
  .theme-nav a,
  .theme-menu a,
  .zpheader-style-01 a,
  .zpheader-style-01 nav a{
    color: #ffffff !important;
    opacity: 1 !important;
  }

  /* hover / active */
  .theme-nav a:hover,
  .theme-nav li.active > a,
  .zpheader-style-01 nav a:hover{
    color: #ffffff !important;
  }

  /* ===== حذف spacer و لگ Zoho ===== */
  .theme-header-spacer,
  .theme-header-placeholder,
  .header-placeholder{
    display: none !important;
  }

  /* فاصله محتوا از هدر */
  body{
    padding-top: 90px !important;
  }
}
.theme-navigation-and-icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.theme-responsive-menu-area {
  margin-left: 32px; /* فاصله آیکون از منو */
}
/*-----------------padding for menue-----------------*/
.zpcontainer{
    padding-bottom: 0px!important;
}

