div#MagmobileMenu img {
    width: 160px;
}

.header-moblie-authuser:last-child {
        padding: 0 !important;
}
.mag-menu .megamenu2 .mega2-submenu ul li:hover .sub-layer 
{
    display: none Im !important;
    opacity:0 !important;
    visibility: hidden !important;
}
footer.footer-mag {
    background-color: #eee;
    margin-top: 30px;
}
.footer-mag-menu li {
    display: inline-block;
    margin-left: 10px;
}
.footer-mag-menu li a {
    color: #61b537;
}
.footer-mag-descr {
    font-size: 13px;
    text-align: justify;
    margin-bottom: 20px;
    margin-top: 10px;
}
.footer-mag  .footer-brand img {
    margin: 0 auto;
    display: table;
}
.mag-footer-social {
    margin-bottom: 15px;
}
.mag-home-slider {
  width: 100%;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
}
.mag-home-slider .swiper {
  width: 100%;
  height: auto; /* حالا ارتفاع متناسب با تصویر میاد */
}

.mag-home-slider img {
  width: 100%;
  height: auto;              /* ✳️ اصلاح شد */
  display: block;
  object-fit: cover;         /* تصویر رو متناسب نگه می‌داره */
}

/* نقاط پایین اسلایدر */
.swiper-pagination-bullet {
  background-color: #ccc;
  opacity: 0.8;
  width: 10px;
  height: 10px;
  transition: all 0.3s;
}

.swiper-pagination-bullet-active {
  background-color: #61b537;
  width: 18px;
  border-radius: 10px;
  opacity: 1;
}

/* برای موبایل */
@media (max-width: 768px) {
  .mag-home-slider img {
    max-height: 260px; /* تا اسلاید موبایل زیاد بلند نشه */
  }
}

html, body {
  overflow-x: hidden;
}

.mag-header-bg {
    background-color: #f1f8ed;
    border-radius: 6px;
    width: 100%;
    position: absolute;
    height: 150px;
    z-index: 1;
    left: 0;
    top: 0;
}
.mag-header-line {
    padding: 2.5px;
    width: 70%;
    background-image: linear-gradient(to left, transparent 0%, #61b537 50%, transparent 100%);
    position: relative;
    z-index: 101;
    margin: 8px auto;
    display: table;
}
/* ===== ظاهر کارت مقاله ===== */
.article-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.article-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

.article-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.article-body {
  padding: 15px;
  text-align: right;
}

.article-title {
  font-size: 15px;
  font-weight: 600;
  color: #222;
  margin-bottom: 6px;
  line-height: 1.5;
}

.article-excerpt {
  font-size: 13px;
  color: #555;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 44px;
}

.read-more {
  color: #61b537;
  font-size: 13px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  transition: all 0.2s ease;
}

.read-more:hover {
  color: #3f8a29;
}

/* ===== دکمه‌های Swiper ===== */
.mag-slider .swiper-button-next,
.mag-slider .swiper-button-prev {
    color: #fff;
    background: #61b537;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.mag-slider .swiper-button-next, .swiper-button-prev {
    svg {
        height: 50%;
    }
}
.mag-slider .swiper-button-next:hover,
.mag-slider .swiper-button-prev:hover {
    color: #fff;
    background: #498929;
}

/* ===== ساختار کلی ===== */
.mag-section {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
}

.mag-slider {
    padding: 10px 0 30px;
    margin-left: 45px;
    margin-right: 45px;
}
@media (max-width: 768px) {
  .article-img img {
    height: 160px;
  }
}
.mag-section h5 {
    margin-right: 20px;
    margin-top: 15px;
}
.mag-section a.text-decoration-underline.small.text-secondary {
    margin-left: 25px;
    margin-top: 10px;
}

.popular-articles-box {
  background-color: #595959; /* رنگ بک‌گراند مشابه عکس */
  border-radius: 10px;
  padding: 40px 20px;
}
.popular-articles h5 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}

/* کارت اصلی مقاله */
.popular-articles .article-box {
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}
/* عکس مقاله */
.popular-articles .article-thumb img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}

