/* Refactored CSS - Reham Abu Backer website
   Duplicate selector blocks were consolidated and grouped by section.
   Keep this file as assets/css/style.css. */

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Arabic:wght@300;400;500;600;700&family=Noto+Kufi+Arabic:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zain:wght@300;400;700;800;900&display=swap');

/* ===== Root Variables ===== */

:root {
  --primary: #6B2138;
  --primary-dark: #4A1426;
  --primary-soft: #8A3652;
  --secondary: #E2DFD7;
  --cream: #F8F5F0;
  --beige: #E2DFD7;
  --sand: #D1C9BE;
  --warm: #6B2138;
  --deep: #6B2138;
  --ink: #6B2138;
  --muted: #6E4E59;
  --line: #E6DDD4;
  --white: #fff;
  --shadow: 0 24px 70px rgba(107, 33, 56, .10);
  --radius: 28px;
  --container: 1180px;
  --identity: #6B2138;
  --identity-dark: #4A1426;
  --identity-soft: #8A3652;
  --identity-cream: #E2DFD7;
  --identity-shadow: rgba(107, 33, 56, .14);
  --identity-beige: #E2DFD7;
  --identity-beige-soft: #EEE8E0;
  --identity-burgundy: #6B2138;
  --identity-burgundy-dark: #4A1426;
  --hero-beige: #E2DFD7;
  --hero-beige-strong: #EFE7DB;
}

/* ===== Base + Typography ===== */

* {
  box-sizing: border-box;
}

html {
  direction: rtl;
  scroll-behavior: smooth;
}

body:before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  opacity: .035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(var(--container), calc(100% - 48px));
  margin-inline: auto;
}

.section {
  padding: 112px 0;
}

.section-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 52px;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.price {
  font-family: 'Noto Serif Arabic';
  font-size: 34px;
  margin: 16px 0;
  letter-spacing: -.02em;
  color: var(--primary) !important;
}

.tag {
  display: inline-block;
  background: var(--beige);
  border-radius: 999px;
  padding: 5px 12px;
  font-size: 12px;
  margin-bottom: 12px;
  color: var(--primary) !important;
}

.section-label:before {
  content: "";
  width: 34px;
  height: 1px;
  background: rgba(107, 33, 56, .55) !important;
}

.section-label:after {
  content: "";
  width: 34px;
  height: 1px;
  background: rgba(107, 33, 56, .55) !important;
}

body {
  margin: 0;
  font-family: 'Noto Kufi Arabic', sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.9;
  background: radial-gradient(circle at 18% 8%, rgba(226, 223, 215, .62), transparent 34%),
    linear-gradient(180deg, #FBF9F6 0%, #F8F5F0 44%, #fff 100%);
  color: rgba(86, 53, 65, .86);
}

p {
  margin: 0;
  color: rgba(86, 53, 65, .86);
}

.section-sub {
  font-size: 17px;
  margin-top: 14px;
  color: rgba(86, 53, 65, .86);
}

.section-head h2 {
  color: var(--identity-burgundy) !important;
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 500;
  color: var(--identity-burgundy) !important;
}

.section-label::before {
  background: rgba(107, 33, 56, .34) !important;
}

.section-label::after {
  background: rgba(107, 33, 56, .34) !important;
}

h1 {
  line-height: 1.35;
  margin: 0;
  color: var(--primary) !important;
  font-family: 'Zain', sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  font-size: clamp(34px, 4vw, 58px) !important;
}

h2 {
  line-height: 1.35;
  margin: 0;
  color: var(--primary) !important;
  font-family: 'Zain', sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  font-size: clamp(24px, 2.7vw, 40px) !important;
}

.section-title {
  color: var(--identity-burgundy) !important;
  font-family: 'Zain', sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  font-size: clamp(28px, 3vw, 44px) !important;
}

h3 {
  line-height: 1.35;
  margin: 0;
  color: var(--primary) !important;
  font-family: 'Zain', sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  font-size: clamp(14px, 1.8vw, 22px) !important;
}

/* ===== Buttons + Links ===== */

.arrow {
  font-size: 18px;
  line-height: 1;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 999px;
  padding: 15px 30px;
  font-weight: 600;
  font-size: 15px;
  transition: .28s ease;
  border: 1px solid transparent;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -70%;
  width: 40%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .35), transparent);
  transform: skewX(-18deg);
  transition: .55s;
}

.btn:hover:after {
  right: 130%;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-weight: 600;
  color: var(--primary) !important;
}

.text-link:after {
  content: "";
  display: block;
  width: 76px;
  height: 1px;
  background: rgba(107, 33, 56, .55) !important;
}

.btn-soft {
  background: rgba(226, 223, 215, .92) !important;
  color: var(--primary) !important;
  border-color: rgba(107, 33, 56, .20) !important;
  box-shadow: 0 12px 28px rgba(107, 33, 56, .06);
}

.package .btn-soft {
  background: rgba(226, 223, 215, .92) !important;
  color: var(--primary) !important;
  border-color: rgba(107, 33, 56, .20) !important;
  box-shadow: 0 12px 28px rgba(107, 33, 56, .06);
}

.btn-soft:hover {
  transform: translateY(-2px);
  background: #F1EEE8 !important;
  color: var(--primary-dark) !important;
  border-color: rgba(107, 33, 56, .34) !important;
}

.service-card:hover .btn-soft {
  border-color: rgba(107, 33, 56, .34) !important;
}

.text-link:hover {
  color: #8A3652 !important;
}

.btn-dark {
  color: #fff !important;
  border-color: var(--primary) !important;
  background: linear-gradient(135deg, #7A2944, #5A1B30 52%, #4A1426) !important;
  box-shadow: 0 18px 44px rgba(107, 33, 56, .18) !important;
}

.btn-dark:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #8A3652, #6B2138 54%, #4A1426) !important;
}

.service-card .btn-soft {
  padding: 11px 21px;
  border-radius: 999px;
  background: rgba(107, 33, 56, .075);
  border-color: rgba(107, 33, 56, .14);
  color: var(--deep);
  box-shadow: none;
}

.service-card .btn-soft:hover {
  background: var(--deep);
  color: var(--cream);
  border-color: var(--deep);
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(107, 33, 56, .16);
}

/* ===== Header + Navigation ===== */

.nav {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.nav-links a {
  position: relative;
}

.nav-links a:hover:after {
  width: 100%;
}

.menu-btn {
  display: none;
  border: 0;
  background: transparent;
  font-size: 28px;
  color: var(--ink);
  cursor: pointer;
}

body.home-page .site-header:not(.scrolled):not(.menu-open) {
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(-110%) !important;
  pointer-events: none !important;
}

body.home-page .site-header.scrolled {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
  pointer-events: auto !important;
}

body.home-page .site-header.menu-open {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
  pointer-events: auto !important;
}

body.inner-page .site-header {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
  pointer-events: auto !important;
}

.brand {
  min-width: 150px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  direction: rtl;
  text-align: right;
}

.brand-logo {
  width: 138px;
  height: auto;
  display: block;
  object-fit: contain;
}

.brand-name {
  font-family: Georgia, serif;
  letter-spacing: .22em;
  font-size: 30px;
  color: var(--ink);
  line-height: 1;
  display: none !important;
}

.brand-sub {
  font-size: 12px;
  color: var(--deep);
  margin-top: 9px;
  letter-spacing: 0;
  display: none !important;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 14px;
  color: var(--primary) !important;
}

.nav-links a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  width: 0;
  height: 1px;
  transition: .25s;
  background: var(--primary) !important;
}

.nav-links a:hover {
  color: #8A3652 !important;
}

.nav-links a.active {
  color: #8A3652 !important;
}

.nav-cta {
  padding: 13px 26px;
  border-radius: 12px;
  font-weight: 600;
  transition: .28s ease;
  color: #fff !important;
  border-color: var(--primary) !important;
  background: linear-gradient(135deg, #7A2944, #5A1B30 52%, #4A1426) !important;
  box-shadow: 0 18px 44px rgba(107, 33, 56, .18) !important;
}

.nav-cta:hover {
  box-shadow: 0 18px 42px rgba(139, 111, 82, .16);
  transform: translateY(-2px);
  background: linear-gradient(135deg, #8A3652, #6B2138 54%, #4A1426) !important;
}

.site-header {
  backdrop-filter: blur(18px);
  z-index: 50;
  background: rgba(255, 255, 255, .94) !important;
  border-bottom: 1px solid rgba(107, 33, 56, .12) !important;
  box-shadow: 0 12px 30px rgba(107, 33, 56, .05) !important;
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-110%);
  pointer-events: none;
  transition: transform .42s cubic-bezier(.2, .75, .25, 1), opacity .32s ease, visibility .32s ease, box-shadow .32s ease, background .32s ease !important;
}

.site-header.scrolled {
  background: rgba(255, 255, 255, .97) !important;
  box-shadow: 0 18px 55px rgba(107, 33, 56, .10) !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
  pointer-events: auto !important;
}

.site-header.menu-open {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
  pointer-events: auto !important;
}

/* ===== Hero Section ===== */

.hero:after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 38%;
  background: linear-gradient(0deg, rgba(250, 247, 242, .95), rgba(250, 247, 242, 0));
  pointer-events: none;
}

.hero-copy.visible h1 {
  animation: heroTitle .9s cubic-bezier(.2, .75, .25, 1) both;
}

.hero-copy.visible p {
  animation: fadeUp .9s .12s cubic-bezier(.2, .75, .25, 1) both;
}

.hero-copy.visible .hero-actions {
  animation: fadeUp .9s .22s cubic-bezier(.2, .75, .25, 1) both;
}

.hero-actions {
  margin-top: 42px;
  display: flex !important;
  align-items: center !important;
  gap: 24px !important;
  flex-wrap: wrap !important;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 15px;
  margin-bottom: 34px;
  color: var(--primary) !important;
}

.eyebrow:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary) !important;
}

.hero-inner::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(90deg, rgba(250, 247, 242, .0) 0%, rgba(250, 247, 242, .0) 50%, rgba(250, 247, 242, .78) 76%, rgba(250, 247, 242, .96) 100%);
  display: none !important;
  content: none !important;
}

.hero-actions .text-link:hover {
  color: #8A3652 !important;
}

.hero-inner {
  margin: auto;
  width: min(100% - 56px, var(--container)) !important;
  margin-inline: auto !important;
  min-height: 760px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  padding-top: 96px !important;
  padding-bottom: 70px !important;
  position: relative !important;
  z-index: 1 !important;
  padding: 130px 0 88px !important;
}

.hero-actions .btn-dark {
  background: var(--hero-beige) !important;
  color: var(--primary) !important;
  border-color: rgba(255, 255, 255, .35) !important;
  box-shadow: 0 18px 48px rgba(74, 20, 38, .18) !important;
}

.hero-actions .btn-dark:hover {
  background: #f2eadf !important;
}

.hero {
  min-height: 760px !important;
  display: flex !important;
  align-items: center !important;
  background-repeat: no-repeat !important;
  isolation: isolate !important;
  position: relative !important;
  background-image: url('../img/hero-bg.png') !important;
  background-position: left center !important;
  background-size: cover !important;
  overflow: hidden !important;
  background: linear-gradient(90deg, rgba(248, 244, 238, .06) 0%, rgba(248, 244, 238, .12) 23%, rgba(107, 33, 56, .18) 52%, rgba(107, 33, 56, .34) 100%),
    url('../img/hero-bg-v3.png') center center / cover no-repeat !important;
}

.hero::before {
  pointer-events: none;
  display: none !important;
  background-image: url('../img/hero-bg-v3.png') !important;
  background-size: cover;
  background-position: center center;
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  background: url('../img/hero-bg-v3.png') center center / cover no-repeat !important;
  opacity: 1 !important;
  animation: heroFloat 18s ease-in-out infinite alternate !important;
  transform-origin: center center !important;
  will-change: transform !important;
}

.hero::after {
  pointer-events: none !important;
  height: auto !important;
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  background: linear-gradient(90deg, rgba(248, 244, 238, .06) 0%, rgba(248, 244, 238, .12) 23%, rgba(107, 33, 56, .18) 52%, rgba(107, 33, 56, .34) 100%),
    radial-gradient(circle at 83% 42%, rgba(255, 255, 255, .10), transparent 18%) !important;
}

.hero .eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  width: max-content !important;
  max-width: 100% !important;
  margin-bottom: 26px !important;
  border-radius: 999px !important;
  backdrop-filter: blur(10px) !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  box-shadow: none !important;
  font-weight: 500;
  color: #E8E0D4 !important;
  text-shadow: 0 2px 8px rgba(74, 20, 38, .18), 0 8px 24px rgba(74, 20, 38, .10) !important;
}

.hero-actions .text-link {
  border-bottom: 1px solid rgba(74, 55, 40, .38) !important;
  font-weight: 700 !important;
  border: 0 !important;
  padding-bottom: 0 !important;
  text-decoration: none !important;
  color: #E8E0D4 !important;
  text-shadow: 0 2px 8px rgba(74, 20, 38, .18), 0 8px 24px rgba(74, 20, 38, .10) !important;
}

.hero p {
  margin-top: 26px;
  max-width: 560px !important;
  margin: 0 0 34px !important;
  font-size: 18px !important;
  line-height: 2 !important;
  filter: none !important;
  text-shadow: 0 2px 8px rgba(74, 20, 38, .18), 0 8px 24px rgba(74, 20, 38, .10) !important;
  color: rgba(232, 224, 212, .95) !important;
}

.hero-actions .text-link::after {
  display: none !important;
  content: none !important;
  background: #E8E0D4 !important;
}

.hero .eyebrow::before {
  content: "" !important;
  width: 7px !important;
  height: 7px !important;
  border-radius: 50% !important;
  box-shadow: none !important;
  background: #E8E0D4 !important;
}

.hero .hero-copy {
  width: min(760px, 100%) !important;
  max-width: 760px !important;
  margin-left: auto !important;
  margin-right: 0 !important;
  text-align: right !important;
}

.hero .hero-copy.reveal {
  transform: translateX(110px) translateY(34px) !important;
}

.hero .hero-copy.reveal.visible {
  transform: translateX(110px) translateY(0) !important;
}

.hero-copy {
  width: min(650px, 100%) !important;
  border-radius: 36px;
  position: relative !important;
  z-index: 2 !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 8px 0 !important;
  max-width: 760px !important;
  margin-left: auto !important;
  margin-right: 0 !important;
  padding-right: 40px !important;
  text-align: right !important;
}

