body , p ,.widget.widget-post ul.widget-wrapper li .post-content h6,.faith-section .faith-content .faith-item .lab-inner .lab-content p {
  line-height: 1.7;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.7;
}

@media (max-width: 991px) {
  .header-top-area .left {
    border: 1px solid #000;
  }

 .header-top-area .left li {
  border-top:none;
  border-right:none;
  border-left: none;
  }
  
.header-top-area .social-icons {
border-bottom:1px solid #000;
  }
  
  .header-top-area .social-icons li:first-child {
  border-right:1px solid #000;
}

  .header-top-area .social-icons li:last-child {
  border-left:1px solid #000;
}

.header-top-area .social-icons li {
  border-right:1px solid #000;
}

}


.text-start {
  text-align: right !important;
}

.event-count li:last-child {
  margin-left: 0;
}

@media (min-width: 992px) {
    
.service-item .lab-inner .lab-content .lab-content-wrapper {
    border-left:  1px solid #f3f3f3;
  }
  
  .service-item .lab-inner .lab-content .lab-content-wrapper::before, .service-item .lab-inner .lab-content .lab-content-wrapper::after {
    left: -3px;
    right: auto;
  }
  
  
  .header-top-area .left li {
    border-left: 1px solid #fff;
    border-right: none;
}

.header-top-area .social-icons li:first-child {
    border-right: 1px solid #fff;
   border-left: 1px solid #fff;
}
.header-top-area .social-icons li {
    border-left: 1px solid #fff;
    border-right:none;
}

.header-top-area .left li:last-child {
    border-right: none;
    border-left: none;
}

}


/* استایل برای فرم تماس */
.wpcf7-form p {
  max-width: 610px;
}

.wpcf7-form h5 {
  font-family: "Poppins", sans-serif;
}

.wpcf7-form .comment-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
}

.wpcf7-form .comment-form input[type="text"],
.wpcf7-form .comment-form input[type="email"] {
  padding: 15px;
  border: 1px solid #f0f0f0;
  background: #fff;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 4px;
}

@media (min-width: 576px) {
  .wpcf7-form .comment-form input[type="text"],
  .wpcf7-form .comment-form input[type="email"] {
    width: calc(50% - 10px);
  }
}

.wpcf7-form .comment-form textarea {
  background: #fff;
  border: 1px solid #f0f0f0;
  width: 100%;
  padding: 10px 15px;
  border-radius: 4px;
}

.wpcf7-form .comment-form button.lab-btn {
  margin-top: 30px;
  padding: 10px 15px;
  color: #fff;
  background: #8dc63f;
  outline: none;
  border: none;
  border-radius: 3px;
  box-shadow: 0 5px 5px rgba(43, 181, 115, 0.2);
}

.wpcf7-form .comment-form button.lab-btn:hover {
  box-shadow: none;
}
/*
Header
*/

@media (min-width: 1200px) {
  header::before {
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 24% 0%); /* تغییر به راست */
    right: 0; /* تغییر به right برای راست‌چین */
  }
}

@media (min-width: 1440px) {
  header::before {
    width: 35%;
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 22% 0%); /* تغییر به راست */
  }
}

@media (min-width: 1600px) {
  header::before {
    width: 39%;
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 13% 0%); /* تغییر به راست */
  }
}

@media (min-width: 768px) { 
.header-top-area .left li i {
  margin-left: 5px; /* تغییر به margin-left */
}

}

@media (max-width: 991px) {

.header-wrapper .menu-area .ellepsis-bar {
  margin-right: 30px; /* تغییر به margin-right */
}

}
@media (max-width: 575px) {
  .header-wrapper .menu-area .ellepsis-bar {
    margin-right: 10px; /* تغییر به margin-right */
  }
}



.menu > li > a {
  text-align: right; /* تراز کردن متن به راست */
}

.menu > li > a i {
  margin-left: 5px; /* تغییر به margin-left برای آیکون در سمت راست */
}

@media (min-width: 992px) {
  .menu li .sub-menu {
    right: 0; /* تغییر به right برای زیرمنو */
  }

  .menu li .sub-menu li a {
    text-align: right; /* تراز کردن متن به راست برای زیرمنو */
  }
  .menu li .sub-menu li a:hover, .menu li .sub-menu li a.active {
    padding-right: 22px; /* تغییر به padding-right */
  }

  .menu li .sub-menu li .sub-menu {
    right:100% !important /* تغییر به right برای زیرمنوهای زیر */
  }
}


@media (max-width: 991px) {
  .menu {
    right: 0; /* تغییر به right برای منو در حالت موبایل */
  }

  .menu li a {
    text-align: right; /* تراز کردن متن به راست */
  }
  .menu li .sub-menu {
    padding-right: 20px; /* تغییر به padding-right */
  }
}


.header-bar span {
  right: 0; /* تغییر به right برای راست‌چین */
}


.header-bar.active span:first-child {
  transform: rotate(45deg) translate(-3px, 9px); /* تغییر به translate(-3px, 9px) */
}


.header-bar.active span:last-child {
  transform: rotate(-45deg) translate(-3px, -9px); /* تغییر به translate(-3px, -9px) */
}

@media (max-width: 575px) {

  .header-bar.active span:first-child {
    transform: rotate(45deg) translate(-4px, 6px); /* تغییر به translate(-4px, 6px) */
  }
  
  .header-bar.active span:last-child {
    transform: rotate(-45deg) translate(-4px, -6px); /* تغییر به translate(-4px, -6px) */
  }
}

.menu-item-has-children > a::after {
  margin-right: 5px !important ; /* تغییر به margin-right برای راست‌چین */
}

.prayer-time .prayer-time-btn {
  transform: translate(10px, 10px); /* تغییر به translate(10px, 10px) */
}

/*
footer
*/
@media (min-width: 1200px) {
  footer .footer-top .footer-top-item .lab-inner .lab-thumb {
    margin-left: 15px;
  }
}
footer .footer-middle .footer-middle-item-wrapper .footer-middle-item .fm-item-content .fm-item-widget .lab-inner .lab-content {
  padding-right: 20px;
}

/* استایل برای عنوان اطلاعات تماس */
.contact-info-wrapper {
    padding-left: 30px; /* فاصله سمت چپ */
}


/*
blog
*/
@media (min-width: 992px) {
  .aside-bg:after {
    left: 0;
    right:auto;
  }
}

.post-content ul.lab-ul.post-date li span i.icofont-speech-comments
,.post-content ul.lab-ul.post-date li span i.icofont-user{
    float: right;
}

.post-content > ul > li > span > i {
    margin-left: 5px;
}

.post-item-2 .post-inner .post-content .post-date li {
    padding-left: 10px;
    padding-right: auto;
}


.widget .widget-header h5::after {
    left: auto;
    right: 43px;
}
.widget.widget-search .search-wrapper button {
    left: 0;
    right: auto;
}
.icofont-rounded-double-right:before {
    content: "\ea97";
}
.widget.widget-category .widget-wrapper li a i {
    margin-left: 5px;
    margin-right: auto;
}
.widget.widget-post > ul > li > div.post-content.ps-4 {
    padding-right: 1.5rem;
}


/*comments*/
/* راست‌چین */
.rtl .comments {
    text-align: right;
}

.rtl .comment-list .comment {
    text-align: right;
}

#comments.comments-area div#respond.comment-respond h3#reply-title.comment-reply-title{
   font-size: 22px;
}
#comments.comments-area ol.comment-list li#comment-2.comment.even.thread-even.depth-1.parent article#div-comment-2.comment-body footer.comment-meta div.comment-metadata{
padding: 10px;    
}