/* عنوان مقاله */
.popular-articles .article-info {
  padding: 10px;
}

.popular-articles .article-title {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
  margin: 0;
}

/* حالت hover برای عنوان */
.popular-articles .article-box:hover .article-title {
  color: #61b537;
  transition: color 0.2s ease;
}

/* 📱 واکنش‌گرایی برای موبایل */
@media (max-width: 992px) {
  .popular-articles .article-thumb img {
    height: 180px;
  }
}

@media (max-width: 768px) {
  .popular-articles .article-thumb img {
    height: 160px;
  }
}
.popular-articles-box {
    margin-left: 45px;
    margin-right: 45px;
}

.style-articles .popular-articles-box{
    background-color: #eaeaea;
}
.style-articles .popular-articles-box h5 {
    color: #0d0d0d;
}
.popular-articles.style-articles .article-title {
    color: #545454;
}
.popular-articles.style-articles .article-title {
    font-size: 14px;
    text-align: right;
}
.style-articles  .info-box {
    margin-top: 13px;
    font-size: 12px;
    color: #727272;
}
.style-articles .info-box .date {
    float: right;
}
.style-articles .info-box .viewcount {
    float: left;
}
section.mag-archieve {
    margin-top: 25px;
}
.title-mag-box h1 {
    color: #61b537;
    font-size: 19px;
}
.total-post {
    color: #696969;
    font-size: 12px;
}
.title-mag-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.mag-box {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 10px 18px;
}
.filter-box ul li {
    display: inline-flex;
    cursor: pointer;
    margin-left: 8px;
    font-size: 12px;
}
.filter-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 8px;
    padding: 0px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 24px;
    margin-top: 16px;
    margin-bottom: 26px;
}
.filter-box span {
    color: #3f3f3f;
    font-weight: bold;
}
.mag-filter {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}
.mag-pagination {
    margin-top: 25px;
    border-top: 1px solid #eee;
    padding-top: 10px;
}
.mag-pagination .page-item.active .page-link {
    background-color: #61b537;
    border-color: #61b537;
}
.mag-pagination .page-link{
    color: #3a3a3a;
}

.post-medium-block {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* 📰 هر پست */
.content-block.post-medium {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}

.content-block.post-medium:hover {
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

/* 🖼 تصویر مطلب */
.post-thumbnail {
    flex-shrink: 0;
    width: 90px;
    height: 70px;
    border-radius: 8px;
    overflow: hidden;
}

.post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.content-block:hover .post-thumbnail img {
    transform: scale(1.06);
}

/* ✏️ محتوای مطلب */
.post-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* 🔹 عنوان مطلب */
.post-content .title {
    font-size: 14px;
    font-weight: 600;
    color: #222;
    margin: 0 0 6px;
    line-height: 1.6;
}

.post-content .title a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s;
}

.post-content .title a:hover {
    color: #139790; /* رنگ تم سبزآبی داروخانه‌ای */
}

.post-meta {
    font-size: 12px;
    color: #777;
}

.post-meta-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.post-meta-list li {
    display: flex;
    align-items: center;
    gap: 3px;
}


.post-medium-block, .post-content, .post-meta-list {
    direction: rtl;
    text-align: right;
}

@media (max-width: 576px) {
    .content-block.post-medium {
        flex-direction: row;
        gap: 10px;
        padding: 8px;
    }

    .post-thumbnail {
        width: 80px;
        height: 60px;
    }

    .post-content .title {
        font-size: 13px;
    }
}
.axil-single-widget {
    margin-bottom: 15px;
}
.filter-box ul li a {
    color: #6a6a6a;
}
.filter-box ul li.active a {
    font-weight: bold;
    color: #61b537;
}
.filter-box ul li:hover > a {
    color: #61b537;
}
.article-hero-wrapper {
  background: #f7f7f7;
  padding: 30px 15px;
  border-radius: 10px;
}
.article-hero-box {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    border-radius: 10px;
}
.article-hero-thumb {
  flex: 0 0 280px;
  border-radius: 8px;
  overflow: hidden;
}
.article-hero-thumb img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}
.article-hero-content {
  flex: 1;
}
.article-hero-wrapper .article-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #111;
}
.article-hero-wrapper .article-excerpt {
  font-size: 15px;
  margin-bottom: 20px;
}
.article-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #eee;
  padding-top: 12px;
  flex-wrap: wrap;
  gap: 10px;
}
.article-author {
  display: flex;
  align-items: center;
  gap: 10px;
}
.article-author img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
}
.article-author a {
  color: #139790;
  text-decoration: underline;
}
.article-author p {
  margin: 0;
  font-size: 13px;
}
.article-date p {
  margin: 0;
  color: #777;
  font-size: 13px;
}
.article-date span {
  display: block;
  font-size: 14px;
  color: #333;
}
.article-feedback {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #eee;
  padding-top: 10px;
  flex-wrap: wrap;
  gap: 10px;
}
.feedback-buttons {
  display: flex;
  gap: 8px;
}
.feedback-buttons button {
  width: 36px;
  height: 36px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  transition: background .2s ease;
}
.feedback-buttons button:hover {
  background: #f3f3f3;
}
.feedback-buttons img {
  width: 20px;
  height: 20px;
}
@media (max-width:768px){
  .article-hero-box {
    flex-direction: column;
    padding: 15px;
  }
  .article-hero-thumb {
    flex: none;
    width: 100%;
  }
}