.hero-title span {
  display: block;
}

.hero-title {
  text-align: right !important;
  margin: 0 0 18px !important;
  letter-spacing: 0 !important;
  font-family: 'Zain', sans-serif !important;
  font-weight: 750 !important;
  font-size: clamp(40px, 4.6vw, 70px) !important;
  line-height: 1.15 !important;
}

.hero h1 {
  text-wrap: balance;
  margin: 0 0 22px !important;
  max-width: 660px !important;
  filter: none !important;
  color: #E8E0D4 !important;
  text-shadow: 0 2px 8px rgba(74, 20, 38, .18), 0 8px 24px rgba(74, 20, 38, .10) !important;
  letter-spacing: 0 !important;
  font-family: 'Zain', sans-serif !important;
  font-weight: 750 !important;
  font-size: clamp(40px, 4.6vw, 66px) !important;
  line-height: 1.15 !important;
}

.hero .hero-name {
  font-family: 'Zain', sans-serif !important;
  font-weight: 800 !important;
  /* font-size: clamp(24px, 2.4vw, 36px) !important; */
  line-height: 2.2 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #E8E0D4 !important;
  text-shadow: 0 2px 8px rgba(74, 20, 38, .18),
    0 8px 24px rgba(74, 20, 38, .10) !important;
}

.hero .hero-role {
  font-family: 'Zain', sans-serif !important;
  font-weight: 500 !important;
  /* font-size: clamp(17px, 1.5vw, 22px) !important; */
  line-height: 1.25 !important;
  margin: 0 0 34px !important;
  padding: 0 !important;
  color: rgba(232, 224, 212, .95) !important;
  text-shadow: 0 2px 8px rgba(74, 20, 38, .18),
    0 8px 24px rgba(74, 20, 38, .10) !important;
}

.hero-role {
  margin: 4px 0 34px !important;
}

/* ===== About Section ===== */

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 74px;
  align-items: center;
}

.feature-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 36px;
}

.feature {
  text-align: center;
  padding: 22px 14px;
  border-left: 1px solid var(--line);
}

.feature:last-child {
  border-left: 0;
}

.feature p {
  font-size: 12px;
  margin: 0;
}

.about-img {
  border-radius: 26px;
  min-height: 540px;
  background: url('../img/riham.png') center/cover;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(90deg, rgba(250, 247, 242, .02), rgba(250, 247, 242, .18)), url('../img/riham.png');
  background-position: 72% center;
  background-size: cover;
  transform: translateZ(0);
}

.about-img:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(250, 247, 242, .2));
  pointer-events: none;
}

.about-img:before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 20px;
  z-index: 1;
  pointer-events: none;
}

.about-content p {
  font-size: 17px;
  margin-top: 22px;
  color: rgba(86, 53, 65, .82) !important;
}

.feature h4 {
  font-family: 'Noto Kufi Arabic';
  font-size: 14px;
  margin: 0 0 8px;
  color: var(--primary) !important;
}

.icon {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  margin: 0 auto 14px;
  font-size: 22px;
  transition: .32s ease;
  background: rgba(226, 223, 215, .82) !important;
  color: var(--primary) !important;
}

.about-content h2 {
  font-size: clamp(36px, 4vw, 62px);
  color: var(--identity-burgundy) !important;
}

/* ===== Problems Section ===== */

.problem-wrap {
  display: grid;
  grid-template-columns: .8fr 1fr;
  gap: 70px;
  align-items: start;
}

.problem-list {
  display: grid;
  gap: 18px;
}

.problem-item:hover {
  transform: translateX(-7px);
  border-bottom-color: rgba(139, 111, 82, .45);
}

.checkout-panel.active {
  display: block;
}

.checkout-hero-inner {
  max-width: 760px;
  text-align: center;
}

.checkout-hero-inner .section-label {
  justify-content: center;
  margin-inline: auto;
}

.checkout-hero .section-sub {
  font-size: 16px;
  max-width: 700px;
  margin: 0 auto;
}

.checkout-panel {
  display: none;
  animation: fadeUp .45s ease both;
  min-height: auto;
}

.checkout-hero h1 {
  font-size: clamp(34px, 3.6vw, 58px);
  margin-bottom: 10px;
  color: var(--primary) !important;
}

.problem-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  font-size: 18px;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  color: rgba(86, 53, 65, .82) !important;
}

.problems {
  background: linear-gradient(180deg, #fff 0%, #FBF9F6 100%) !important;
}

.check {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 15px;
  flex: 0 0 auto;
  background: rgba(226, 223, 215, .82) !important;
  color: var(--primary) !important;
}

.problem-wrap h2 {
  font-size: clamp(36px, 4vw, 60px);
  color: var(--identity-burgundy) !important;
}

/* ===== Services Cards ===== */

.mini-list {
  list-style: none;
  padding: 0;
  margin: 22px 0 28px;
  display: grid;
  gap: 9px;
}

.service-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, .55), rgba(255, 255, 255, 0) 42%);
  opacity: 0;
  transition: .35s ease;
  pointer-events: none;
}

.service-card:hover:before {
  opacity: 1;
}

.service-card:hover .icon {
  transform: translateY(-4px) scale(1.03);
  background: #F6EFE6;
}

.mini-list li {
  display: flex;
  gap: 10px;
  font-size: 14px;
  color: rgba(86, 53, 65, .82) !important;
}

.mini-list li:before {
  content: "✓";
  font-weight: 700;
  color: var(--primary) !important;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
  align-items: stretch;
  counter-reset: service-card-counter;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(107, 33, 56, .055), transparent 38%),
    radial-gradient(circle at left bottom, rgba(209, 201, 190, .28), transparent 36%);
  opacity: .95;
  pointer-events: none;
}

.service-card::after {
  content: "0" counter(service-card-counter);
  position: absolute;
  top: 20px;
  left: 26px;
  font-family: Georgia, serif;
  font-size: 64px;
  line-height: 1;
  color: rgba(107, 33, 56, .075);
  z-index: 0;
  pointer-events: none;
}

.service-card {
  will-change: transform;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease, background .28s ease !important;
  border-color: rgba(107, 33, 56, .14) !important;
  counter-increment: service-card-counter;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 285px;
  padding: 32px 32px 28px;
  border-radius: 32px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(248, 245, 240, .96)),
    radial-gradient(circle at 12% 18%, rgba(107, 33, 56, .14), transparent 34%);
  border: 1px solid rgba(226, 223, 215, .95);
  box-shadow: 0 18px 44px rgba(74, 55, 40, .055),
    inset 0 1px 0 rgba(255, 255, 255, .8);
  border-top: 4px solid transparent;
  background-clip: padding-box;
}

.service-card>* {
  position: relative;
  z-index: 2;
}

.service-card:hover {
  transform: translateY(-7px) !important;
  border-color: rgba(107, 33, 56, .26) !important;
  box-shadow: 0 18px 42px rgba(107, 33, 56, .12), 0 0 0 1px rgba(107, 33, 56, .05) !important;
  background: linear-gradient(145deg, #ffffff, #fbf6ef),
    radial-gradient(circle at 12% 18%, rgba(107, 33, 56, .18), transparent 36%);
}

.service-card p {
  margin-top: 0;
  margin-bottom: 18px;
  max-width: 94%;
  font-size: 14px;
  line-height: 1.85;
  color: rgba(74, 55, 40, .74);
}

.services-grid .service-card:first-child {
  background: linear-gradient(145deg, #ffffff, #fbf6ef),
    radial-gradient(circle at 12% 18%, rgba(107, 33, 56, .20), transparent 38%);
  border-color: rgba(107, 33, 56, .18);
}

.service-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.service-head h3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.3;
  color: var(--deep);
}

.service-card .icon {
  margin: 0 0 20px;
  font-size: 23px;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  background: linear-gradient(145deg, #6B2138, #8C4A63);
  color: #F8F5F0;
  box-shadow: 0 14px 30px rgba(107, 33, 56, .18),
    inset 0 1px 0 rgba(255, 255, 255, .12);
}

.service-card .icon svg {
  width: 27px;
  height: 27px;
  stroke-width: 1.9;
}

.service-card .mini-list {
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 14px 0 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.service-card .mini-list li {
  gap: 7px;
  position: relative;
  width: 100%;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: right;
  min-height: 34px;
  padding: 0 28px 0 8px;
  border-radius: 999px;
  background: #F8F5F2;
  border: 1px solid #E6D8D6;
  color: #9A6A78;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .55),
    0 2px 8px rgba(107, 33, 56, .035);
}

.service-card .mini-list li::before {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(107, 33, 56, .10);
  color: var(--deep);
  font-size: 10px;
  font-weight: 700;
  flex: 0 0 auto;
  content: none !important;
}

.service-card .mini-list li::after {
  content: "✓";
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  color: #A16C7C;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.service-card .mini-list li:hover {
  background: #fff;
  border-color: rgba(107, 33, 56, .18);
  color: #6B2138;
}

.service-card h3 {
  margin-bottom: 10px;
  color: var(--deep);
  margin-top: 0;
  font-family: 'Zain', sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  font-size: clamp(18px, 1.8vw, 24px) !important;
}

/* ===== How It Works ===== */

.steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.step-num {
  font-family: Georgia, serif;
  font-size: 42px;
  color: var(--sand);
  line-height: 1;
  margin-bottom: 22px;
}

.step h3 {
  font-family: 'Noto Kufi Arabic';
  font-size: 17px;
}

.how-dark:before {
  content: "";
  position: absolute;
  inset: -35% -10% auto;
  height: 80%;
  background: radial-gradient(circle at 50% 0%, rgba(201, 185, 154, .12), transparent 58%);
  pointer-events: none;
}

.how-head {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 76px;
}

.timeline-step:hover .timeline-num {
  transform: translateY(-6px);
  border-color: rgba(213, 194, 164, .72);
  box-shadow: 0 22px 60px rgba(0, 0, 0, .18);
}

.dark-label:before {
  content: "";
  width: 44px;
  height: 1px;
  background: rgba(107, 33, 56, .55) !important;
}

.dark-label:after {
  content: "";
  width: 44px;
  height: 1px;
  background: rgba(107, 33, 56, .55) !important;
}

.step {
  padding: 34px 22px;
  border-radius: 24px;
  border: 1px solid var(--line);
  min-height: 170px;
  will-change: transform;
  position: relative;
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  background: rgba(255, 255, 255, .88) !important;
  border-color: rgba(107, 33, 56, .13) !important;
  box-shadow: 0 18px 55px rgba(107, 33, 56, .055) !important;
}

.step:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 70px rgba(107, 33, 56, .12) !important;
  border-color: rgba(107, 33, 56, .28) !important;
}

.timeline-steps:before {
  content: "";
  position: absolute;
  top: 40px;
  right: 8%;
  left: 8%;
  height: 1px;
  background: rgba(226, 223, 215, .35) !important;
}

.how-dark {
  padding: 112px 0 122px;
  position: relative;
  overflow: hidden;
  color: #fff !important;
  background: radial-gradient(circle at 15% 20%, rgba(226, 223, 215, .08), transparent 28%),
    radial-gradient(circle at 85% 12%, rgba(226, 223, 215, .05), transparent 22%),
    linear-gradient(135deg, #6B2138 0%, #5A1B30 46%, #4A1426 100%) !important;
}

.timeline-step h3 {
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 17px;
  margin: 0 0 12px;
  color: var(--identity-beige) !important;
}

.timeline-step p {
  font-size: 14px;
  line-height: 1.9;
  color: rgba(238, 232, 224, .94) !important;
}

.dark-label {
  font-size: 13px;
  margin-bottom: 22px;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px !important;
  font-weight: 700 !important;
  letter-spacing: .01em !important;
  color: var(--identity-beige) !important;
  text-shadow: 0 1px 8px rgba(0, 0, 0, .06) !important;
}

.dark-label::before {
  content: "" !important;
  display: block !important;
  width: 48px !important;
  height: 1px !important;
  background: rgba(226, 223, 215, .65) !important;
}

.dark-label::after {
  content: "" !important;
  display: block !important;
  width: 48px !important;
  height: 1px !important;
  background: rgba(226, 223, 215, .65) !important;
}

.timeline-steps {
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  position: relative !important;
  isolation: isolate !important;
}

.timeline-steps::before {
  z-index: 1 !important;
  top: 43px !important;
  right: calc(10% + 43px) !important;
  left: calc(10% + 43px) !important;
  height: 2px !important;
  background: linear-gradient(90deg, rgba(226, 223, 215, .26), rgba(226, 223, 215, .74), rgba(226, 223, 215, .26)) !important;
}

.timeline-step {
  text-align: center;
  padding: 0 18px;
  position: relative !important;
  z-index: 2 !important;
}

.timeline-num {
  width: 86px;
  height: 86px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  margin: 0 auto 28px;
  font-family: Georgia, serif;
  transition: .35s ease;
  border-color: rgba(226, 223, 215, .42) !important;
  color: var(--identity-beige) !important;
  position: relative !important;
  z-index: 3 !important;
  background: linear-gradient(135deg, rgba(107, 33, 56, .98), rgba(90, 27, 48, .98)) !important;
  border: 1px solid rgba(226, 223, 215, .46) !important;
  box-shadow: 0 0 0 10px rgba(107, 33, 56, .98),
    0 10px 24px rgba(0, 0, 0, .08) !important;
}

.timeline-num::before {
  content: "" !important;
  position: absolute !important;
  inset: -8px !important;
  border-radius: 50% !important;
  border: 1px solid rgba(226, 223, 215, .12) !important;
  pointer-events: none !important;
}

.how-head h2 {
  color: var(--identity-beige) !important;
  font-family: 'Zain', sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  font-size: clamp(28px, 3vw, 44px) !important;
}

/* ===== Why Cards ===== */

.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.why-card p {
  color: rgba(86, 53, 65, .82) !important;
}

.why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 70px rgba(107, 33, 56, .12) !important;
  border-color: rgba(107, 33, 56, .28) !important;
}

.why-card h3 {
  font-family: 'Noto Kufi Arabic';
  font-size: 18px;
  margin-bottom: 6px;
  color: var(--identity-burgundy) !important;
}

.why-card {
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 28px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  will-change: transform;
  position: relative;
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  background: rgba(255, 255, 255, .88) !important;
  box-shadow: 0 18px 55px rgba(107, 33, 56, .055) !important;
  border-color: rgba(107, 33, 56, .14) !important;
}

/* ===== Testimonials ===== */

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.quote strong {
  display: block;
  margin-top: 22px;
  color: var(--ink);
}

.premium-testimonials::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  width: 320px;
  height: 320px;
  top: 16px;
  right: -130px;
  background: radial-gradient(circle, rgba(214, 194, 168, .18), transparent 64%);
}

.premium-testimonials::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  width: 260px;
  height: 260px;
  bottom: 8px;
  left: -120px;
  background: radial-gradient(circle, rgba(250, 247, 242, .9), transparent 68%);
}

