body.single .main {
  margin-bottom: 50px;
}

.single-banner {
  position: relative;
  background: var(--nader-color-white);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.single-banner .post-details .post-title h1 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}
.single-banner .post-details .post-title svg {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  fill: var(--nader-color-main);
}
.single-banner .post-details .post-excerpt {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed var(--nader-color-gray);
}
.single-banner .post-details .post-excerpt p {
  font-size: 14px;
  text-align: justify;
  color: var(--nader-color-dark-light);
}
.single-banner .post-infos {
  margin-top: 16px;
  padding-top: 20px;
  border-top: 1px dashed var(--nader-color-gray);
}
.single-banner .post-thumbnail {
  height: 300px;
  overflow: hidden;
}
.single-banner .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.single-banner .gallery-item {
  display: block;
  height: 300px;
  overflow: hidden;
}
.single-banner .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.single-banner .owl-carousel .owl-nav button.owl-prev, .single-banner .owl-carousel .owl-nav button.owl-next {
  background: var(--nader-color-white);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}
.single-banner .owl-carousel .owl-nav button.owl-prev svg, .single-banner .owl-carousel .owl-nav button.owl-next svg {
  fill: var(--nader-color-dark-light);
}
.single-banner .owl-carousel .owl-nav button.owl-prev {
  right: 7px;
}
.single-banner .owl-carousel .owl-nav button.owl-next {
  left: 7px;
}

.post-infos .pib .icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border-radius: 4px;
  background: #f3f3f3;
}
.post-infos .pib .icon svg {
  width: 18px;
  height: 18px;
  fill: var(--nader-color-dark-light);
}
.post-infos .pib .pibt {
  display: flex;
  flex-direction: column;
}
.post-infos .pib .pibt .bt {
  font-size: 13px;
  line-height: 16px;
  color: var(--nader-color-dark-light);
}
.post-infos .pib .pibt .ba {
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  color: var(--nader-color-dark-light);
}
.post-infos .pib .pibt a:hover {
  color: var(--nader-color-main);
}

