@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@400;700;800&family=Tajawal:wght@400;500;700;800&display=swap');

#phr-header, #phr-header * { box-sizing: border-box; font-family: 'Tajawal', Arial, sans-serif !important; }
#phr-header {
  position: fixed; top: var(--phr-adminbar); left: 0; width: 100%; z-index: 9998;
  transition: background .25s ease, box-shadow .25s ease, backdrop-filter .25s ease;
}
#phr-header.phr-is-solid { background: var(--phr-bg); }
#phr-header.phr-is-transparent { background: rgba(255,255,255,.16); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
#phr-header.phr-inner-transparent-header.phr-is-transparent { background: rgba(255,255,255,.08); backdrop-filter: blur(var(--phr-inner-header-blur)); -webkit-backdrop-filter: blur(var(--phr-inner-header-blur)); border-bottom: 1px solid rgba(255,255,255,.14); }
#phr-header.is-sticky-shadow { box-shadow: 0 12px 36px rgba(14, 31, 56, .10); }
#phr-header .phr-shell {
  max-width: var(--phr-container); height: var(--phr-height); margin: 0 auto; padding: 0 22px;
  display: grid; grid-template-columns: max-content 1fr max-content; align-items: center;
  direction: ltr; position: relative;
}
#phr-header .phr-col { min-width: 0; display: flex; align-items: center; }
#phr-header .phr-left { justify-content: flex-start; order: 1; justify-self: start; gap: 12px; }
#phr-header .phr-center {
  justify-content: center; order: 2; justify-self: stretch; min-width: 0;
  margin-left: var(--phr-cta-gap); margin-right: var(--phr-logo-gap);
  transform: translateX(var(--phr-menu-offset)); transition: transform .28s ease;
}
#phr-header .phr-right { justify-content: flex-end; order: 3; justify-self: end; }
#phr-header .phr-logo-wrap { display: inline-flex; align-items: center; text-decoration: none; justify-content: flex-end; }
#phr-header .phr-logo { width: var(--phr-logo); height: var(--phr-logo-height); max-height: calc(var(--phr-height) - 12px); object-fit: contain; display: block; }
#phr-header .phr-logo-text { color: var(--phr-text); font-size: 28px; font-weight: 800; }
#phr-header .phr-nav { width: 100%; display: flex; justify-content: center; }
#phr-header .phr-nav .phr-menu,
#phr-header .phr-nav .menu {
  list-style: none; display: flex; align-items: center; justify-content: center; gap: var(--phr-menu-gap);
  margin: 0; padding: 8px; flex-wrap: nowrap; direction: rtl; position: relative;
}
#phr-header .phr-nav .phr-menu li,
#phr-header .phr-nav .menu li { margin: 0; position: relative; z-index: 1; }
#phr-header .phr-nav .phr-menu-marker {
  position: absolute; top: 50%; right: 0; transform: translateY(-50%);
  height: 46px; border-radius: var(--phr-menu-item-radius); background: var(--phr-active-item-bg);
  box-shadow: 0 12px 28px rgba(16,37,64,.10); opacity: 0; transition: all .28s cubic-bezier(.22,1,.36,1);
  pointer-events: none; z-index: 0;
}
#phr-header.is-sticky-shadow .phr-nav .phr-menu-marker { background: var(--phr-sticky-active-item-bg); }
#phr-header .phr-nav a {
  color: var(--phr-dropdown-text) !important; text-decoration: none; font-size: 16px; font-weight: 700; white-space: nowrap;
  display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 18px;
  border-radius: var(--phr-menu-item-radius);
  transition: color .22s ease, transform .22s ease, filter .22s ease;
  position: relative; z-index: 1;
}

#phr-header.is-sticky-shadow .phr-nav a,
#phr-header.is-sticky-shadow .phr-logo-text,
#phr-header.is-sticky-shadow .phr-mobile-toggle span { color: var(--phr-sticky-text) !important; }
#phr-header.is-sticky-shadow .phr-mobile-toggle span { background: var(--phr-mobile-toggle-icon-color); }
#phr-header.phr-inner-transparent-header:not(.is-sticky-shadow) .phr-mode-toggle,
#phr-header.phr-inner-transparent-header:not(.is-sticky-shadow) .phr-mobile-toggle,
#phr-header.phr-inner-transparent-header:not(.is-sticky-shadow) .phr-cta{
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.16);
  box-shadow: 0 12px 30px rgba(8,18,34,.10);
}
#phr-header.phr-inner-transparent-header:not(.is-sticky-shadow) .phr-logo-text,
#phr-header.phr-inner-transparent-header:not(.is-sticky-shadow) .phr-nav a,
#phr-header.phr-inner-transparent-header:not(.is-sticky-shadow) .phr-mode-toggle{
  color: #ffffff !important;
}
#phr-header.phr-inner-transparent-header:not(.is-sticky-shadow) .phr-mobile-toggle svg,
#phr-header.phr-inner-transparent-header:not(.is-sticky-shadow) .phr-mobile-toggle svg path{
  stroke: #ffffff !important;
}
#phr-header.phr-inner-transparent-header:not(.is-sticky-shadow) .phr-mobile-toggle span{ background:#ffffff !important; }

#phr-header .phr-nav li:hover > a,
#phr-header .phr-nav li:focus-within > a,
#phr-header .phr-nav a:hover,
#phr-header .phr-nav a:focus {
  color: var(--phr-menu-item-text) !important; transform: translateY(-1px);
}
#phr-header .phr-nav li:hover > a span,
#phr-header .phr-nav a:hover span { color: var(--phr-menu-item-text) !important; }
#phr-header .phr-nav .current-menu-item > a,
#phr-header .phr-nav .current_page_item > a,
#phr-header .phr-nav .current-menu-ancestor > a {
  color: #ffffff !important; transform: translateY(-1px);
}
#phr-header .phr-nav .current-menu-item > a span,
#phr-header .phr-nav .current_page_item > a span,
#phr-header .phr-nav .current-menu-ancestor > a span { color: #ffffff !important; }
#phr-header.is-sticky-shadow .phr-nav .current-menu-item > a,
#phr-header.is-sticky-shadow .phr-nav .current_page_item > a,
#phr-header.is-sticky-shadow .phr-nav .current-menu-ancestor > a { color: #ffffff !important; }
#phr-header.is-sticky-shadow .phr-nav .current-menu-item > a span,
#phr-header.is-sticky-shadow .phr-nav .current_page_item > a span,
#phr-header.is-sticky-shadow .phr-nav .current-menu-ancestor > a span { color: #ffffff !important; }


#phr-header .phr-nav li.current-menu-item > a,
#phr-header .phr-nav li.current_page_item > a,
#phr-header .phr-nav li.current-menu-ancestor > a,
#phr-header .phr-nav li.current_page_ancestor > a,
#phr-header .phr-nav li.current_page_parent > a,
#phr-header .phr-nav li.current-menu-parent > a,
#phr-header .phr-nav li.current-menu-item > a span,
#phr-header .phr-nav li.current_page_item > a span,
#phr-header .phr-nav li.current-menu-ancestor > a span,
#phr-header .phr-nav li.current_page_ancestor > a span,
#phr-header .phr-nav li.current_page_parent > a span,
#phr-header .phr-nav li.current-menu-parent > a span {
  color: #ffffff !important;
}
#phr-header.is-sticky-shadow .phr-nav li.current-menu-item > a,
#phr-header.is-sticky-shadow .phr-nav li.current_page_item > a,
#phr-header.is-sticky-shadow .phr-nav li.current-menu-ancestor > a,
#phr-header.is-sticky-shadow .phr-nav li.current_page_ancestor > a,
#phr-header.is-sticky-shadow .phr-nav li.current_page_parent > a,
#phr-header.is-sticky-shadow .phr-nav li.current-menu-parent > a,
#phr-header.is-sticky-shadow .phr-nav li.current-menu-item > a span,
#phr-header.is-sticky-shadow .phr-nav li.current_page_item > a span,
#phr-header.is-sticky-shadow .phr-nav li.current-menu-ancestor > a span,
#phr-header.is-sticky-shadow .phr-nav li.current_page_ancestor > a span,
#phr-header.is-sticky-shadow .phr-nav li.current_page_parent > a span,
#phr-header.is-sticky-shadow .phr-nav li.current-menu-parent > a span {
  color: #ffffff !important;
}

#phr-header .phr-mode-toggle {
  width: 48px; height: 48px; padding: 0; border-radius: 50%; border: 1px solid rgba(13,47,87,.08); background: rgba(255,255,255,.96);
  display: inline-flex; align-items: center; justify-content: center; cursor: pointer;
  box-shadow: 0 14px 34px rgba(13, 61, 103, .10); color: var(--phr-text); position: relative;
  transition: transform .22s ease, background .22s ease, color .22s ease, border-color .22s ease;
}
#phr-header .phr-mode-toggle:hover { transform: translateY(-1px); }
#phr-header .phr-mode-toggle::before {
  content: '☀'; font-size: 20px; line-height: 1;
}
body.phr-dark-mode #phr-header .phr-mode-toggle::before { content: '☾'; color: #fff; }
body.phr-dark-mode 
#phr-header .phr-nav li.current-menu-item > a,
#phr-header .phr-nav li.current_page_item > a,
#phr-header .phr-nav li.current-menu-ancestor > a,
#phr-header .phr-nav li.current_page_ancestor > a,
#phr-header .phr-nav li.current_page_parent > a,
#phr-header .phr-nav li.current-menu-parent > a,
#phr-header .phr-nav li.current-menu-item > a span,
#phr-header .phr-nav li.current_page_item > a span,
#phr-header .phr-nav li.current-menu-ancestor > a span,
#phr-header .phr-nav li.current_page_ancestor > a span,
#phr-header .phr-nav li.current_page_parent > a span,
#phr-header .phr-nav li.current-menu-parent > a span {
  color: #ffffff !important;
}
#phr-header.is-sticky-shadow .phr-nav li.current-menu-item > a,
#phr-header.is-sticky-shadow .phr-nav li.current_page_item > a,
#phr-header.is-sticky-shadow .phr-nav li.current-menu-ancestor > a,
#phr-header.is-sticky-shadow .phr-nav li.current_page_ancestor > a,
#phr-header.is-sticky-shadow .phr-nav li.current_page_parent > a,
#phr-header.is-sticky-shadow .phr-nav li.current-menu-parent > a,
#phr-header.is-sticky-shadow .phr-nav li.current-menu-item > a span,
#phr-header.is-sticky-shadow .phr-nav li.current_page_item > a span,
#phr-header.is-sticky-shadow .phr-nav li.current-menu-ancestor > a span,
#phr-header.is-sticky-shadow .phr-nav li.current_page_ancestor > a span,
#phr-header.is-sticky-shadow .phr-nav li.current_page_parent > a span,
#phr-header.is-sticky-shadow .phr-nav li.current-menu-parent > a span {
  color: #ffffff !important;
}

#phr-header .phr-mode-toggle { background: rgba(20,27,37,.92); color: #fff; border-color: rgba(255,255,255,.1); }