.premium-testimonials .container {
  position: relative;
  z-index: 1;
}

.quote p {
  font-size: 15px;
  color: rgba(86, 53, 65, .82) !important;
}

.testimonials {
  background: linear-gradient(180deg, #fff 0%, #FBF9F6 100%) !important;
}

.quote {
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 30px;
  will-change: transform;
  position: relative;
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  background: rgba(255, 255, 255, .88) !important;
  border-color: rgba(107, 33, 56, .13) !important;
  box-shadow: 0 18px 55px rgba(107, 33, 56, .055) !important;
}

.quote:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 70px rgba(107, 33, 56, .12) !important;
  border-color: rgba(107, 33, 56, .28) !important;
}

.premium-testimonials .section-head {
  margin-bottom: 58px;
}

.premium-testimonials .section-title {
  color: var(--primary) !important;
}

.premium-testimonials .section-label {
  color: var(--primary) !important;
}

.premium-testimonials .section-sub {
  max-width: 760px;
  margin-inline: auto;
  color: rgba(107, 33, 56, .76) !important;
}

.premium-testimonials .section-label::before {
  background: rgba(107, 33, 56, .28) !important;
}

.premium-testimonials .section-label::after {
  background: rgba(107, 33, 56, .28) !important;
}

.premium-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 20px;
  gap: 28px;
}

.quote-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.quote-mark {
  font-family: 'Noto Serif Arabic';
  font-size: 56px;
  line-height: 1;
  color: var(--primary-soft) !important;
  text-shadow: none !important;
}

.stars {
  letter-spacing: 2px;
  font-size: 16px;
  color: var(--primary-soft) !important;
  text-shadow: none !important;
}

.quote-premium p {
  font-size: 16px;
  margin-bottom: 20px;
  color: rgba(107, 33, 56, .80) !important;
  line-height: 2.05;
}

.quote-footer {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(107, 33, 56, .10) !important;
  box-shadow: none !important;
}

.quote-footer strong {
  display: block;
  font-size: 15px;
  color: var(--primary) !important;
}

.quote-footer span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: rgba(107, 33, 56, .62) !important;
}

.premium-testimonials {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 14% 20%, rgba(107, 33, 56, .04), transparent 18%),
    radial-gradient(circle at 88% 82%, rgba(107, 33, 56, .035), transparent 16%),
    linear-gradient(180deg, #fbf6ef 0%, #f3ecdf 100%) !important;
}

.quote-premium {
  border-color: rgba(107, 33, 56, .14) !important;
  border-radius: 30px !important;
  padding: 34px 32px !important;
  background: #ffffff !important;
  border: 1px solid rgba(107, 33, 56, .09) !important;
  box-shadow: 0 14px 34px rgba(107, 33, 56, .05) !important;
}

.quote-premium.highlight {
  border-color: rgba(107, 33, 56, .14) !important;
  transform: none !important;
  background: #ffffff !important;
  border: 1px solid rgba(107, 33, 56, .09) !important;
  box-shadow: 0 14px 34px rgba(107, 33, 56, .05) !important;
}

.quote-premium:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 20px 44px rgba(107, 33, 56, .08) !important;
}

.quote-premium.highlight:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 20px 44px rgba(107, 33, 56, .08) !important;
}

.avatar-badge {
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 20px;
  width: 62px;
  height: 62px;
  background: linear-gradient(135deg, #7d304b, #612037) !important;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(107, 33, 56, .16) !important;
  color: #EFE6D9 !important;
}

/* ===== FAQ ===== */

.faq-wrap {
  max-width: 850px;
  margin: auto;
}

.faq-item.active .faq-q span {
  transform: rotate(45deg);
  background: var(--deep);
  color: var(--cream);
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease, opacity .3s ease;
  opacity: 0;
}

.faq-item.active .faq-a {
  max-height: 180px;
  opacity: 1;
}

.faq-q {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: right;
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Noto Kufi Arabic';
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  color: var(--primary) !important;
}

.faq-q span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: .3s ease;
  background: rgba(226, 223, 215, .82) !important;
  color: var(--primary) !important;
}

.faq-a p {
  padding-bottom: 24px;
  color: rgba(86, 53, 65, .86);
}

.faq-wrap h2 {
  color: var(--identity-burgundy) !important;
}

.faq-item {
  border-bottom: 1px solid var(--line);
  border-color: rgba(107, 33, 56, .14) !important;
}

/* ===== CTA Sections ===== */

.cta-box:before {
  content: "";
  position: absolute;
  inset: -90px auto auto -90px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(201, 185, 154, .22);
  filter: blur(2px);
}

.cta-box:after {
  content: "";
  position: absolute;
  inset: auto -120px -120px auto;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(240, 233, 223, .08);
}

.cta-box>* {
  position: relative;
  z-index: 1;
}

.section-label.light {
  background: rgba(255, 255, 255, .12);
  color: var(--cream);
  border-color: rgba(255, 255, 255, .14);
}

.cta-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.premium-btn {
  box-shadow: 0 16px 35px rgba(255, 255, 255, .08), 0 16px 44px rgba(0, 0, 0, .16);
}

.light-link {
  color: var(--cream) !important;
  opacity: .92;
}

.cta-pill:nth-child(2) {
  animation-delay: .9s;
}

.cta-pill:nth-child(3) {
  animation-delay: 1.8s;
}

.cta-actions .text-link {
  color: var(--identity) !important;
  font-weight: 700 !important;
  border: 0 !important;
  padding-bottom: 0 !important;
  text-decoration: none !important;
}

.cta-actions .text-link::after {
  display: none !important;
  content: none !important;
}

.cta-actions .light-link {
  color: rgba(255, 255, 255, .96) !important;
  text-shadow: 0 1px 8px rgba(0, 0, 0, .12) !important;
}

.cta-box {
  text-align: center;
  border-radius: 34px;
  padding: 70px 28px;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
  color: #fff !important;
  background: radial-gradient(circle at 82% 24%, rgba(255, 255, 255, .08), transparent 24%),
    radial-gradient(circle at 14% 88%, rgba(226, 223, 215, .10), transparent 28%),
    linear-gradient(135deg, #6B2138 0%, #5A1B30 48%, #4A1426 100%) !important;
  border-color: rgba(255, 255, 255, .10) !important;
}

.cta-box p {
  color: rgba(255, 255, 255, .90) !important;
  text-shadow: 0 1px 8px rgba(0, 0, 0, .06) !important;
}

.cta-box .section-label.light {
  color: rgba(255, 255, 255, .95) !important;
  background: rgba(255, 255, 255, .10) !important;
  border: 1px solid rgba(255, 255, 255, .14) !important;
  padding: 8px 16px !important;
  border-radius: 999px !important;
}

.cta-box .section-label.light::before {
  background: rgba(255, 255, 255, .28) !important;
}

.cta-box .section-label.light::after {
  background: rgba(255, 255, 255, .28) !important;
}

.cta-box .btn-soft {
  background: #fff !important;
  color: var(--identity) !important;
  border-color: rgba(255, 255, 255, .30) !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .12) !important;
}

.cta-box .btn-soft:hover {
  background: #f7f1f4 !important;
}

.cta-actions .text-link:hover {
  color: #8A3652 !important;
}

.cta-section-premium {
  padding-top: 42px;
}

.cta-luxury {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  align-items: center;
  gap: 24px;
  text-align: right;
  animation: glowPulse 6s ease-in-out infinite;
  border-color: rgba(255, 255, 255, .10) !important;
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 86% 22%, rgba(233, 223, 210, .10), transparent 20%),
    radial-gradient(circle at 16% 82%, rgba(233, 223, 210, .08), transparent 22%),
    linear-gradient(135deg, #6B2138 0%, #5f1f34 46%, #4f182a 100%) !important;
  border: 1px solid rgba(232, 224, 212, .14) !important;
  border-radius: 34px !important;
  box-shadow: 0 24px 60px rgba(74, 20, 38, .14) !important;
  padding: 48px 46px !important;
}

.cta-luxury::before {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 26px;
  border: 1px solid rgba(232, 224, 212, .10);
  pointer-events: none;
}

.cta-luxury::after {
  content: "";
  position: absolute;
  inset: auto -40px -65px auto;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232, 224, 212, .07), transparent 68%);
  pointer-events: none;
}

.cta-luxury .cta-pill {
  color: #E8E0D4 !important;
  text-shadow: none !important;
}

.cta-luxury h2 {
  color: #E8E0D4 !important;
  text-shadow: none !important;
  font-size: clamp(34px, 4vw, 56px) !important;
  line-height: 1.34 !important;
  margin-bottom: 16px !important;
}

.cta-luxury p {
  margin-bottom: 22px;
  text-shadow: none !important;
  color: rgba(232, 224, 212, .90) !important;
  font-size: 17px !important;
  line-height: 1.95 !important;
  max-width: 690px;
}

.cta-luxury .section-label.light {
  color: #E8E0D4 !important;
  text-shadow: none !important;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: rgba(232, 224, 212, .08) !important;
  border: 1px solid rgba(232, 224, 212, .14) !important;
  padding: 9px 18px !important;
  border-radius: 999px !important;
}

.cta-luxury .section-label.light::before {
  background: rgba(232, 224, 212, .48) !important;
}

.cta-luxury .section-label.light::after {
  background: rgba(232, 224, 212, .48) !important;
}

.cta-luxury .light-link::after {
  background: rgba(232, 224, 212, .48) !important;
}

.cta-luxury .btn-soft {
  border-color: rgba(255, 255, 255, .30) !important;
  background: #E8E0D4 !important;
  color: #6B2138 !important;
  border: 1px solid rgba(232, 224, 212, .30) !important;
  box-shadow: 0 14px 30px rgba(40, 10, 20, .14) !important;
}

.cta-luxury .btn-soft:hover {
  background: #f1e8dc !important;
}

.cta-luxury .light-link {
  color: #E8E0D4 !important;
  text-shadow: none !important;
  font-weight: 700;
  opacity: 1 !important;
}

.cta-side {
  justify-items: end;
  gap: 16px !important;
  width: 300px;
  max-width: 100%;
  box-sizing: border-box;
  margin-right: auto;
  display: grid;
  padding: 18px;
  border-radius: 26px;
  background: rgba(255, 255, 255, .075);
  border: 1px solid rgba(255, 255, 255, .13);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12),
    0 18px 45px rgba(0, 0, 0, .08);
  backdrop-filter: blur(10px);
}

.cta-pill {
  text-align: center;
  animation: floatSoft 6s ease-in-out infinite;
  color: #fff !important;
  border-color: rgba(255, 255, 255, .12) !important;
  min-width: 190px;
  background: rgba(232, 224, 212, .08) !important;
  border: 1px solid rgba(232, 224, 212, .14) !important;
  box-shadow: none !important;
  backdrop-filter: blur(6px);
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  padding: 0 18px;
  border-radius: 18px;
  font-size: 14px;
  font-weight: 600;
}

.cta-pill::before {
  content: "✓";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(226, 223, 215, .18);
  color: #E2DFD7;
  font-size: 13px;
  flex: 0 0 auto;
}

.cta-box h2 {
  margin-bottom: 28px;
  color: #e2dfd7 !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .08) !important;
  font-family: 'Zain', sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  font-size: clamp(28px, 3vw, 44px) !important;
}

/* ===== Footer ===== */

.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E");
  opacity: .09;
  pointer-events: none;
}

.footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(250, 247, 242, .30), transparent);
}

.footer .container {
  position: relative;
  z-index: 1;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr .85fr .95fr;
  gap: 38px;
  align-items: start;
}

.footer-grid>div {
  padding: 0 4px;
}

.footer-grid>div:first-child h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 34px;
  letter-spacing: .16em;
  margin-bottom: 14px;
}

.footer a:hover {
  color: #fff;
  transform: translateX(-4px);
}

.footer a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(201, 185, 154, .75);
  transition: .25s ease;
}

.footer a:hover::before {
  background: #fff;
  transform: scale(1.25);
}

.footer-grid>div:first-child p::after {
  content: "";
  display: block;
  width: 72px;
  height: 1px;
  margin-top: 22px;
  background: linear-gradient(90deg, rgba(201, 185, 154, .0), rgba(201, 185, 154, .7), rgba(201, 185, 154, .0));
}

.footer .footer-bottom {
  position: relative;
  z-index: 1;
  margin-top: 44px;
  padding-top: 22px;
  border-top: 1px solid rgba(250, 247, 242, .10);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  color: rgba(250, 247, 242, .48);
  font-size: 12px;
}

.footer-grid::after {
  content: "© 2026 REHAM — جميع الحقوق محفوظة";
  grid-column: 1 / -1;
  margin-top: 18px;
  padding-top: 22px;
  border-top: 1px solid rgba(250, 247, 242, .10);
  color: rgba(250, 247, 242, .46);
  font-size: 12px;
}

.footer-grid>div:nth-child(2) h3 {
  color: #E2DFD7 !important;
}

.footer-grid>div:nth-child(3) h3 {
  color: #E2DFD7 !important;
}

.footer-grid>div:nth-child(2) a {
  color: #E2DFD7 !important;
}

.footer-grid>div:nth-child(3) a {
  color: #E2DFD7 !important;
}

.footer-grid>div:nth-child(3) p {
  color: #E2DFD7 !important;
}

.footer-grid>div:nth-child(2) a:hover {
  color: #F3EEE6 !important;
}

.footer-grid>div:nth-child(3) a:hover {
  color: #F3EEE6 !important;
}

.footer-grid>div:nth-child(2) a::before {
  background: #E2DFD7 !important;
}

.footer-grid>div:nth-child(3) a::before {
  background: #E2DFD7 !important;
}

.footer-logo {
  width: 178px;
  height: auto;
  display: block;
  margin-bottom: 18px;
}