.single .member-info {
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.single .member-info .pib {
  gap: 8px;
}
.single .member-info .pib .icon {
  border-radius: 4px;
  background: var(--nader-color-main);
}
.single .member-info .pib .icon svg {
  fill: var(--nader-color-white);
}
.single .member-info .pib .pibt .bt {
  font-size: 13px;
  color: #999;
}
.single .member-socials {
  gap: 4px;
}
.single .member-socials .icon {
  width: 36px;
  height: 36px;
  background: var(--nader-color-white-gray);
  border-radius: 4px;
}
.single .member-socials .icon svg {
  width: 18px;
  height: 18px;
  fill: var(--nader-color-main);
}
.single .member-socials .icon:hover {
  background: var(--nader-color-dark);
}

.project-info .pib {
  transition: 0.3s;
}
.project-info .pib .pibt {
  gap: 3px;
}
.project-info .pib .icon {
  background: var(--nader-color-main);
  border-radius: 4px;
}
.project-info .pib .icon svg {
  fill: var(--nader-color-white);
}

.single-banner .project-info {
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.single-banner .project-info .pib {
  gap: 0.5rem;
}

.project-content-section .project-form {
  display: none;
}
.project-content-section .project-comments {
  display: none;
}
.project-content-section .project-tabs-switcher {
  flex-wrap: wrap;
  margin-right: 20px;
  margin-left: 20px;
  background: var(--nader-color-white-gray);
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.project-content-section .project-tabs-switcher li {
  padding: 16px 25px;
  font-size: 14px;
  font-weight: bold;
  color: var(--nader-color-dark-light);
  z-index: 10;
}
.project-content-section .project-tabs-switcher li svg {
  width: 20px;
  height: 20px;
  fill: var(--nader-color-dark-light);
}
.project-content-section .project-tabs-switcher li.active {
  color: var(--nader-color-dark);
}
.project-content-section .project-tabs-switcher li.active svg {
  fill: var(--nader-color-main);
}

@media screen and (max-width: 768px) {
  .project-content-section .project-tabs-switcher li {
    padding: 12px 20px;
  }
}
@media screen and (max-width: 768px) {
  .single-banner .project-info {
    margin-top: 20px;
  }
  .single-banner .post-thumbnail {
    margin-top: 20px;
  }
  .single-team .post-details {
    order: 2;
    margin-top: 30px;
  }
  .single-team .post-thumbnail {
    margin: 0;
    order: 1;
  }
}
.elementor-widget-theme-post-content,
.single-content-section .sc-inner,
.woocommerce-Tabs-panel--description {
  /* For nested headings - reduces top margin when a heading follows another heading */
  /* Responsive adjustments */
}
.elementor-widget-theme-post-content h1, .elementor-widget-theme-post-content h2, .elementor-widget-theme-post-content h3, .elementor-widget-theme-post-content h4, .elementor-widget-theme-post-content h5, .elementor-widget-theme-post-content h6,
.single-content-section .sc-inner h1,
.single-content-section .sc-inner h2,
.single-content-section .sc-inner h3,
.single-content-section .sc-inner h4,
.single-content-section .sc-inner h5,
.single-content-section .sc-inner h6,
.woocommerce-Tabs-panel--description h1,
.woocommerce-Tabs-panel--description h2,
.woocommerce-Tabs-panel--description h3,
.woocommerce-Tabs-panel--description h4,
.woocommerce-Tabs-panel--description h5,
.woocommerce-Tabs-panel--description h6 {
  line-height: 1.2;
  color: inherit;
}
.elementor-widget-theme-post-content h1,
.single-content-section .sc-inner h1,
.woocommerce-Tabs-panel--description h1 {
  font-size: 2rem;
  margin-bottom: 1.4rem;
  margin-top: 2.4rem;
}
.elementor-widget-theme-post-content h2,
.single-content-section .sc-inner h2,
.woocommerce-Tabs-panel--description h2 {
  font-size: 1.6rem;
  margin-bottom: 1.1rem;
  margin-top: 1.8rem;
}
.elementor-widget-theme-post-content h3,
.single-content-section .sc-inner h3,
.woocommerce-Tabs-panel--description h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  margin-top: 1.6rem;
}
.elementor-widget-theme-post-content h4,
.single-content-section .sc-inner h4,
.woocommerce-Tabs-panel--description h4 {
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
  margin-top: 1.5rem;
}
.elementor-widget-theme-post-content h5,
.single-content-section .sc-inner h5,
.woocommerce-Tabs-panel--description h5 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  margin-top: 1.25rem;
}
.elementor-widget-theme-post-content h6,
.single-content-section .sc-inner h6,
.woocommerce-Tabs-panel--description h6 {
  font-size: 1rem;
  margin-bottom: 0.25rem;
  margin-top: 1rem;
}
.elementor-widget-theme-post-content h1 + h2,
.elementor-widget-theme-post-content h2 + h3,
.elementor-widget-theme-post-content h3 + h4,
.elementor-widget-theme-post-content h4 + h5,
.elementor-widget-theme-post-content h5 + h6,
.single-content-section .sc-inner h1 + h2,
.single-content-section .sc-inner h2 + h3,
.single-content-section .sc-inner h3 + h4,
.single-content-section .sc-inner h4 + h5,
.single-content-section .sc-inner h5 + h6,
.woocommerce-Tabs-panel--description h1 + h2,
.woocommerce-Tabs-panel--description h2 + h3,
.woocommerce-Tabs-panel--description h3 + h4,
.woocommerce-Tabs-panel--description h4 + h5,
.woocommerce-Tabs-panel--description h5 + h6 {
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .elementor-widget-theme-post-content h1,
  .single-content-section .sc-inner h1,
  .woocommerce-Tabs-panel--description h1 {
    font-size: 1.7rem;
    margin-top: 2rem;
    margin-bottom: 1.25rem;
  }
  .elementor-widget-theme-post-content h2,
  .single-content-section .sc-inner h2,
  .woocommerce-Tabs-panel--description h2 {
    font-size: 1.5rem;
    margin-top: 1.75rem;
    margin-bottom: 1rem;
  }
  .elementor-widget-theme-post-content h3,
  .single-content-section .sc-inner h3,
  .woocommerce-Tabs-panel--description h3 {
    font-size: 1.2rem;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
  }
}
.elementor-widget-theme-post-content ul, .elementor-widget-theme-post-content ol,
.single-content-section .sc-inner ul,
.single-content-section .sc-inner ol,
.woocommerce-Tabs-panel--description ul,
.woocommerce-Tabs-panel--description ol {
  padding-left: 24px;
}
.rtl .elementor-widget-theme-post-content ul, .rtl .elementor-widget-theme-post-content ol,
.rtl .single-content-section .sc-inner ul,
.rtl .single-content-section .sc-inner ol,
.rtl .woocommerce-Tabs-panel--description ul,
.rtl .woocommerce-Tabs-panel--description ol {
  padding-left: 0;
  padding-right: 24px;
}

.single-content-section {
  font-size: 14px;
  line-height: 26px;
}
.single-content-section .page-title svg {
  fill: var(--nader-color-main);
}
.single-content-section .page-title h1 {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
.single-content-section .page-thumbnail img {
  border-radius: 8px;
}
.single-content-section .sc-inner {
  position: relative;
  background: var(--nader-color-white);
  border-radius: 8px;
}

.page-actions {
  flex-wrap: wrap;
  border-bottom: 1px dashed var(--nader-color-gray);
}
.page-actions svg {
  fill: var(--nader-color-dark-light);
}

.font-size-changer {
  height: 36px;
  background: var(--nader-color-white-gray);
  border-radius: 4px;
}
.font-size-changer svg {
  width: 18px;
  height: 18px;
}
.font-size-changer .font-size-ch-btn {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  transition: all 0.3s;
}
.font-size-changer .font-size-ch-btn:hover {
  background: var(--nader-color-dark);
}
.font-size-changer .font-size-ch-btn:hover svg {
  fill: var(--nader-color-main);
}

.post-tags {
  font-size: 13px;
  font-weight: bold;
  border-top: 1px dashed var(--nader-color-gray);
}
.post-tags a {
  padding-right: 2px;
  padding-left: 2px;
  font-weight: normal;
  font-size: 13px;
}
.post-tags a:hover {
  color: var(--nader-color-main);
}

.single-content-section .post-content .post-tags a {
  border-bottom: unset;
  color: var(--nader-color-dark-light);
}
.single-content-section .post-content .post-tags a:hover {
  color: var(--nader-color-main);
}

.post-next-previous.sc-inner {
  display: flex;
}
.post-next-previous.sc-inner a img {
  width: 60px;
  height: auto;
  border-radius: 4px;
}
.post-next-previous.sc-inner a h3 {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  color: var(--nader-color-dark-light);
}
.post-next-previous.sc-inner a:hover h3 {
  color: var(--nader-color-main);
}

.bapf_sfilter {
  margin-bottom: 30px;
}
.bapf_sfilter .bapf_head h3 {
  position: relative;
  padding-right: 16px;
  font-size: 14px;
}
.bapf_sfilter .bapf_head h3:before {
  position: absolute;
  right: 0;
  top: 5px;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background: var(--nader-color-dark-light);
}
.bapf_sfilter.bapf_stylecolor .bapf_clr_span {
  margin: 7px;
  border-radius: 50px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.bapf_sfilter.bapf_stylecolor .checked .bapf_clr_span {
  box-shadow: 0 0px 0px 5px rgba(255, 0, 0, 0.25);
}
.bapf_sfilter.bapf_slidr .irs {
  font-family: "IranSans", "Arial";
}
.bapf_sfilter.bapf_slidr .irs span {
  font-size: 11px !important;
}
.bapf_sfilter.bapf_slidr .irs--round .irs-handle {
  border-color: var(--nader-color-main);
  box-shadow: 0 1px 3px rgba(255, 0, 0, 0.3);
}
.bapf_sfilter.bapf_slidr .irs-bar {
  background: var(--nader-color-main);
}
.bapf_sfilter.bapf_slidr .irs--round .irs-from, .bapf_sfilter.bapf_slidr .irs--round .irs-single, .bapf_sfilter.bapf_slidr .irs--round .irs-to {
  background: var(--nader-color-main);
}
.bapf_sfilter.bapf_slidr .irs--round .irs-from:before, .bapf_sfilter.bapf_slidr .irs--round .irs-single:before, .bapf_sfilter.bapf_slidr .irs--round .irs-to:before {
  border-top-color: var(--nader-color-main);
}
.bapf_sfilter.filter-by-rating .fa-star, .bapf_sfilter.filter-by-rating .fa-star-o {
  color: var(--nader-color-yellow);
}
.bapf_sfilter.filter-by-rating input[type=checkbox] {
  display: none;
}
.bapf_sfilter.filter-by-rating label {
  display: flex !important;
  gap: 2px;
  margin: 0 0 7px;
  font-size: 18px;
}
.bapf_sfilter.bapf_ckbox_sqchck li {
  margin-bottom: 7px !important;
}
.bapf_sfilter.bapf_ckbox_sqchck li:last-child {
  margin-bottom: 0 !important;
}
.bapf_sfilter.bapf_ckbox_sqchck li.checked label {
  font-weight: bold;
  color: var(--nader-color-main);
}
.bapf_sfilter.bapf_ckbox_sqchck input {
  width: 16px;
  height: 16px;
  margin: 0 0 0 10px !important;
  border-color: var(--nader-color-gray);
}
.bapf_sfilter.bapf_ckbox_sqchck input:after {
  width: 4px !important;
  height: 8px !important;
  left: 4px !important;
}
.bapf_sfilter.bapf_ckbox_sqchck input:checked {
  border-color: var(--nader-color-main);
}
.bapf_sfilter.bapf_ckbox_sqchck input:checked:after {
  border-color: var(--nader-color-main);
}
.bapf_sfilter.bapf_ckbox_sqchck label {
  font-size: 13px;
}

.berocket_aapf_widget_selected_filter .bapf_sfa_taxonomy {
  margin-bottom: 16px;
}
.berocket_aapf_widget_selected_filter .bapf_sfa_taxonomy:last-child {
  margin-bottom: 0;
}
.berocket_aapf_widget_selected_filter .bapf_sfa_taxonomy ul {
  margin-top: 7px;
}
.berocket_aapf_widget_selected_filter .bapf_sfa_taxonomy ul li {
  margin-bottom: 6px !important;
}
.berocket_aapf_widget_selected_filter .bapf_sfa_taxonomy span {
  font-size: 13px;
  font-weight: bold;
  color: var(--nader-color-dark-light);
}
.berocket_aapf_widget_selected_filter .bapf_sfa_taxonomy a {
  padding: 0 10px;
  font-size: 13px;
  background: var(--nader-color-gray);
  border-radius: 50px;
}
.berocket_aapf_widget_selected_filter .bapf_sfa_taxonomy a .fa-times {
  margin-left: 5px;
}
.berocket_aapf_widget_selected_filter .bapf_sfa_taxonomy a:hover {
  background: var(--nader-color-red);
  color: var(--nader-color-white);
}
.berocket_aapf_widget_selected_filter .bapf_sfa_taxonomy .fa-star {
  color: var(--nader-color-yellow);
}
.berocket_aapf_widget_selected_filter a.braapf_unselect_all {
  font-size: 14px;
  font-weight: bold;
  color: var(--nader-color-red);
}

/*# sourceMappingURL=single.css.map */
