body {
  height: 400vh;
  }
  .home-service-page-wrapper {
  background-image: url("../img/bg-header.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1150px;
  padding: 16px var(--padding);
  margin-top: 200px;
  height: 500px;
  position: relative;
  gap: 350px
  }
  h5 {
  font-size: 3rem;
  color: white;
  font-weight: 700;
  margin: 0;
  width: 100%;
  }
  h5 span {
  background-image: var(--color-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  }
  .services-details-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  }
  .services-details {
  padding: 16px var(--padding);
  width: 100%;
  max-width: var(--max-width);
  margin: auto;
  height: auto;
  position: relative;
  }

  .services-details .blobs-3{
    position: absolute;
  right: -200px;
  top: 850px;
  height: 400px;
  width: auto;
  z-index: -999;
    }

   
  .services-details-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  }
  .service-details-content {
  width: 350px;
  padding: 30px;
  text-align: left;
  background-color: transparent;
  border-radius: 15px;
  background-color: transparent;
  position: relative;
  }
  .service-details-content img {
  width: 60px;
  height: auto;
  }
  .service-details-content h3 {
  height: 75px;
  }
  .service-details-content p {
  font-size: 0.95rem;
  }
  .service-details-content span {
  color: var(--color-black);
  font-weight: 700;
  text-decoration: underline;
  text-align: left;
  font-size: 0.9rem;
  }
  .services-details a {
  text-decoration: none;
  }
  .btn-devis {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 170px;
  height: 40px;
  margin-top: 20px;
  background-color: var(--color-orange);
  text-decoration: none;
  color: white;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.8rem;
  border: 2px solid transparent;
  -webkit-border-radius: 3px;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  }
  .btn-devis:hover {
  background-color: transparent;
  color: var(--color-orange);
  border-color: var(--color-orange);
  }
  .operation {
  padding: 16px var(--padding);
  width: 100%;
  max-width: var(--max-width);
  margin: auto;
  height: 500px;
  }
  .operation-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: center;
  }
  .operation-content {
  width: 200px;
  padding: 4px;
  }
  .operation-content p {
  font-size: 0.9rem;
  }
  .faq {
  padding: 16px var(--padding);
  width: 100%;
  max-width: var(--max-width);
  margin: auto;
  height: AUTO;
  position: relative;
  }
  .faq .blobs-3{
    position: absolute;
  left: -100px;
  top: 500px;
  height: 400px;
  width: auto;
  z-index: -999;
    }

  .faq-wrapper {
  display: flex;
  flex-direction: column;
  gap: 70px;
  }
  .faq-row {
  display: flex;
  justify-content: space-between;
  }
  .dropdown {
  max-width: 490px;
  height: 63px;
  border-radius: 5px;
  color: var(--color-black);
  background-color: white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 29px 0px;
  transition: height 0.4s ease-in-out;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  .dropdown .bloc-top .icon-faq {
  transition: transform 0.4s ease-in-out;
  }
  .clicked {
  transform: rotate(90deg);
  transition: transform 0.4s ease-in-out;
  }
  .bloc-top {
  padding: 20px;
  display: block;
  width: 100%;
  border: none;
  outline: none;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 29px 0px;
  color: var(--color-black);
  cursor: pointer;
  border-radius: 5px;
  }
  .bloc-top img {
  width: 30px;
  }
  .bloc-answer {
  padding: 0 22px;
  }
  .bloc-answer ul {
  padding: 0;
  }
  .bloc-answer li {
  list-style-type: none;
  padding: 5px 0;
  }
  .bloc-answer li a {
  font-size: 18px;
  color: #f1f1f1;
  }
  .bloc-answer li:last-child {
  padding-bottom: 25px;
  }
  @media only screen and (max-width : 1000px) {
  h5 {
  width: 100%;
  }
  .services-details-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  }
  .operation {
  height: auto;
  }
  .operation-wrapper {
  flex-direction: column;
  align-items: center;
  }
  .operation-wrapper .operation-arrow {
  width: 130px;
  height: auto;
  transform: rotate(90deg);
  }
  .operation-content {
  width: 100%;
  }
  .faq-wrapper {
  gap: 30px;
  }
  .faq-row {
  flex-direction: column;
  gap: 30px;
  }
  .dropdown {
  width: 100%;
  max-width: none;
  }

  .faq .blobs-3{
  display: none;
    }

    .services-details .blobs-3{
      display: none;
      }
  

  }
  @media screen and (max-width: 800px) {
  .services-details-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  }
  .service-details-content {
  width: 100%;
  height: auto;
  text-align: center;
  }
  }
  @media screen and (max-width: 730px) {
  h5 {
  font-size: 2.5rem;
  }
  }
  @media screen and (max-width: 560px) {
  h5 {
  margin-top: 40px;
  }
  }
  