/* ===== Reham Service Details Pages ===== */

.service-detail-clean{
  background:#fff;
}

.service-clean-hero{
  padding:155px 0 72px;
  background:
    radial-gradient(circle at 14% 18%, rgba(107,33,56,.055), transparent 34%),
    linear-gradient(180deg,#F8F5F0 0%,#fff 48%,#fff 100%);
}

.service-clean-wrap{
  max-width:940px;
  margin-inline:auto;
  text-align:right;
}

.service-clean-hero .section-label{
  margin-bottom:22px;
}

.service-clean-hero h1{
  max-width:850px;
  font-size:clamp(44px,5vw,74px);
  line-height:1.22;
  color:var(--deep);
  margin-bottom:18px;
}

.service-hero-sub{
  max-width:760px;
  color:rgba(74,55,40,.76);
  font-size:18px;
  line-height:2;
  margin-bottom:34px;
}

.service-clean-text{
  max-width:890px;
}

.service-clean-text p{
  font-size:19px;
  line-height:2.28;
  color:rgba(74,55,40,.84);
  margin-bottom:24px;
}

.service-clean-text p:first-child{
  font-size:21px;
  color:var(--deep);
  font-weight:600;
  line-height:2.12;
}

.service-clean-text p:last-child{
  color:var(--deep);
  font-weight:700;
}

.service-packages-section{
  padding:12px 0 105px;
  background:#fff;
}

.packages-heading{
  margin-bottom:28px;
}

.packages-heading h2{
  font-size:clamp(32px,3.5vw,50px);
  color:var(--deep);
  line-height:1.35;
}

.service-package-list{
  display:grid;
  gap:16px;
}

.service-package-row{
  display:grid;
  grid-template-columns:1fr 210px;
  gap:28px;
  align-items:center;
  padding:27px 0;
  border-top:1px solid rgba(230,221,212,.95);
}

.service-package-row:last-child{
  border-bottom:1px solid rgba(230,221,212,.95);
}

.package-kicker{
  display:inline-flex;
  margin-bottom:8px;
  color:var(--warm);
  font-size:13px;
  font-weight:700;
}

.package-row-content h3{
  /* font-family:'Noto Serif Arabic',serif; */
  font-size:30px;
  line-height:1.35;
  color:var(--deep);
  margin-bottom:8px;
}

.package-row-content p{
  font-size:15px;
  line-height:2;
  color:rgba(74,55,40,.78);
  max-width:680px;
}

.package-row-side{
  display:grid;
  justify-items:start;
  gap:12px;
}

.package-row-side strong{
  /* font-family:'Noto Serif Arabic',serif; */
  font-size:34px;
  color:var(--deep);
  line-height:1;
}

.package-row-side .btn{
  padding:11px 20px;
}

.service-package-row.featured{
  padding:30px;
  margin-inline:-30px;
  border:1px solid rgba(107,33,56,.18);
  border-radius:30px;
  background:
    radial-gradient(circle at top left, rgba(107,33,56,.07), transparent 34%),
    linear-gradient(180deg,#fff,#fbf8f4);
  box-shadow:0 22px 62px rgba(107,33,56,.09);
}

.service-package-row.featured:last-child{
  border-bottom:1px solid rgba(107,33,56,.18);
}

.availability-badge{
  display:inline-flex;
  vertical-align:middle;
  margin-right:10px;
  padding:5px 10px;
  border-radius:999px;
  background:rgba(107,33,56,.08);
  color:var(--deep);
  /* font-family:'Noto Kufi Arabic',sans-serif; */
  font-size:12px;
  font-weight:700;
}

.service-package-row.disabled{
  opacity:.72;
}

.service-package-row.disabled .package-kicker{
  color:#9d7c6a;
}

.service-package-row.disabled button{
  cursor:not-allowed;
  opacity:.7;
}

@media(max-width:760px){
  .service-clean-hero{
    padding:118px 0 62px;
  }

  .service-clean-hero h1{
    font-size:38px;
  }

  .service-hero-sub,
  .service-clean-text p,
  .service-clean-text p:first-child{
    font-size:16px;
    line-height:2.08;
  }

  .service-package-row,
  .service-package-row.featured{
    grid-template-columns:1fr;
  }

  .service-package-row.featured{
    margin-inline:0;
    padding:24px;
  }

  .package-row-side{
    justify-items:start;
  }

  .package-row-side strong{
    font-size:32px;
  }
}