#phr-header .phr-cta {
  min-height: 54px; min-width: 0; padding: 0 18px 0 10px; border-radius: 999px;
  background: linear-gradient(135deg, var(--phr-cta-bg), color-mix(in srgb, var(--phr-cta-bg) 82%, #ffffff 18%)); color: var(--phr-cta-text);
  text-decoration: none; font-size: 16px; font-weight: 900; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  box-shadow: 0 16px 34px rgba(13, 61, 103, .22); direction: rtl; border: 1px solid rgba(255,255,255,.28); overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease; white-space: nowrap; letter-spacing: .1px;
}
#phr-header .phr-cta:hover { transform: translateY(-2px); box-shadow: 0 20px 42px rgba(13, 61, 103, .28); filter: saturate(1.05); }
#phr-header .phr-cta:focus-visible { outline: 3px solid rgba(13,61,103,.22); outline-offset: 3px; }
#phr-header .phr-property-icon {
  width: 38px; height: 38px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; flex: 0 0 38px;
  background: rgba(255,255,255,.18); color: var(--phr-cta-text); box-shadow: inset 0 0 0 1px rgba(255,255,255,.24);
}
#phr-header .phr-property-icon svg { width: 22px; height: 22px; display: block; }
#phr-header .phr-property-icon svg path { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
#phr-header .phr-cta-text { display: inline-flex; align-items: center; line-height: 1; }
#phr-header .phr-mobile-toggle {
  display: none; border: 0; background: #fff; padding: 0; width: 46px; height: 46px; border-radius: 14px; align-items: center; justify-content: center; flex-direction: column; gap: 5px;
  box-shadow: 0 10px 24px rgba(16,37,64,.08);
}
#phr-header .phr-mobile-toggle span { display: block; width: 22px; height: 2px; background: var(--phr-text); }
.phr-mobile-panel {
  position: fixed; top: 0; right: 0; bottom: 0; width: min(340px, 88vw); background: #fff; z-index: 10000; padding: calc(var(--phr-height) + var(--phr-adminbar) + 20px) 22px 24px;
  box-shadow: -16px 0 40px rgba(14,31,56,.14); transform: translateX(110%); transition: transform .25s ease; display: block; border-radius: 24px 0 0 24px;
}
.phr-mobile-panel.is-open { transform: translateX(0); }
.phr-mobile-overlay {
  position: fixed; inset: 0; background: rgba(9,20,39,.35); z-index: 9999; opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease;
}
.phr-mobile-overlay.is-open { opacity: 1; visibility: visible; }
.phr-mobile-menu, .phr-mobile-panel .menu { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.phr-mobile-menu a, .phr-mobile-panel .menu a {
  text-decoration: none; color: var(--phr-text); font-size: 17px; font-weight: 700; min-height: 50px; border-radius: 16px; padding: 0 16px;
  display: flex; align-items: center; background: #f7faff;
}
.phr-mobile-menu .current-menu-item > a, .phr-mobile-panel .menu .current-menu-item > a,
.phr-mobile-menu a:hover, .phr-mobile-panel .menu a:hover { background: var(--phr-active-item-bg); color: var(--phr-menu-item-text); }
.phr-mobile-close {
  position: absolute; top: calc(var(--phr-adminbar) + 18px); left: 18px; width: 42px; height: 42px; border: 0; border-radius: 14px; background: #f3f7fc; color: var(--phr-text); font-size: 24px;
}

html body.phr-dark-mode,
body.phr-dark-mode { background: #0f1319 !important; color: #f1f5f9 !important; }
body.phr-dark-mode #phr-header.phr-is-solid { background: rgba(16,22,30,.96); }
body.phr-dark-mode #phr-header.phr-is-transparent { background: rgba(16,22,30,.45); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
body.phr-dark-mode #phr-header.phr-inner-transparent-header.phr-is-transparent { background: rgba(9,16,28,.28); backdrop-filter: blur(var(--phr-inner-header-blur)); -webkit-backdrop-filter: blur(var(--phr-inner-header-blur)); border-bottom: 1px solid rgba(255,255,255,.10); }
body.phr-dark-mode,
body.phr-dark-mode .site,
body.phr-dark-mode .site-content,
body.phr-dark-mode main,
body.phr-dark-mode article,
body.phr-dark-mode section,
body.phr-dark-mode aside,
body.phr-dark-mode footer,
body.phr-dark-mode header:not(#phr-header),
body.phr-dark-mode .content-area,
body.phr-dark-mode .widget,
body.phr-dark-mode .entry-content,
body.phr-dark-mode .post,
body.phr-dark-mode .page,
body.phr-dark-mode [class*="container"],
body.phr-dark-mode [class*="wrapper"] { background-color: transparent; color: #f1f5f9 !important; }
body.phr-dark-mode h1,
body.phr-dark-mode h2,
body.phr-dark-mode h3,
body.phr-dark-mode h4,
body.phr-dark-mode h5,
body.phr-dark-mode h6,
body.phr-dark-mode p,
body.phr-dark-mode li,
body.phr-dark-mode span,
body.phr-dark-mode div,
body.phr-dark-mode label,
body.phr-dark-mode strong,
body.phr-dark-mode small,
body.phr-dark-mode blockquote,
body.phr-dark-mode td,
body.phr-dark-mode th { color: #f1f5f9; }
body.phr-dark-mode a { color: #c5dcff; }
body.phr-dark-mode input,
body.phr-dark-mode textarea,
body.phr-dark-mode select,
body.phr-dark-mode button,
body.phr-dark-mode .card,
body.phr-dark-mode .box,
body.phr-dark-mode .elementor-widget-container,
body.phr-dark-mode .wp-block-group,
body.phr-dark-mode .wp-block-columns,
body.phr-dark-mode .wp-block-cover,
body.phr-dark-mode table,
body.phr-dark-mode pre,
body.phr-dark-mode code {
  background: #171e28 !important; color: #f1f5f9 !important; border-color: rgba(255,255,255,.08) !important;
}
body.phr-dark-mode img,
body.phr-dark-mode video,
body.phr-dark-mode iframe { opacity: .96; }
body.phr-dark-mode .phr-mobile-panel { background: #141b25; }
body.phr-dark-mode .phr-mobile-menu a,
body.phr-dark-mode .phr-mobile-panel .menu a,
body.phr-dark-mode .phr-mobile-close,
body.phr-dark-mode #phr-header .phr-mobile-toggle,
body.phr-dark-mode #phr-header .phr-cta { background: #171e28; color: #fff !important; border-color: rgba(255,255,255,.08); }

body.admin-bar #phr-header { top: 32px; }
@media (max-width:782px) { body.admin-bar #phr-header { top: 46px; } }
@media (max-width: 1080px) {
  #phr-header .phr-shell { grid-template-columns: auto auto 1fr; }
  #phr-header .phr-center { display: none; margin-left: 0; margin-right: 0; transform: none; }
  #phr-header .phr-mobile-toggle { display: inline-flex; }
  #phr-header .phr-left { gap: 10px; }
  #phr-header .phr-cta { min-height: 50px; padding: 0 14px 0 8px; font-size: 14px; gap: 8px; }
  #phr-header .phr-property-icon { width: 34px; height: 34px; flex-basis: 34px; }
  #phr-header .phr-property-icon svg { width: 20px; height: 20px; }
}
@media (max-width: 782px) {
  :root { --phr-adminbar: 46px; }
  #phr-header .phr-shell { padding: 0 14px; grid-template-columns: auto auto 1fr; }
  #phr-header .phr-right { padding-left: 0; }
  #phr-header .phr-logo { max-width: 120px; }
}


/* Force active item text in sticky header */
#phr-header.is-sticky-shadow .phr-nav li.current-menu-item > a,
#phr-header.is-sticky-shadow .phr-nav li.current_page_item > a,
#phr-header.is-sticky-shadow .phr-nav li.current-menu-ancestor > a,
#phr-header.is-sticky-shadow .phr-nav li.current_page_ancestor > a,
#phr-header.is-sticky-shadow .phr-nav li.current_page_parent > a,
#phr-header.is-sticky-shadow .phr-nav li.current-menu-parent > a,
#phr-header.is-sticky-shadow .phr-nav li.current-menu-item > a *,
#phr-header.is-sticky-shadow .phr-nav li.current_page_item > a *,
#phr-header.is-sticky-shadow .phr-nav li.current-menu-ancestor > a *,
#phr-header.is-sticky-shadow .phr-nav li.current_page_ancestor > a *,
#phr-header.is-sticky-shadow .phr-nav li.current_page_parent > a *,
#phr-header.is-sticky-shadow .phr-nav li.current-menu-parent > a * {
  color: #ffffff !important;
}


/* Services widget styles */
body.phr-dark-mode .phr-services-section { background: linear-gradient(180deg, #111923, #0b1118); }
body.phr-dark-mode .phr-service-card { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.08); }
body.phr-dark-mode .phr-service-body h3 { color: #fff; }
body.phr-dark-mode .phr-service-body p,
body.phr-dark-mode .phr-services-desc { color: #c2cedd; }

.phr-services-section, .phr-services-section * { box-sizing: border-box; font-family: 'Tajawal', Arial, sans-serif !important; }
.phr-services-section {
  position: relative; padding: 90px 0; background: var(--phr-services-bg); overflow: hidden;
}
.phr-services-shell { position: relative; max-width: 1320px; margin: 0 auto; padding: 0 20px; }
.phr-services-backdrop {
  position: absolute; inset: 12px 20px auto auto; width: 320px; height: 320px; border-radius: 50%;
  background: radial-gradient(circle at center, var(--phr-services-overlay-1) 0%, rgba(255,255,255,0) 72%); filter: blur(0px); pointer-events: none;
}
.phr-services-section::before,
.phr-services-section::after {
  content: ''; position: absolute; border-radius: 50%; pointer-events: none;
}
.phr-services-section::before {
  width: 480px; height: 480px; left: -120px; top: -110px; background: radial-gradient(circle, var(--phr-services-overlay-1) 0%, transparent 72%);
}
.phr-services-section::after {
  width: 360px; height: 360px; right: -70px; bottom: -70px; background: radial-gradient(circle, var(--phr-services-overlay-2) 0%, transparent 72%);
}
.phr-services-head { position: relative; z-index: 1; text-align: center; max-width: 900px; margin: 0 auto 38px; }
.phr-services-title { margin: 0 0 16px; color: var(--phr-services-title); font-size: clamp(28px, 4vw, var(--phr-services-title-size)); font-weight: 800; line-height: 1.2; }
.phr-services-highlight {
  display: inline-flex; align-items: center; justify-content: center; padding: 10px 18px; border-radius: 18px; background: var(--phr-services-highlight-bg);
  color: var(--phr-services-highlight-text); position: relative; overflow: hidden; box-shadow: 0 18px 40px rgba(13,61,103,.18);
}
.phr-services-highlight::before {
  content: ''; position: absolute; inset: 0; background: linear-gradient(120deg, transparent 20%, rgba(255,255,255,.35) 50%, transparent 80%);
  transform: translateX(-130%); animation: phrShine 4.6s linear infinite;
}
.phr-services-desc { margin: 0; color: var(--phr-services-desc); font-size: var(--phr-services-desc-size); line-height: 1.9; }
.phr-services-grid { position: relative; z-index: 1; display: grid; gap: 22px; }
.phr-services-cols-4 .phr-services-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.phr-services-cols-5 .phr-services-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.phr-service-card {
  background: var(--phr-services-card-bg); border: 1px solid rgba(17,51,92,.08); border-radius: var(--phr-services-radius);
  box-shadow: 0 18px 45px rgba(17,51,92,.08); overflow: hidden; transition: transform .3s ease, box-shadow .3s ease;
}
.phr-service-card:hover { transform: translateY(-8px); box-shadow: 0 24px 55px rgba(17,51,92,.14); }
.phr-service-media { position: relative; height: var(--phr-services-image-height); overflow: hidden; background: linear-gradient(135deg, #e9f1ff, #f8fbff); display:flex; align-items:stretch; line-height:0; }
.phr-service-media img, .phr-service-media picture, .phr-service-media a { width: 100% !important; height: 100% !important; min-height: 100% !important; display: block !important; }
.phr-service-media img { object-fit: cover !important; vertical-align: middle; margin: 0 !important; }
.phr-services-has-glow .phr-service-media::after {
  content: ''; position: absolute; inset: auto -20% -38% auto; width: 70%; height: 70%; border-radius: 50%;
  background: radial-gradient(circle, rgba(111,175,255,.38) 0%, rgba(111,175,255,0) 72%); filter: blur(10px);
}
.phr-service-shine {
  position: absolute; inset: 0; background: linear-gradient(120deg, transparent 18%, rgba(255,255,255,.32) 48%, transparent 82%);
  transform: translateX(-130%); transition: transform .55s ease;
}
.phr-service-card:hover .phr-service-shine { transform: translateX(130%); }
.phr-service-body { padding: 22px; display: flex; flex-direction: column; gap: 14px; margin-top: 0; }
.phr-service-body h3 { margin: 0; color: var(--phr-services-title); font-size: 22px; font-weight: 800; }
.phr-service-body p { margin: 0; color: var(--phr-services-desc); line-height: 1.9; font-size: 15px; min-height: 86px; }
.phr-service-btn {
  margin-top: auto; display: inline-flex; align-items: center; justify-content: center; gap: 10px; width: 100%; min-height: 52px;
  border-radius: 999px; text-decoration: none; background: var(--phr-services-btn-bg); color: var(--phr-services-btn-text);
  font-weight: 800; box-shadow: 0 14px 35px rgba(13,61,103,.18); position: relative; overflow: hidden;
}
.phr-service-btn::before {
  content: ''; position: absolute; inset: 0; background: linear-gradient(120deg, transparent 20%, rgba(255,255,255,.24) 50%, transparent 80%);
  transform: translateX(-140%); transition: transform .45s ease;
}
.phr-service-card:hover .phr-service-btn::before { transform: translateX(110%); }
.phr-service-btn-icon {
  width: 30px; height: 30px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,.16); box-shadow: inset 0 0 0 1px rgba(255,255,255,.12);
}

@keyframes phrLogoShine { 0% { transform: translateX(-180%); } 100% { transform: translateX(180%); } }
@keyframes phrShine { 0% { transform: translateX(-130%); } 100% { transform: translateX(130%); } }

@media (max-width: 1200px) {
  .phr-services-cols-5 .phr-services-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .phr-services-cols-4 .phr-services-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 980px) {
  #phr-header .phr-shell { grid-template-columns: 1fr max-content; }
  #phr-header .phr-center, #phr-header .phr-left .phr-cta-text { display: none; }
  #phr-header .phr-mobile-toggle { display: inline-block; }
  .phr-services-cols-5 .phr-services-grid,
  .phr-services-cols-4 .phr-services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .phr-services-cols-5 .phr-services-grid,
  .phr-services-cols-4 .phr-services-grid { grid-template-columns: 1fr; }
  .phr-services-section { padding: 70px 0; }
}


/* v3.5.2 fix: hide mobile drawer elements until opened */
body.phr-mobile-open { overflow: hidden; }
#phr-mobile-panel:not(.is-open) { visibility: hidden; pointer-events: none; }
#phr-mobile-panel.is-open { visibility: visible; pointer-events: auto; }
#phr-mobile-overlay:not(.is-open) { pointer-events: none; }
@media (min-width: 1081px) {
  #phr-mobile-panel, #phr-mobile-overlay { display: none !important; }
}

.phr-services-pretitle{display:inline-flex;align-items:center;justify-content:center;margin:0 auto 14px;padding:10px 18px;border-radius:999px;background:rgba(13,61,103,.08);color:var(--phr-services-title);font-weight:800;font-size:14px;letter-spacing:.3px}


.phr-features-section,.phr-features-section *{box-sizing:border-box;font-family:'Tajawal',Arial,sans-serif !important}
.phr-features-section{position:relative;background:linear-gradient(180deg,var(--phr-features-bg) 0%,color-mix(in srgb,var(--phr-features-bg) 84%, #ffffff 16%) 100%);padding:88px 0;overflow:hidden}
.phr-features-shell{max-width:1280px;margin:0 auto;padding:0 22px;position:relative;z-index:1}
.phr-features-backdrop{position:absolute;inset:0;background:radial-gradient(circle at 82% 14%,var(--phr-features-overlay-1),transparent 28%),radial-gradient(circle at 12% 88%,var(--phr-features-overlay-2),transparent 26%);opacity:.95;pointer-events:none}
.phr-features-section::before,.phr-features-section::after{content:'';position:absolute;border-radius:50%;pointer-events:none;filter:blur(10px);opacity:.95}
.phr-features-section::before{width:430px;height:430px;right:-110px;top:-120px;background:radial-gradient(circle,var(--phr-features-overlay-1) 0%,transparent 72%)}
.phr-features-section::after{width:380px;height:380px;left:-100px;bottom:-80px;background:radial-gradient(circle,var(--phr-features-overlay-2) 0%,transparent 72%)}
.phr-features-head{position:relative;text-align:center;margin:0 auto 38px;max-width:900px}
.phr-features-pretitle{display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border-radius:999px;background:rgba(255,255,255,.48);backdrop-filter:blur(10px);font-size:16px;font-weight:800;color:var(--phr-features-title);margin-bottom:14px;box-shadow:0 10px 24px rgba(15,52,93,.07)}
.phr-features-title{margin:0 0 14px;color:var(--phr-features-title);font-size:clamp(28px,4vw,var(--phr-features-title-size));font-weight:800;line-height:1.2}
.phr-features-title .phr-services-highlight{background:var(--phr-features-highlight-bg);color:var(--phr-features-highlight-text);box-shadow:0 18px 40px rgba(13,61,103,.16)}
.phr-features-desc{margin:0;color:var(--phr-features-desc);font-size:var(--phr-features-desc-size);line-height:1.9}
.phr-features-grid{position:relative;display:grid;gap:26px}
.phr-features-cols-4 .phr-features-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.phr-features-cols-3 .phr-features-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.phr-feature-card{background:var(--phr-features-card-bg);border-radius:var(--phr-features-radius);padding:30px 26px;box-shadow:0 20px 52px rgba(15,52,93,.10);border:1px solid rgba(219,229,242,.85);transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;position:relative;overflow:hidden}
.phr-feature-card::before{content:'';position:absolute;inset:0 0 auto 0;height:5px;background:linear-gradient(90deg,var(--phr-features-overlay-1),var(--phr-features-highlight-bg),var(--phr-features-overlay-2));opacity:.95}
.phr-feature-card:hover{transform:translateY(-8px);box-shadow:0 28px 62px rgba(15,52,93,.16);border-color:rgba(13,61,103,.16)}
.phr-feature-icon-wrap{margin-bottom:20px}
.phr-feature-icon-box{width:var(--phr-features-icon-size);height:var(--phr-features-icon-size);border-radius:24px;background:linear-gradient(180deg,#ffffff,#f4f8ff);box-shadow:0 16px 36px rgba(13,61,103,.12),inset 0 1px 0 rgba(255,255,255,.92);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}
.phr-feature-icon-box::before{content:'';position:absolute;inset:-40% auto auto -30%;width:60%;height:180%;background:linear-gradient(115deg,transparent,rgba(255,255,255,.92),transparent);transform:rotate(24deg);opacity:.65}
.phr-feature-icon-box img{max-width:68%;max-height:68%;object-fit:contain;display:block;position:relative;z-index:1}
.phr-feature-fallback{font-size:calc(var(--phr-features-icon-size) * .36);color:var(--phr-features-title);position:relative;z-index:1}
.phr-feature-shine{position:absolute;inset:-120% auto auto -120%;width:70%;height:260%;background:linear-gradient(110deg,transparent,rgba(255,255,255,.92),transparent);transform:rotate(25deg);transition:left .7s ease;pointer-events:none}
.phr-features-has-glow .phr-feature-card:hover .phr-feature-shine{left:160%}
.phr-feature-body h3{margin:0 0 10px;color:var(--phr-features-title);font-size:var(--phr-features-item-title-size);font-weight:800;line-height:1.4}
.phr-feature-body p{margin:0;color:var(--phr-features-desc);font-size:var(--phr-features-item-desc-size);line-height:1.9}
.phr-features-section.phr-align-right .phr-features-head{text-align:right}
.phr-features-section.phr-align-left .phr-features-head{text-align:left}
.phr-features-section.phr-align-right .phr-feature-card{text-align:right}
.phr-features-section.phr-align-left .phr-feature-card{text-align:left}
.phr-features-section.phr-align-center .phr-feature-card{text-align:center}
.phr-features-section.phr-align-center .phr-feature-icon-box{margin-inline:auto}
.phr-features-section.phr-align-right .phr-feature-icon-box{margin-right:0;margin-left:auto}
.phr-features-section.phr-align-left .phr-feature-icon-box{margin-left:0;margin-right:auto}
@media (max-width:1080px){.phr-features-cols-4 .phr-features-grid,.phr-features-cols-3 .phr-features-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:767px){.phr-features-section{padding:60px 0}.phr-features-cols-4 .phr-features-grid,.phr-features-cols-3 .phr-features-grid{grid-template-columns:1fr}.phr-features-title{font-size:34px}.phr-feature-card{padding:24px 20px}}


.phr-how-section,.phr-how-section *{box-sizing:border-box;font-family:'Tajawal',Arial,sans-serif !important}
.phr-how-section{position:relative;padding:96px 0;background-color:var(--phr-how-bg-color);background-image:var(--phr-how-bg-image);background-size:cover;background-position:center;overflow:hidden;isolation:isolate}
.phr-how-overlay{position:absolute;inset:0;background:linear-gradient(135deg,var(--phr-how-overlay-start),var(--phr-how-overlay-end));z-index:0}
.phr-how-shell{position:relative;z-index:1;max-width:1440px;margin:0 auto;padding:0 18px}
.phr-how-head{max-width:900px;margin:0 auto 38px;text-align:center}
.phr-how-pretitle{display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border-radius:999px;background:rgba(255,255,255,.12);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.18);color:var(--phr-how-title);font-size:15px;font-weight:800;margin-bottom:14px}
.phr-how-title{margin:0 0 14px;color:var(--phr-how-title);font-size:clamp(30px,4vw,var(--phr-how-title-size));font-weight:800;line-height:1.2}
.phr-how-title .phr-services-highlight{background:rgba(255,255,255,.12);color:#fff;border:1px solid rgba(255,255,255,.2);box-shadow:0 18px 40px rgba(0,0,0,.12)}
.phr-how-desc{margin:0;color:var(--phr-how-desc);font-size:var(--phr-how-desc-size);line-height:1.9}
.phr-how-grid{display:grid;gap:16px}
.phr-how-cols-5 .phr-how-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
.phr-how-cols-4 .phr-how-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.phr-how-cols-3 .phr-how-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.phr-how-card{position:relative;padding:22px 16px;border-radius:var(--phr-how-radius);background-color:var(--phr-how-card-glass);border:1px solid var(--phr-how-card-border);backdrop-filter:blur(var(--phr-how-card-blur));-webkit-backdrop-filter:blur(var(--phr-how-card-blur));box-shadow:0 14px 34px rgba(7,20,38,.12);overflow:hidden;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;min-width:0}
.phr-how-card::before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.01));pointer-events:none}
.phr-how-card:hover{transform:translateY(-8px);box-shadow:0 28px 65px rgba(7,20,38,.24);border-color:rgba(255,255,255,.34)}
.phr-how-icon-box{position:relative;width:var(--phr-how-icon-size);height:var(--phr-how-icon-size);margin:0 auto 18px;border-radius:22px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.24);display:flex;align-items:center;justify-content:center;box-shadow:inset 0 1px 0 rgba(255,255,255,.16)}
.phr-how-icon-box img{max-width:64%;max-height:64%;object-fit:contain;display:block}
.phr-how-fallback{font-size:calc(var(--phr-how-icon-size) * .38);color:#fff}
.phr-how-card-body h3{margin:0;color:var(--phr-how-title);font-size:clamp(16px,1.15vw,var(--phr-how-item-title-size));font-weight:800;line-height:1.45;word-break:break-word}
.phr-how-card-body p{margin:0;color:var(--phr-how-desc);font-size:var(--phr-how-item-desc-size);line-height:1.9}
.phr-how-align-center .phr-how-card,.phr-how-align-center .phr-how-head{text-align:center}
.phr-how-align-right .phr-how-card,.phr-how-align-right .phr-how-head{text-align:right}
.phr-how-align-left .phr-how-card,.phr-how-align-left .phr-how-head{text-align:left}
.phr-how-align-right .phr-how-icon-box{margin-right:0;margin-left:auto}
.phr-how-align-left .phr-how-icon-box{margin-left:0;margin-right:auto}
@media (max-width:1080px){.phr-how-cols-5 .phr-how-grid,.phr-how-cols-4 .phr-how-grid,.phr-how-cols-3 .phr-how-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:767px){.phr-how-section{padding:68px 0}.phr-how-cols-5 .phr-how-grid,.phr-how-cols-4 .phr-how-grid,.phr-how-cols-3 .phr-how-grid{grid-template-columns:1fr}}

body.phr-service-single-page { background: linear-gradient(180deg, #f4f8ff 0%, #eef5ff 100%) !important; }
body.phr-modal-open { overflow: hidden; }
body.phr-service-single-page,
body.phr-service-single-page * { font-family: 'Almarai', Arial, sans-serif !important; }
.phr-service-single-wrap { padding: var(--phr-adminbar) 0 72px; }
.phr-service-single-shell { width: min(var(--phr-container), calc(100% - 32px)); margin: 0 auto; }
.phr-service-hero { position: relative; }
.phr-service-hero-banner { position: relative; min-height: 320px; margin-top: calc(-1 * (var(--phr-height) + var(--phr-adminbar))); padding: calc(var(--phr-height) + var(--phr-adminbar) + 34px) 0 110px; background-color: #0d3d67; overflow: hidden; isolation: isolate; }
.phr-service-hero-banner::before { content: ''; position: absolute; inset: 0; background-image: var(--phr-service-hero-image, none); background-size: cover; background-position: center; background-repeat: no-repeat; opacity: .28; pointer-events: none; z-index: 0; }
.phr-service-hero-banner::after { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 85% 18%, rgba(255,255,255,.18), transparent 26%), radial-gradient(circle at 14% 82%, rgba(255,255,255,.10), transparent 22%); pointer-events: none; z-index: 1; }
.phr-service-hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,17,32,.42), rgba(5,17,32,.58)); z-index: 2; }
.phr-service-banner-inner { position: relative; z-index: 3; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; min-height: 210px; }
.phr-service-banner-copy { max-width: 760px; }
.phr-service-back-link { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; color: #fff; font-weight: 800; margin-bottom: 22px; padding: 10px 18px; border-radius: 999px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(10px); }
.phr-service-kicker { display: inline-flex; padding: 10px 16px; border-radius: 999px; background: rgba(255,255,255,.14); color: #fff; border: 1px solid rgba(255,255,255,.18); font-weight: 800; font-size: 13px; margin-bottom: 18px; }
.phr-service-banner-title { margin: 0; font-size: clamp(30px, 4vw, 56px); color: #fff; line-height: 1.15; text-shadow: 0 10px 30px rgba(0,0,0,.18); }
.phr-service-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 28px; align-items: center; margin-top: -76px; position: relative; z-index: 3; }
.phr-service-hero-content,
.phr-service-hero-media,
.phr-service-article-box,
.phr-service-modal-dialog { background: rgba(255,255,255,.90); border: 1px solid rgba(13,61,103,.08); box-shadow: 0 24px 60px rgba(13,61,103,.12); backdrop-filter: blur(18px); }
.phr-service-hero-content { border-radius: 32px; padding: 34px; }
.phr-service-hero-content h2 { margin: 0 0 14px; font-size: clamp(28px, 3vw, 42px); color: var(--phr-services-title); line-height: 1.2; }
.phr-service-hero-desc { margin: 0; font-size: 18px; line-height: 1.95; color: var(--phr-services-desc); }
.phr-service-hero-media { border-radius: 32px; overflow: hidden; min-height: 340px; }
.phr-service-hero-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.phr-service-boxes { margin-top: 28px; }
.phr-service-article-box { border-radius: 28px; padding: 28px; }
.phr-service-box-head { display: flex; align-items: flex-start; gap: 18px; margin-bottom: 22px; }
.phr-service-box-head h2 { margin: 0 0 8px; color: var(--phr-services-title); font-size: 28px; }
.phr-service-box-head p { margin: 0; color: var(--phr-services-desc); }
.phr-service-box-badge { width: 56px; height: 56px; border-radius: 18px; background: linear-gradient(135deg, var(--phr-services-overlay-1), var(--phr-services-overlay-2)); display: inline-flex; align-items: center; justify-content: center; font-weight: 800; color: var(--phr-services-title); }
.phr-service-article-preview { color: #23364e; font-size: 17px; line-height: 2; }
.phr-service-article-preview p:last-child { margin-bottom: 0; }
.phr-service-more-btn { min-width: 170px; min-height: 52px; border: 0; border-radius: 999px; background: var(--phr-services-btn-bg); color: var(--phr-services-btn-text); font-weight: 800; font-size: 15px; cursor: pointer; box-shadow: 0 16px 30px rgba(13,61,103,.18); }
.phr-service-empty { padding: 18px 20px; border-radius: 22px; background: #f8fbff; color: var(--phr-services-desc); font-size: 16px; line-height: 1.9; }
.phr-service-modal { position: fixed; inset: 0; z-index: 10050; display: flex; align-items: center; justify-content: center; padding: 24px; opacity: 0; visibility: hidden; pointer-events: none; transition: .22s ease; }
.phr-service-modal.is-open { opacity: 1; visibility: visible; pointer-events: auto; }
.phr-service-modal-backdrop { position: absolute; inset: 0; background: rgba(10,22,40,.58); }
.phr-service-modal-dialog { position: relative; width: min(920px, 100%); max-height: min(82vh, 900px); overflow: auto; border-radius: 30px; padding: 30px; }
.phr-service-modal-close { position: sticky; top: 0; margin-inline-start: auto; width: 44px; height: 44px; border: 0; border-radius: 14px; background: #eef5ff; color: #102540; font-size: 28px; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.phr-service-modal-dialog h2 { margin: 8px 0 18px; color: var(--phr-services-title); font-size: clamp(26px, 3vw, 40px); }
.phr-service-modal-content { color: #23364e; font-size: 17px; line-height: 2; }
.phr-service-modal-content p:first-child { margin-top: 0; }
@media (max-width: 900px) {
  .phr-service-hero-banner { min-height: 280px; padding-bottom: 96px; }
  .phr-service-banner-inner { min-height: 190px; }
  .phr-service-hero-grid { grid-template-columns: 1fr; margin-top: -58px; }
  .phr-service-hero-media { min-height: 260px; }
}
@media (max-width: 640px) {
  .phr-service-single-wrap { padding-top: var(--phr-adminbar); }
  .phr-service-hero-banner { min-height: 240px; padding: calc(var(--phr-height) + var(--phr-adminbar) + 22px) 0 84px; }
  .phr-service-back-link { margin-bottom: 16px; }
  .phr-service-banner-title { font-size: clamp(26px, 8vw, 38px); }
  .phr-service-hero-grid { margin-top: -44px; }
  .phr-service-hero-content,
  .phr-service-hero-media,
  .phr-service-article-box,
  .phr-service-modal-dialog { border-radius: 24px; }
  .phr-service-hero-content,
  .phr-service-article-box,
  .phr-service-modal-dialog { padding: 20px; }
  .phr-service-box-head { gap: 12px; }
  .phr-service-box-badge { width: 48px; height: 48px; border-radius: 16px; }
}




/* Service page header overlap fix */
body.phr-service-single-page,
html body.phr-service-single-page {
  margin: 0 !important;
  padding: 0 !important;
  background: linear-gradient(180deg, rgba(13,61,103,.98) 0px, rgba(20,87,151,.90) 420px, #f4f8ff 421px, #eef5ff 100%) !important;
}
body.phr-service-single-page #phr-header {
  background: transparent !important;
  backdrop-filter: none !important;
  box-shadow: none !important;
}
body.phr-service-single-page #phr-header.is-sticky-shadow {
  background: rgba(8,31,58,.22) !important;
  backdrop-filter: blur(12px) !important;
  box-shadow: 0 12px 36px rgba(4,16,31,.16) !important;
}
body.phr-service-single-page .phr-service-single-wrap {
  padding: 0 0 72px !important;
  margin: 0 !important;
}
body.phr-service-single-page .phr-service-hero {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
body.phr-service-single-page .phr-service-hero-banner {
  margin-top: calc(-1 * var(--phr-adminbar)) !important;
  padding: calc(var(--phr-height) + var(--phr-adminbar) + 26px) 0 110px !important;
  min-height: 430px !important;
  background: linear-gradient(135deg, rgba(13,61,103,.96), rgba(20,87,151,.88)) !important;
}
body.phr-service-single-page .phr-service-hero-banner::before {
  opacity: .95;
}
@media (max-width: 767px) {
  body.phr-service-single-page,
  html body.phr-service-single-page {
    background: linear-gradient(180deg, rgba(13,61,103,.98) 0px, rgba(20,87,151,.90) 320px, #f4f8ff 321px, #eef5ff 100%) !important;
  }
  body.phr-service-single-page .phr-service-hero-banner {
    margin-top: calc(-1 * var(--phr-adminbar)) !important;
    padding: calc(var(--phr-height) + var(--phr-adminbar) + 18px) 0 84px !important;
    min-height: 320px !important;
  }
}

.phr-about-section,.phr-about-section *{box-sizing:border-box;font-family:'Tajawal',Arial,sans-serif !important}
.phr-about-section{position:relative;padding:92px 0;background:linear-gradient(180deg,var(--phr-about-bg) 0%,color-mix(in srgb,var(--phr-about-bg) 84%, #ffffff 16%) 100%);overflow:hidden;isolation:isolate}
.phr-about-section::before,.phr-about-section::after{content:'';position:absolute;border-radius:50%;pointer-events:none;filter:blur(12px);opacity:.95}
.phr-about-section::before{width:460px;height:460px;right:-140px;top:-120px;background:radial-gradient(circle,var(--phr-about-overlay-1) 0%,transparent 72%)}
.phr-about-section::after{width:380px;height:380px;left:-100px;bottom:-80px;background:radial-gradient(circle,var(--phr-about-overlay-2) 0%,transparent 72%)}
.phr-about-shell{width:min(var(--phr-container),calc(100% - 28px));margin:0 auto;position:relative;z-index:1}
.phr-about-head{max-width:760px;margin:0 auto 34px;text-align:center}
.phr-about-pretitle{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:999px;background:rgba(255,255,255,.72);color:var(--phr-about-content-title);font-size:14px;font-weight:800;margin-bottom:16px;border:1px solid rgba(13,61,103,.08)}
.phr-about-title{margin:0 0 16px;color:var(--phr-about-title);font-size:clamp(30px,3vw,var(--phr-about-title-size));line-height:1.18;font-weight:800}
.phr-about-desc{margin:0;color:var(--phr-about-desc);font-size:var(--phr-about-desc-size);line-height:1.9}
.phr-about-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:26px;align-items:stretch}
.phr-about-media-card,.phr-about-content-card{position:relative;background:linear-gradient(180deg,var(--phr-about-card-bg),color-mix(in srgb,var(--phr-about-card-bg) 94%, #f5f9ff 6%));border:1px solid rgba(14,48,89,.08);border-radius:var(--phr-about-radius);padding:22px;box-shadow:0 18px 40px rgba(13,47,87,.08)}
.phr-about-video-shell{position:relative;min-height:var(--phr-about-video-height);height:var(--phr-about-video-height);border-radius:calc(var(--phr-about-radius) - 8px);overflow:hidden;background:linear-gradient(135deg,#082441,#0d3d67);display:flex;align-items:center;justify-content:center}
.phr-about-video,.phr-about-poster-only,.phr-about-video-preview{width:100%;height:100%;display:block;object-fit:cover}
.phr-about-video-trigger{position:relative;width:100%;height:100%;padding:0;border:0;background:transparent;cursor:pointer;display:block}
.phr-about-video-trigger::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,21,38,.12) 0%,rgba(6,21,38,.38) 100%);transition:opacity .25s ease}
.phr-about-video-trigger:hover::after,.phr-about-video-trigger:focus-visible::after{opacity:.82}
.phr-about-play{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:12px;z-index:2}
.phr-about-play-icon{width:82px;height:82px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.18);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.28);color:#fff;font-size:28px;box-shadow:0 16px 32px rgba(3,18,36,.24);transition:transform .25s ease,background .25s ease}
.phr-about-play-text{padding:10px 16px;border-radius:999px;background:rgba(7,24,42,.55);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.14);color:#fff;font-size:14px;font-weight:800;white-space:nowrap}
.phr-about-video-trigger:hover .phr-about-play-icon,.phr-about-video-trigger:focus-visible .phr-about-play-icon{transform:scale(1.08);background:rgba(255,255,255,.24)}
.phr-about-video-badge{position:absolute;top:16px;right:16px;padding:10px 14px;border-radius:999px;background:rgba(8,26,46,.72);backdrop-filter:blur(8px);color:#fff;font-size:13px;font-weight:800;border:1px solid rgba(255,255,255,.18);z-index:2}
.phr-about-modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:24px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,visibility .25s ease;z-index:99999}
.phr-about-modal.is-open{opacity:1;visibility:visible;pointer-events:auto}
.phr-about-modal-backdrop{position:absolute;inset:0;background:rgba(4,15,28,.72);backdrop-filter:blur(8px)}
.phr-about-modal-dialog{position:relative;z-index:1;width:min(var(--phr-about-popup-width),100%);border-radius:28px;background:#081b31;padding:18px;box-shadow:0 24px 80px rgba(0,0,0,.32);border:1px solid rgba(255,255,255,.08)}
.phr-about-modal-video-wrap{border-radius:22px;overflow:hidden;background:#000}
.phr-about-modal-video{width:100%;max-height:min(var(--phr-about-popup-height),720px);display:block;background:#000}
.phr-about-modal-close{position:absolute;top:-14px;left:-14px;width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.12);backdrop-filter:blur(10px);color:#fff;font-size:28px;line-height:1;cursor:pointer;box-shadow:0 12px 30px rgba(0,0,0,.24)}
body.phr-modal-open{overflow:hidden}
.phr-about-empty-state{max-width:280px;text-align:center;color:#fff;padding:24px}
.phr-about-empty-icon{width:78px;height:78px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.14);font-size:30px;margin-bottom:16px;border:1px solid rgba(255,255,255,.18)}
.phr-about-empty-state strong{display:block;font-size:24px;margin-bottom:8px}
.phr-about-empty-state p{margin:0;opacity:.9;line-height:1.8}
.phr-about-content-card{display:flex;flex-direction:column;justify-content:center;padding:34px}
.phr-about-content-card::before{content:'';position:absolute;inset:18px auto 18px 18px;width:6px;border-radius:999px;background:linear-gradient(180deg,var(--phr-about-accent-bg),color-mix(in srgb,var(--phr-about-accent-bg) 70%, #ffffff 30%));opacity:.88}
.phr-about-content-badge{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:10px 18px;border-radius:999px;background:var(--phr-about-accent-bg);color:var(--phr-about-accent-text);font-size:14px;font-weight:800;box-shadow:0 14px 24px rgba(13,61,103,.14);margin-bottom:18px}
.phr-about-content-card h3{margin:0 0 14px;color:var(--phr-about-content-title);font-size:var(--phr-about-content-title-size);line-height:1.25;font-weight:800}
.phr-about-content-card p{margin:0;color:var(--phr-about-content-text);font-size:var(--phr-about-content-text-size);line-height:2}
@media (max-width:991px){.phr-about-grid{grid-template-columns:1fr}.phr-about-video-shell{min-height:min(var(--phr-about-video-height),340px);height:min(var(--phr-about-video-height),340px)}.phr-about-content-card{padding:28px}}
@media (max-width:767px){.phr-about-section{padding:64px 0}.phr-about-title{font-size:34px}.phr-about-desc{font-size:16px}.phr-about-media-card,.phr-about-content-card{padding:18px}.phr-about-content-card h3{font-size:28px}.phr-about-video-shell{min-height:min(var(--phr-about-video-height),260px);height:min(var(--phr-about-video-height),260px)}.phr-about-play-icon{width:68px;height:68px;font-size:22px}.phr-about-play-text{font-size:13px;padding:9px 14px}.phr-about-modal{padding:14px}.phr-about-modal-dialog{padding:12px;border-radius:22px}.phr-about-modal-close{top:10px;left:10px;width:42px;height:42px;font-size:24px;background:rgba(8,27,49,.74)}}

/* Portfolio section */

.phr-portfolio-section,.phr-portfolio-section *{font-family:'Tajawal',Arial,sans-serif !important}
.phr-portfolio-card-overlay,.phr-portfolio-card-caption{display:none !important}
.phr-portfolio-section{position:relative;padding:88px 0;background:var(--phr-portfolio-bg-color);overflow:hidden}
.phr-portfolio-section::before{content:'';position:absolute;inset:0;background-image:var(--phr-portfolio-bg-image);background-size:cover;background-position:center;opacity:var(--phr-portfolio-bg-image-opacity, .35)}
.phr-portfolio-overlay{position:absolute;inset:0;background:linear-gradient(135deg,var(--phr-portfolio-overlay-start),var(--phr-portfolio-overlay-end));z-index:1}
.phr-portfolio-shell{position:relative;z-index:2;width:min(calc(100% - 32px),var(--phr-portfolio-inner-width,1200px));margin:0 auto}
.phr-portfolio-head{text-align:center;max-width:820px;margin:0 auto 34px}
.phr-portfolio-pretitle{display:inline-flex;padding:10px 18px;border-radius:999px;background:rgba(255,255,255,.72);backdrop-filter:blur(10px);font-weight:800;color:#0d2f57;margin-bottom:16px}
.phr-portfolio-title{margin:0 0 14px;font-size:clamp(30px,4vw,46px);line-height:1.18;color:var(--phr-portfolio-title)}
.phr-portfolio-desc{margin:0 auto;color:var(--phr-portfolio-desc);font-size:18px;line-height:1.9;max-width:760px}
.phr-portfolio-filters{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin:0 auto 34px}
.phr-portfolio-filter{border:0;cursor:pointer;padding:13px 22px;border-radius:999px;background:var(--phr-portfolio-filter-bg);color:var(--phr-portfolio-filter-text);font-weight:800;box-shadow:0 12px 30px rgba(13,47,87,.08);transition:.25s transform,.25s background,.25s color}
.phr-portfolio-filter:hover{transform:translateY(-2px)}
.phr-portfolio-filter.is-active{background:var(--phr-portfolio-filter-active-bg);color:var(--phr-portfolio-filter-active-text);box-shadow:0 16px 34px rgba(13,61,103,.24)}
.phr-portfolio-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.phr-portfolio-card{min-width:0}
.phr-portfolio-trigger{position:relative;display:block;width:100%;padding:0;border:0;border-radius:calc(var(--phr-portfolio-card-radius) + 4px);background:transparent;cursor:pointer;text-align:inherit;overflow:hidden}
.phr-portfolio-frame{position:absolute;inset:0;border-radius:calc(var(--phr-portfolio-card-radius) + 4px);padding:1px;background:linear-gradient(145deg,rgba(255,255,255,.85),rgba(255,255,255,.15));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:3}
.phr-portfolio-media{display:block;position:relative;height:var(--phr-portfolio-item-height);min-height:var(--phr-portfolio-item-height);border-radius:var(--phr-portfolio-card-radius);overflow:hidden;background:transparent !important;backdrop-filter:none;line-height:0}
.phr-portfolio-media > img,.phr-portfolio-media .phr-portfolio-thumb-video{position:absolute !important;top:0 !important;right:0 !important;bottom:0 !important;left:0 !important;width:100% !important;height:100% !important;min-width:100% !important;min-height:100% !important;display:block !important;object-fit:cover !important;object-position:center center !important;background-size:cover !important;background-position:center center !important;transition:transform .35s ease;border-radius:inherit}
.phr-portfolio-trigger:hover .phr-portfolio-media img,.phr-portfolio-trigger:hover .phr-portfolio-thumb-video{transform:scale(1.06)}
.phr-portfolio-thumb-video{background-color:#0a1d33}
.phr-portfolio-play{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.2);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.28);color:#fff;font-size:24px;box-shadow:0 16px 40px rgba(0,0,0,.25)}
.phr-portfolio-card-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,15,28,0) 35%,rgba(3,15,28,.84) 100%);z-index:1}
.phr-portfolio-card-caption{position:absolute;right:18px;left:18px;bottom:18px;z-index:2;color:#fff;display:flex;flex-direction:column;gap:4px}
.phr-portfolio-card-caption strong{font-size:18px;line-height:1.4}
.phr-portfolio-card-caption small{font-size:13px;opacity:.88}
.phr-portfolio-empty{grid-column:1/-1;padding:34px;border-radius:28px;background:rgba(255,255,255,.82);text-align:center;color:#0d2f57;font-weight:700;backdrop-filter:blur(10px)}
.phr-portfolio-modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:24px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,visibility .25s ease;z-index:99999}
.phr-portfolio-modal.is-open{opacity:1;visibility:visible;pointer-events:auto}
.phr-portfolio-modal-backdrop{position:absolute;inset:0;background:rgba(4,15,28,.78);backdrop-filter:blur(10px)}
.phr-portfolio-modal-dialog{position:relative;z-index:1;width:min(1000px,100%);max-height:90vh;border-radius:30px;background:#081b31;padding:18px;border:1px solid rgba(255,255,255,.08);box-shadow:0 24px 90px rgba(0,0,0,.32)}
.phr-portfolio-modal-close{position:absolute;top:-14px;left:-14px;width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.12);color:#fff;font-size:28px;cursor:pointer}
.phr-portfolio-modal-head{display:none !important;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:6px 8px 18px;color:#fff;flex-wrap:wrap}
.phr-portfolio-modal-title{font-size:22px}
.phr-portfolio-modal-category{padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.1);font-size:13px;font-weight:700}
.phr-portfolio-modal-body{border-radius:22px;overflow:hidden;background:#03101e}
.phr-portfolio-modal-image,.phr-portfolio-modal-video{display:block;width:100%;max-height:72vh;object-fit:contain;background:#03101e}
@media (max-width:1199px){.phr-portfolio-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:767px){.phr-portfolio-section{padding:64px 0}.phr-portfolio-filters{flex-wrap:nowrap;justify-content:flex-start;gap:8px;overflow-x:auto;overflow-y:hidden;padding:0 2px 8px;margin:0 auto 24px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.phr-portfolio-filters::-webkit-scrollbar{display:none}.phr-portfolio-filter{flex:0 0 auto;padding:10px 14px;font-size:13px;line-height:1.2;white-space:nowrap}.phr-portfolio-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.phr-portfolio-media{height:min(var(--phr-portfolio-item-height),200px)}.phr-portfolio-modal{padding:12px}.phr-portfolio-modal-dialog{padding:12px;border-radius:22px}.phr-portfolio-modal-close{top:8px;left:8px;width:42px;height:42px}.phr-portfolio-card-caption{right:12px;left:12px;bottom:12px}.phr-portfolio-card-caption strong{font-size:15px}}
@media (max-width:520px){.phr-portfolio-grid{grid-template-columns:1fr}.phr-portfolio-media{height:min(var(--phr-portfolio-item-height),240px)}}

.phr-portfolio-card,.phr-portfolio-trigger{height:100%}
.phr-portfolio-trigger,.phr-portfolio-media{line-height:0}
.phr-portfolio-media img{max-width:none !important;max-height:none !important}

.phr-portfolio-card .phr-portfolio-media img{position:absolute !important;inset:0 !important;width:100% !important;height:100% !important;min-width:100% !important;min-height:100% !important;max-width:none !important;max-height:none !important;object-fit:cover !important;object-position:center center !important;border-radius:inherit;vertical-align:top;background:transparent !important;}
.phr-portfolio-card .phr-portfolio-media::after{content:none !important;}


/* Mobile menu icon and panel fixes */
#phr-header .phr-mobile-toggle {
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(13,47,87,.10);
  color: var(--phr-text);
}
#phr-header .phr-mobile-toggle span {
  background: var(--phr-text);
  border-radius: 999px;
}
body.phr-dark-mode #phr-header .phr-mobile-toggle {
  background: rgba(255,255,255,.94) !important;
  color: #12395e !important;
  border-color: rgba(18,57,94,.12) !important;
}
body.phr-dark-mode #phr-header .phr-mobile-toggle span {
  background: #12395e !important;
}

.phr-mobile-panel {
  background: #0f2741;
  color: #ffffff;
}
.phr-mobile-head strong {
  color: #ffffff;
}
.phr-mobile-menu a,
.phr-mobile-panel .menu a {
  background: rgba(255,255,255,.08);
  color: #ffffff !important;
  border: 1px solid rgba(255,255,255,.08);
}
.phr-mobile-menu .current-menu-item > a,
.phr-mobile-panel .menu .current-menu-item > a,
.phr-mobile-menu a:hover,
.phr-mobile-panel .menu a:hover {
  background: var(--phr-active-item-bg);
  color: var(--phr-menu-item-text) !important;
}
.phr-mobile-close {
  background: rgba(255,255,255,.10);
  color: #ffffff;
}
body.phr-dark-mode .phr-mobile-panel {
  background: #0f2741 !important;
}
body.phr-dark-mode .phr-mobile-menu a,
body.phr-dark-mode .phr-mobile-panel .menu a,
body.phr-dark-mode .phr-mobile-close {
  background: rgba(255,255,255,.08) !important;
  color: #ffffff !important;
  border-color: rgba(255,255,255,.08) !important;
}

@media (max-width: 1080px) {
  #phr-header .phr-left {
    order: 1;
    gap: 10px;
  }
  #phr-header .phr-right {
    order: 3;
  }
}
@media (max-width: 782px) {
  #phr-header .phr-shell {
    grid-template-columns: auto 1fr auto;
  }
  #phr-header .phr-left {
    justify-self: start;
  }
  #phr-header .phr-right {
    justify-self: end;
  }
  #phr-header .phr-cta {
    display: none;
  }
}


/* PHR 3.9.2 mobile menu visual controls */
#phr-header .phr-mobile-toggle{
  background: rgba(255,255,255,.94) !important;
  border: 1px solid rgba(13,47,87,.12) !important;
  color: var(--phr-mobile-toggle-icon-color) !important;
}
#phr-header .phr-mobile-toggle span,
body.phr-dark-mode #phr-header .phr-mobile-toggle span,
#phr-header.is-sticky-shadow .phr-mobile-toggle span{
  background: var(--phr-mobile-toggle-icon-color) !important;
}
body.phr-dark-mode #phr-header .phr-mobile-toggle{
  background: rgba(255,255,255,.94) !important;
  border-color: rgba(13,47,87,.12) !important;
  color: var(--phr-mobile-toggle-icon-color) !important;
}

.phr-mobile-panel{
  background: var(--phr-mobile-panel-custom-bg) !important;
  color: var(--phr-mobile-panel-text) !important;
  border-left: 1px solid var(--phr-mobile-panel-border);
  box-shadow: -18px 0 48px rgba(9,20,39,.24);
}
.phr-mobile-panel.is-brand{
  background: var(--phr-mobile-panel-brand-bg) !important;
}
.phr-mobile-panel.is-glass{
  backdrop-filter: blur(var(--phr-mobile-panel-blur));
  -webkit-backdrop-filter: blur(var(--phr-mobile-panel-blur));
}
.phr-mobile-overlay{
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.phr-mobile-head strong,
.phr-mobile-menu a,
.phr-mobile-panel .menu a,
.phr-mobile-close{
  color: var(--phr-mobile-panel-text) !important;
}
.phr-mobile-menu a,
.phr-mobile-panel .menu a{
  background: rgba(255,255,255,.10) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
}
.phr-mobile-menu .current-menu-item > a,
.phr-mobile-panel .menu .current-menu-item > a,
.phr-mobile-menu a:hover,
.phr-mobile-panel .menu a:hover{
  background: rgba(255,255,255,.18) !important;
  color: #ffffff !important;
}
.phr-mobile-close{
  background: rgba(255,255,255,.12) !important;
}
body.phr-dark-mode .phr-mobile-panel{
  color: var(--phr-mobile-panel-text) !important;
}
body.phr-dark-mode .phr-mobile-menu a,
body.phr-dark-mode .phr-mobile-panel .menu a,
body.phr-dark-mode .phr-mobile-close{
  color: var(--phr-mobile-panel-text) !important;
  background: rgba(255,255,255,.10) !important;
  border-color: rgba(255,255,255,.12) !important;
}


/* PHR 3.9.3 proper mobile menu icon */
#phr-header .phr-mobile-toggle{
  display:none;
  align-items:center !important;
  justify-content:center !important;
}
@media (max-width:1080px){
  #phr-header .phr-mobile-toggle{ display:inline-flex !important; }
}
@media (max-width:980px){
  #phr-header .phr-mobile-toggle{ display:inline-flex !important; }
}
#phr-header .phr-mobile-toggle span{ display:none !important; }
#phr-header .phr-mobile-toggle .phr-mobile-toggle-svg{
  width:22px;
  height:22px;
  display:block;
}
#phr-header .phr-mobile-toggle .phr-mobile-toggle-svg path{
  fill:none;
  stroke: var(--phr-mobile-toggle-icon-color);
  stroke-width: 2.4;
  stroke-linecap: round;
  transition: stroke .2s ease;
}
body.phr-dark-mode #phr-header .phr-mobile-toggle .phr-mobile-toggle-svg path,
#phr-header.is-sticky-shadow .phr-mobile-toggle .phr-mobile-toggle-svg path{
  stroke: var(--phr-mobile-toggle-icon-color) !important;
}

/* PHR 4.0.0 testimonials section */
.phr-testimonials-section{
  position:relative;
  padding:90px 20px;
  background:var(--phr-testimonials-bg);
  overflow:hidden;
  font-family:'Tajawal',sans-serif;
}
.phr-testimonials-section,
.phr-testimonials-section *{
  font-family:'Tajawal',sans-serif;
}
.phr-testimonials-backdrop{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at top right,var(--phr-testimonials-overlay-1),transparent 38%),
    radial-gradient(circle at bottom left,var(--phr-testimonials-overlay-2),transparent 42%);
  pointer-events:none;
}
.phr-testimonials-shell{
  position:relative;
  z-index:1;
  max-width:var(--phr-testimonials-inner-width);
  margin:0 auto;
}
.phr-testimonials-head{
  text-align:center;
  max-width:780px;
  margin:0 auto 34px;
}
.phr-testimonials-pretitle{
  display:inline-flex;
  padding:10px 18px;
  border-radius:999px;
  background:rgba(255,255,255,.8);
  color:var(--phr-testimonials-title);
  margin-bottom:14px;
  font-weight:700;
}
.phr-testimonials-title{
  margin:0 0 14px;
  font-size:var(--phr-testimonials-title-size);
  color:var(--phr-testimonials-title);
  line-height:1.2;
}
.phr-testimonials-title .phr-highlight{
  background:var(--phr-testimonials-highlight-bg);
  color:var(--phr-testimonials-highlight-text);
}
.phr-testimonials-desc{
  margin:0;
  color:var(--phr-testimonials-desc);
  font-size:var(--phr-testimonials-desc-size);
  line-height:1.9;
}
.phr-testimonials-slider-wrap{
  position:relative;
  display:flex;
  align-items:center;
  gap:18px;
}
.phr-testimonials-viewport{
  overflow:hidden;
  flex:1;
}
.phr-testimonials-track{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(0,1fr));
  grid-auto-flow:column;
  grid-auto-columns:calc((100% - 72px) / 4);
  gap:24px;
  transition:transform .45s ease;
  will-change:transform;
}
.phr-testimonial-card{
  min-width:0;
  background:var(--phr-testimonials-card-bg);
  border-radius:var(--phr-testimonials-radius);
  padding:26px;
  box-shadow:0 20px 30px -18px rgba(13,47,87,.28);
  border:1px solid rgba(13,47,87,.08);
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}
.phr-testimonial-top{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:16px;
}
.phr-testimonial-avatar-wrap{flex:0 0 auto;}
.phr-testimonial-avatar{
  width:68px;
  height:68px;
  border-radius:20px;
  object-fit:cover;
  display:block;
  background:#e7eef8;
}
.phr-testimonial-avatar-fallback{
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
  font-weight:800;
  color:var(--phr-testimonials-title);
}
.phr-testimonial-meta h3{
  margin:0 0 5px;
  color:var(--phr-testimonials-name);
  font-size:var(--phr-testimonials-item-name-size);
  line-height:1.2;
}
.phr-testimonial-meta span{
  color:var(--phr-testimonials-meta);
  font-size:var(--phr-testimonials-item-meta-size);
  display:block;
}
.phr-testimonial-stars{
  display:flex;
  gap:4px;
  margin-bottom:10px;
  font-size:20px;
}
.phr-testimonial-stars span{ color:rgba(0,0,0,.14); }
.phr-testimonial-stars .is-filled{ color:var(--phr-testimonials-star); }
.phr-testimonial-rating-line{
  color:var(--phr-testimonials-meta);
  font-size:14px;
  margin-bottom:14px;
}
.phr-testimonial-rating-line strong{ color:var(--phr-testimonials-title); }
.phr-testimonial-text{
  margin:0;
  color:var(--phr-testimonials-text);
  font-size:var(--phr-testimonials-item-text-size);
  line-height:1.95;
}
.phr-testimonials-arrow{
  width:56px;
  height:56px;
  border:none;
  border-radius:18px;
  background:var(--phr-testimonials-arrow-bg);
  color:var(--phr-testimonials-arrow-text);
  box-shadow:0 16px 30px rgba(13,61,103,.20);
  cursor:pointer;
  font-size:24px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  transition:transform .2s ease, opacity .2s ease;
}
.phr-testimonials-arrow:hover{ transform:translateY(-2px); }
.phr-testimonials-arrow:disabled{ opacity:.45; cursor:not-allowed; transform:none; }
.phr-testimonials-dots{
  display:flex;
  justify-content:center;
  gap:8px;
  margin-top:24px;
}
.phr-testimonials-dot{
  width:10px;
  height:10px;
  border-radius:999px;
  border:none;
  background:rgba(13,47,87,.18);
  padding:0;
  cursor:pointer;
}
.phr-testimonials-dot.is-active{
  width:28px;
  background:var(--phr-testimonials-arrow-bg);
}
@media (max-width:1024px){
  .phr-testimonials-track{ grid-auto-columns:calc((100% - 24px) / 2); }
}
@media (max-width:767px){
  .phr-testimonials-section{ padding:72px 14px; }
  .phr-testimonials-title{ font-size:34px; }
  .phr-testimonials-desc{ font-size:16px; }
  .phr-testimonials-slider-wrap{ gap:10px; }
  .phr-testimonials-arrow{
    width:42px;
    height:42px;
    border-radius:14px;
    font-size:20px;
  }
  .phr-testimonials-track{ grid-auto-columns:100%; gap:16px; }
  .phr-testimonial-card{ padding:22px 18px; }
  .phr-testimonial-avatar{ width:58px; height:58px; border-radius:16px; }
}


.phr-articles-section,
.phr-articles-section *{box-sizing:border-box;font-family:'Tajawal',Arial,sans-serif!important}
.phr-articles-section{position:relative;padding:84px 18px;background:var(--phr-articles-bg);overflow:hidden}
.phr-articles-section::before,.phr-articles-section::after{content:'';position:absolute;border-radius:999px;pointer-events:none}
.phr-articles-section::before{width:340px;height:340px;right:-110px;top:-120px;background:radial-gradient(circle,var(--phr-articles-overlay-1),transparent 72%);opacity:.9}
.phr-articles-section::after{width:280px;height:280px;left:-90px;bottom:-100px;background:radial-gradient(circle,var(--phr-articles-overlay-2),transparent 72%);opacity:.85}
body.phr-dark-mode .phr-articles-section{background:linear-gradient(180deg,#111923,#0b1118)}
.phr-articles-backdrop{position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.35),rgba(255,255,255,0));pointer-events:none}
.phr-articles-shell{position:relative;max-width:var(--phr-articles-inner-width,1280px);margin:0 auto}
.phr-articles-head{text-align:center;max-width:820px;margin:0 auto 34px}
.phr-articles-pretitle{display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border-radius:999px;background:rgba(255,255,255,.72);border:1px solid rgba(13,61,103,.1);color:var(--phr-articles-desc);font-weight:700;margin-bottom:14px}
.phr-articles-title{margin:0 0 14px;color:var(--phr-articles-title);font-size:clamp(30px,var(--phr-articles-title-size),54px);line-height:1.18;font-weight:800}
.phr-articles-desc{margin:0;color:var(--phr-articles-desc);font-size:clamp(15px,var(--phr-articles-desc-size),20px);line-height:1.9}
.phr-articles-highlight{display:inline-block;padding:.12em .5em;border-radius:999px;background:var(--phr-articles-highlight-bg);color:var(--phr-articles-highlight-text)}
.phr-articles-slider-wrap{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:18px;align-items:center}
.phr-articles-viewport{overflow:hidden}
.phr-articles-track{display:flex;transition:transform .45s ease}
.phr-articles-page{min-width:100%;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}
.phr-article-card{position:relative;overflow:hidden;border-radius:var(--phr-articles-radius);background:var(--phr-articles-card-bg);border:1px solid rgba(13,47,87,.08);box-shadow:none;display:flex;flex-direction:column;height:100%}
.phr-article-media{position:relative;height:var(--phr-articles-image-height);overflow:hidden;background:linear-gradient(135deg,var(--phr-articles-overlay-1),var(--phr-articles-overlay-2))}
.phr-article-media::after{content:'';position:absolute;inset:auto -28% -62% -28%;height:92%;background:linear-gradient(120deg,transparent 10%,rgba(255,255,255,.08) 28%,rgba(255,255,255,.72) 48%,rgba(255,255,255,.12) 68%,transparent 82%);transform:translateX(-120%) rotate(8deg);transition:transform .75s ease;pointer-events:none}
.phr-articles-has-glow .phr-article-card:hover .phr-article-media::after{transform:translateX(120%) rotate(8deg)}
.phr-article-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}
.phr-article-card:hover .phr-article-media img{transform:scale(1.06)}
.phr-article-body{padding:22px 22px 20px;display:flex;flex-direction:column;gap:14px;flex:1}
.phr-article-card-title{margin:0;font-size:22px;line-height:1.5;font-weight:800;color:var(--phr-articles-title)}
.phr-article-card-title a{color:inherit;text-decoration:none}
.phr-article-card-title a:hover{opacity:.86}
.phr-article-card-desc{margin:0;color:var(--phr-articles-desc);font-size:15px;line-height:1.9;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.phr-article-meta{margin-top:auto;color:var(--phr-articles-meta);font-size:14px;font-weight:700}
.phr-articles-arrow{width:54px;height:54px;border:none;border-radius:50%;background:var(--phr-articles-arrow-bg);color:var(--phr-articles-arrow-text);cursor:pointer;box-shadow:0 16px 32px rgba(13,61,103,.22);font-size:22px;display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease,opacity .2s ease}
.phr-articles-arrow:hover{transform:translateY(-2px)}
.phr-articles-arrow:disabled{opacity:.45;cursor:not-allowed;transform:none}
.phr-articles-dots{display:flex;justify-content:center;gap:10px;margin-top:26px}
.phr-articles-dot{width:11px;height:11px;border-radius:50%;border:none;background:rgba(13,61,103,.22);cursor:pointer;padding:0}
.phr-articles-dot.is-active{width:34px;border-radius:999px;background:var(--phr-articles-arrow-bg)}

.phr-articles-section.phr-articles-is-grid .phr-articles-slider-wrap{display:block}
.phr-articles-section.phr-articles-is-grid .phr-articles-viewport{overflow:visible}
.phr-articles-section.phr-articles-is-grid .phr-articles-track{display:block;transform:none!important}
.phr-articles-section.phr-articles-is-grid .phr-articles-page{min-width:0;grid-template-columns:repeat(4,minmax(0,1fr));margin:0}
.phr-articles-section.phr-articles-is-grid .phr-articles-page + .phr-articles-page{margin-top:24px}
.phr-articles-section.phr-articles-is-grid .phr-articles-dots,
.phr-articles-section.phr-articles-is-grid .phr-articles-arrow{display:none!important}
@media (max-width: 1199px){.phr-articles-section.phr-articles-is-grid .phr-articles-page{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width: 767px){.phr-articles-section.phr-articles-is-grid .phr-articles-page{grid-template-columns:1fr}.phr-articles-section.phr-articles-is-grid .phr-articles-page + .phr-articles-page{margin-top:18px}}
@media (max-width: 1199px){.phr-articles-page{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width: 767px){.phr-articles-section{padding:68px 14px}.phr-articles-slider-wrap{grid-template-columns:1fr;gap:14px}.phr-articles-arrow{display:none}.phr-articles-page{grid-template-columns:1fr}.phr-article-card-title{font-size:20px}.phr-article-body{padding:18px}}

/* Professional Footer - Reference Layout + Animated Real Estate Background */
#phr-site-footer{
  position:relative;
  background:var(--phr-footer-bg-solid);
  color:var(--phr-footer-text);
  padding:54px 18px 30px;
  overflow:hidden;
  isolation:isolate;
  direction:rtl;
}
#phr-site-footer::before{
  content:'';
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:var(--phr-footer-bg-image, none);
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  opacity:var(--phr-footer-bg-image-opacity, .28);
  z-index:0;
}
#phr-site-footer .phr-footer-gradient-bg{
  position:absolute;
  inset:-25%;
  pointer-events:none;
  z-index:1;
  opacity:.95;
  background:
    radial-gradient(circle at 88% 10%, rgba(255,255,255,.10) 0, transparent 28%),
    radial-gradient(circle at 12% 88%, rgba(0,0,0,.20) 0, transparent 31%),
    linear-gradient(135deg, transparent 0 22%, rgba(255,255,255,.055) 22% 24%, transparent 24% 46%, rgba(0,0,0,.13) 46% 49%, transparent 49% 100%),
    linear-gradient(45deg, rgba(255,255,255,.045), transparent 32%, rgba(0,0,0,.16) 68%, transparent),
    var(--phr-footer-card-bg-solid);
  background-size:100% 100%, 100% 100%, 118px 118px, 100% 100%, 100% 100%;
  transform:rotate(-3deg) scale(1.04);
  animation:phrFooterWeave 42s linear infinite;
}
#phr-site-footer .phr-footer-gradient-bg::before,
#phr-site-footer .phr-footer-gradient-bg::after{
  content:'';
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(0,0,0,.10) 1px, transparent 1px);
  background-size:72px 72px, 94px 94px;
  opacity:.26;
  mix-blend-mode:soft-light;
}
#phr-site-footer .phr-footer-gradient-bg::after{
  background-image:linear-gradient(120deg, transparent 0 47%, rgba(255,255,255,.11) 49%, transparent 51% 100%);
  background-size:180px 180px;
  opacity:.18;
  animation:phrFooterLines 26s linear infinite;
}
#phr-site-footer .phr-footer-motion-bg{
  position:absolute;
  inset:0;
  z-index:2;
  pointer-events:none;
  overflow:hidden;
  opacity:var(--phr-footer-pattern-opacity, .13);
}
#phr-site-footer .phr-footer-float-icon{
  position:absolute;
  width:62px;
  height:62px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:var(--phr-footer-pattern-color, #fff);
  border:1px solid currentColor;
  border-radius:22px;
  background:rgba(255,255,255,.045);
  box-shadow:0 18px 45px rgba(0,0,0,.14), inset 0 1px 0 rgba(255,255,255,.10);
  animation:phrFooterFloat var(--phr-footer-pattern-speed, 34s) ease-in-out infinite;
  will-change:transform;
}
#phr-site-footer .phr-footer-float-icon svg{width:58%;height:58%;display:block;fill:none;stroke:currentColor;stroke-width:3.7;stroke-linecap:round;stroke-linejoin:round}
#phr-site-footer .phr-footer-icon-1{right:7%;top:16%;width:72px;height:72px;animation-delay:-2s;transform:rotate(8deg)}
#phr-site-footer .phr-footer-icon-2{right:25%;top:56%;width:54px;height:54px;animation-delay:-10s;animation-duration:calc(var(--phr-footer-pattern-speed, 34s) + 9s)}
#phr-site-footer .phr-footer-icon-3{left:10%;top:18%;width:66px;height:66px;animation-delay:-16s;animation-duration:calc(var(--phr-footer-pattern-speed, 34s) + 4s)}
#phr-site-footer .phr-footer-icon-4{left:27%;bottom:12%;width:58px;height:58px;animation-delay:-6s;animation-duration:calc(var(--phr-footer-pattern-speed, 34s) + 13s)}
#phr-site-footer .phr-footer-icon-5{right:45%;top:8%;width:50px;height:50px;animation-delay:-21s;animation-duration:calc(var(--phr-footer-pattern-speed, 34s) + 7s)}
#phr-site-footer .phr-footer-icon-6{left:47%;bottom:28%;width:76px;height:76px;animation-delay:-13s;animation-duration:calc(var(--phr-footer-pattern-speed, 34s) + 17s)}
#phr-site-footer > .phr-footer-shell{position:relative;z-index:3}
#phr-site-footer *{box-sizing:border-box}
#phr-site-footer,
#phr-site-footer *,
#phr-site-footer h1, #phr-site-footer h2, #phr-site-footer h3, #phr-site-footer h4, #phr-site-footer h5, #phr-site-footer h6,
#phr-site-footer a, #phr-site-footer span, #phr-site-footer strong, #phr-site-footer p, #phr-site-footer li, #phr-site-footer div, #phr-site-footer button{font-family:'Tajawal',system-ui,-apple-system,'Segoe UI',Tahoma,Arial,sans-serif !important;}
#phr-site-footer{font-size:calc(16px * var(--phr-footer-font-scale, 1));}
#phr-site-footer .phr-footer-shell{max-width:var(--phr-footer-inner-width);margin:0 auto;background:transparent;width:100%}
#phr-site-footer .phr-footer-top-layout{
  display:grid;
  grid-template-columns:minmax(410px,.56fr) minmax(760px,1fr);
  grid-template-areas:"apps brand";
  align-items:start;
  gap:46px;
  direction:ltr;
}
#phr-site-footer .phr-footer-left-area{
  grid-area:apps;
  display:grid;
  grid-template-columns:minmax(250px,1fr) minmax(250px,1fr);
  align-items:start;
  gap:24px;
  direction:ltr;
  justify-self:start;
  width:100%;
  max-width:620px;
}
#phr-site-footer .phr-footer-brand-area{
  grid-area:brand;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  text-align:right;
  direction:rtl;
  justify-self:end;
  width:100%;
  max-width:none;
  min-width:0;
  padding-top:0;
}
#phr-site-footer .phr-footer-logo-wrap{
  display:inline-flex;
  align-items:center;
  justify-content:flex-end;
  align-self:flex-end;
  max-width:100%;
  text-decoration:none;
  margin:0 0 31px auto;
  line-height:1;
}
#phr-site-footer .phr-footer-logo{width:var(--phr-footer-logo-width);max-width:100%;height:auto;display:block;filter:none;object-fit:contain;object-position:right center;margin-right:0;margin-left:auto}
#phr-site-footer .phr-footer-logo-text{font-size:1.95em;font-weight:800;line-height:1.05;color:var(--phr-footer-title);letter-spacing:.01em;position:relative;padding-inline-start:28px;text-align:right}
#phr-site-footer .phr-footer-logo-text::before{content:'';position:absolute;right:0;top:50%;width:18px;height:18px;border-radius:50%;border:5px solid currentColor;transform:translateY(-50%);opacity:.98}
#phr-site-footer .phr-footer-logo-text::after{content:'';position:absolute;right:4px;top:-14px;width:28px;height:28px;border-top:6px solid var(--phr-footer-accent-bg);border-right:6px solid var(--phr-footer-accent-bg);transform:rotate(-45deg);border-radius:3px;opacity:.95}
#phr-site-footer .phr-footer-nav{width:100%;display:flex;justify-content:flex-end;text-align:right}
#phr-site-footer .phr-footer-menu,
#phr-site-footer .phr-footer-menu ul,
#phr-site-footer .phr-menu{list-style:none;margin:0;padding:0}
#phr-site-footer .phr-footer-menu,
#phr-site-footer .phr-menu{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center;gap:28px;direction:rtl;width:100%;max-width:100%}
#phr-site-footer .phr-footer-menu li,
#phr-site-footer .phr-menu li{margin:0;padding:0;list-style:none;flex:0 0 auto}
#phr-site-footer .phr-footer-menu a,
#phr-site-footer .phr-menu a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:var(--phr-footer-title);
  text-decoration:none;
  font-weight:800;
  font-size:.93em;
  line-height:1.3;
  white-space:nowrap;
  padding:0;
  border:0;
  background:transparent;
  transition:opacity .22s ease, transform .22s ease, color .22s ease;
}
#phr-site-footer .phr-footer-menu a:hover,
#phr-site-footer .phr-menu a:hover{opacity:.82;transform:translateY(-2px);color:var(--phr-footer-title)}
#phr-site-footer .phr-footer-download-block{justify-self:start;text-align:right;direction:rtl;min-width:0;padding-top:17px}
#phr-site-footer .phr-footer-download-title{color:var(--phr-footer-title);font-size:.95em;font-weight:800;line-height:1;margin:0 0 17px;text-align:center}
#phr-site-footer .phr-footer-app-buttons{display:flex;align-items:center;gap:12px;direction:ltr;justify-content:flex-start;flex-wrap:nowrap}
#phr-site-footer .phr-store-badge{
  width:148px;
  height:44px;
  border-radius:5px;
  background:#fff;
  color:#181823;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  box-shadow:0 0 0 1px rgba(255,255,255,.18), 0 6px 18px rgba(0,0,0,.08);
  transition:transform .22s ease, box-shadow .22s ease;
  overflow:hidden;
}
#phr-site-footer .phr-store-badge:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(0,0,0,.16)}
#phr-site-footer .phr-store-icon{width:25px;height:25px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 25px;color:#15151f}
#phr-site-footer .phr-store-google .phr-store-icon{color:#26a65b}
#phr-site-footer .phr-store-icon svg{width:100%;height:100%;display:block;fill:currentColor}
#phr-site-footer .phr-store-lines{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;line-height:1.03;direction:ltr;text-align:left;min-width:0}
#phr-site-footer .phr-store-lines small{display:block;color:#1d1d27;font-size:8.4px;font-weight:700;letter-spacing:.01em;text-transform:none;white-space:nowrap}
#phr-site-footer .phr-store-lines strong{display:block;color:#11111a;font-size:17px;font-weight:500;letter-spacing:-.02em;white-space:nowrap}
#phr-site-footer .phr-store-google .phr-store-lines strong{font-size:14px;font-weight:700;letter-spacing:0}
#phr-site-footer .phr-footer-company-block{justify-self:end;text-align:center;direction:rtl;min-width:0;padding-top:18px;color:var(--phr-footer-title)}
#phr-site-footer .phr-footer-company-title{font-size:1.03em;font-weight:800;line-height:1.7;margin:0 0 4px;color:var(--phr-footer-title)}
#phr-site-footer .phr-footer-company-lines{display:flex;flex-direction:column;align-items:center;gap:5px}
#phr-site-footer .phr-footer-company-line{display:block;color:var(--phr-footer-title);text-decoration:none;font-size:.98em;font-weight:800;line-height:1.55;white-space:nowrap}
#phr-site-footer .phr-footer-company-line span,
#phr-site-footer .phr-footer-company-line strong{color:inherit;font-weight:800}
#phr-site-footer .phr-footer-divider{height:1px;background:#ffffff;opacity:.72;margin:46px 0 25px;width:100%;box-shadow:0 0 18px rgba(255,255,255,.16)}
#phr-site-footer .phr-footer-bottom-layout{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:24px;
  direction:ltr;
  min-height:38px;
}
#phr-site-footer .phr-footer-legal{justify-self:start;display:flex;align-items:center;gap:43px;direction:rtl}
#phr-site-footer .phr-footer-legal a,
#phr-site-footer .phr-footer-credit-link{
  color:var(--phr-footer-title);
  text-decoration:none;
  font-size:.9em;
  font-weight:800;
  line-height:1.3;
  transition:opacity .22s ease, transform .22s ease;
  white-space:nowrap;
}
#phr-site-footer .phr-footer-legal a:hover,
#phr-site-footer .phr-footer-credit-link:hover{opacity:.82;transform:translateY(-1px)}
#phr-site-footer .phr-footer-copy{justify-self:center;color:var(--phr-footer-title);font-size:.9em;font-weight:800;line-height:1.5;text-align:center;white-space:nowrap}
#phr-site-footer .phr-footer-copy strong{color:inherit;font-weight:800}
#phr-site-footer .phr-footer-sep{display:inline-block;margin:0 .45em;color:var(--phr-footer-title);opacity:.7}
#phr-site-footer .phr-footer-socials{justify-self:end;display:flex;align-items:center;justify-content:flex-end;gap:21px;direction:ltr}
#phr-site-footer .phr-footer-socials a{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;color:var(--phr-footer-title);text-decoration:none;transition:opacity .22s ease, transform .22s ease, color .22s ease}
#phr-site-footer .phr-footer-socials a:hover{opacity:.86;transform:translateY(-2px);color:var(--phr-footer-accent-bg)}
#phr-site-footer .phr-footer-socials svg{width:20px;height:20px;display:block;fill:currentColor}

