<style>

./* گزینه ۱: اگر navbar تنها جواب نداد */
.t4-header .navbar {
  background-color: rgba(255, 255, 255, 0.85) !important;
  backdrop-filter: blur(10px);
}

/* گزینه ۲: تمام نوار بالا */
.t4-header {
  background-color: rgba(255, 255, 255, 0.85) !important;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2); /* سایه قوی‌تر و واضح‌تر */
  z-index: 1030;
  position: sticky;
  top: 0;
  background-color: #ffffff; /* برای جلوگیری از شفاف شدن */
 // box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* سایه برای وضوح بیشتر */
}

.t4-header.shrink {
  padding: 5px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}


.t4-header .navbar-nav .nav-link {
  color: #333 !important; /* رنگ تیره برای متن منو */
  text-shadow: none; /* بدون سایه برای منوی روشن */
}

.t4-header .navbar-nav .nav-link:hover {
  color: #ff0000 !important; /* سبز هماهنگ با رنگ اصلی سایت */
}
.header-overlap .t4-header-r .form-search .search-query, .header-overlap .t4-header-r .form-search .js-finder-search-query
     {
 background-color: #ff0000;
     }  


.t4-header .navbar-nav .nav-link {
  color: #333 !important; /* رنگ تیره برای متن منو */
  text-shadow: none; /* بدون سایه برای منوی روشن */
}

.t4-header .navbar-nav .nav-link:hover {
  color: #ff0000 !important; /* سبز هماهنگ با رنگ اصلی سایت */
}
.header-overlap .t4-header-r .form-search .search-query, .header-overlap .t4-header-r .form-search .js-finder-search-query
     {
 background-color: #ff0000;
     }  
.top-large {
    padding-top: 40px !important;
}
.t4-main-body {
        padding-top: 2rem;
        padding-bottom: 2rem;
}
h1 {
  font-size: 28px !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  margin-bottom: 15px !important;
  color: #222 !important;
}

h2 {
  font-size: 22px !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  margin-bottom: 12px !important;
  color: #333 !important;
}

h3 {
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  margin-bottom: 10px !important;
  color: #444 !important;
}
