.testimonial-slides .item {
    border: 1px solid #d9d9d9;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
}
.testimonial-slides .desc {
    position: relative;
    background: #f5f5f5;
    font-style: italic;
    line-height: 1.5em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
    background: url(/wp-content/uploads/2025/10/quotes.webp) no-repeat 0 0;
    background-size: 25px;
    padding-left: 40px;
}
.testimonial-slides .item .desc .excerpt {
    margin-bottom: 10px;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    color: #1c1c1c;
}
.testimonial-slides h6 {
    font-size: 16px;
    font-style: normal;
    margin-bottom: 15px;
    line-height: 26px;
}
.testimonial-slides .toggle-text-link{color: var(--primary-color);}
.single-portfolio .portfolio-details .meta-section .post_category {
       border-top-color: #ddd;
    border-top-style: solid;
    border-top-width: 1px;
    display: block;
    padding: 10px 0px;
}
.single-portfolio .portfolio-details .meta-section .post_category .cate-list, .single-portfolio .portfolio-details .meta-section .post_category .tag-list {
    display: inline-block;
    line-height: 12px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-left: 5px;
    vertical-align: middle;
}
.single-portfolio .portfolio-details .authore-meta {
    border-top-color: #ddd;
    border-top-style: solid;
    border-top-width: 1px;
    padding-top: 10px;
    border-bottom: 1px solid #ddd;
}
.single-portfolio .portfolio-content{margin-top:20px;}
.single-portfolio .portfolio-content a:hover{ color: #1a1a1a;}
.single-portfolio .authore-meta {
    color: #1a1a1a;
    clear: none;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 10px;
    margin-top: 0px;
    font-weight: 400;
}
.single-portfolio .authoreinfo h1 {
    color: #1a1a1a;
    clear: none;
      font-family: Poppins;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 10px;
    margin-top: 0px;
    font-weight: 400;
}

.page-heading {
  text-align: center;
}

.page-heading h1,.page-heading h4 {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0 90px; /* default space for larger screens */
}

.page-heading h1:before,.page-heading h4:before,.page-heading h4::after,
.page-heading h1:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 3px;
  background: var(--primary-color);
  top: 50%;
  transform: translateY(-50%);
}

.page-heading h1:before,.page-heading h4:before {
  left: 0;
  
}

.page-heading h1:after,.page-heading h4:after {
  right: 0;
}


@media (max-width: 992px) {
  .page-heading h1,.page-heading h4 {
    padding: 0 60px;
  }

  .page-heading h1:before,.page-heading h4:before,.page-heading h4:after,
  .page-heading h1:after {
    width: 50px;
  }
}

@media (max-width: 768px) {
  .page-heading h1,.page-heading h4 {
    padding: 0 45px;
  }

  .page-heading h1:before,.page-heading h4:before,.page-heading h4:after,
  .page-heading h1:after {
    width: 35px;
  }
}

@media (max-width: 480px) {
   .page-heading h1,.page-heading h4{
    padding: 0 25px;
    font-size: 22px; /* optional for better fit */
  }

  .page-heading h1:before,.page-heading h4:before,.page-heading h4:after,
  .page-heading h1:after {
    width: 20px;
    height: 2px;
  }
}
.single-portfolio .portfolio-content h6{
      font-family: Poppins;font-size: 16px;
    line-height: 28px;
      font-weight: 500;
}
.elementor-element-e8840fe.page-heading h4{
        padding-left:0;
}
.elementor-element-e8840fe.page-heading h4:before{
    opacity:0;
}
.page-heading.left-heading h4:before{
   opacity:0; 
}
.left-heading.page-heading h4{
        padding-left:0;
}