@media (min-width: 1181px){
  #phr-site-footer .phr-footer-brand-area{justify-self:end;align-items:flex-end;text-align:right}
  #phr-site-footer .phr-footer-nav{justify-content:flex-end;align-self:flex-end;width:100%;overflow:visible}
  #phr-site-footer .phr-footer-menu,
  #phr-site-footer .phr-menu{white-space:nowrap;overflow:visible}
  #phr-site-footer .phr-footer-menu a,
  #phr-site-footer .phr-menu a{font-size:.9em}
}
@keyframes phrFooterWeave{0%{background-position:0 0,0 0,0 0,0 0,0 0}100%{background-position:0 0,0 0,236px 236px,80px -80px,0 0}}
@keyframes phrFooterLines{0%{background-position:0 0}100%{background-position:360px 180px}}
@keyframes phrFooterFloat{0%,100%{transform:translate3d(0,0,0) rotate(-8deg)}25%{transform:translate3d(18px,-18px,0) rotate(7deg)}50%{transform:translate3d(-10px,-34px,0) rotate(-3deg)}75%{transform:translate3d(-22px,-10px,0) rotate(10deg)}}
@media (prefers-reduced-motion: reduce){
  #phr-site-footer .phr-footer-gradient-bg,
  #phr-site-footer .phr-footer-gradient-bg::after,
  #phr-site-footer .phr-footer-float-icon{animation:none!important}
}
@media (max-width: 1180px){
  #phr-site-footer .phr-footer-top-layout{grid-template-columns:1fr;grid-template-areas:"brand" "apps";gap:30px;direction:ltr}
  #phr-site-footer .phr-footer-brand-area{align-items:flex-end;text-align:right;max-width:100%}
  #phr-site-footer .phr-footer-nav{justify-content:flex-end}
  #phr-site-footer .phr-footer-menu,
  #phr-site-footer .phr-menu{justify-content:flex-start;gap:18px 26px;flex-wrap:wrap;width:100%}
  #phr-site-footer .phr-footer-left-area{max-width:760px;margin:0 auto;width:100%}
}
@media (max-width: 767px){
  #phr-site-footer{padding:40px 16px 26px}
  #phr-site-footer .phr-footer-left-area{grid-template-columns:1fr;gap:22px;text-align:center}
  #phr-site-footer .phr-footer-download-block,
  #phr-site-footer .phr-footer-company-block{justify-self:center;text-align:center;padding-top:0;width:100%}
  #phr-site-footer .phr-footer-app-buttons{justify-content:center;flex-wrap:wrap}
  #phr-site-footer .phr-store-badge{width:146px}
  #phr-site-footer .phr-footer-brand-area{align-items:flex-end;text-align:right}
  #phr-site-footer .phr-footer-logo-wrap{margin-bottom:24px;justify-content:flex-end;align-self:flex-end}
  #phr-site-footer .phr-footer-logo-text{font-size:1.65em}
  #phr-site-footer .phr-footer-nav{justify-content:flex-end;text-align:right}
  #phr-site-footer .phr-footer-menu,
  #phr-site-footer .phr-menu{gap:14px 18px;font-size:.95em;justify-content:flex-start;flex-wrap:wrap;width:100%}
  #phr-site-footer .phr-footer-company-line{white-space:normal}
  #phr-site-footer .phr-footer-divider{margin:30px 0 22px}
  #phr-site-footer .phr-footer-bottom-layout{grid-template-columns:1fr;gap:18px;text-align:center}
  #phr-site-footer .phr-footer-legal,
  #phr-site-footer .phr-footer-socials,
  #phr-site-footer .phr-footer-copy{justify-self:center;white-space:normal}
  #phr-site-footer .phr-footer-legal{gap:20px;flex-wrap:wrap;justify-content:center}
  #phr-site-footer .phr-footer-float-icon{transform:scale(.78)}
}

