.widget-comments .comment-item img {
    border: 1px solid #eee;
  }

h5.entry-title{
  /* height: 80px !important; */
}

.post-exerpt{
  /* min-height: 48px !important; */
}

.btn-custom {
  text-transform: none !important;
}

.header-action-items .login-icon i {
  background-color: #f67280;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  font-size: 10px;
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.color-telegram {
  background-color: #5c8bf1;
}

.color-whatsapp {
  background-color: #43b947;
}

.color-share {
  background-color: #e86d98;
}

.pointer{ cursor: pointer;}

.blog-content {line-height:  35px !important;}

.blog-content h1 {
  font-size: 30px !important;
}

.blog-content h2 {
  font-size: 26px !important;
}

.blog-content h3 {
  font-size: 20px !important;
}

.blog-content h4 {
  font-size: 16px !important;
}

.blog-content h5 {
  font-size: 12px !important;
}

.blog-content h6 {
  font-size: 10px !important;
}


#headers {
    list-style: none;
    padding: 0;
    margin: 0;
}

#headers li {
    margin: 4px 0;
}

#headers a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 12px;
    color: #212529;
    text-decoration: none;
    border-radius: 10px;
    transition: 0.3s ease;
    background-color: #f8f9fa;
    border: 1px solid transparent;
}

#headers a:hover {
    background-color: #eef4ff;
    color: #0d6efd;
    border-color: #dbe7ff;
}

#headers > li > a {
    font-weight: 700;
    font-size: 14px;
}

#headers > li > ul {
    margin-right: 14px;
    margin-top: 6px;
    padding-right: 10px;
    border-right: 2px solid #dee2e6;
}

#headers > li > ul > li > a {
    font-size: 13px;
    font-weight: 500;
}

#headers > li > ul > li > ul {
    margin-right: 12px;
    padding-right: 10px;
    border-right: 1px dashed #ced4da;
}

#headers > li > ul > li > ul > li > a {
    font-size: 12px;
    color: #6c757d;
}
#accordionFilters .accordion-item {
    border: 1px solid #e9ecef;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

#accordionFilters .accordion-button {
    font-weight: 700;
    background: #f8f9fa;
    color: #212529;
}

#accordionFilters .accordion-button:not(.collapsed) {
    background: #e9f2ff;
    color: #0d6efd;
    box-shadow: none;
}

#accordionFilters .accordion-body {
    background: #fff;
    padding: 14px;
}


.widget {
  padding: 15px !important;
}

.widget-latest-posts .post-item .content {
  width: calc(100% - 100px) !important;
}


/* استایل‌های پیش‌فرض (حالت روشن) */
.language-switcher .dropdown-toggle,
.language-switcher .dropdown-menu a {
    color: #000; /* رنگ مشکی برای حالت روشن */
}

/* استایل‌ها برای حالت تیره */
body.dark .language-switcher .dropdown-toggle {
    color: #fff; /* رنگ سفید برای حالت تیره */
}

body.dark .language-switcher .dropdown-menu a {
    color: #000000; /* رنگ سفید برای حالت تیره */
}

body {
  color: #555555 !important;
}


body.dark {
  color: #ababab  !important;
}

.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6,
.dark .navbar .nav-item .nav-link,
.dark .post-single-body .quote p,
.dark .widget-latest-posts .last-post .content a,
.dark .widget-next-post .small-post .content a,
.dark .widget-previous-post .small-post .content a,
.dark .newslettre-info h5,
.dark .about-us .description .quote p,
.dark .entry-title a,
.dark .about-us .description .quote h3,
.dark .post-card:hover .entry-title a,
.dark .header-action-items .header-social li a i,
.dark .header-action-items .switch-icon i,
.dark .post-card:hover .entry-meta .post-author a {
  color: #e5e5e5 !important;
}

html body.dark div#wrapper.wrapper main.main section.mt-60.mb-30 div.container-fluid div.row div.col-xl-9.side-content div.theiaStickySidebar div.post-single div#accordionFilters.accordion.my-3 div.accordion-item div#collapseLocation.accordion-collapse.collapse.show div.accordion-body ul#headers.list-unstyled li.ms-0 a{ color: #000 !important}

html body.dark div#wrapper.wrapper main.main section.mt-60.mb-30 div.container-fluid div.row div.col-xl-9.side-content div.theiaStickySidebar div.post-single div#accordionFilters.accordion.my-3 div.accordion-item div#collapseLocation.accordion-collapse.collapse.show div.accordion-body ul#headers.list-unstyled li:hover{ color: #000 !important}

.dark #accordionFilters .accordion-body {
  background: transparent !important;
}