.header {
  background-image: url('../img/plumbing-professional-doing-his-job_23-2150721518-2.webp');
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.header::after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(219.2deg, rgba(0, 0, 128, 1) 3.87%, rgba(0, 0, 128, 0.6) 107.83%);

}

.breadcrumb-item+.breadcrumb-item::before {
  color: var(--color-13);
}

.title {
  border-right: 3px solid var(--color-1);
}

.services .custom-col {
  width: 12.5%;
  flex: 0 0 auto;
}

.services .service-box {
  border-radius: 12px;
  background-color: #F9F9FA;
}

/* .services .name-service{
  height: 2.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
} */
.services a:hover .service-box {
  background-color: #eaeaff;
  transition: 0.5s;
}

.fixed-bar {
  display: flex;
}

.fixed-bar-btn .buttons,
.fixed-bar-btn button {
  margin-bottom: 70px !important;
}

.top-custom {
  top: 10rem;
}

.comments #comments {
  top: -9rem;
}

.carousel-indicators [data-bs-target] {
  background-color: var(--color-1);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: unset;
  background-color: var(--color-1);
}

.FAQ .accordion-button:not(.collapsed)::after {
  background-image: url('../img/minus.webp');
  background-size: 100%;
  width: 30px;
  height: 30px;

}

.FAQ .accordion-button:not(.collapsed) {
  background-color: #F7F6FF;
  color: black;
  box-shadow: none;
}

.FAQ .accordion-button:focus {
  box-shadow: none;
}

.FAQ .accordion-button::after {
  background-image: url('../img/plus.webp');
  background-size: 100%;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

@media (max-width:576px) {
  .services .custom-col {
    width: 33.3%;
  }
}

@media (min-width:576px) and (max-width:768px) {
  .services .custom-col {
    width: 20%;
  }
}

@media (min-width:768px) and (max-width:992px) {
  .services .custom-col {
    width: 16.6%;
  }
}

@media (min-width:992px) and (max-width:1200px) {
  .services .custom-col {
    width: 14.2%;
  }
}

@media (min-width:1200px) and (max-width:1400px) {
  .services .custom-col {
    width: 14.2%;
  }
}

@media (min-width:1400px) {}

@media (max-width:992px) {

  .fixed-bar-btn .buttons,
  .fixed-bar-btn button {
    margin-bottom: 60px !important;
  }
}

.txt-limit-3 {
  min-height: 62px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* محدودیت عرض ویدیؤ خدمت (هم‌تراز با بلوک توضیحات / اسلایدر) */
.service_detail_video_wrap {
  max-width: 720px;
}

.service_detail_video_el {
  height: auto;
  display: block;
}