/* Inner pages hero */
#phr-inner-hero, #phr-inner-hero * { box-sizing: border-box; font-family: 'Tajawal', Arial, sans-serif !important; }
#phr-inner-hero{
  position: relative; min-height: var(--phr-inner-hero-height); overflow: hidden;
  display:flex; align-items:center; isolation:isolate;
  margin-top: calc(-1 * (var(--phr-height) + var(--phr-adminbar)));
  padding-top: calc((var(--phr-height) * 2) + var(--phr-adminbar) + 38px);
  padding-bottom: 46px;
}
#phr-inner-hero .phr-inner-hero-media,
#phr-inner-hero .phr-inner-hero-overlay{
  position:absolute; inset:0; pointer-events:none;
}
#phr-inner-hero .phr-inner-hero-media{
  background-image: var(--phr-inner-hero-bg-image);
  background-size: cover;
  background-position: center var(--phr-inner-hero-pos-y);
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: var(--phr-inner-hero-image-opacity);
  transform-origin: center center;
  will-change: transform;
}
#phr-inner-hero .phr-inner-hero-overlay{
  background: linear-gradient(180deg, rgba(6,18,34,.10) 0%, var(--phr-inner-hero-bg-overlay) 18%, var(--phr-inner-hero-bg-overlay) 100%);
  backdrop-filter: blur(var(--phr-inner-hero-blur));
}
#phr-inner-hero .phr-inner-hero-shell{
  position:relative; z-index:2; width:min(100%, var(--phr-inner-hero-inner-width));
  margin:0 auto; padding:0 22px;
}
#phr-inner-hero .phr-inner-hero-content{
  max-width: 860px;
}
#phr-inner-hero .phr-inner-hero-title{
  margin:0; color:var(--phr-inner-hero-title); font-size:clamp(30px, 4vw, 56px);
  line-height:1.2; font-weight:800; text-shadow:0 10px 34px rgba(0,0,0,.22);
}
#phr-inner-hero.phr-motion-zoom .phr-inner-hero-media{ animation: phrInnerHeroZoom 18s ease-in-out infinite alternate; }
#phr-inner-hero.phr-motion-float-up .phr-inner-hero-media{ animation: phrInnerHeroFloatUp 18s ease-in-out infinite alternate; }
#phr-inner-hero.phr-motion-float-down .phr-inner-hero-media{ animation: phrInnerHeroFloatDown 18s ease-in-out infinite alternate; }
@keyframes phrInnerHeroZoom { from { transform: scale(1); } to { transform: scale(1.08); } }
@keyframes phrInnerHeroFloatUp { from { transform: translateY(24px) scale(1.06); } to { transform: translateY(-10px) scale(1.06); } }
@keyframes phrInnerHeroFloatDown { from { transform: translateY(-10px) scale(1.06); } to { transform: translateY(24px) scale(1.06); } }

