.service-intro {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(180deg, #19AA62 0%, #125936 100%);
}

html[lang='ar'] .service-intro,
html[lang='ar'] .service-intro * {
  direction: ltr !important;
}

.service-intro .image {
  width: 45%;
}

.service-intro .image img {
  width: 100%;
}

.service-intro .text {
  width: 55%;
  padding: 2rem 1.5rem;
  margin-top: 100px;
}

.service-intro .text .mini-title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  position: relative;
  width: fit-content;
}

.service-intro .text .mini-title span {
  color: #fff;
}

.service-intro .text .mini-title img {
  width: 35px;
  right: -40px;
  top: -10px;
  position: absolute;
}

.service-intro .text .title {
  color: #fff;
}

.service-intro .text .desc {
  color: #fff;
  opacity: .85;
  margin-top: 2rem;
}

@media screen and (max-width: 800px) {
  .service-intro {
    flex-direction: column;
  }

  .service-intro .image {
    width: 90%;
    align-self: flex-end;
  }

  .service-intro .text {
    width: 100%;
    margin-top: 70px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

}

/* presentation-service */

.service-presentation {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 2rem 0;
  padding: 0 2rem;
}

html[lang='ar'] .service-presentation {
  text-align: right;
}

.service-presentation .image {
  width: 45%;
}

.service-presentation .image img {
  width: 100%;
}

.service-presentation .text {
  width: 50%;
  padding-top: 3rem;
}

.service-presentation .text .mini-title {
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  position: relative;
  width: fit-content;
}

.service-presentation .text .mini-title span {
  color: #19AA62;
}

.service-presentation .text .mini-title img {
  width: 35px;
  right: -40px;
  top: -10px;
  position: absolute;
}

.service-presentation .text .title {
  color: rgba(21, 11, 51, 1);
}

.service-presentation .text .title img {
  width: 100px;
}


.service-presentation .text .desc {
  color: rgba(79, 76, 87, 1);
  opacity: .85;
  margin-top: 2rem;
}

.service-presentation .text .service-points {
  display: flex;
  flex-direction: column;
}

.service-presentation .text .service-points .point {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
}

.service-presentation .text .service-points .point .point-image {
  width: 85px;
}

.service-presentation .text .service-points .point .point-image img {
  width: 100%;
}

.service-presentation .text .service-points .point .point-text {
  padding: 0 1.5rem;
  width: 100%;
}

.service-presentation .text .service-points .point .point-text .point-title {
  color: rgba(11, 58, 14, 1);
  font-size: 20px;
}

.service-presentation .text .service-points .point-text .point-desc {
  max-width: 90%;
  font-size: 16px;
  margin-bottom: 0;
}

.service-presentation .text .btn-parent {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}


/* service luxury */
.service-luxury {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 2rem 0;
  padding: 0 2rem;
}

html[lang='ar'] .service-luxury {
  text-align: right;
}

.service-luxury .image {
  width: 45%;
}

.service-luxury .image img {
  width: 100%;
}

.service-luxury .text {
  width: 50%;
  padding-top: 5rem;
}

.service-luxury .text .mini-title {
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  position: relative;
  width: fit-content;
}

.service-luxury .text .mini-title span {
  color: #19AA62;
}

.service-luxury .text .mini-title img {
  width: 35px;
  /* right: -40px; */
  right: -32px;
  top: -10px;
  position: absolute;
}

.service-luxury .text .title {
  color: rgba(21, 11, 51, 1);
}

.service-luxury .text .title img {
  width: 100px;
}


.service-luxury .text .desc {
  color: rgba(79, 76, 87, 1);
  opacity: .85;
  margin-top: 2rem;
}

.service-luxury .text .lux-shape {
  display: flex;
  align-items: center;
}

.service-luxury .text .lux-shape .image {
  width: 150px;
  margin-inline-end: -3rem;
  position: relative;
}

.service-luxury .text .lux-shape .image img {
  width: 100%;
}

.service-luxury .text .lux-shape .text {
  color: rgba(0, 28, 14, 1);
  background: rgba(233, 252, 242, 1);
  padding: 1.5rem 2rem;
  padding-inline-start: 4rem;
  width: 83%;
  flex: 1;
  border-radius: 26px;
  font-size: 18px;
  font-family: "OtomanopeeOne-Regular", "almarai";
}

.service-luxury .text .section-ul {
  margin-top: 1.5rem;
}

.service-luxury .text .section-ul li {
  position: relative;
  padding-left: 1.5rem;
}

html[lang="ar"] .service-luxury .text .section-ul li {
  padding-right: 1.5rem;
  padding-left: 0;
}

.service-luxury .text .section-ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10%;
  width: 15.5px;
  height: 15.5px;
  background: url('/assets/icons/green-hand.png') center/cover no-repeat;
}

html[lang='ar'] .service-luxury .text .section-ul li::before {
  left: unset;
  right: 0;
}


/* start responsive */

@media screen and (max-width: 1200px) {
  .service-presentation .text .title {
    font-size: 23px;
  }
}

@media screen and (max-width: 1050px) {
  .service-presentation {
    align-items: center;
  }
}

@media screen and (max-width: 992px) {

  .service-presentation,
  .section-responsive {
    flex-direction: column-reverse;
    align-items: center;
  }

  .service-presentation .text,
  .section-responsive>.text {
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 2rem;
    margin-top: 1rem;
  }

  .service-presentation .image,
  .section-responsive .image {
    width: 70%;
  }


  /* .lux-shape {
    width: 100% !important;
    padding: 0 !important;
    background: rgba(233, 252, 242, 1) !important;
    border-radius: 26px !important;
  } */

  /* .lux-shape .text {
    padding: 1rem !important;
    text-align: center;
  } */

  /* .lux-shape .image {
    margin: 0px auto 1.4rem !important;
  } */
}

@media (max-width: 576px) {
  .lux-shape {
    width: 100% !important;
    padding: 0 !important;
    background: rgba(233, 252, 242, 1) !important;
    border-radius: 26px !important;
    flex-direction: column;
    align-items: center;
  }

  .lux-shape .text {
    padding: 1rem !important;
    text-align: center;
  }

  .lux-shape .image {
    margin: 1rem auto 1.4rem !important;
  }
}

@media screen and (max-width: 400px) {

  .service-presentation .image,
  .section-responsive .image {
    width: 90%;
  }

  .service-presentation .text .mini-title span {
    font-size: 15px;
  }

  .service-presentation .text .title {
    font-size: 18px;
    line-height: 1.5;
  }

  .service-presentation .text .title img {
    width: 70px;
  }

  .service-presentation .text .desc {
    margin-top: 1rem;
    font-size: 14px;
  }

  .service-presentation .text .service-points .point .point-image {
    width: 70px;
  }

  .service-presentation .text .service-points .point .point-text .point-title {
    font-size: 18px !important;
  }

  .service-presentation .text .service-points .point-text .point-desc {
    font-size: 14px !important;
    max-width: 80%;
  }

  .service-presentation .image {
    max-width: 90%;
  }
}