.footer {
  position: relative;
  overflow: hidden;
  padding: 78px 0 34px;
  background: radial-gradient(circle at 50% 0%, rgba(226, 223, 215, .14), transparent 52%),
    linear-gradient(135deg, var(--primary), var(--primary-dark)) !important;
  color: #fff !important;
}

.footer a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  text-decoration: none;
  transition: .25s ease;
  padding: 3px 0;
  color: rgba(255, 255, 255, .76) !important;
}

.footer p {
  font-size: 14px;
  line-height: 2;
  max-width: 360px;
  color: rgba(250, 247, 242, .7);
}

.footer h3 {
  font-size: 24px;
  margin-bottom: 18px;
  letter-spacing: .02em;
  color: var(--secondary) !important;
}

/* ===== Inner Pages + Service Details ===== */

.page-hero .section-label {
  justify-content: flex-start;
}

.service-hero {
  display: grid;
  grid-template-columns: 1fr .44fr;
  gap: 36px;
  align-items: center;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.package:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, .55), rgba(255, 255, 255, 0) 42%);
  opacity: 0;
  transition: .35s ease;
  pointer-events: none;
}

.panel:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, .55), rgba(255, 255, 255, 0) 42%);
  opacity: 0;
  transition: .35s ease;
  pointer-events: none;
}

.package:hover:before {
  opacity: 1;
}

.panel:hover:before {
  opacity: 1;
}

.packages {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 860px;
  margin-inline: auto;
}

.panel-heading {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 34px;
}

.panel-heading p {
  margin-top: 12px;
}

.panel h2 {
  font-size: 34px;
  margin-bottom: 18px;
  color: var(--primary) !important;
}

.package h3 {
  color: var(--primary) !important;
}

.panel-heading h2 {
  font-size: clamp(32px, 3.3vw, 50px);
  color: var(--primary) !important;
}

.panel li {
  display: flex;
  gap: 10px;
  color: rgba(86, 53, 65, .82) !important;
}

.page-hero {
  padding: 150px 0 74px;
  background: radial-gradient(circle at 12% 20%, rgba(107, 33, 56, .08), transparent 30%),
    linear-gradient(180deg, #EFEAE4 0%, #FBF9F6 100%) !important;
}

.panel {
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 34px;
  will-change: transform;
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, .88) !important;
  border-color: rgba(107, 33, 56, .13) !important;
  box-shadow: 0 18px 55px rgba(107, 33, 56, .055) !important;
}

.package {
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 30px;
  will-change: transform;
  position: relative;
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  background: rgba(255, 255, 255, .88) !important;
  border-color: rgba(107, 33, 56, .13) !important;
  box-shadow: 0 18px 55px rgba(107, 33, 56, .055) !important;
}

.package:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 70px rgba(107, 33, 56, .12) !important;
  border-color: rgba(107, 33, 56, .28) !important;
}

.big-icon {
  width: 118px;
  height: 118px;
  border-radius: 34px;
  display: grid;
  place-items: center;
  font-size: 48px;
  box-shadow: var(--shadow);
  background: rgba(226, 223, 215, .82) !important;
  color: var(--primary) !important;
}

.panel li:before {
  content: "✓";
  font-weight: 700;
  color: var(--primary) !important;
}

.package.highlight {
  box-shadow: var(--shadow);
  background: linear-gradient(180deg, #fff, #F8F5F0) !important;
  border-color: rgba(107, 33, 56, .45) !important;
}

.package.highlight:after {
  content: "موصى بها";
  position: absolute;
  top: 22px;
  left: 22px;
  border-radius: 999px;
  padding: 5px 12px;
  font-size: 11px;
  background: var(--primary) !important;
  color: #fff !important;
}

.quick-consult-section {
  padding-top: 0;
  background: var(--cream);
}

.quick-consult-card {
  display: grid;
  grid-template-columns: 1fr .34fr;
  gap: 34px;
  align-items: center;
  background: linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(248, 245, 240, .92));
  border: 1px solid rgba(107, 33, 56, .16);
  border-radius: 34px;
  padding: 42px;
  box-shadow: 0 24px 70px rgba(107, 33, 56, .08);
  position: relative;
  overflow: hidden;
}

.quick-consult-card:before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  left: -80px;
  top: -80px;
  background: rgba(107, 33, 56, .07);
}

.quick-consult-card:after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  right: -120px;
  bottom: -130px;
  background: rgba(209, 201, 190, .28);
}

.quick-consult-content {
  position: relative;
  z-index: 1;
}

.quick-consult-card h2 {
  font-size: clamp(30px, 3vw, 48px);
  margin-bottom: 14px;
}

.quick-consult-card p {
  max-width: 720px;
  font-size: 16px;
  color: rgba(74, 55, 40, .76);
}

.quick-consult-side {
  position: relative;
  z-index: 1;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 28px;
  text-align: center;
  box-shadow: 0 14px 42px rgba(74, 55, 40, .05);
}

.quick-consult-side small {
  display: block;
  color: var(--muted);
  margin: 8px 0 22px;
}

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

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

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

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

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

.service-clean-text p {
  font-size: 19px;
  line-height: 2.25;
  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.1;
}

.service-clean-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 48px;
  padding-top: 34px;
  border-top: 1px solid rgba(230, 221, 212, .95);
}

.service-clean-price {
  display: flex;
  align-items: flex-end;
  gap: 14px;
}

.service-clean-price strong {
  font-family: 'Noto Serif Arabic', serif;
  font-size: 40px;
  line-height: 1;
  color: var(--deep);
}

.service-clean-price span {
  color: var(--muted);
  font-size: 16px;
  padding-bottom: 3px;
}

.page-hero h1 {
  color: var(--primary) !important;
  font-family: 'Zain', sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  font-size: clamp(25px, 3vw, 34px) !important;
}

.packages-heading h2 {
  font-family: 'Zain', sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  font-size: clamp(28px, 3vw, 44px) !important;
}

.package-row-content h3 {
  font-family: 'Zain', sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  font-size: clamp(18px, 1.8vw, 24px) !important;
}

.service-clean-hero h1 {
  max-width: 820px;
  color: var(--deep);
  margin-bottom: 34px;
  letter-spacing: 0 !important;
  font-family: 'Zain', sans-serif !important;
  font-weight: 900 !important;
  font-size: clamp(42px, 5vw, 76px) !important;
  line-height: 1.18 !important;
}

.service-clean-wrap h1 {
  letter-spacing: 0 !important;
  font-family: 'Zain', sans-serif !important;
  font-weight: 900 !important;
  font-size: clamp(42px, 3vw, 76px) !important;
  line-height: 1.18 !important;
}

.service-keyword {
  /* display: inline-flex; */
  /* align-items: center; */

  /* margin-left: 2px; */
  /* padding-bottom: 2px; */

  color: var(--primary);
  /* border-bottom: 2px solid rgba(107, 33, 56, .22); */
  /* font-family: 'Zain', sans-serif; */
  /* font-size: 18px; */
  font-weight: 900;
  /* line-height: 1.3; */

  /* white-space: nowrap; */
}

/* ===== Booking + Forms ===== */

.booking-card {
  max-width: 760px;
  margin: auto;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 32px;
  padding: 34px;
  box-shadow: var(--shadow);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.success {
  display: none;
  text-align: center;
  padding: 60px 20px;
}

.success.show {
  display: block;
}

.hide {
  display: none !important;
}

.calendar-layout {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 24px;
  align-items: stretch;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin-left: 6px;
}

.disabled-dot {
  background: #D7CABC;
}

.time-slots.show {
  display: grid;
}

.payment-option input {
  accent-color: var(--deep);
}

.payment-option strong {
  display: block;
  color: var(--ink);
}

.compact-booking-section {
  padding: 26px 0 72px;
}

.compact-booking-wrap {
  width: min(100% - 26px, 1100px);
}

.compact-shell {
  max-width: 980px;
  padding: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fdfaf6 100%);
  border: 1px solid rgba(232, 222, 211, .95);
}

.compact-heading {
  margin: 0 auto 24px;
}

.compact-heading h2 {
  font-size: clamp(28px, 3vw, 42px);
}

.compact-heading p {
  font-size: 14px;
}

.booking-progress {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 22px;
}

.compact-grid {
  grid-template-columns: 1.2fr .8fr;
  gap: 18px;
}

.glass-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(251, 246, 240, .96));
  backdrop-filter: blur(6px);
  box-shadow: 0 16px 38px rgba(74, 55, 40, .05);
}

.calendar-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  gap: 6px;
}

.calendar-grid button {
  border: 1px solid transparent;
  font-family: 'Noto Kufi Arabic', sans-serif;
  height: 42px;
  border-radius: 13px;
  font-size: 13px;
}

.compact-times p {
  font-size: 13px;
  line-height: 1.75;
}

.time-slots {
  display: none;
  margin-top: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.compact-form-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
}

.field {
  margin-bottom: 0;
}

.field-wide {
  grid-column: 1/-1;
}

.compact-payment-layout {
  grid-template-columns: 1fr .82fr;
  gap: 16px;
  align-items: start;
}

.payment-layout {
  grid-template-columns: 1fr .75fr;
  gap: 24px;
  display: grid;
}

.payment-methods {
  display: grid;
  gap: 12px;
}

.payment-option span strong {
  display: block;
  font-size: 15px;
}

.payment-option span small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
}

.compact-summary {
  display: grid;
  gap: 12px;
}

.summary-card div {
  border-top: 1px solid var(--line);
  padding-top: 14px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(226, 214, 201, .65);
}

.summary-card div:last-child {
  border-bottom: 0;
}

.compact-actions {
  margin-top: 18px;
}

.flow-actions {
  margin-top: 30px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.next-step:disabled {
  transform: none !important;
  opacity: .55;
  cursor: not-allowed;
  box-shadow: none;
}

.calendar-top strong {
  font-size: 18px;
  color: var(--primary) !important;
}

.times-card h3 {
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 22px;
  margin: 0 0 10px;
  color: var(--primary) !important;
}

.summary-card h3 {
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 22px;
  margin: 0 0 10px;
  color: var(--primary) !important;
}

.field label {
  display: block;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 6px;
  color: rgba(86, 53, 65, .82) !important;
}

.payment-option small {
  display: block;
  margin-top: 2px;
  color: rgba(86, 53, 65, .82) !important;
}

.summary-card strong {
  line-height: 1.8;
  font-size: 14px;
  text-align: left;
  color: rgba(86, 53, 65, .82) !important;
}

.weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
  text-align: center;
  margin-bottom: 8px;
  font-size: 11px;
  color: var(--primary) !important;
}

.summary-card span {
  display: block;
  font-size: 13px;
  color: var(--primary) !important;
}

.mini-note {
  margin-top: 14px;
  padding: 12px 14px;
  background: #fff;
  border: 1px dashed rgba(139, 111, 82, .26);
  border-radius: 14px;
  font-size: 12px;
  color: var(--primary) !important;
}

.calendar-legend {
  display: flex;
  gap: 18px;
  margin-top: 12px;
  font-size: 12px;
  color: var(--primary) !important;
}

.available-dot {
  background: var(--primary) !important;
}

.day.available:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, var(--primary), var(--primary-dark)) !important;
  color: #fff !important;
  border-color: var(--primary) !important;
  box-shadow: 0 18px 42px rgba(107, 33, 56, .18) !important;
}

.day.available.selected {
  transform: translateY(-2px);
  background: linear-gradient(135deg, var(--primary), var(--primary-dark)) !important;
  color: #fff !important;
  border-color: var(--primary) !important;
  box-shadow: 0 18px 42px rgba(107, 33, 56, .18) !important;
}

.time-slot:hover {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark)) !important;
  color: #fff !important;
  border-color: var(--primary) !important;
  box-shadow: 0 18px 42px rgba(107, 33, 56, .18) !important;
}

.time-slot.selected {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark)) !important;
  color: #fff !important;
  border-color: var(--primary) !important;
  box-shadow: 0 18px 42px rgba(107, 33, 56, .18) !important;
}

.compact-hero {
  padding: 118px 0 28px;
  background: radial-gradient(circle at 12% 20%, rgba(107, 33, 56, .08), transparent 30%),
    linear-gradient(180deg, #EFEAE4 0%, #FBF9F6 100%) !important;
}

.booking-flow-section {
  background: linear-gradient(180deg, #FBF9F6 0%, #fff 100%) !important;
}

.calendar-card {
  border: 1px solid var(--line);
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, .88) !important;
  border-color: rgba(107, 33, 56, .13) !important;
  box-shadow: 0 18px 55px rgba(107, 33, 56, .055) !important;
}

.times-card {
  border: 1px solid var(--line);
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, .88) !important;
  border-color: rgba(107, 33, 56, .13) !important;
  box-shadow: 0 18px 55px rgba(107, 33, 56, .055) !important;
}

.summary-card {
  border: 1px solid var(--line);
  display: grid;
  gap: 18px;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, .88) !important;
  border-color: rgba(107, 33, 56, .13) !important;
  box-shadow: 0 18px 55px rgba(107, 33, 56, .055) !important;
}

.payment-option {
  border: 1px solid var(--line);
  display: flex;
  gap: 14px;
  align-items: center;
  cursor: pointer;
  border-radius: 24px;
  padding: 16px;
  transition: .28s ease;
  background: rgba(255, 255, 255, .88) !important;
  border-color: rgba(107, 33, 56, .13) !important;
  box-shadow: 0 18px 55px rgba(107, 33, 56, .055) !important;
}

.booking-shell {
  max-width: 1040px;
  margin: auto;
  border: 1px solid rgba(229, 218, 205, .9);
  border-radius: 34px;
  padding: 30px;
  background: rgba(255, 255, 255, .88) !important;
  border-color: rgba(107, 33, 56, .13) !important;
  box-shadow: 0 18px 55px rgba(107, 33, 56, .055) !important;
}

.payment-option:hover {
  transform: translateY(-2px);
  box-shadow: 0 26px 70px rgba(107, 33, 56, .12) !important;
  border-color: rgba(107, 33, 56, .28) !important;
}

.field input {
  width: 100%;
  border: 1px solid var(--line);
  font-family: 'Noto Kufi Arabic';
  outline: 0;
  transition: .25s;
  padding: 13px 14px;
  border-radius: 14px;
  border-color: rgba(107, 33, 56, .16) !important;
  color: #563541 !important;
  background: #fff !important;
}