@media (max-width: 991px){
  #phr-inner-hero{ min-height: max(260px, calc(var(--phr-inner-hero-height) - 40px)); padding-top: calc((var(--phr-height) * 2) + var(--phr-adminbar) + 28px); }
}
@media (max-width: 767px){
  #phr-inner-hero{ min-height: max(220px, calc(var(--phr-inner-hero-height) - 90px)); padding-top: calc((var(--phr-height) * 2) + var(--phr-adminbar) + 18px); padding-bottom: 32px; }
  #phr-inner-hero .phr-inner-hero-title{ font-size: clamp(26px, 8vw, 38px); }
  #phr-inner-hero .phr-inner-hero-media{ background-attachment: scroll; }
}

/* Inner hero should start directly behind the transparent header */
body.phr-has-inner-hero #phr-inner-hero{ z-index: 1; }
body.phr-has-inner-hero #phr-inner-hero + *{ position: relative; z-index: 2; }


/* ===== PHR Contact Section ===== */
.phr-contact-section{
  --phr-contact-bg: var(--phr-contact-bg, #f6f9fd);
  --phr-contact-card-bg: var(--phr-contact-card-bg, #fff);
  --phr-contact-form-bg: var(--phr-contact-form-bg, #fff);
  --phr-contact-map-bg: var(--phr-contact-map-bg, #fff);
  --phr-contact-title: var(--phr-contact-title, #0d2f57);
  --phr-contact-desc: var(--phr-contact-desc, #627287);
  --phr-contact-label: var(--phr-contact-label, #0d2f57);
  --phr-contact-text: var(--phr-contact-text, #5f7084);
  --phr-contact-accent: var(--phr-contact-accent, #0d3d67);
  --phr-contact-accent-text: var(--phr-contact-accent-text, #fff);
  --phr-contact-border: var(--phr-contact-border, #dce7f5);
  --phr-contact-success-bg: var(--phr-contact-success-bg, #1f9d55);
  --phr-contact-success-text: var(--phr-contact-success-text, #fff);
  --phr-contact-radius: var(--phr-contact-radius, 26px);
  --phr-contact-inner: var(--phr-contact-inner, 1200px);
  --phr-contact-title-size: var(--phr-contact-title-size, 44px);
  --phr-contact-desc-size: var(--phr-contact-desc-size, 18px);
  --phr-contact-icon-size: var(--phr-contact-icon-size, 54px);
  padding: 90px 18px;
  background: var(--phr-contact-bg);
}
.phr-contact-shell{max-width:var(--phr-contact-inner);margin:0 auto}
.phr-section-heading.is-contact{text-align:center;max-width:760px;margin:0 auto 34px}
.phr-section-heading.is-contact h2{font-size:var(--phr-contact-title-size);line-height:1.2;color:var(--phr-contact-title);margin:0 0 14px}
.phr-section-heading.is-contact p{font-size:var(--phr-contact-desc-size);line-height:1.85;color:var(--phr-contact-desc);margin:0}
.phr-contact-info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:22px}
.phr-contact-mini-card,.phr-contact-form-card,.phr-contact-map-card{
  background: var(--phr-contact-card-bg);
  border:1px solid var(--phr-contact-border);
  border-radius: var(--phr-contact-radius);
  box-shadow: 0 20px 60px rgba(13,47,87,.07);
}
.phr-contact-form-card{background:var(--phr-contact-form-bg)}
.phr-contact-map-card{background:var(--phr-contact-map-bg)}
.phr-contact-mini-card{display:flex;align-items:center;gap:16px;padding:24px}
.phr-contact-mini-icon{
  width:var(--phr-contact-icon-size);height:var(--phr-contact-icon-size);
  min-width:var(--phr-contact-icon-size);border-radius:18px;background:var(--phr-contact-accent);
  color:var(--phr-contact-accent-text);display:flex;align-items:center;justify-content:center;
  font-size:26px;font-weight:700;
}
.phr-contact-mini-content strong{display:block;color:var(--phr-contact-title);font-size:20px;margin-bottom:8px}
.phr-contact-mini-content span,.phr-contact-mini-content a{color:var(--phr-contact-text);font-size:16px;line-height:1.8;text-decoration:none}
.phr-contact-main-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:22px;align-items:stretch}
.phr-contact-form-card{padding:28px}
.phr-contact-form-head h3,.phr-contact-map-head h3{margin:0 0 10px;color:var(--phr-contact-title);font-size:28px}
.phr-contact-form-head p{margin:0 0 18px;color:var(--phr-contact-desc);line-height:1.8}
.phr-contact-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.phr-field-wrap.full{grid-column:1/-1}
.phr-field-wrap label{display:block;margin-bottom:8px;color:var(--phr-contact-label);font-weight:700;font-size:15px}
.phr-contact-form input,.phr-contact-form select,.phr-contact-form textarea{
  width:100%;border:1px solid var(--phr-contact-border);background:#fff;border-radius:16px;
  min-height:54px;padding:14px 16px;color:var(--phr-contact-text);font-family:'Tajawal',sans-serif;
}
.phr-contact-form textarea{min-height:150px;resize:vertical}
.phr-contact-form input:focus,.phr-contact-form select:focus,.phr-contact-form textarea:focus{outline:none;border-color:var(--phr-contact-accent);box-shadow:0 0 0 3px rgba(13,61,103,.08)}
.phr-captcha-box{display:flex;gap:12px;align-items:center}
.phr-captcha-question{
  min-width:120px;height:54px;border-radius:16px;display:flex;align-items:center;justify-content:center;
  background:rgba(13,61,103,.07);color:var(--phr-contact-title);font-weight:800
}
.phr-contact-response{display:none;margin-top:16px;padding:14px 16px;border-radius:16px;font-weight:700}
.phr-contact-response.is-success{display:block;background:var(--phr-contact-success-bg);color:var(--phr-contact-success-text)}
.phr-contact-response.is-error{display:block;background:#ffe8e8;color:#9b1c1c}
.phr-contact-submit{
  margin-top:18px;border:0;border-radius:18px;background:var(--phr-contact-accent);color:var(--phr-contact-accent-text);
  min-height:58px;padding:0 28px;font-family:'Tajawal',sans-serif;font-size:18px;font-weight:800;cursor:pointer
}
.phr-contact-submit.is-loading{opacity:.7;pointer-events:none}
.phr-contact-map-card{padding:24px;display:flex;flex-direction:column}
.phr-contact-map-head{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}
.phr-branch-switcher{display:flex;flex-wrap:wrap;gap:10px}
.phr-branch-btn{
  border:1px solid var(--phr-contact-border);background:#fff;color:var(--phr-contact-title);border-radius:999px;
  padding:10px 16px;font-family:'Tajawal',sans-serif;font-weight:700;cursor:pointer
}
.phr-branch-btn.is-active{background:var(--phr-contact-accent);color:var(--phr-contact-accent-text);border-color:var(--phr-contact-accent)}
.phr-contact-map-frame{position:relative;overflow:hidden;border-radius:22px;min-height:420px;background:#edf4fb;flex:1}
.phr-contact-map-frame iframe,.phr-contact-map-frame .phr-map-placeholder{position:absolute;inset:0;width:100%;height:100%;border:0}
.phr-map-placeholder{display:flex;align-items:center;justify-content:center;padding:24px;text-align:center;color:var(--phr-contact-desc);line-height:1.9}
@media (max-width:1024px){
  .phr-contact-info-grid{grid-template-columns:1fr}
  .phr-contact-main-grid{grid-template-columns:1fr}
}
@media (max-width:767px){
  .phr-contact-section{padding:70px 14px}
  .phr-section-heading.is-contact h2{font-size:34px}
  .phr-contact-fields{grid-template-columns:1fr}
  .phr-captcha-box{flex-direction:column;align-items:stretch}
}


/* Contact form refinement v19 */
.phr-contact-section,
.phr-contact-section *{font-family:'Almarai', 'Tajawal', Arial, sans-serif}
.phr-contact-mini-card,.phr-contact-form-card,.phr-contact-map-card{
  box-shadow:0 14px 40px rgba(13,47,87,.06);
}
.phr-contact-form-card{
  padding:32px;
  border-radius:calc(var(--phr-contact-radius) + 4px);
}
.phr-contact-form-head h3,.phr-contact-map-head h3,.phr-contact-mini-content strong,
.phr-field-wrap label,.phr-section-heading.is-contact h2{
  font-family:'Almarai','Tajawal',Arial,sans-serif;
}
.phr-field-wrap label{
  margin-bottom:10px;
  font-size:16px;
  letter-spacing:0;
}
.phr-input-shell{
  position:relative;
  display:flex;
  align-items:center;
}
.phr-input-shell .phr-field-icon{
  position:absolute;
  right:16px;
  top:50%;
  transform:translateY(-50%);
  width:22px;
  height:22px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--phr-contact-accent);
  opacity:.72;
  font-size:15px;
  pointer-events:none;
}
.phr-input-shell.is-textarea .phr-field-icon{
  top:22px;
  transform:none;
}
.phr-contact-form input,.phr-contact-form select,.phr-contact-form textarea{
  border:1px solid rgba(13,61,103,.12);
  background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(247,250,253,.98));
  border-radius:20px;
  min-height:58px;
  padding:16px 18px 16px 52px;
  box-shadow:0 6px 22px rgba(13,61,103,.05);
  transition:border-color .22s ease, box-shadow .22s ease, transform .22s ease;
  font-size:15px;
}
.phr-contact-form textarea{
  min-height:180px;
  padding-top:18px;
}
.phr-contact-form select{
  appearance:none;
  -webkit-appearance:none;
  cursor:pointer;
}
.phr-input-shell.is-select::after{
  content:'⌄';
  position:absolute;
  left:18px;
  top:50%;
  transform:translateY(-52%);
  color:var(--phr-contact-title);
  font-size:18px;
  pointer-events:none;
}
.phr-contact-form input::placeholder,.phr-contact-form textarea::placeholder,.phr-contact-form select{color:#7f8da1}
.phr-contact-form input:focus,.phr-contact-form select:focus,.phr-contact-form textarea:focus{
  outline:none;
  border-color:rgba(13,61,103,.28);
  box-shadow:0 0 0 4px rgba(13,61,103,.08),0 12px 28px rgba(13,61,103,.08);
  transform:translateY(-1px);
}
.phr-captcha-box{
  gap:14px;
  align-items:flex-end;
}
.phr-captcha-question{
  min-height:58px;
  padding:0 20px;
  border-radius:18px;
  background:linear-gradient(135deg,rgba(13,61,103,.08),rgba(13,61,103,.14));
}
.phr-captcha-box .phr-input-shell{min-width:180px;flex:1}
.phr-contact-submit{
  min-height:58px;
  padding:0 28px;
  border-radius:18px;
  box-shadow:0 16px 32px rgba(13,61,103,.18);
}
@media (max-width:767px){
  .phr-contact-form-card{padding:22px}
  .phr-contact-form input,.phr-contact-form select,.phr-contact-form textarea{padding-right:16px;padding-left:48px}
}


/* Contact form refinement v20 - remove heavy black borders */
.phr-contact-form input,
.phr-contact-form select,
.phr-contact-form textarea,
.phr-captcha-box input{
  border: 1px solid rgba(13,61,103,.10) !important;
  outline: none !important;
  box-shadow: 0 8px 22px rgba(13,61,103,.04) !important;
  background: linear-gradient(180deg, rgba(255,255,255,.99), rgba(249,251,254,.99)) !important;
}
.phr-contact-form input:hover,
.phr-contact-form select:hover,
.phr-contact-form textarea:hover,
.phr-captcha-box input:hover{
  border-color: rgba(13,61,103,.16) !important;
}
.phr-contact-form input:focus,
.phr-contact-form select:focus,
.phr-contact-form textarea:focus,
.phr-captcha-box input:focus{
  border-color: rgba(13,61,103,.24) !important;
  box-shadow: 0 0 0 4px rgba(13,61,103,.07), 0 12px 28px rgba(13,61,103,.06) !important;
}

/* tighten single post boxes spacing */
body.single-post article.post + nav.post-navigation,body.single-post article.type-post + nav.post-navigation,body.single-post .post.type-post + nav.post-navigation,body.single-post .single-post article + nav.post-navigation,body.single-post article.post + .comments-area,body.single-post article.type-post + .comments-area,body.single-post .post.type-post + .comments-area,body.single-post .single-post article + .comments-area,body.single-post article.post + aside.widget-area,body.single-post article.type-post + aside.widget-area,body.single-post .post.type-post + aside.widget-area,body.single-post .single-post article + aside.widget-area{margin-top:0!important}body.single-post .comments-area + .widget-area,body.single-post nav.post-navigation + .comments-area,body.single-post nav.post-navigation + aside.widget-area{margin-top:12px!important}


/* Service single page: show full content directly inside page */
.phr-service-article-full{
  color:#23364e;
  font-size:18px;
  line-height:2.05;
}
.phr-service-article-full > *:first-child{margin-top:0;}
.phr-service-article-full > *:last-child{margin-bottom:0;}
.phr-service-article-full h1,
.phr-service-article-full h2,
.phr-service-article-full h3,
.phr-service-article-full h4,
.phr-service-article-full h5,
.phr-service-article-full h6{
  color:var(--phr-services-title);
  line-height:1.5;
  margin:0 0 14px;
}
.phr-service-article-full p,
.phr-service-article-full ul,
.phr-service-article-full ol,
.phr-service-article-full blockquote,
.phr-service-article-full table{
  margin:0 0 18px;
}
.phr-service-article-full ul,
.phr-service-article-full ol{
  padding-inline-start:22px;
}
.phr-service-article-full a{
  color:var(--phr-services-btn-bg);
  text-decoration:none;
  font-weight:700;
}
.phr-service-article-full a:hover{
  text-decoration:underline;
}
.phr-service-article-full img{
  max-width:100%;
  height:auto;
  border-radius:22px;
  display:block;
  margin:18px 0;
}
.phr-service-article-full blockquote{
  padding:18px 20px;
  border-radius:20px;
  background:#f8fbff;
  border-inline-start:4px solid var(--phr-services-btn-bg);
}
.phr-service-article-full table{
  width:100%;
  border-collapse:collapse;
  overflow:hidden;
  border-radius:18px;
}
.phr-service-article-full table th,
.phr-service-article-full table td{
  border:1px solid rgba(13,61,103,.08);
  padding:12px 14px;
}
.phr-service-more-btn,
.phr-service-modal{display:none !important;}

/* v5.7.2 - Professional desktop dropdown menu */
#phr-header .phr-nav .phr-menu > li,
#phr-header .phr-nav .menu > li { isolation: isolate; }
#phr-header .phr-nav .menu-item-has-children > a,
#phr-header .phr-nav .page_item_has_children > a { gap: 8px; padding-inline-end: 16px; }
#phr-header .phr-nav .menu-item-has-children > a::after,
#phr-header .phr-nav .page_item_has_children > a::after {
  content: ''; width: 7px; height: 7px; border-inline-end: 2px solid currentColor; border-block-end: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px); opacity: .72; transition: transform .24s ease, opacity .24s ease; flex: 0 0 auto;
}
#phr-header .phr-nav .menu-item-has-children:hover > a::after,
#phr-header .phr-nav .menu-item-has-children:focus-within > a::after,
#phr-header .phr-nav .page_item_has_children:hover > a::after,
#phr-header .phr-nav .page_item_has_children:focus-within > a::after { transform: rotate(225deg) translate(-2px, -1px); opacity: 1; }
#phr-header .phr-nav .sub-menu,
#phr-header .phr-nav .children {
  position: absolute; top: calc(100% + 14px); right: 0; z-index: 30; min-width: 238px; list-style: none; margin: 0; padding: 12px;
  direction: rtl; display: flex; flex-direction: column; gap: 6px; background: var(--phr-dropdown-bg); border: 1px solid rgba(13,47,87,.10);
  border-radius: 22px; box-shadow: 0 24px 60px rgba(10,31,58,.16), 0 8px 18px rgba(10,31,58,.08); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  opacity: 0; visibility: hidden; pointer-events: none; transform: translate3d(0,14px,0) scale(.96); transform-origin: top right;
  transition: opacity .22s ease, visibility .22s ease, transform .34s cubic-bezier(.16,1,.3,1);
}
#phr-header .phr-nav .sub-menu::before,
#phr-header .phr-nav .children::before {
  content: ''; position: absolute; top: -8px; right: 24px; width: 16px; height: 16px; background: var(--phr-dropdown-bg);
  border-inline-start: 1px solid rgba(13,47,87,.08); border-block-start: 1px solid rgba(13,47,87,.08); transform: rotate(45deg);
}
#phr-header .phr-nav .sub-menu::after,
#phr-header .phr-nav .children::after { content: ''; position: absolute; top: -18px; right: 0; width: 100%; height: 18px; }
#phr-header .phr-nav li:hover > .sub-menu,
#phr-header .phr-nav li:focus-within > .sub-menu,
#phr-header .phr-nav li:hover > .children,
#phr-header .phr-nav li:focus-within > .children { opacity: 1; visibility: visible; pointer-events: auto; transform: translate3d(0,0,0) scale(1); }
#phr-header .phr-nav .sub-menu li,
#phr-header .phr-nav .children li { width: 100%; position: relative; z-index: 1; }
#phr-header .phr-nav .sub-menu a,
#phr-header .phr-nav .children a {
  width: 100%; min-height: 44px; justify-content: flex-start; padding: 10px 14px; color: var(--phr-dropdown-text) !important; background: transparent;
  border-radius: 15px; font-size: 15px; line-height: 1.45; box-shadow: none; transform: none !important;
  transition: background .22s ease, color .22s ease, transform .22s ease, box-shadow .22s ease;
}
#phr-header .phr-nav .sub-menu li:hover > a,
#phr-header .phr-nav .sub-menu li:focus-within > a,
#phr-header .phr-nav .children li:hover > a,
#phr-header .phr-nav .children li:focus-within > a {
  background: linear-gradient(135deg, var(--phr-dropdown-hover-bg), color-mix(in srgb, var(--phr-dropdown-hover-bg) 72%, #ffffff 28%)); color: var(--phr-dropdown-hover-text) !important;
  box-shadow: 0 10px 24px rgba(13,61,103,.12); transform: translateX(-3px) !important;
}
#phr-header .phr-nav .sub-menu .current-menu-item > a,
#phr-header .phr-nav .sub-menu .current_page_item > a,
#phr-header .phr-nav .children .current-menu-item > a,
#phr-header .phr-nav .children .current_page_item > a { background: var(--phr-dropdown-hover-bg); color: var(--phr-dropdown-hover-text) !important; }
#phr-header .phr-nav .sub-menu .sub-menu,
#phr-header .phr-nav .children .children { top: -10px; right: calc(100% + 12px); transform-origin: top right; }
#phr-header .phr-nav .sub-menu .sub-menu::before,
#phr-header .phr-nav .children .children::before { top: 22px; right: auto; left: -8px; }
@media (max-width: 1080px) {
  #phr-header .phr-nav .sub-menu, #phr-header .phr-nav .children { display: none; }
  .phr-mobile-panel .sub-menu, .phr-mobile-panel .children, .phr-mobile-menu .sub-menu, .phr-mobile-menu .children {
    list-style: none; margin: 8px 14px 0 0; padding: 8px; display: flex; flex-direction: column; gap: 8px; background: rgba(13,61,103,.05);
    border: 1px solid rgba(13,61,103,.08); border-radius: 18px;
  }
  .phr-mobile-panel .sub-menu a, .phr-mobile-panel .children a, .phr-mobile-menu .sub-menu a, .phr-mobile-menu .children a {
    min-height: 44px; font-size: 15px; background: rgba(255,255,255,.72); border-radius: 14px;
  }
  body.phr-dark-mode .phr-mobile-panel .sub-menu, body.phr-dark-mode .phr-mobile-panel .children, body.phr-dark-mode .phr-mobile-menu .sub-menu, body.phr-dark-mode .phr-mobile-menu .children { background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.08); }
}

/* Professional noticeable logo shine */
#phr-header .phr-logo-wrap{
  position:relative;
  overflow:hidden;
  border-radius:0;
  isolation:isolate;
  padding:0;
  margin:0;
  background:transparent!important;
  box-shadow:none!important;
}
#phr-header .phr-logo,
#phr-header .phr-logo-text{
  position:relative;
  z-index:1;
  filter:none!important;
  box-shadow:none!important;
  background:transparent!important;
}
#phr-header .phr-logo-wrap::before{
  content:none!important;
  display:none!important;
}
#phr-header .phr-logo-wrap::after{
  content:"";
  position:absolute;
  top:calc((100% - var(--phr-logo-shine-height)) / 2);
  height:var(--phr-logo-shine-height);
  width:var(--phr-logo-shine-width);
  right:calc(-1 * var(--phr-logo-shine-width) - 25%);
  transform:skewX(-22deg);
  background:linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.25), rgba(255,255,255,.9), rgba(255,255,255,.25), rgba(255,255,255,0));
  filter:blur(.2px);
  opacity:.95;
  pointer-events:none;
  z-index:3;
  animation:phrLogoShine 13s cubic-bezier(.22,1,.36,1) infinite;
}
#phr-header .phr-logo-wrap:hover::after,
#phr-header .phr-logo-wrap:focus-visible::after{
  animation-duration:13s;
}
@keyframes phrLogoShine{
  0%{right:calc(-1 * var(--phr-logo-shine-width) - 25%); opacity:0;}
  15%{opacity:.95;}
  55%{right:125%; opacity:.95;}
  100%{right:125%; opacity:0;}
}
@media (prefers-reduced-motion: reduce){
  #phr-header .phr-logo-wrap::after{animation:none; opacity:.35; right:10%;}
}

