.header {
  background-image: url('../img/desktop-default-services.jpg');
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.bg-service-list .header-container {
  position: relative;
}

.bg-service-list::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 150, 219, 0) 0%, rgb(235 156 62) 30%, rgb(235 156 62) 100%);
}

.text-white-light {
  color: #f7f7f7 !important;
}

.bg-service-list {
  min-height: 240px;
}

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

.services .name-service {
  height: 2.75rem;
  display: flex;
  /* justify-content: center;
  align-items: center; */
}

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

.services a:hover .service-box {
  background-color: #242423;
  transition: 0.5s;
}

.fixed-bar {
  display: flex;
}

.description h2 {
  color: rgb(189, 31, 78) !important;
  padding-left: 0;
  padding-right: 0;
}

.description h3 {
  color: #242423;
  margin-top: 1.5rem;
  padding-left: 0;
  padding-right: 0;
}

.description p {
  color: rgb(139, 139, 139);
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #242423 !important;
}

ol,
ul {
  padding-right: 1rem !important;
}

.btnpurple {
  background-color: #242423;
}

.purple {
  color: #242423;
}

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

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

.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);
}

#accordionFAQ .accordion-item {
  border: 2px solid grey;
}

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

}

.FAQ .accordion-button:not(.collapsed) {
  background-color: #242423;
  color: rgb(255, 255, 255);
  box-shadow: none;
}

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

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

@media (min-width:992px) {
  .bg-service-list .header-container {
    position: absolute;
  }

  .services .list .service-box {
    width: 14.2%;
  }

  .bg-service-list::after {
    background-image:linear-gradient(to right, rgba(0, 150, 219, 0) 0%, rgb(248, 152, 29) 50%, rgb(248, 152, 29) 100%);
  }
}

@media (max-width: 576px) {
  .mobile-bg-dynamic {
    background-image: url('../img/default-mobile.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .services .custom-col {
    width: 33.3%;
  }

  .services .list .service-box {
    width: 33.3%;
  }
}

@media (min-width:576px) and (max-width:768px) {
  .mobile-bg-dynamic {
    background-image: url('../img/default-mobile.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .services .list .service-box {
    width: 30%;
  }
}

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

  .services .list .service-box {
    width: 25%;
  }

  .header-container {
    position: absolute;

  }

  .mobile-bg-dynamic {
    background-image: url('../img/default-mobile.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media (min-width:992px) {
  .header-container {
    position: absolute;
  }
}

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