.field select {
  width: 100%;
  border: 1px solid var(--line);
  font-family: 'Noto Kufi Arabic';
  outline: 0;
  transition: .25s;
  padding: 13px 14px;
  border-radius: 14px;
  border-color: rgba(107, 33, 56, .16) !important;
  color: #563541 !important;
  background: #fff !important;
}

.field textarea {
  width: 100%;
  border: 1px solid var(--line);
  font-family: 'Noto Kufi Arabic';
  outline: 0;
  transition: .25s;
  padding: 13px 14px;
  border-radius: 14px;
  min-height: 110px;
  border-color: rgba(107, 33, 56, .16) !important;
  color: #563541 !important;
  background: #fff !important;
}

.field input:focus {
  border-color: var(--primary) !important;
  box-shadow: 0 0 0 4px rgba(107, 33, 56, .10) !important;
}

.field select:focus {
  border-color: var(--primary) !important;
  box-shadow: 0 0 0 4px rgba(107, 33, 56, .10) !important;
}

.field textarea:focus {
  border-color: var(--primary) !important;
  box-shadow: 0 0 0 4px rgba(107, 33, 56, .10) !important;
}

.day.available {
  background: #fff;
  cursor: pointer;
  transition: .25s ease;
  color: var(--primary) !important;
  border-color: rgba(107, 33, 56, .18) !important;
}

.time-slot {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  font-family: 'Noto Kufi Arabic', sans-serif;
  cursor: pointer;
  transition: .25s ease;
  padding: 12px;
  font-size: 13px;
  color: var(--primary) !important;
  border-color: rgba(107, 33, 56, .18) !important;
}

.cal-arrow {
  border-radius: 50%;
  border: 1px solid var(--line);
  background: #fff;
  cursor: pointer;
  width: 36px;
  height: 36px;
  color: var(--primary) !important;
  border-color: rgba(107, 33, 56, .18) !important;
}

.day.disabled {
  background: rgba(226, 223, 215, .50) !important;
  color: rgba(86, 53, 65, .35) !important;
}

/* ===== Animations + Utilities ===== */

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .85s cubic-bezier(.2, .75, .25, 1), transform .85s cubic-bezier(.2, .75, .25, 1);
  transition-delay: var(--delay, 0ms);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal.visible .quote-premium {
  animation-play-state: running;
}

.reveal.visible .cta-pill {
  animation-play-state: running;
}

/* ===== Miscellaneous ===== */

.progress-step.active {
  transform: translateY(-2px);
  background: linear-gradient(135deg, var(--primary), var(--primary-dark)) !important;
  color: #fff !important;
  border-color: var(--primary) !important;
  box-shadow: 0 18px 42px rgba(107, 33, 56, .18) !important;
}

.progress-step {
  border: 1px solid var(--line);
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-weight: 600;
  cursor: pointer;
  transition: .3s ease;
  padding: 12px 14px;
  border-radius: 18px;
  font-size: 14px;
  background: #fff !important;
  color: var(--primary) !important;
  border-color: rgba(107, 33, 56, .14) !important;
}

.progress-step span {
  display: block;
  font-family: Georgia, serif;
  font-size: 17px;
  margin-bottom: 2px;
  color: var(--primary) !important;
}

.progress-step.active span {
  color: #fff !important;
}

.quick-badge {
  display: inline-flex;
  align-items: center;
  background: var(--deep);
  color: var(--cream);
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 12px;
  margin-bottom: 18px;
}

.quick-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.quick-points span {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 13px;
  color: var(--deep);
}

.quick-price {
  font-family: 'Noto Serif Arabic', serif;
  color: var(--deep);
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
}

.service-closing {
  color: var(--deep) !important;
  font-weight: 700;
  margin-top: 34px;
}

/* ===== Keyframes ===== */

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }

}

@keyframes heroTitle {
  from {
    opacity: 0;
    transform: translateY(30px) scale(.985);
    letter-spacing: -.07em;
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    letter-spacing: -.04em;
  }

}

@keyframes floatSoft {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-7px);
  }

}

@keyframes glowPulse {

  0%,
  100% {
    box-shadow: 0 20px 55px rgba(34, 23, 15, .16);
  }

  50% {
    box-shadow: 0 24px 70px rgba(34, 23, 15, .22);
  }

}

@keyframes heroFloat {
  0% {
    transform: scale(1.02) translate3d(0, 0, 0);
  }

  100% {
    transform: scale(1.08) translate3d(-12px, -10px, 0);
  }

}


/* =========================================================
   Responsive layout only
   - Desktop design, colors, hero background and overlays are preserved.
   - These rules only adjust layout, spacing, grids, and font sizes.
========================================================= */

/* ===== Responsive: @media (max-width:1200px) ===== */
@media (max-width:1200px) {

  .hero .hero-copy.reveal,
  .hero .hero-copy.reveal.visible {
    transform: translateX(60px) translateY(0) !important;
  }
}