/* Account dropdown replaces light/dark mode button */
#phr-header .phr-account-menu{position:relative;display:inline-flex;align-items:center;justify-content:center;z-index:20;direction:rtl}
#phr-header .phr-account-toggle{width:48px;height:48px;padding:0;border-radius:50%;border:1px solid color-mix(in srgb,var(--phr-account-icon-color) 42%,transparent);background:linear-gradient(135deg,var(--phr-account-icon-bg),color-mix(in srgb,var(--phr-account-icon-bg) 82%,#ffffff 18%));color:var(--phr-account-icon-color);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 14px 34px rgba(13,61,103,.16),inset 0 0 0 1px rgba(255,255,255,.08);position:relative;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,filter .22s ease}
#phr-header .phr-account-toggle:before{content:"";position:absolute;inset:-55% auto auto -70%;width:70%;height:210%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.42),transparent);transform:rotate(28deg);transition:left .55s ease;pointer-events:none}
#phr-header .phr-account-menu:hover .phr-account-toggle:before,#phr-header .phr-account-menu.is-open .phr-account-toggle:before{left:120%}
#phr-header .phr-account-toggle:hover,#phr-header .phr-account-menu.is-open .phr-account-toggle{transform:translateY(-1px);box-shadow:0 18px 42px rgba(13,61,103,.24),inset 0 0 0 1px rgba(255,255,255,.12);filter:saturate(1.08)}
#phr-header .phr-account-toggle svg{width:23px;height:23px;display:block;position:relative;z-index:1;filter:drop-shadow(0 0 8px color-mix(in srgb,var(--phr-account-icon-color) 38%,transparent))}
#phr-header .phr-account-toggle svg path{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
#phr-header .phr-account-dropdown{position:absolute;top:calc(100% + 14px);left:0;min-width:210px;padding:10px;border-radius:22px;background:rgba(255,255,255,.96);border:1px solid rgba(13,47,87,.08);box-shadow:0 24px 70px rgba(10,28,51,.18);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);opacity:0;visibility:hidden;transform:translateY(10px) scale(.98);transform-origin:top left;transition:opacity .2s ease,visibility .2s ease,transform .2s ease;pointer-events:none}
#phr-header .phr-account-dropdown:before{content:"";position:absolute;top:-7px;left:20px;width:14px;height:14px;background:rgba(255,255,255,.96);border-right:1px solid rgba(13,47,87,.08);border-bottom:1px solid rgba(13,47,87,.08);transform:rotate(225deg)}
#phr-header .phr-account-menu:hover .phr-account-dropdown,#phr-header .phr-account-menu:focus-within .phr-account-dropdown,#phr-header .phr-account-menu.is-open .phr-account-dropdown{opacity:1;visibility:visible;transform:translateY(0) scale(1);pointer-events:auto}
#phr-header .phr-account-dropdown a{min-height:46px;padding:0 12px;border-radius:15px;display:flex;align-items:center;gap:10px;text-decoration:none;color:#0d2f57!important;font-weight:800;font-size:15px;white-space:nowrap;transition:background .18s ease,color .18s ease,transform .18s ease}
#phr-header .phr-account-dropdown a:hover{background:linear-gradient(135deg,var(--phr-active-item-bg),rgba(13,61,103,.08));color:var(--phr-menu-item-text)!important;transform:translateX(-2px)}
#phr-header .phr-account-item-icon{width:30px;height:30px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#f2f7fd;font-size:15px;flex:0 0 30px}
#phr-header .phr-account-login{background:linear-gradient(135deg,rgba(13,61,103,.10),rgba(13,61,103,.04))}
#phr-header .phr-account-logout{color:#9b1c1c!important}
#phr-header.phr-inner-transparent-header:not(.is-sticky-shadow) .phr-account-toggle{background:color-mix(in srgb,var(--phr-account-icon-bg) 62%,transparent);border-color:color-mix(in srgb,var(--phr-account-icon-color) 45%,transparent);box-shadow:0 12px 30px rgba(8,18,34,.10),0 0 0 3px color-mix(in srgb,var(--phr-account-icon-color) 12%,transparent);color:var(--phr-account-icon-color)!important}
body.phr-dark-mode #phr-header .phr-account-dropdown{background:rgba(21,29,40,.96);border-color:rgba(255,255,255,.08);box-shadow:0 24px 70px rgba(0,0,0,.32)}
body.phr-dark-mode #phr-header .phr-account-dropdown:before{background:rgba(21,29,40,.96);border-color:rgba(255,255,255,.08)}
body.phr-dark-mode #phr-header .phr-account-dropdown a{color:#f8fafc!important}
body.phr-dark-mode #phr-header .phr-account-dropdown a:hover{background:rgba(255,255,255,.08);color:#fff!important}
body.phr-dark-mode #phr-header .phr-account-item-icon{background:rgba(255,255,255,.08)}
@media (max-width:767px){#phr-header .phr-account-dropdown{left:auto;right:0;min-width:190px;transform-origin:top right}#phr-header .phr-account-dropdown:before{left:auto;right:20px}#phr-header .phr-account-toggle{width:46px;height:46px}#phr-header .phr-account-dropdown a{font-size:14px}}

/* v5.9.6 - Mobile account dropdown centered in viewport */
@media (max-width: 767px){
  #phr-header .phr-account-menu{z-index:100000!important;}
  #phr-header .phr-account-dropdown{
    position:fixed!important;
    top:var(--phr-account-dropdown-top, 88px)!important;
    left:50%!important;
    right:auto!important;
    width:min(320px, calc(100vw - 28px))!important;
    min-width:0!important;
    max-width:calc(100vw - 28px)!important;
    max-height:calc(100vh - var(--phr-account-dropdown-top, 88px) - 18px)!important;
    overflow-y:auto!important;
    transform-origin:top center!important;
    transform:translateX(-50%) translateY(10px) scale(.98)!important;
    z-index:100000!important;
  }
  #phr-header .phr-account-menu:hover .phr-account-dropdown,
  #phr-header .phr-account-menu:focus-within .phr-account-dropdown,
  #phr-header .phr-account-menu.is-open .phr-account-dropdown{
    transform:translateX(-50%) translateY(0) scale(1)!important;
  }
  #phr-header .phr-account-dropdown:before{
    left:var(--phr-account-arrow-x, 50%)!important;
    right:auto!important;
    transform:translateX(-50%) rotate(225deg)!important;
  }
  #phr-header .phr-account-dropdown a{
    width:100%!important;
    min-height:48px!important;
    justify-content:flex-start!important;
  }
}