.article-feedback p {
    font-size: 13px;
}
.MAGsinglebody {
    margin-top: 25px;
}
.swiper.SingleMagSlider img{
    border-radius: 10px;
}
.intro-article ul li {
    display: inline-flex;
    margin-left: 11px;
}
.intro-article i {
    font-size: 13px;
    margin-top: 4px;
    margin-right: 5px;
}

.intro-article {
    font-size: 12px;
}
.intro-article p {
    font-size: 16px;
    color: #000;
    margin-bottom: 25px;
    margin-top: 15px;
}
/* ===============================
   🎨 ARTICLE MAIN BODY STYLES
   =============================== */
.article-mainbody {
  direction: rtl;
  font-family: "Dana", sans-serif;
  line-height: 2;
  color: #222;
  font-size: 15.5px;
  padding: 10px 0;
}

.article-mainbody * {
  box-sizing: border-box;
  max-width: 100%;
}

/* --- HEADINGS --- */
.article-mainbody h1,
.article-mainbody h2,
.article-mainbody h3,
.article-mainbody h4,
.article-mainbody h5,
.article-mainbody h6 {
  font-weight: 700;
  color: #111;
  margin: 25px 0 12px;
  line-height: 1.6;
}

.article-mainbody h1 { font-size: 24px; border-right: 4px solid #61b537; padding-right: 10px; }
.article-mainbody h2 { font-size: 22px; border-right: 3px solid #61b537; padding-right: 8px; }
.article-mainbody h3 { font-size: 20px; color: #61b537; }
.article-mainbody h4 { font-size: 18px; color: #2e2e2e; }
.article-mainbody h5 { font-size: 16.5px; color: #444; }
.article-mainbody h6 { font-size: 15px; color: #666; }

/* --- PARAGRAPHS --- */
.article-mainbody p {
  margin-bottom: 15px;
  text-align: justify;
  color: #333;
  font-size: 13px;
}

/* --- LINKS --- */
.article-mainbody a {
  transition: color 0.2s ease;
}
.article-mainbody a:hover {
  color: #0d6f6b;
}

/* --- IMAGES --- */
.article-mainbody img {
  display: block;
  margin: 20px auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  object-fit: cover;
}
.article-mainbody img[align="left"] {
  float: left;
  margin: 10px 15px 10px 0;
  max-width: 45%;
}
.article-mainbody img[align="right"] {
  float: right;
  margin: 10px 0 10px 15px;
  max-width: 45%;
}

/* --- LISTS --- */
.article-mainbody ul,
.article-mainbody ol {
  margin: 10px 25px 15px 0;
  padding-right: 20px;
}
.article-mainbody ul li,
.article-mainbody ol li {
  margin-bottom: 6px;
  line-height: 1.9;
}

/* --- BLOCKQUOTE --- */
.article-mainbody blockquote {
  border-right: 4px solid #61b537;
  background: #f7f9f9;
  padding: 15px 20px;
  margin: 20px 0;
  border-radius: 8px;
  font-style: italic;
  color: #444;
}

/* --- TABLES --- */
.article-mainbody table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 14px;
}
.article-mainbody table th,
.article-mainbody table td {
  border: 1px solid #ddd;
  padding: 10px 8px;
  text-align: center;
}
.article-mainbody table th {
  background: #f3f8f8;
  font-weight: 600;
  color: #111;
}

/* --- CODE / PRE --- */
.article-mainbody pre,
.article-mainbody code {
  background: #f8f8f8;
  padding: 6px 10px;
  border-radius: 6px;
  font-family: monospace;
  direction: ltr;
  display: inline-block;
}

/* --- RESPONSIVE --- */
@media (max-width:768px){
  .article-mainbody h1 { font-size: 22px; }
  .article-mainbody h2 { font-size: 20px; }
  .article-mainbody h3 { font-size: 18px; }
  .article-mainbody p { font-size: 15px; }
}
.same_single_blog_products {
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 18px 15px;
  margin: 35px 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;

  /* 🔹 حذف فاصله و نقطه پیش‌فرض مرورگر */
  padding-inline-start: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

.same_single_blog_products li {
  list-style: none;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: all 0.2s ease;
  overflow: hidden;
  flex: 0 0 22%;
  min-width: 180px;
  border: none;
  margin: 0;
  padding: 0;
}

.same_single_blog_products li:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

/* لینک محصول */
.similarproductblog {
  display: block;
  text-decoration: none;
  color: inherit;
}

/* تصویر محصول */
.similarproduct-img {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #fff;
}

.similarproduct-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
  padding: 10px;
}

.similarproductblog:hover .similarproduct-img img {
  transform: scale(1.05);
}

/* توضیحات و قیمت */
.similardescr {
  padding: 10px 8px 12px;
  text-align: center;
}

.similardescr h5 {
  font-size: 13.5px;
  font-weight: 600;
  margin-bottom: 6px;
  line-height: 1.6;
  color: #111;
  height: 38px;
  overflow: hidden;
}

.similarproduct-price {
  font-size: 13px;
  color: #61b537;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.similarproduct-price del {
  color: #999;
  font-size: 12px;
}

/* ✅ واکنش‌گرا */
@media (max-width: 1200px) {
  .same_single_blog_products li {
    flex: 0 0 23%;
  }
}

@media (max-width: 992px) {
  .same_single_blog_products li {
    flex: 0 0 30%;
  }
}

@media (max-width: 768px) {
  .same_single_blog_products li {
    flex: 0 0 46%;
  } /* دوتا در هر ردیف موبایل */
  .similardescr h5 {
    font-size: 13px;
  }
  .similarproduct-price {
    font-size: 12.5px;
  }
}

@media (max-width: 480px) {
  .same_single_blog_products li {
    flex: 0 0 48%;
  }
}

.banner-in-blogcontent {
  display: block;
  margin: 30px auto;
  max-width: 100%;
  text-align: center;
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.banner-in-blogcontent img.banner_in_fire {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
}

/* ✅ واکنش‌گرا */
@media (max-width:768px) {
  .banner-in-blogcontent {
    margin: 25px auto;
    border-radius: 10px;
  }
  .banner-in-blogcontent img.banner_in_fire {
    border-radius: 10px;
  }
}
.tagcloud {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 25px;
  padding: 15px 12px;
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 10px;
}

.tagcloud span {
  font-weight: 600;
  color: #222;
  font-size: 14.5px;
  margin-left: 5px;
}

.tagcloud a {
  display: inline-block;
  background: #fff;
  border: 1px solid #61b537;
  color: #61b537;
  padding: 5px 12px;
  font-size: 13.5px;
  border-radius: 25px;
  text-decoration: none;
  transition: all 0.25s ease;
  line-height: 1.8;
}

.tagcloud a:hover {
  background: #61b537;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 3px 8px rgba(97,181,55,0.25);
}

/* ✅ واکنش‌گرا */
@media (max-width:768px) {
  .tagcloud {
    padding: 12px 10px;
    gap: 6px;
  }
  .tagcloud a {
    font-size: 13px;
    padding: 4px 10px;
  }
}

.axil-comment-area {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 25px;
  margin-top: 35px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.03);
}

.axil-comment-area .title {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  margin-bottom: 18px;
  border-right: 3px solid #61b537;
  padding-right: 10px;
}

.comment-notes {
  font-size: 13.5px;
  color: #666;
  margin-bottom: 15px;
}
.comment-notes .required {
  color: red;
  font-weight: bold;
}

.comment-respond form {
  margin-top: 15px;
}
.comment-respond .form-group {
  margin-bottom: 15px;
}
.comment-respond label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 14px;
  color: #333;
}
.comment-respond input[type="text"],
.comment-respond textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 14px;
  transition: all 0.2s ease;
  background: #fafafa;
}
.comment-respond input[type="text"]:focus,
.comment-respond textarea:focus {
  border-color: #61b537;
  background: #fff;
  outline: none;
}
.comment-respond textarea {
  min-height: 130px;
  resize: vertical;
}

.form-submit input[type="submit"], .axil-button {
    display: inline-block;
    background: #61b537;
    color: #fff;
    border: none;
    border-radius: 25px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease;
    width: 138px;
    padding: 11px 0px;
    height: inherit;
}
.form-submit input[type="submit"]:hover {
  background: #4da32c;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(97, 181, 55, 0.25);
}

.comment-list {
  list-style: none;
  padding: 0;
  margin: 25px 0 0;
}
.comment {
  margin-bottom: 20px;
}
.comment-body {
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.comment-img {
  flex: 0 0 50px;
}
.comment-img img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.comment-inner {
  flex: 1;
}
.commenter {
  font-weight: 700;
  color: #111;
  font-size: 14px;
  margin-bottom: 4px;
}
.comment-meta {
  font-size: 12.5px;
  color: #777;
  margin-bottom: 8px;
}
.comment-text p,
.comment-text {
  font-size: 14px;
  color: #333;
  line-height: 1.8;
  margin: 0;
}

/* 🔹 پاسخ‌ها (children) */
.children {
  list-style: none;
  margin: 10px 30px 0 0;
  padding: 0;
  border-right: 2px solid #e0e0e0;
}
.children .comment-body {
  background: #fff;
  border-color: #dfead8;
}

@media (max-width: 768px) {
  .axil-comment-area {
    padding: 18px;
  }
  .comment-body {
    flex-direction: column;
    align-items: flex-start;
  }
  .comment-img img {
    margin-bottom: 8px;
  }
  .form-submit input[type="submit"] {
    width: 100%;
  }
}

.feedback-buttons button {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #888;
    transition: color 0.3s ease;
}

.feedback-buttons button.active i {
    color: #139790; /* رنگ سبز یا هرچی بخوای */
}

.feedback-buttons button.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.header-wrap .logo a img, .logo.logo-width-1 a img {
    width: 100%; /* عرض 100% برای ریسپانسیو بودن */
    max-width: 180px; /* حداکثر عرض در دسکتاپ 180px */
    min-width: 150px; /* حداقل عرض 150px */
    height: auto; /* حفظ تناسب ابعاد */
}

/* استایل برای صفحه‌های کوچکتر از 768px */
@media only screen and (max-width: 768px) {
    .header-wrap .logo a img, .logo.logo-width-1 a img {
        max-width: 150px; /* در موبایل، حداکثر عرض 150px */
    }
}
.header-action-icon-2.d-block.d-lg-none {
    display: block !important; /* نمایش در موبایل */
}

@media (min-width: 992px) {
    .header-action-icon-2.d-block.d-lg-none {
        display: none !important; 
    }
}