/* ===== Responsive: @media (max-width:1100px) ===== */
@media (max-width:1100px) {
  .premium-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cta-luxury {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .cta-side {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-items: stretch;
    width: 100%;
  }

  .cta-pill {
    min-width: 0;
  }
}

/* ===== Responsive: @media (max-width:980px) ===== */
@media (max-width:980px) {

  /* Header */
  .nav {
    height: 78px;
  }

  .nav-links,
  .nav-cta {
    display: none;
  }

  .menu-btn {
    display: block;
  }

  .brand-logo {
    width: 118px;
  }

  .nav-links.open {
    display: flex;
    position: absolute;
    top: 78px;
    right: 0;
    left: 0;
    flex-direction: column;
    padding: 26px;
    gap: 20px;
    background: #fff !important;
    border-bottom: 1px solid rgba(107, 33, 56, .12) !important;
  }

  /* Hero layout only */
  .hero {
    min-height: 820px !important;
  }

  .hero-inner {
    width: min(100% - 40px, var(--container)) !important;
    min-height: 820px !important;
    padding-top: 124px !important;
    padding-bottom: 70px !important;
    align-items: center !important;
  }

  .hero-copy,
  .hero .hero-copy {
    width: min(590px, 100%) !important;
    max-width: 100% !important;
    padding-right: 0 !important;
  }

  .hero .hero-copy.reveal {
    transform: translateX(0) translateY(34px) !important;
  }

  .hero .hero-copy.reveal.visible {
    transform: translateX(0) translateY(0) !important;
  }

  .hero h1,
  .hero-title {
    font-size: clamp(32px, 6vw, 45px) !important;
  }

  .hero p {
    font-size: 17px !important;
  }

  /* Grids */
  .about-grid,
  .problem-wrap,
  .service-hero,
  .two-col,
  .calendar-layout,
  .payment-layout,
  .compact-grid,
  .compact-payment-layout {
    grid-template-columns: 1fr;
  }

  .services-grid,
  .why-grid,
  .testimonial-grid,
  .packages,
  .footer-grid,
  .booking-progress {
    grid-template-columns: 1fr;
  }

  .steps {
    grid-template-columns: 1fr 1fr;
  }

  .feature-row {
    grid-template-columns: 1fr;
  }

  .feature {
    border-left: 0;
    border-bottom: 1px solid var(--line);
  }

  .about-img {
    min-height: 420px;
    background-position: 70% center;
  }

  .timeline-steps {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .timeline-steps::before,
  .timeline-steps:before {
    display: none;
  }

  .timeline-step {
    max-width: 520px;
    margin: auto;
  }

  .cta-luxury {
    grid-template-columns: 1fr;
    padding: 42px 34px !important;
  }

  .cta-side {
    width: 300px;
    max-width: 100%;
    margin-right: auto;
    margin-left: 0;
    grid-template-columns: 1fr;
  }

  .cta-pill {
    width: 100%;
    justify-content: flex-start;
    text-align: right;
    padding: 0 18px;
  }

  .footer-grid>div:first-child {
    grid-column: 1 / -1;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .quick-consult-card {
    grid-template-columns: 1fr;
    padding: 30px;
  }

  .quick-consult-side {
    text-align: right;
  }
}

/* ===== Responsive: @media (max-width:820px) ===== */
@media (max-width:820px) {
  .premium-grid {
    grid-template-columns: 1fr;
  }

  .quote-premium.highlight {
    transform: none;
  }
}

/* ===== Responsive: @media (max-width:700px) ===== */
@media (max-width:700px) {
  .compact-hero {
    padding: 108px 0 22px;
  }

  .compact-booking-section {
    padding: 20px 0 56px;
  }

  .compact-shell {
    padding: 16px;
    border-radius: 24px;
  }

  .booking-progress,
  .compact-form-grid,
  .time-slots {
    grid-template-columns: 1fr;
  }

  .flow-actions {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .flow-actions .btn {
    width: 100%;
    text-align: center;
  }
}

/* ===== Responsive: @media (max-width:620px) ===== */
@media (max-width:620px) {
  .container {
    width: min(100% - 30px, var(--container));
  }

  .section {
    padding: 76px 0;
  }

  /* Header */
  .brand-name {
    font-size: 24px;
  }

  .brand-logo {
    width: 108px;
  }

  /* Hero layout only */
  .hero {
    min-height: 740px !important;
  }

  .hero-inner {
    width: min(100% - 30px, var(--container)) !important;
    min-height: 740px !important;
    padding: 116px 0 58px !important;
    align-items: center !important;
  }

  .hero-copy,
  .hero .hero-copy {
    width: 100% !important;
    max-width: 100% !important;
  }

  .hero .eyebrow {
    margin-bottom: 18px !important;
    font-size: 12px !important;
  }

  .hero h1,
  .hero-title {
    font-size: 40px !important;
    line-height: 1.34 !important;
    margin-bottom: 18px !important;
    letter-spacing: -.025em !important;
  }

  .hero p {
    font-size: 16px !important;
    line-height: 1.9 !important;
    margin-bottom: 26px !important;
  }

  .hero-actions {
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 18px !important;
  }

  /* About */
  .about-img {
    min-height: 330px;
  }

  /* Services */
  .service-card {
    min-height: auto;
    padding: 25px 23px;
    border-radius: 26px;
  }

  .service-card::after {
    font-size: 50px;
    top: 18px;
    left: 20px;
  }

  .service-head {
    gap: 12px;
    margin-bottom: 12px;
  }

  .service-card h3,
  .service-head h3 {
    font-size: 24px !important;
  }

  .service-card p {
    max-width: 100%;
    font-size: 13.5px;
  }

  .service-card .icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }

  .service-card .icon svg {
    width: 24px;
    height: 24px;
  }

  .service-card .mini-list {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .service-card .mini-list li {
    white-space: normal;
    min-height: 36px;
    padding: 0 30px 0 12px;
    font-size: 12px;
  }

  .service-card .mini-list li::after {
    right: 11px;
    font-size: 14px;
  }

  /* How */
  .steps {
    grid-template-columns: 1fr;
  }

  .dark-label::before,
  .dark-label::after {
    width: 30px !important;
  }

  .timeline-num {
    box-shadow: 0 0 0 8px rgba(107, 33, 56, .98),
      0 8px 18px rgba(0, 0, 0, .08) !important;
  }

  /* Testimonials */
  .quote-premium {
    padding: 28px 24px !important;
  }

  /* CTA */
  .cta-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-luxury {
    padding: 32px 22px !important;
    border-radius: 28px !important;
  }

  .cta-luxury::before {
    inset: 10px;
    border-radius: 20px;
  }

  .cta-side {
    grid-template-columns: 1fr;
    width: 100%;
    margin-right: 0;
  }

  /* Footer */
  .footer {
    padding: 60px 0 30px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-grid::after {
    margin-top: 8px;
  }

  /* Inner pages */
  .page-hero {
    padding: 120px 0 60px;
  }

  .package.highlight:after {
    top: 18px;
    left: 18px;
  }

  .service-clean-hero {
    padding: 118px 0 76px;
  }

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

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

  .service-clean-bottom,
  .service-clean-price {
    flex-direction: column;
    align-items: flex-start;
  }

  .service-clean-price {
    gap: 6px;
  }

  .service-clean-price strong {
    font-size: 32px;
  }

  /* Booking */
  .calendar-card,
  .times-card,
  .booking-shell {
    padding: 18px;
  }

  .weekdays span {
    font-size: 10px;
  }

  .calendar-grid button {
    height: 42px;
    border-radius: 12px;
  }

  .flow-actions {
    flex-direction: column;
  }
}

/* ===== Responsive: @media (max-width:430px) ===== */
@media (max-width:430px) {
  .hero {
    min-height: 660px !important;
  }

  .hero-inner {
    min-height: 660px !important;
  }

  .hero h1,
  .hero-title {
    font-size: 36px !important;
  }
}


/* Reham final checkout fixes */
.time-slot.disabled,
.time-slot:disabled {
  opacity: .45 !important;
  cursor: not-allowed !important;
  background: #EFEAE4 !important;
  color: rgba(107, 33, 56, .55) !important;
  border-color: rgba(107, 33, 56, .10) !important;
  box-shadow: none !important;
  transform: none !important;
}

.time-slot.disabled:hover,
.time-slot:disabled:hover {
  background: #EFEAE4 !important;
  color: rgba(107, 33, 56, .55) !important;
  box-shadow: none !important;
  transform: none !important;
}

.payment-card h3 {
  margin-bottom: 8px;
}

.payment-element {
  min-height: 120px;
}

/* ===== Reservation Timer (Checkout) ===== */
.reservation-timer-card {
  margin: 0 0 22px;
  padding: 18px 20px;
  border-radius: 22px;
  border: 1px solid rgba(107, 33, 56, .18);
  background:
    radial-gradient(circle at top left, rgba(107, 33, 56, .06), transparent 34%),
    linear-gradient(180deg, #fff, #fbf8f4);
  box-shadow: 0 18px 45px rgba(107, 33, 56, .08);
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.reservation-timer-card strong {
  display: block;
  color: var(--primary);
  font-size: 16px;
  margin-bottom: 4px;
}

.reservation-timer-card p {
  margin: 0;
  font-size: 14px;
  color: rgba(86, 53, 65, .78);
  line-height: 1.8;
}

.timer-count {
  min-width: 86px;
  padding: 10px 14px;
  border-radius: 999px;
  text-align: center;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #7A2944, #5A1B30 52%, #4A1426);
  box-shadow: 0 14px 32px rgba(107, 33, 56, .16);
  direction: ltr;
}

.reservation-timer-card.expired {
  border-color: rgba(170, 30, 30, .22);
  background: #fff7f7;
}

.reservation-timer-card.expired .timer-count {
  background: #9f1d1d;
}

.checkout-expired-message {
  width: 100%;
  margin-top: 10px !important;
  font-size: 13px !important;
  color: #9f1d1d !important;
  font-weight: 700;
}

@media (max-width: 640px) {
  .reservation-timer-card {
    align-items: flex-start;
    flex-direction: column;
  }
}


/* ===== v1.9 Checkout Timer + Validation Fixes ===== */
.reservation-timer-card {
  display: none;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  width: fit-content;
  margin: 8px 0 16px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(107, 33, 56, .14);
  background: rgba(107, 33, 56, .065);
  box-shadow: none;
  color: var(--primary) !important;
  font-size: 13px;
  font-weight: 600;
}

.reservation-timer-card strong,
.reservation-timer-card p,
.reservation-timer-card .checkout-expired-message {
  display: none !important;
}

.reservation-timer-card::before {
  content: "ينتهي الحجز خلال";
  color: rgba(107, 33, 56, .74);
  font-weight: 500;
}

.timer-count {
  min-width: auto;
  padding: 0;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--primary) !important;
  direction: ltr;
  font-weight: 900;
  font-size: 14px;
}

.reservation-timer-card.expired,
.reservation-timer-card.is-expired {
  border-color: rgba(143, 32, 32, .16);
  background: rgba(143, 32, 32, .06);
  color: #8f2020 !important;
}

.reservation-timer-card.expired::before,
.reservation-timer-card.is-expired::before {
  content: "انتهت صلاحية الحجز";
  color: #8f2020;
}

.reservation-timer-card.expired .timer-count,
.reservation-timer-card.is-expired .timer-count {
  color: #8f2020 !important;
}

.field input.field-invalid,
.field textarea.field-invalid,
.field select.field-invalid {
  border-color: #b91c1c !important;
  box-shadow: 0 0 0 3px rgba(185, 28, 28, .08) !important;
}

#bookingAlert {
  border-radius: 14px;
  padding: 10px 12px;
  background: rgba(185, 28, 28, .06);
  border: 1px solid rgba(185, 28, 28, .12);
}

/* ===== v2.0 Checkout reliability + professional validation ===== */
.field {
  position: relative;
}

.field-error {
  display: none;
  margin-top: 7px;
  font-size: 12px;
  line-height: 1.7;
  color: #9f1d1d;
  font-weight: 700;
}

.field.has-error .field-error {
  display: block;
}

.field-error::before {
  content: "!";
  display: inline-grid;
  place-items: center;
  width: 16px;
  height: 16px;
  margin-left: 6px;
  border-radius: 50%;
  background: rgba(159, 29, 29, .10);
  color: #9f1d1d;
  font-size: 11px;
  font-weight: 900;
}

.field.has-error input,
.field.has-error textarea,
.field.has-error select,
.field input.field-invalid,
.field textarea.field-invalid,
.field select.field-invalid,
.field input.is-invalid,
.field textarea.is-invalid,
.field select.is-invalid {
  border-color: #9f1d1d !important;
  box-shadow: 0 0 0 4px rgba(159, 29, 29, .08) !important;
}

.field.has-error label {
  color: #9f1d1d !important;
}

#bookingAlert {
  border-radius: 14px !important;
  padding: 10px 12px !important;
  background: rgba(185, 28, 28, .06) !important;
  border: 1px solid rgba(185, 28, 28, .12) !important;
  line-height: 1.8;
}

.reservation-timer-card {
  display: none;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  width: fit-content !important;
  margin: 8px 0 16px !important;
  padding: 8px 14px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(107, 33, 56, .14) !important;
  background: rgba(107, 33, 56, .065) !important;
  box-shadow: none !important;
  color: var(--primary) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

.reservation-timer-card>div:first-child,
.reservation-timer-card strong,
.reservation-timer-card p,
.reservation-timer-card .checkout-expired-message {
  display: none !important;
}

.reservation-timer-card::before {
  content: "ينتهي الحجز خلال";
  color: rgba(107, 33, 56, .74);
  font-weight: 600;
}

.reservation-timer-card .timer-count,
.timer-count {
  min-width: auto !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--primary) !important;
  direction: ltr;
  font-weight: 900 !important;
  font-size: 14px !important;
}

.reservation-timer-card.expired,
.reservation-timer-card.is-expired {
  border-color: rgba(143, 32, 32, .16) !important;
  background: rgba(143, 32, 32, .06) !important;
  color: #8f2020 !important;
}

.reservation-timer-card.expired::before,
.reservation-timer-card.is-expired::before {
  content: "انتهت صلاحية الحجز";
  color: #8f2020;
}

.reservation-timer-card.expired .timer-count,
.reservation-timer-card.is-expired .timer-count {
  color: #8f2020 !important;
}

/* ===== v2.1 Checkout payment error + clean validation ===== */
.payment-message {
  display: none;
  margin: 0 0 16px;
  padding: 13px 16px;
  border-radius: 18px;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 600;
}

.payment-message.error {
  display: block !important;
  color: #8b1e1e;
  background: rgba(159, 29, 29, .08);
  border: 1px solid rgba(159, 29, 29, .18);
}

.payment-message.success {
  display: block !important;
  color: #176b4d;
  background: rgba(23, 107, 77, .08);
  border: 1px solid rgba(23, 107, 77, .18);
}

.payment-message.processing {
  display: block !important;
  color: #6B2138;
  background: rgba(107, 33, 56, .07);
  border: 1px solid rgba(107, 33, 56, .16);
}

.field {
  position: relative;
}

.field-error {
  display: none;
  margin-top: 7px;
  font-size: 12px;
  line-height: 1.7;
  color: #9f1d1d;
  font-weight: 600;
}

.field.has-error .field-error {
  display: block;
}

.field.has-error input,
.field.has-error textarea,
.field.has-error select,
input.is-invalid,
textarea.is-invalid,
select.is-invalid {
  border-color: #9f1d1d !important;
  box-shadow: 0 0 0 4px rgba(159, 29, 29, .08) !important;
}

.field-error::before {
  content: "!";
  display: inline-grid;
  place-items: center;
  width: 16px;
  height: 16px;
  margin-left: 6px;
  border-radius: 50%;
  background: rgba(159, 29, 29, .1);
  color: #9f1d1d;
  font-size: 11px;
  font-weight: 800;
}

.reservation-timer-card {
  display: none;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin: 0 0 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(107, 33, 56, .07);
  color: #6B2138;
  font-size: 13px;
  font-weight: 600;
  box-shadow: none !important;
}

.reservation-timer-card>div:first-child,
.reservation-timer-card strong,
.reservation-timer-card p,
.reservation-timer-card .checkout-expired-message {
  display: none !important;
}

.reservation-timer-card::before {
  content: "ينتهي الحجز خلال";
  font-weight: 500;
  color: rgba(107, 33, 56, .75);
}

.reservation-timer-card .timer-count,
.reservation-timer-card #reservationTimerText {
  display: inline-block !important;
  direction: ltr;
  font-weight: 800;
  color: #6B2138;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  min-width: auto !important;
}

.reservation-timer-card.expired,
.reservation-timer-card.is-expired {
  background: rgba(150, 30, 30, .08);
  color: #8b1e1e;
}

.reservation-timer-card.expired::before,
.reservation-timer-card.is-expired::before {
  content: "انتهت صلاحية الحجز";
  color: #8b1e1e;
}

.reservation-timer-card.expired .timer-count,
.reservation-timer-card.is-expired .timer-count {
  color: #8b1e1e;
}

/* PayPal Checkout integration */
.paypal-button-container {
  width: 100%;
  max-width: 520px;
  margin-inline: auto;
}

.paypal-button-container iframe {
  border-radius: 14px !important;
}

.payment-methods .paypal-button-container {
  direction: ltr;
}


/* =========================================================
   REHAM FINAL DESIGN FIXES - ABOUT IMAGE + MOBILE POLISH
   Added without changing the existing desktop design.
   هدف التعديل:
   - صورة "من هي رهام" تظهر كما هي بدون أي طبقات لون أو فلاتر.
   - الصورة تظهر كاملة قدر الإمكان بدون قص باستخدام contain.
   - عناصر ثقة / وضوح / تخصيص تبقى بجانب بعض على الجوال.
   - تحسينات أمان responsive لمنع خروج العناصر من الشاشة.
========================================================= */

html,
body {
  max-width: 100%;
  overflow-x: hidden !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img,
svg,
video,
canvas {
  max-width: 100%;
  height: auto;
}

/* صورة من هي رهام بدون أي تغيير ألوان أو طبقات */
.about-img {
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center center !important;
  background-color: #fff !important;
  filter: none !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
}

.about-img::before,
.about-img:before,
.about-img::after,
.about-img:after {
  content: none !important;
  display: none !important;
  background: none !important;
  border: 0 !important;
  opacity: 0 !important;
}

/* ثقة / وضوح / تخصيص تبقى بجانب بعض */
.feature-row {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.feature {
  min-width: 0 !important;
  text-align: center !important;
  border-bottom: 0 !important;
  border-left: 1px solid var(--line) !important;
}

.feature:last-child {
  border-left: 0 !important;
}

@media (max-width: 980px) {
  .container {
    width: min(100% - 32px, var(--container)) !important;
  }

  .section {
    padding: 76px 0 !important;
  }

  .about-grid {
    grid-template-columns: 1fr !important;
    gap: 42px !important;
  }

  .about-content {
    order: 1;
  }

  .about-img {
    order: 2;
    min-height: 520px !important;
    border-radius: 26px !important;
  }

  .feature-row {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  .feature {
    padding: 18px 8px !important;
    border-bottom: 0 !important;
    border-left: 1px solid rgba(107, 33, 56, .12) !important;
  }

  .feature:last-child {
    border-left: 0 !important;
  }

  .services-grid {
    grid-template-columns: 1fr !important;
  }

  .service-card {
    min-height: auto !important;
  }

  .service-card .mini-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .timeline-steps,
  .steps {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  .timeline-steps::before,
  .timeline-steps:before {
    display: none !important;
  }

  .timeline-step {
    text-align: right !important;
    display: grid !important;
    grid-template-columns: 74px 1fr !important;
    gap: 16px !important;
    align-items: start !important;
    padding: 0 !important;
    max-width: 100% !important;
  }

  .timeline-num {
    width: 68px !important;
    height: 68px !important;
    margin: 0 !important;
  }

  .why-grid,
  .testimonial-grid,
  .premium-grid,
  .footer-grid {
    grid-template-columns: 1fr !important;
  }

  .cta-luxury {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  .cta-side {
    width: 100% !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 760px) {
  .about-img {
    min-height: 460px !important;
    border-radius: 24px !important;
  }

  .booking-shell,
  .calendar-card,
  .times-card,
  .payment-card,
  .reservation-timer-card {
    max-width: 100% !important;
  }

  #paypal-button-container,
  .payment-element,
  #payment-element {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }
}

@media (max-width: 620px) {
  .container {
    width: calc(100% - 28px) !important;
  }

  .section {
    padding: 64px 0 !important;
  }

  .about-img {
    min-height: 390px !important;
    border-radius: 22px !important;
  }

  .feature-row {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin-top: 28px !important;
  }

  .feature {
    padding: 14px 4px !important;
    border-bottom: 0 !important;
    border-left: 1px solid rgba(107, 33, 56, .10) !important;
  }

  .feature .icon,
  .feature-icon,
  .about-content .icon {
    width: 46px !important;
    height: 46px !important;
    border-radius: 16px !important;
    font-size: 18px !important;
    margin: 0 auto 9px !important;
  }

  .feature h4 {
    font-size: 12.5px !important;
    line-height: 1.35 !important;
    margin: 0 !important;
  }

  .feature p {
    font-size: 10px !important;
    line-height: 1.55 !important;
  }

  .service-card .mini-list {
    grid-template-columns: 1fr !important;
  }

  .service-card .mini-list li {
    white-space: normal !important;
    min-height: 38px !important;
    padding: 8px 32px 8px 12px !important;
    line-height: 1.45 !important;
  }

  .service-card .btn,
  .hero-actions .btn,
  .hero-actions .text-link,
  .cta-actions .btn,
  .cta-actions .text-link {
    width: 100% !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .timeline-step {
    grid-template-columns: 58px 1fr !important;
    gap: 14px !important;
  }

  .timeline-num {
    width: 54px !important;
    height: 54px !important;
    font-size: 20px !important;
  }
}

@media (max-width: 390px) {
  .about-img {
    min-height: 350px !important;
  }

  .feature-row {
    gap: 6px !important;
  }

  .feature {
    padding: 12px 3px !important;
  }

  .feature .icon,
  .feature-icon,
  .about-content .icon {
    width: 42px !important;
    height: 42px !important;
    font-size: 16px !important;
  }

  .feature h4 {
    font-size: 11.5px !important;
  }

  .feature p {
    font-size: 9.5px !important;
  }
}


/* =========================================================
   Reham v2.5 final requested fixes
   - Hero image reads from admin option through --reham-hero-bg
   - About image appears as the original image, no overlays, no white side frame
   - About features remain 3 beside each other on mobile
   - Testimonials can show 4 reviews beside each other on desktop
========================================================= */

/* Admin-controlled hero background */
.hero {
  background:
    linear-gradient(90deg, rgba(248, 244, 238, .06) 0%, rgba(248, 244, 238, .12) 23%, rgba(107, 33, 56, .18) 52%, rgba(107, 33, 56, .34) 100%),
    var(--reham-hero-bg, url('../img/hero-bg-v3.png')) center center / cover no-repeat !important;
}

.hero::before {
  background: var(--reham-hero-bg, url('../img/hero-bg-v3.png')) center center / cover no-repeat !important;
}

/* About image: show the uploaded/original image itself instead of CSS background overlays */
.about-img {
  margin: 0 !important;
  padding: 0 !important;
  min-height: auto !important;
  line-height: 0 !important;
  background: transparent !important;
  background-image: none !important;
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 26px !important;
  overflow: hidden !important;
  box-shadow: var(--shadow) !important;
  filter: none !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
  transform: none !important;
}

.about-img::before,
.about-img:before,
.about-img::after,
.about-img:after {
  content: none !important;
  display: none !important;
  background: none !important;
  border: 0 !important;
  opacity: 0 !important;
}

.about-img img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  filter: none !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
}

/* Keep ثقة / وضوح / تخصيص in one row on all mobile sizes */
.feature-row {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

.feature {
  min-width: 0 !important;
  border-bottom: 0 !important;
  border-left: 1px solid rgba(107, 33, 56, .12) !important;
}

.feature:last-child {
  border-left: 0 !important;
}

@media (max-width: 560px) {
  .feature-row {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .feature {
    padding: 14px 4px !important;
  }

  .feature .icon,
  .about-content .icon {
    width: 46px !important;
    height: 46px !important;
    border-radius: 16px !important;
    font-size: 18px !important;
    margin: 0 auto 9px !important;
  }

  .feature h4 {
    font-size: 12.5px !important;
    line-height: 1.35 !important;
  }

  .feature p {
    font-size: 10px !important;
    line-height: 1.55 !important;
  }
}

@media (max-width: 390px) {
  .feature-row {
    gap: 6px !important;
  }

  .feature {
    padding: 12px 3px !important;
  }

  .feature .icon,
  .about-content .icon {
    width: 42px !important;
    height: 42px !important;
    font-size: 16px !important;
  }

  .feature h4 {
    font-size: 11.5px !important;
  }
}

/* Four testimonials beside each other on desktop */
@media (min-width: 981px) {

  .testimonial-grid.premium-grid,
  .premium-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 20px !important;
  }

  .quote-premium {
    padding: 28px 22px !important;
  }

  .quote-premium p {
    font-size: 15px !important;
    line-height: 1.95 !important;
  }
}

@media (max-width: 980px) {

  .testimonial-grid.premium-grid,
  .premium-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 620px) {

  .testimonial-grid.premium-grid,
  .premium-grid {
    grid-template-columns: 1fr !important;
  }
}


/* =========================================================
   Reham v2.6 final image color fixes
   - Hero image uses admin image with NO gradient/filter/overlay.
   - About image returns to the original old box design and size,
     but with NO gradient/filter/overlay and NO white side frame.
========================================================= */

/* Hero image: original colors, no visual effects */
.hero {
  background: var(--reham-hero-bg, url('../img/hero-bg-v3.png')) center center / contain no-repeat #4A1426 !important;
  filter: none !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
}

.hero::before,
.hero:before,
.hero::after,
.hero:after {
  content: none !important;
  display: none !important;
  background: none !important;
  opacity: 0 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}

@media (max-width: 980px) {
  .hero {
    background: var(--reham-hero-bg, url('../img/hero-bg-v3.png')) center center / contain no-repeat #4A1426 !important;
  }
}

@media (max-width: 620px) {
  .hero {
    background: var(--reham-hero-bg, url('../img/hero-bg-v3.png')) center top / contain no-repeat #4A1426 !important;
  }
}

/* About image: old design size, original image colors, no overlays */
.about-img {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 540px !important;
  border-radius: 26px !important;
  overflow: hidden !important;
  box-shadow: var(--shadow) !important;
  border: 0 !important;
  line-height: normal !important;

  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  background-color: transparent !important;

  filter: none !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
  transform: translateZ(0) !important;
}

.about-img::before,
.about-img:before,
.about-img::after,
.about-img:after {
  content: none !important;
  display: none !important;
  background: none !important;
  border: 0 !important;
  opacity: 0 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}

.about-img img {
  display: none !important;
}

@media (max-width: 980px) {
  .about-img {
    min-height: 420px !important;
    border-radius: 26px !important;
  }
}

@media (max-width: 620px) {
  .about-img {
    min-height: 330px !important;
    border-radius: 24px !important;
  }
}

@media (max-width: 430px) {
  .about-img {
    min-height: 310px !important;
    border-radius: 22px !important;
  }
}


/* =========================================================
   Reham v2.7 fixes
   - About image appears again using the admin/uploaded image.
   - About image keeps the old box size/design with original colors.
   - Header is visible immediately on all inner pages including About and Checkout.
========================================================= */

body.inner-page .site-header,
body.inner-page .site-header:not(.scrolled):not(.menu-open),
body.reham-about-page .site-header,
body.reham-booking-page .site-header,
body.reham-checkout-page .site-header {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
  pointer-events: auto !important;
}

.about-img {
  margin: 0 !important;
  padding: 0 !important;
  min-height: 540px !important;
  border-radius: 26px !important;
  overflow: hidden !important;
  box-shadow: var(--shadow) !important;
  border: 0 !important;
  line-height: normal !important;

  background-image: var(--reham-about-bg, url('../img/riham.png')) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  background-color: transparent !important;

  filter: none !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
  transform: translateZ(0) !important;
}

.about-img::before,
.about-img:before,
.about-img::after,
.about-img:after {
  content: none !important;
  display: none !important;
  background: none !important;
  border: 0 !important;
  opacity: 0 !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}

.about-img img {
  display: none !important;
}

@media (max-width: 980px) {
  .about-img {
    min-height: 420px !important;
    border-radius: 26px !important;
  }
}

@media (max-width: 620px) {
  .about-img {
    min-height: 330px !important;
    border-radius: 24px !important;
  }
}

@media (max-width: 430px) {
  .about-img {
    min-height: 310px !important;
    border-radius: 22px !important;
  }
}


/* =========================================================
   Reham v2.8 mobile fixes
   - Fix "كيف تعمل الاستشارة؟" responsive layout.
   - On mobile, hero uses solid burgundy background without image.
========================================================= */

/* Mobile hero: burgundy background only, no image/effects */
@media (max-width: 760px) {
  .hero {
    background: #4A1426 !important;
    background-image: none !important;
    background-color: #4A1426 !important;
    filter: none !important;
    opacity: 1 !important;
    mix-blend-mode: normal !important;
  }

  .hero::before,
  .hero:before,
  .hero::after,
  .hero:after {
    content: none !important;
    display: none !important;
    background: none !important;
    background-image: none !important;
    opacity: 0 !important;
    filter: none !important;
    mix-blend-mode: normal !important;
  }
}

/* How it works: restore clean premium mobile layout */
@media (max-width: 980px) {
  .how-dark {
    padding: 86px 0 92px !important;
    overflow: hidden !important;
  }

  .how-head {
    margin-bottom: 44px !important;
  }

  .how-head h2 {
    font-size: clamp(30px, 7vw, 42px) !important;
    line-height: 1.32 !important;
  }

  .dark-label {
    gap: 10px !important;
    font-size: 12.5px !important;
    margin-bottom: 16px !important;
  }

  .dark-label::before,
  .dark-label::after {
    width: 28px !important;
  }

  .timeline-steps,
  .steps {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    max-width: 620px !important;
    margin-inline: auto !important;
  }

  .timeline-steps::before,
  .timeline-steps:before {
    content: none !important;
    display: none !important;
  }

  .timeline-step {
    display: block !important;
    grid-template-columns: none !important;
    text-align: center !important;
    padding: 24px 20px !important;
    border-radius: 24px !important;
    background: rgba(255, 255, 255, .075) !important;
    border: 1px solid rgba(226, 223, 215, .16) !important;
    box-shadow: 0 16px 42px rgba(40, 10, 20, .10) !important;
    backdrop-filter: blur(6px);
  }

  .timeline-num {
    width: 66px !important;
    height: 66px !important;
    margin: 0 auto 18px !important;
    font-size: 24px !important;
    box-shadow: 0 0 0 7px rgba(107, 33, 56, .88),
      0 10px 24px rgba(0, 0, 0, .10) !important;
  }

  .timeline-num::before {
    inset: -7px !important;
  }

  .timeline-step h3 {
    margin: 0 0 8px !important;
    font-size: 18px !important;
    line-height: 1.45 !important;
    text-align: center !important;
  }

  .timeline-step p {
    margin: 0 auto !important;
    max-width: 440px !important;
    font-size: 14px !important;
    line-height: 1.9 !important;
    text-align: center !important;
  }
}

@media (max-width: 560px) {
  .how-dark {
    padding: 76px 0 82px !important;
  }

  .how-head {
    margin-bottom: 34px !important;
  }

  .timeline-steps,
  .steps {
    gap: 14px !important;
  }

  .timeline-step {
    padding: 22px 16px !important;
    border-radius: 22px !important;
  }

  .timeline-num {
    width: 58px !important;
    height: 58px !important;
    margin-bottom: 15px !important;
    font-size: 21px !important;
    box-shadow: 0 0 0 6px rgba(107, 33, 56, .88),
      0 8px 20px rgba(0, 0, 0, .10) !important;
  }

  .timeline-step h3 {
    font-size: 16.5px !important;
  }

  .timeline-step p {
    font-size: 13.5px !important;
    line-height: 1.85 !important;
  }
}

@media (max-width: 390px) {

  .dark-label::before,
  .dark-label::after {
    width: 20px !important;
  }

  .timeline-step {
    padding: 20px 14px !important;
  }
}


/* =========================================================
   Reham v2.9 - Final mobile header + how section + dynamic footer support
   Added at the end to override older responsive rules safely.
========================================================= */
@media (max-width: 980px) {
  .site-header {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 9999 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(14px) !important;
    border-bottom: 1px solid rgba(107, 33, 56, 0.10) !important;
    box-shadow: 0 10px 30px rgba(107, 33, 56, 0.08) !important;
  }

  body.home-page .site-header:not(.scrolled):not(.menu-open),
  body.home-page .site-header.scrolled,
  body.home-page .site-header.menu-open,
  body.inner-page .site-header {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
  }

  .nav {
    height: 78px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 14px !important;
  }

  .brand {
    min-width: auto !important;
    display: flex !important;
    align-items: center !important;
  }

  .brand-logo {
    width: 130px !important;
    max-width: 100% !important;
    height: auto !important;
  }

  .menu-btn {
    display: grid !important;
    place-items: center !important;
    width: 46px !important;
    height: 46px !important;
    border: 0 !important;
    border-radius: 14px !important;
    background: rgba(107, 33, 56, 0.08) !important;
    color: var(--deep) !important;
    font-size: 28px !important;
    cursor: pointer !important;
    flex: 0 0 auto !important;
  }

  .nav-links {
    display: none !important;
  }

  .nav-links.open {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 6px !important;
    position: absolute !important;
    top: calc(100% + 10px) !important;
    right: 14px !important;
    left: 14px !important;
    padding: 14px !important;
    border-radius: 22px !important;
    background: #fff !important;
    border: 1px solid rgba(107, 33, 56, 0.10) !important;
    box-shadow: 0 20px 50px rgba(107, 33, 56, 0.14) !important;
  }

  .nav-links.open a {
    display: block !important;
    width: 100% !important;
    padding: 13px 14px !important;
    border-radius: 14px !important;
    font-size: 14px !important;
    color: var(--deep) !important;
  }

  .nav-links.open a:hover,
  .nav-links.open a.active {
    background: rgba(107, 33, 56, 0.06) !important;
    color: var(--deep) !important;
  }

  .nav-links.open a::after {
    display: none !important;
  }

  .nav-cta {
    display: none !important;
  }
}

@media (max-width: 980px) {
  .hero {
    background-image: none !important;
    background: linear-gradient(135deg, #6B2138 0%, #5A1B30 48%, #4A1426 100%) !important;
    min-height: 640px !important;
    height: auto !important;
    aspect-ratio: auto !important;
  }

  .hero::before,
  .hero::after {
    display: none !important;
    content: none !important;
  }

  .hero-inner {
    min-height: 640px !important;
    width: min(100% - 30px, var(--container)) !important;
    padding: 116px 0 54px !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: flex-end !important;
  }

  .hero .hero-copy,
  .hero-copy {
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    text-align: right !important;
  }

  .hero .hero-copy.reveal,
  .hero .hero-copy.reveal.visible {
    transform: none !important;
  }

  .hero h1,
  .hero-title {
    font-size: clamp(34px, 9vw, 44px) !important;
    line-height: 1.15 !important;
    max-width: 100% !important;
    margin-bottom: 14px !important;
  }

  .hero p {
    font-size: 15px !important;
    line-height: 1.9 !important;
    max-width: 100% !important;
    margin-bottom: 24px !important;
  }

  .hero-actions {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 12px !important;
    width: 100% !important;
    margin-top: 22px !important;
  }

  .hero-actions .btn,
  .hero-actions .text-link {
    width: 100% !important;
    justify-content: center !important;
    text-align: center !important;
  }
}

@media (max-width: 980px) {
  .how-dark {
    padding: 78px 0 88px !important;
    background: linear-gradient(135deg, #6B2138 0%, #5A1B30 46%, #4A1426 100%) !important;
    overflow: hidden !important;
  }

  .how-head {
    margin-bottom: 42px !important;
    text-align: center !important;
  }

  .how-head h2 {
    font-size: 30px !important;
    line-height: 1.35 !important;
  }

  .timeline-steps,
  .steps {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 46px !important;
    position: relative !important;
  }

  .timeline-steps::before,
  .steps::before {
    display: none !important;
    content: none !important;
  }

  .timeline-step,
  .step {
    display: block !important;
    text-align: center !important;
    max-width: 360px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    min-height: auto !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .timeline-step:hover,
  .step:hover {
    transform: none !important;
    box-shadow: none !important;
  }

  .timeline-num,
  .step-num {
    width: 106px !important;
    height: 106px !important;
    border-radius: 50% !important;
    display: grid !important;
    place-items: center !important;
    margin: 0 auto 22px !important;
    font-size: 34px !important;
    line-height: 1 !important;
    color: #F2E8DC !important;
    background: transparent !important;
    border: 1px solid rgba(232, 224, 212, 0.26) !important;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.03), inset 0 0 0 1px rgba(255, 255, 255, 0.05) !important;
    position: relative !important;
  }

  .timeline-num::before,
  .step-num::before {
    content: "" !important;
    position: absolute !important;
    inset: -10px !important;
    border-radius: 50% !important;
    border: 1px solid rgba(232, 224, 212, 0.14) !important;
  }

  .timeline-num::after,
  .step-num::after {
    content: "" !important;
    position: absolute !important;
    inset: 8px !important;
    border-radius: 50% !important;
    border: 1px solid rgba(232, 224, 212, 0.12) !important;
  }

  .timeline-step h3,
  .step h3 {
    font-size: 18px !important;
    line-height: 1.5 !important;
    color: #F3EADF !important;
    margin: 0 0 14px !important;
    font-family: 'Noto Kufi Arabic', sans-serif !important;
    font-weight: 700 !important;
  }

  .timeline-step p,
  .step p {
    font-size: 15px !important;
    line-height: 2 !important;
    color: rgba(243, 234, 223, 0.92) !important;
    max-width: 330px !important;
    margin: 0 auto !important;
  }
}

@media (max-width: 560px) {
  .how-dark {
    padding: 72px 0 82px !important;
  }

  .how-head {
    margin-bottom: 36px !important;
  }

  .timeline-steps,
  .steps {
    gap: 42px !important;
  }

  .timeline-step,
  .step {
    max-width: 320px !important;
  }

  .timeline-num,
  .step-num {
    width: 94px !important;
    height: 94px !important;
    font-size: 30px !important;
    margin-bottom: 18px !important;
  }

  .timeline-step h3,
  .step h3 {
    font-size: 17px !important;
    margin-bottom: 12px !important;
  }

  .timeline-step p,
  .step p {
    font-size: 14px !important;
    line-height: 1.95 !important;
    max-width: 300px !important;
  }
}

@media (max-width: 390px) {

  .timeline-step,
  .step {
    max-width: 280px !important;
  }

  .timeline-num,
  .step-num {
    width: 86px !important;
    height: 86px !important;
    font-size: 28px !important;
  }

  .timeline-step h3,
  .step h3 {
    font-size: 16px !important;
  }

  .timeline-step p,
  .step p {
    font-size: 13.5px !important;
  }
}

/* =========================================================
   Testimonials Slider + CTA Mobile + Footer Mobile Fix
   ضع هذا الكود في آخر style.css
========================================================= */

/* ===== Testimonials Slider ===== */

.reham-testimonials-slider {
  position: relative;
  width: 100%;
}

.reham-slider-viewport {
  width: 100%;
  overflow: hidden;
  padding: 4px;
}

.premium-testimonials .premium-grid.reham-testimonials-track {
  display: flex !important;
  grid-template-columns: none !important;
  gap: 24px !important;
  margin-top: 20px !important;
  transition: transform .42s cubic-bezier(.2, .75, .25, 1);
  will-change: transform;
  direction: ltr;
}

.premium-testimonials .reham-testimonials-track .quote-premium {
  flex: 0 0 calc((100% - 48px) / 3) !important;
  max-width: calc((100% - 48px) / 3) !important;
  direction: rtl;
  display: flex !important;
  flex-direction: column !important;
  min-height: 100px;
}

.premium-testimonials .quote-premium .quote-footer {
  margin-top: auto !important;
}

.premium-testimonials .quote-premium .quote-text {
  flex: 1 1 auto;
}

.reham-slider-controls {
  margin-top: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.reham-slider-btn {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(107, 33, 56, .16);
  background: #fff;
  color: var(--primary);
  display: grid;
  place-items: center;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(107, 33, 56, .07);
  transition: .25s ease;
}

.reham-slider-btn:hover {
  background: var(--primary);
  color: #fff;
  transform: translateY(-2px);
}

.reham-slider-btn:disabled {
  opacity: .35;
  cursor: not-allowed;
  transform: none;
  background: #fff;
  color: var(--primary);
}

.reham-slider-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.reham-slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: rgba(107, 33, 56, .22);
  cursor: pointer;
  transition: .25s ease;
}

.reham-slider-dot.active {
  width: 24px;
  background: var(--primary);
}

/* Tablet: كرتين */
@media (max-width: 980px) {
  .premium-testimonials .premium-grid.reham-testimonials-track {
    gap: 20px !important;
  }

  .premium-testimonials .reham-testimonials-track .quote-premium {
    flex-basis: calc((100% - 20px) / 2) !important;
    max-width: calc((100% - 20px) / 2) !important;
    min-height: 410px;
  }
}

/* Mobile: رأي واحد فقط */
@media (max-width: 640px) {
  .premium-testimonials .premium-grid.reham-testimonials-track {
    gap: 16px !important;
  }

  .premium-testimonials .reham-testimonials-track .quote-premium {
    flex-basis: 100% !important;
    max-width: 100% !important;
    min-height: 390px;
  }

  .quote-premium {
    padding: 28px 24px !important;
  }

  .reham-slider-controls {
    margin-top: 22px;
  }

  .reham-slider-btn {
    width: 42px;
    height: 42px;
    font-size: 26px;
  }
}

/* ===== CTA Mobile: إخفاء النقاط الأربع ===== */

@media (max-width: 760px) {
  .cta-luxury {
    grid-template-columns: 1fr !important;
  }

  .cta-side,
  .cta-pill {
    display: none !important;
  }
}

/* ===== Footer Mobile: تواصل معنا بجانب روابط سريعة ===== */

@media (max-width: 760px) {
  .footer-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 28px 18px !important;
    align-items: start !important;
  }

  .footer-grid>div:first-child {
    grid-column: 1 / -1 !important;
  }

  .footer-grid>div:nth-child(2) {
    grid-column: 1 / 2 !important;
  }

  .footer-grid>div:nth-child(3) {
    grid-column: 2 / 3 !important;
  }

  .footer h3 {
    font-size: 18px !important;
    margin-bottom: 12px !important;
  }

  .footer p {
    font-size: 13px !important;
    line-height: 1.9 !important;
  }

  .footer a {
    font-size: 13px !important;
  }

  .footer-logo {
    width: 145px !important;
  }

  .footer-bottom {
    text-align: center !important;
    justify-content: center !important;
  }
}

@media (max-width: 390px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 24px 12px !important;
  }

  .footer h3 {
    font-size: 16px !important;
  }

  .footer a,
  .footer p {
    font-size: 12px !important;
  }
}

/* Reham final requested fixes: booking page without site header/footer, compact layout, about mobile padding */
.reham-booking-clean-page {
  background: var(--bg, #fbf7f4);
}

.reham-booking-clean-page .compact-booking-section {
  min-height: 100vh;
  padding: 22px 0 !important;
  display: flex;
  align-items: center;
}

.reham-booking-clean-page .compact-booking-wrap {
  max-width: 1100px;
}

.reham-booking-clean-page .booking-shell.compact-shell {
  margin: 0 auto !important;
}

.reham-booking-clean-page .panel-heading.compact-heading {
  margin-bottom: 16px !important;
}

.reham-booking-clean-page .calendar-layout.compact-grid,
.reham-booking-clean-page .payment-layout.compact-payment-layout {
  gap: 16px !important;
}

.reham-booking-clean-page .form-grid.compact-form-grid {
  gap: 14px !important;
}

.reham-booking-clean-page .payment-element {
  display: none !important;
}

.reham-booking-clean-page .summary-card.compact-summary div strong {
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 760px) {

  body.reham-about-page .section,
  body.inner-page .about-grid {
    padding-bottom: 34px !important;
  }

  body.reham-about-page .about-content,
  body.inner-page .about-content {
    padding-bottom: 18px !important;
  }

  .reham-booking-clean-page .compact-booking-section {
    align-items: flex-start;
    padding: 14px 0 24px !important;
  }

  .reham-booking-clean-page .compact-booking-wrap {
    padding-inline: 12px !important;
  }
}

/* Extra compact checkout after removing site header/footer */
.reham-booking-clean-page .compact-hero {
  padding: 18px 0 10px !important;
}

.reham-booking-clean-page .compact-hero h1 {
  font-size: clamp(28px, 4vw, 44px) !important;
  margin-bottom: 8px !important;
}

.reham-booking-clean-page .compact-hero .section-sub {
  margin: 0 auto !important;
  font-size: 15px !important;
}

.reham-booking-clean-page .booking-progress {
  margin-bottom: 16px !important;
}

@media (max-width: 760px) {
  .reham-booking-clean-page .compact-hero {
    padding: 12px 0 8px !important;
  }

  .reham-booking-clean-page .compact-hero .section-sub {
    display: none !important;
  }
}

/* Fix booking page spacing after adding fixed header */
body.reham-booking-clean-page .page-hero.checkout-hero.compact-hero {
  padding-top: 118px !important;
  padding-bottom: 18px !important;
}

@media (max-width: 760px) {
  body.reham-booking-clean-page .page-hero.checkout-hero.compact-hero {
    padding-top: 100px !important;
    padding-bottom: 12px !important;
  }
}

/* Booking page simple header */
body.reham-booking-clean-page .booking-simple-header {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
  pointer-events: auto !important;
  z-index: 9999 !important;
}

body.reham-booking-clean-page .booking-simple-nav {
  height: 92px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

body.reham-booking-clean-page .booking-back-link {
  font-size: 14px;
  font-weight: 700;
  color: var(--primary) !important;
  background: rgba(226, 223, 215, .75);
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid rgba(107, 33, 56, .14);
  transition: .25s ease;
}

body.reham-booking-clean-page .booking-back-link:hover {
  background: #F1EEE8;
  transform: translateY(-1px);
}

/* Space under fixed header */
body.reham-booking-clean-page .page-hero.checkout-hero.compact-hero {
  padding-top: 118px !important;
}

@media (max-width: 768px) {
  body.reham-booking-clean-page .booking-simple-nav {
    height: 78px !important;
  }

  body.reham-booking-clean-page .booking-back-link {
    font-size: 12px;
    padding: 8px 14px;
  }

  body.reham-booking-clean-page .page-hero.checkout-hero.compact-hero {
    padding-top: 100px !important;
  }
}

body.reham-booking-clean-page .booking-back-link {
  font-size: 14px;
  font-weight: 600;
  color: var(--primary) !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transition: .2s ease;
}

body.reham-booking-clean-page .booking-back-link::before {
  content: "→";
  margin-left: 8px;
  font-size: 15px;
}

body.reham-booking-clean-page .booking-back-link:hover {
  color: var(--primary-dark) !important;
  transform: translateX(3px);
}


/* Timer beside booking summary title */
body.reham-booking-clean-page .summary-title-with-timer {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin-bottom: 18px !important;
}

body.reham-booking-clean-page .summary-inline-timer {
  margin: 0 !important;
  padding: 5px 10px !important;
  border-radius: 999px !important;
  background: rgba(107, 33, 56, .07) !important;
  border: 1px solid rgba(107, 33, 56, .12) !important;
  color: var(--primary) !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  align-items: center !important;
  gap: 6px !important;
  width: auto !important;
  white-space: nowrap !important;
}

body.reham-booking-clean-page .summary-inline-timer::before {
  content: "ينتهي خلال";
  font-size: 18px;
  font-weight: 500;
  color: rgba(107, 33, 56, .68);
}

body.reham-booking-clean-page .summary-inline-timer .timer-count,
body.reham-booking-clean-page .summary-inline-timer #reservationTimerText {
  direction: ltr;
  font-size: 18px !important;
  font-weight: 900 !important;
  color: var(--primary) !important;
  background: transparent !important;
  padding: 0 !important;
  min-width: auto !important;
  box-shadow: none !important;
}

body.reham-booking-clean-page .summary-inline-timer.expired,
body.reham-booking-clean-page .summary-inline-timer.is-expired {
  background: rgba(143, 32, 32, .07) !important;
  border-color: rgba(143, 32, 32, .16) !important;
}

body.reham-booking-clean-page .summary-inline-timer.expired::before,
body.reham-booking-clean-page .summary-inline-timer.is-expired::before {
  content: "انتهى";
  color: #8f2020 !important;
}

body.reham-booking-clean-page .summary-inline-timer.expired .timer-count,
body.reham-booking-clean-page .summary-inline-timer.is-expired .timer-count {
  color: #8f2020 !important;
}

@media (max-width: 640px) {
  body.reham-booking-clean-page .summary-title-with-timer {
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 8px !important;
  }
}

body.reham-booking-clean-page .summary-title-with-timer>span:first-child {
  font-size: 18px !important;
  font-weight: 800 !important;
}

.hero .eyebrow::before {
  content: none !important;
  display: none !important;
}

.hero {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;

  min-height: 100vh !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

html,
body {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
}


/* ===== LIVE FIX 2026-05-14: Mobile Hero Compact ===== */
@media (max-width: 760px) {
  .hero {
    min-height: 640px !important;
    height: auto !important;
    align-items: center !important;
    background-position: center top !important;
  }

  .hero-inner {
    min-height: 640px !important;
    width: min(100% - 36px, var(--container)) !important;
    padding: 112px 0 52px !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .hero .hero-copy,
  .hero .hero-copy.reveal,
  .hero .hero-copy.reveal.visible {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: right !important;
    transform: none !important;
  }

  .hero .eyebrow {
    display: none !important;
  }

  .hero h1,
  .hero-title {
    max-width: 100% !important;
    font-size: clamp(34px, 10.5vw, 48px) !important;
    line-height: 1.08 !important;
    margin-bottom: 18px !important;
  }

  .hero-title span {
    display: block !important;
  }

  .hero .hero-name {
    font-size: 20px !important;
    line-height: 1.4 !important;
    margin: 0 0 4px !important;
  }

  .hero .hero-role {
    font-size: 15.5px !important;
    line-height: 1.7 !important;
    margin: 0 0 24px !important;
  }

  .hero-actions {
    width: 100% !important;
    margin-top: 24px !important;
  }

  .hero-actions .btn {
    width: 100% !important;
    max-width: 480px !important;
    padding: 16px 22px !important;
    font-size: 16px !important;
  }
}

@media (max-width: 390px) {
  .hero,
  .hero-inner {
    min-height: 600px !important;
  }

  .hero h1,
  .hero-title {
    font-size: clamp(31px, 10vw, 42px) !important;
  }
}


/* ===== LIVE FIX 2026-05-14: Footer Contact Mobile ===== */
@media (max-width: 760px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr !important;
  }

  .footer-grid > div:nth-child(3) {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .footer-grid > div:nth-child(3) p,
  .footer-grid > div:nth-child(3) a {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

/* ===== LIVE FIX 2026-05-14: About Page Top Spacing ===== */
.about-page-section {
  padding-top: 150px !important;
}

@media (max-width: 980px) {
  .about-page-section {
    padding-top: 118px !important;
  }
}

@media (max-width: 480px) {
  .about-page-section {
    padding-top: 110px !important;
  }

  .about-page-section .section-label {
    margin-top: 8px !important;
  }
}

/* Mobile footer contact/quick links */
@media (max-width: 760px) {
  .footer-grid > div:nth-child(2) a,
  .footer-grid > div:nth-child(3) a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 13px !important;
    line-height: 1.9 !important;
  }

  .footer-grid > div:nth-child(2) a::before,
  .footer-grid > div:nth-child(3) a::before {
    width: 5px !important;
    height: 5px !important;
    min-width: 5px !important;
  }
}