/* Footer v46 refinements: wider aligned glass contact buttons */
#phr-site-footer .phr-footer-left-area{
  grid-template-columns:minmax(260px,340px);
  max-width:340px;
  gap:16px;
}
#phr-site-footer .phr-footer-company-block{
  display:none!important;
}
#phr-site-footer .phr-footer-download-block{
  width:100%;
}
#phr-site-footer .phr-footer-download-block .phr-footer-app-buttons{
  width:308px;
  max-width:100%;
}
#phr-site-footer .phr-footer-mini-contact{
  margin-top:15px;
  display:flex;
  flex-direction:column;
  align-items:stretch;
  gap:10px;
  width:308px;
  max-width:100%;
  align-self:flex-start;
}
#phr-site-footer .phr-footer-mini-contact-card{
  width:100%;
  min-width:0;
  height:44px;
  padding:0 14px 0 18px;
  border-radius:17px;
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
  gap:12px;
  direction:rtl;
  position:relative;
  isolation:isolate;
  overflow:hidden;
  color:var(--phr-footer-title);
  text-decoration:none;
  font-size:.90em;
  font-weight:900;
  line-height:1;
  letter-spacing:-.01em;
  background:linear-gradient(135deg, rgba(255,255,255,.24), rgba(255,255,255,.075));
  border:1px solid rgba(255,255,255,.42);
  box-shadow:0 16px 36px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.26), inset 0 -1px 0 rgba(255,255,255,.06);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  transition:transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
}
#phr-site-footer .phr-footer-mini-contact-card::before{
  content:'';
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(90deg, transparent, rgba(255,255,255,.16), transparent);
  transform:translateX(110%);
  transition:transform .55s ease;
}
#phr-site-footer .phr-footer-mini-contact-card:hover{
  transform:translateY(-2px);
  border-color:rgba(255,255,255,.64);
  background:linear-gradient(135deg, rgba(255,255,255,.30), rgba(255,255,255,.10));
  box-shadow:0 20px 42px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.32);
  color:var(--phr-footer-title);
}
#phr-site-footer .phr-footer-mini-contact-card:hover::before{
  transform:translateX(-110%);
}
#phr-site-footer .phr-footer-mini-contact-icon{
  width:28px;
  height:28px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 28px;
  color:var(--phr-footer-title);
  background:rgba(255,255,255,.18);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.22), 0 8px 18px rgba(0,0,0,.12);
}
#phr-site-footer .phr-footer-mini-contact-icon svg{
  width:15px;
  height:15px;
  display:block;
  fill:currentColor;
}
#phr-site-footer .phr-footer-mini-contact-card.is-whatsapp .phr-footer-mini-contact-icon{
  background:rgba(37,211,102,.20);
}
#phr-site-footer .phr-footer-logo-wrap{
  position:relative;
  padding:13px 16px;
  border:1px solid rgba(255,255,255,.46);
  border-radius:24px;
  background:linear-gradient(135deg, rgba(255,255,255,.11), rgba(255,255,255,.025));
  box-shadow:0 20px 52px rgba(0,0,0,.12), inset 0 1px 0 rgba(255,255,255,.18);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  isolation:isolate;
}
#phr-site-footer .phr-footer-logo-wrap::before,
#phr-site-footer .phr-footer-logo-wrap::after{
  content:'';
  position:absolute;
  width:30px;
  height:30px;
  pointer-events:none;
  opacity:.95;
  border-color:#fff;
  z-index:2;
}
#phr-site-footer .phr-footer-logo-wrap::before{
  top:-7px;
  right:-7px;
  border-top:2px solid #fff;
  border-right:2px solid #fff;
  border-radius:0 18px 0 0;
}
#phr-site-footer .phr-footer-logo-wrap::after{
  left:-7px;
  bottom:-7px;
  border-left:2px solid #fff;
  border-bottom:2px solid #fff;
  border-radius:0 0 0 18px;
}
#phr-site-footer .phr-footer-logo{
  position:relative;
  z-index:1;
}
@media (min-width:1181px){
  #phr-site-footer .phr-footer-app-buttons{justify-content:flex-start;}
  #phr-site-footer .phr-footer-mini-contact{align-items:stretch;}
}
@media (max-width:1180px){
  #phr-site-footer .phr-footer-left-area{grid-template-columns:1fr;max-width:360px;}
}
@media (max-width:767px){
  #phr-site-footer .phr-footer-mini-contact{width:min(308px,100%);align-items:stretch;max-width:none;}
  #phr-site-footer .phr-footer-mini-contact-card{width:100%;height:43px;justify-content:flex-start;}
  #phr-site-footer .phr-footer-logo-wrap{padding:11px 13px;border-radius:20px;}
}


/* Footer v47: move legal links below WhatsApp and add First Marketing developer credit */
#phr-site-footer .phr-footer-quick-legal{
  width:308px;
  max-width:100%;
  margin:14px 0 0;
  padding:12px 4px 0;
  border-top:1px solid rgba(255,255,255,.68);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  direction:rtl;
}
#phr-site-footer .phr-footer-quick-legal a{
  color:var(--phr-footer-title);
  text-decoration:none;
  font-size:.88em;
  font-weight:900;
  line-height:1.35;
  white-space:nowrap;
  text-shadow:0 1px 8px rgba(0,0,0,.14);
  transition:opacity .22s ease, transform .22s ease;
}
#phr-site-footer .phr-footer-quick-legal a:hover{
  opacity:.84;
  transform:translateY(-1px);
}
#phr-site-footer .phr-footer-developer-credit{
  justify-self:start;
  min-width:0;
  max-width:100%;
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
  gap:9px;
  color:var(--phr-footer-title);
  text-decoration:none;
  font-size:.86em;
  font-weight:900;
  line-height:1.35;
  white-space:nowrap;
  transition:opacity .22s ease, transform .22s ease;
}
#phr-site-footer .phr-footer-developer-credit:hover{
  opacity:.86;
  transform:translateY(-1px);
}
#phr-site-footer .phr-footer-developer-logo{
  width:26px;
  height:26px;
  flex:0 0 26px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  filter:drop-shadow(0 5px 10px rgba(0,0,0,.20));
}
#phr-site-footer .phr-footer-developer-logo img{
  max-width:100%;
  max-height:100%;
  width:auto;
  height:auto;
  display:block;
  object-fit:contain;
}
#phr-site-footer .phr-footer-developer-text{
  display:inline-block;
  overflow:hidden;
  text-overflow:ellipsis;
}
@media (max-width:767px){
  #phr-site-footer .phr-footer-quick-legal{width:min(308px,100%);justify-content:center;gap:18px;padding-top:11px;}
  #phr-site-footer .phr-footer-developer-credit{justify-self:center;white-space:normal;text-align:center;justify-content:center;}
  #phr-site-footer .phr-footer-developer-logo{width:24px;height:24px;flex-basis:24px;}
}

/* Baytna v48: green header identity and remove legacy site badge when blank */
#phr-header.phr-is-solid,
#phr-header.is-sticky-shadow{
  background:
    radial-gradient(circle at 92% 12%, rgba(255,255,255,.12), transparent 26%),
    linear-gradient(135deg, var(--phr-bg), color-mix(in srgb, var(--phr-bg) 82%, #000 18%)) !important;
  border-bottom: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 14px 38px rgba(5, 46, 28, .15);
}
#phr-header.phr-is-transparent{
  background:
    linear-gradient(135deg,
      color-mix(in srgb, var(--phr-bg) 80%, transparent),
      color-mix(in srgb, var(--phr-bg) 62%, transparent)
    ) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
#phr-header.phr-is-solid .phr-nav a,
#phr-header.phr-is-solid .phr-logo-text,
#phr-header.is-sticky-shadow .phr-nav a,
#phr-header.is-sticky-shadow .phr-logo-text{
  color: var(--phr-text) !important;
}
#phr-header.phr-is-transparent .phr-nav a,
#phr-header.phr-is-transparent .phr-logo-text{
  color: #ffffff !important;
}
#phr-header .phr-cta{
  box-shadow: 0 16px 34px rgba(11, 92, 54, .24);
}
#phr-header .phr-cta:hover{
  box-shadow: 0 20px 42px rgba(11, 92, 54, .30);
}
#phr-header .phr-mobile-toggle{
  border-color: rgba(21,92,56,.14) !important;
}

/* Baytna v49: floating support menu */
.phr-floating-contact,
.phr-floating-contact *{box-sizing:border-box;font-family:'Tajawal',Arial,sans-serif!important}
.phr-floating-contact{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:99990;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  pointer-events:none;
}
.phr-floating-contact.hide-mobile{display:flex}
.phr-floating-contact-toggle{
  width:64px;
  height:64px;
  border:1px solid rgba(255,255,255,.34);
  border-radius:22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  position:relative;
  color:var(--phr-float-main-text,#fff);
  background:
    radial-gradient(circle at 32% 20%, rgba(255,255,255,.24), transparent 36%),
    linear-gradient(145deg, var(--phr-float-main-bg,#155c38), color-mix(in srgb, var(--phr-float-main-bg,#155c38) 76%, #000 24%));
  box-shadow:0 18px var(--phr-float-main-shadow,30px) rgba(5,46,28,.32), inset 0 1px 0 rgba(255,255,255,.28);
  cursor:pointer;
  pointer-events:auto;
  transition:transform .24s ease, box-shadow .24s ease, border-color .24s ease;
  outline:none;
}
.phr-floating-contact-toggle:hover,
.phr-floating-contact.is-open .phr-floating-contact-toggle{
  transform:translateY(-3px) scale(1.035);
  box-shadow:0 24px calc(var(--phr-float-main-shadow,30px) + 10px) rgba(5,46,28,.40), inset 0 1px 0 rgba(255,255,255,.32);
  border-color:rgba(255,255,255,.55);
}
.phr-floating-contact-toggle-icon{position:relative;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px}
.phr-floating-contact-toggle-icon svg{width:100%;height:100%;display:block;fill:none;stroke:currentColor;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}
.phr-floating-contact-pulse{position:absolute;inset:-7px;border-radius:26px;border:1px solid rgba(255,255,255,.28);animation:phrFloatingPulse 2.4s ease-out infinite;pointer-events:none}
@keyframes phrFloatingPulse{0%{transform:scale(.82);opacity:.92}100%{transform:scale(1.35);opacity:0}}
.phr-floating-contact-panel{
  position:absolute;
  right:0;
  bottom:78px;
  width:238px;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(16px) scale(.96);
  transform-origin:bottom right;
  transition:opacity .24s ease, visibility .24s ease, transform .24s cubic-bezier(.22,1,.36,1);
}
.phr-floating-contact.is-open .phr-floating-contact-panel{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateY(0) scale(1);
}
.phr-floating-contact-popup{
  display:grid;
  gap:10px;
  padding:10px;
  border:1px solid color-mix(in srgb, var(--phr-float-box-border,#ffffff) 58%, transparent);
  border-radius:calc(var(--phr-float-radius,26px) + 6px);
  background:
    radial-gradient(circle at 18% 18%, rgba(255,255,255,.22), transparent 36%),
    linear-gradient(145deg, color-mix(in srgb, var(--phr-float-box-bg,#155c38) 82%, transparent), color-mix(in srgb, var(--phr-float-box-bg,#155c38) 70%, #000 18%));
  backdrop-filter:blur(var(--phr-float-blur,18px));
  -webkit-backdrop-filter:blur(var(--phr-float-blur,18px));
  box-shadow:0 20px var(--phr-float-shadow,30px) rgba(5,46,28,.28), inset 0 1px 0 rgba(255,255,255,.25);
  overflow:hidden;
}
.phr-floating-contact-popup:before{
  content:"";
  position:absolute;
  inset:0;
  background:repeating-linear-gradient(135deg, rgba(255,255,255,.08) 0 2px, transparent 2px 20px);
  opacity:.45;
  pointer-events:none;
}
.phr-floating-contact-action{
  position:relative;
  z-index:1;
  min-height:58px;
  padding:8px 10px 8px 14px;
  border-radius:var(--phr-float-radius,26px);
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:11px;
  color:var(--phr-float-box-text,#fff)!important;
  text-decoration:none!important;
  font-size:15px;
  font-weight:900;
  letter-spacing:0;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(255,255,255,.12);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.15);
  transition:transform .22s ease, background .22s ease, border-color .22s ease;
}
.phr-floating-contact-action:hover{
  transform:translateX(-4px);
  background:rgba(255,255,255,.20);
  border-color:rgba(255,255,255,.38);
}
.phr-floating-contact-action-icon{
  width:39px;
  height:39px;
  min-width:39px;
  border-radius:15px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.18);
  border:1px solid rgba(255,255,255,.22);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18);
}
.phr-floating-contact-action-icon svg{width:23px;height:23px;display:block;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;color:currentColor}
.phr-floating-contact-action.is-whatsapp .phr-floating-contact-action-icon svg{fill:currentColor;stroke:none}
@media (max-width:767px){
  .phr-floating-contact{right:15px;bottom:16px}
  .phr-floating-contact-toggle{width:58px;height:58px;border-radius:20px}
  .phr-floating-contact-panel{width:min(235px,calc(100vw - 30px));bottom:70px;right:0}
  .phr-floating-contact-action{min-height:55px;font-size:14px}
  .phr-floating-contact.hide-mobile{display:none!important}
}
@media (prefers-reduced-motion:reduce){.phr-floating-contact-pulse{animation:none}.phr-floating-contact-toggle,.phr-floating-contact-panel,.phr-floating-contact-action{transition:none}}


/* Baytna v50: restore the approved desktop header layout exactly */
@media (min-width: 981px){
  #phr-header .phr-shell{
    display:grid!important;
    grid-template-columns:max-content minmax(0,1fr) max-content!important;
    align-items:center!important;
    direction:ltr!important;
  }
  #phr-header .phr-left{
    order:1!important;
    justify-self:start!important;
    justify-content:flex-start!important;
    display:flex!important;
    align-items:center!important;
    gap:12px!important;
    flex-direction:row!important;
  }
  #phr-header .phr-center{
    order:2!important;
    justify-self:stretch!important;
    justify-content:center!important;
    min-width:0!important;
  }
  #phr-header .phr-right{
    order:3!important;
    justify-self:end!important;
    justify-content:flex-end!important;
  }
  #phr-header .phr-mobile-toggle{display:none!important;}
  #phr-header .phr-nav,
  #phr-header .phr-nav .phr-menu,
  #phr-header .phr-nav .menu{
    flex-wrap:nowrap!important;
    white-space:nowrap!important;
  }
  #phr-header .phr-account-menu{order:1!important;}
  #phr-header .phr-add-property-cta{order:2!important;}
}
#phr-header.phr-is-solid,
#phr-header.is-sticky-shadow{
  background:
    radial-gradient(circle at 92% 12%, rgba(255,255,255,.12), transparent 26%),
    linear-gradient(135deg, var(--phr-bg,#155c38), color-mix(in srgb, var(--phr-bg,#155c38) 82%, #000 18%)) !important;
  border-bottom:1px solid rgba(255,255,255,.14)!important;
  box-shadow:0 14px 38px rgba(5,46,28,.15)!important;
}
#phr-header.phr-is-transparent{
  background:
    linear-gradient(135deg,
      color-mix(in srgb, var(--phr-bg,#155c38) 80%, transparent),
      color-mix(in srgb, var(--phr-bg,#155c38) 62%, transparent)
    ) !important;
  backdrop-filter:blur(16px)!important;
  -webkit-backdrop-filter:blur(16px)!important;
  border-bottom:1px solid rgba(255,255,255,.12)!important;
}
#phr-header .phr-nav a,
#phr-header .phr-logo-text{
  color:#ffffff!important;
}
#phr-header .phr-cta{
  background:linear-gradient(135deg, var(--phr-cta-bg,#1f7a4a), color-mix(in srgb, var(--phr-cta-bg,#1f7a4a) 82%, #ffffff 18%))!important;
  color:var(--phr-cta-text,#ffffff)!important;
  box-shadow:0 16px 34px rgba(11,92,54,.24)!important;
}
#phr-header .phr-account-toggle{
  background:var(--phr-account-icon-bg,#0f6b3f)!important;
  color:var(--phr-account-icon-color,#ffffff)!important;
}

/* Baytna v51: white header background only, keeping the same approved layout */
#phr-header.phr-is-solid,
#phr-header.is-sticky-shadow,
#phr-header.phr-is-transparent{
  background:#ffffff!important;
  border-bottom:1px solid rgba(21,92,56,.12)!important;
  box-shadow:0 10px 30px rgba(5,46,28,.08)!important;
}
#phr-header.phr-is-transparent{
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
#phr-header .phr-nav a,
#phr-header .phr-logo-text{
  color:#064420!important;
}
#phr-header .phr-nav li.current-menu-item > a,
#phr-header .phr-nav li.current_page_item > a,
#phr-header .phr-nav li.current-menu-ancestor > a,
#phr-header .phr-nav li.current_page_ancestor > a,
#phr-header .phr-nav li.current_page_parent > a,
#phr-header .phr-nav li.current-menu-parent > a,
#phr-header .phr-nav li.current-menu-item > a span,
#phr-header .phr-nav li.current_page_item > a span,
#phr-header .phr-nav li.current-menu-ancestor > a span,
#phr-header .phr-nav li.current_page_ancestor > a span,
#phr-header .phr-nav li.current_page_parent > a span,
#phr-header .phr-nav li.current-menu-parent > a span,
#phr-header .phr-nav li:hover > a,
#phr-header .phr-nav li:hover > a span,
#phr-header .phr-nav a:hover,
#phr-header .phr-nav a:hover span{
  color:#ffffff!important;
}
#phr-header .phr-mobile-toggle,
#phr-header .phr-mode-toggle{
  background:rgba(255,255,255,.96)!important;
  border-color:rgba(21,92,56,.14)!important;
}
#phr-header .phr-mobile-toggle span{
  background:#064420!important;
}



/* Baytna v52: very dark green menu text on the white header */
#phr-header .phr-nav a,
#phr-header .phr-nav a span,
#phr-header .phr-logo-text,
#phr-header.is-sticky-shadow .phr-nav a,
#phr-header.is-sticky-shadow .phr-nav a span,
#phr-header.phr-is-transparent .phr-nav a,
#phr-header.phr-is-transparent .phr-nav a span,
#phr-header.phr-inner-transparent-header:not(.is-sticky-shadow) .phr-nav a,
#phr-header.phr-inner-transparent-header:not(.is-sticky-shadow) .phr-nav a span,
#phr-header .phr-nav li:hover > a,
#phr-header .phr-nav li:hover > a span,
#phr-header .phr-nav a:hover,
#phr-header .phr-nav a:hover span,
#phr-header .phr-nav a:focus,
#phr-header .phr-nav a:focus span,
#phr-header .phr-nav li.current-menu-item > a,
#phr-header .phr-nav li.current_page_item > a,
#phr-header .phr-nav li.current-menu-ancestor > a,
#phr-header .phr-nav li.current_page_ancestor > a,
#phr-header .phr-nav li.current_page_parent > a,
#phr-header .phr-nav li.current-menu-parent > a,
#phr-header .phr-nav li.current-menu-item > a span,
#phr-header .phr-nav li.current_page_item > a span,
#phr-header .phr-nav li.current-menu-ancestor > a span,
#phr-header .phr-nav li.current_page_ancestor > a span,
#phr-header .phr-nav li.current_page_parent > a span,
#phr-header .phr-nav li.current-menu-parent > a span{
  color:#064420!important;
}
#phr-header .phr-mobile-toggle span{
  background:#064420!important;
}
