@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); max-height: calc(var(--phr-height) - 20px); 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-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:not(.is-sticky-shadow) .phr-nav > .phr-menu > li > a,
#phr-header:not(.is-sticky-shadow) .phr-nav > .menu > li > a { color: var(--phr-text) !important; }
#phr-header.is-sticky-shadow .phr-nav > .phr-menu > li > a,
#phr-header.is-sticky-shadow .phr-nav > .menu > li > a { color: var(--phr-sticky-text) !important; }

#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-language-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-language-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-language-toggle {
  width: 48px; height: 48px; padding: 0; border-radius: 50%; border: 1px solid rgba(255,255,255,.22); background: rgba(16,37,64,.82);
  display: inline-flex; align-items: center; justify-content: center; cursor: pointer; text-decoration: none;
  box-shadow: 0 14px 34px rgba(13,61,103,.12); color: #ffffff; position: relative;
  transition: transform .22s ease, background .22s ease, color .22s ease, border-color .22s ease, box-shadow .22s ease;
}
#phr-header .phr-language-toggle:hover { transform: translateY(-1px); color: #ffffff; }
#phr-header .phr-language-toggle svg { width: 23px; height: 23px; display: block; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
#phr-header.is-sticky-shadow .phr-language-toggle { background: #ffffff; color: var(--phr-sticky-text); border-color: rgba(13,47,87,.10); box-shadow: 0 10px 26px rgba(13,61,103,.10); }
#phr-header .phr-language-toggle.is-placeholder { cursor: default; }

#phr-header .phr-cta {
  min-height: 56px; min-width: 56px; padding: 0 12px; border-radius: 999px; background: rgba(255,255,255,.96); color: var(--phr-text);
  text-decoration: none; font-size: 16px; font-weight: 800; display: inline-flex; align-items: center; justify-content: center; gap: 0;
  box-shadow: 0 14px 34px rgba(13, 61, 103, .14); direction: rtl; border: 1px solid rgba(13,47,87,.08); overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease;
}
#phr-header .phr-cta:hover { transform: translateY(-1px); }
#phr-header .phr-wa-icon {
  width: 42px; height: 42px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center;
  background: var(--phr-wa-bg); color: #fff; font-size: 20px; line-height: 1; box-shadow: 0 10px 22px rgba(37,211,102,.28);
}
#phr-header .phr-cta-text { display: none; }
#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 { padding: 0; width: 56px; }
}
@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 - v5.15.0 Medical Care UI */
body.phr-dark-mode .phr-services-section{
  background:linear-gradient(180deg,#0d151d 0%,#0b1118 100%);
}
body.phr-dark-mode .phr-service-card{
  background:rgba(18,29,40,.92);
  border-color:rgba(255,255,255,.09);
}
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;}
body.phr-dark-mode .phr-services-pretitle{background:rgba(255,255,255,.07);color:#edf6ff;border-color:rgba(255,255,255,.08);}

.phr-services-section,.phr-services-section *{box-sizing:border-box;font-family:'Tajawal',Arial,sans-serif !important;}
.phr-services-section{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  padding:104px 0 112px;
  background:
    radial-gradient(circle at 12% 18%,color-mix(in srgb,var(--phr-services-overlay-1) 70%,transparent) 0%,transparent 31%),
    radial-gradient(circle at 86% 82%,color-mix(in srgb,var(--phr-services-overlay-2) 68%,transparent) 0%,transparent 34%),
    linear-gradient(180deg,color-mix(in srgb,var(--phr-services-bg) 95%,#ffffff 5%) 0%,var(--phr-services-bg) 100%);
}
.phr-services-section::before{
  content:'';
  position:absolute;
  inset:0;
  z-index:-3;
  pointer-events:none;
  opacity:.34;
  background-image:
    linear-gradient(rgba(13,47,87,.055) 1px,transparent 1px),
    linear-gradient(90deg,rgba(13,47,87,.055) 1px,transparent 1px);
  background-size:44px 44px;
  -webkit-mask-image:linear-gradient(to bottom,transparent 0%,#000 18%,#000 84%,transparent 100%);
          mask-image:linear-gradient(to bottom,transparent 0%,#000 18%,#000 84%,transparent 100%);
}
.phr-services-section::after{
  content:'+';
  position:absolute;
  left:clamp(18px,5vw,86px);
  top:68px;
  z-index:-1;
  color:var(--phr-services-medical-accent);
  font:900 70px/1 Arial,sans-serif;
  opacity:.07;
  transform:rotate(8deg);
  pointer-events:none;
}
.phr-services-shell{position:relative;max-width:1320px;margin:0 auto;padding:0 22px;}
.phr-services-backdrop{
  position:absolute;
  z-index:-2;
  width:520px;
  height:520px;
  right:-185px;
  top:-120px;
  border-radius:50%;
  pointer-events:none;
  opacity:.78;
  background:
    radial-gradient(circle at 44% 42%,rgba(255,255,255,.72) 0 2%,transparent 2.4%),
    radial-gradient(circle at center,color-mix(in srgb,var(--phr-services-overlay-1) 74%,transparent) 0%,transparent 69%);
  filter:blur(.1px);
  animation:phrMedicalBackdrop 12s ease-in-out infinite alternate;
}
.phr-services-backdrop::before,
.phr-services-backdrop::after{
  content:'';
  position:absolute;
  border-radius:999px;
  background:var(--phr-services-medical-accent);
  opacity:.075;
}
.phr-services-backdrop::before{width:42px;height:160px;left:215px;top:155px;}
.phr-services-backdrop::after{width:160px;height:42px;left:156px;top:214px;}

.phr-services-head{position:relative;z-index:2;text-align:center;max-width:930px;margin:0 auto 46px;}
.phr-services-pretitle{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  margin:0 auto 16px;
  padding:9px 17px;
  min-height:40px;
  border:1px solid color-mix(in srgb,var(--phr-services-medical-accent) 16%,transparent);
  border-radius:999px;
  background:color-mix(in srgb,var(--phr-services-medical-accent) 7%,#ffffff 93%);
  color:var(--phr-services-title);
  font-size:14px;
  font-weight:800;
  letter-spacing:.2px;
  box-shadow:0 10px 30px rgba(13,47,87,.06);
}
.phr-services-pretitle::before{
  content:'+';
  display:grid;
  place-items:center;
  width:22px;
  height:22px;
  border-radius:50%;
  background:var(--phr-services-medical-accent);
  color:#fff;
  font:900 17px/1 Arial,sans-serif;
  box-shadow:0 0 0 5px color-mix(in srgb,var(--phr-services-medical-accent) 10%,transparent);
}
.phr-services-title{
  margin:0 0 18px;
  color:var(--phr-services-title);
  font-size:clamp(31px,4vw,var(--phr-services-title-size));
  font-weight:900;
  line-height:1.25;
  letter-spacing:-.45px;
}
.phr-services-highlight{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  position:relative;
  overflow:hidden;
  padding:7px 14px 9px;
  border-radius:14px 14px 14px 4px;
  background:linear-gradient(135deg,var(--phr-services-highlight-bg),color-mix(in srgb,var(--phr-services-highlight-bg) 78%,#163b63 22%));
  color:var(--phr-services-highlight-text);
  box-shadow:0 14px 34px color-mix(in srgb,var(--phr-services-highlight-bg) 20%,transparent);
}
.phr-services-highlight::before{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(110deg,transparent 22%,rgba(255,255,255,.34) 49%,transparent 76%);
  transform:translateX(-145%);
  animation:phrServiceHeadingShine 5.8s ease-in-out infinite;
}
.phr-services-highlight::after{
  content:'';
  position:absolute;
  bottom:0;
  left:16%;
  right:16%;
  height:2px;
  background:color-mix(in srgb,var(--phr-services-medical-accent) 72%,#ffffff 28%);
  border-radius:999px;
  opacity:.9;
}
.phr-services-desc{
  max-width:780px;
  margin:0 auto;
  color:var(--phr-services-desc);
  font-size:var(--phr-services-desc-size);
  line-height:1.95;
}

.phr-services-grid{position:relative;z-index:2;display:grid;gap:24px;align-items:stretch;}
.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{
  position:relative;
  display:flex;
  flex-direction:column;
  min-width:0;
  overflow:hidden;
  border:1px solid color-mix(in srgb,var(--phr-services-title) 9%,transparent);
  border-radius:var(--phr-services-radius);
  background:color-mix(in srgb,var(--phr-services-card-bg) 97%,#ffffff 3%);
  box-shadow:0 18px 46px rgba(13,47,87,.085);
  transform:translateZ(0);
  transition:transform .42s cubic-bezier(.2,.78,.22,1),box-shadow .42s ease,border-color .32s ease;
}
.phr-service-card::before{
  content:'';
  position:absolute;
  z-index:5;
  top:0;
  right:12%;
  left:12%;
  height:3px;
  border-radius:0 0 999px 999px;
  background:linear-gradient(90deg,transparent,var(--phr-services-medical-accent) 24%,var(--phr-services-btn-bg) 78%,transparent);
  opacity:.84;
  transform:scaleX(.62);
  transform-origin:center;
  transition:transform .42s ease,opacity .3s ease;
}
.phr-service-card::after{
  content:'+';
  position:absolute;
  left:18px;
  bottom:70px;
  z-index:0;
  color:var(--phr-services-medical-accent);
  font:900 36px/1 Arial,sans-serif;
  opacity:.035;
  pointer-events:none;
}
.phr-service-card:hover{
  transform:translateY(-10px);
  border-color:color-mix(in srgb,var(--phr-services-medical-accent) 22%,transparent);
  box-shadow:0 30px 66px rgba(13,47,87,.15),0 8px 22px color-mix(in srgb,var(--phr-services-medical-accent) 7%,transparent);
}
.phr-service-card:hover::before{transform:scaleX(1);opacity:1;}

.phr-service-media{
  position:relative;
  height:var(--phr-services-image-height);
  flex:0 0 var(--phr-services-image-height);
  overflow:hidden;
  line-height:0;
  background:linear-gradient(135deg,#eaf3f8,#f8fbfd);
}
.phr-service-media::before{
  content:'';
  position:absolute;
  z-index:2;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(7,35,63,.02) 20%,rgba(7,35,63,.05) 58%,rgba(7,35,63,.32) 100%);
}
.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;
  transform:scale(1.001);
  transition:transform .75s cubic-bezier(.2,.72,.24,1),filter .55s ease;
}
.phr-service-card:hover .phr-service-media img{transform:scale(1.065);filter:saturate(1.035) contrast(1.02);}
.phr-services-has-glow .phr-service-media::after{
  content:'';
  position:absolute;
  z-index:1;
  width:68%;
  height:68%;
  right:-26%;
  bottom:-36%;
  border-radius:50%;
  background:radial-gradient(circle,color-mix(in srgb,var(--phr-services-medical-accent) 24%,transparent) 0%,transparent 70%);
  filter:blur(12px);
}
.phr-service-shine{
  position:absolute;
  z-index:3;
  inset:0;
  pointer-events:none;
  background:linear-gradient(114deg,transparent 22%,rgba(255,255,255,.36) 49%,transparent 76%);
  transform:translateX(-145%);
  transition:transform .72s ease;
}
.phr-service-card:hover .phr-service-shine{transform:translateX(145%);}

.phr-service-medical-badge{
  position:absolute;
  z-index:4;
  right:16px;
  bottom:14px;
  display:grid;
  place-items:center;
  width:58px;
  height:58px;
  border:1px solid rgba(255,255,255,.72);
  border-radius:18px 18px 18px 6px;
  background:linear-gradient(145deg,color-mix(in srgb,var(--phr-services-btn-bg) 90%,#ffffff 10%),var(--phr-services-btn-bg));
  box-shadow:0 13px 30px rgba(7,35,63,.24),inset 0 0 0 1px rgba(255,255,255,.12);
  transform:translateZ(0);
}
.phr-service-medical-badge::after{
  content:'';
  position:absolute;
  inset:-5px;
  border:1px solid color-mix(in srgb,var(--phr-services-medical-accent) 34%,transparent);
  border-radius:22px 22px 22px 9px;
  opacity:.55;
  transform:scale(.94);
  transition:transform .4s ease,opacity .4s ease;
}
.phr-service-medical-badge svg{width:34px;height:34px;overflow:visible;}
.phr-service-medical-badge .phr-medical-cross{fill:rgba(255,255,255,.16);}
.phr-service-medical-badge .phr-medical-pulse{
  fill:none;
  stroke:#fff;
  stroke-width:3.4;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-dasharray:66;
  stroke-dashoffset:0;
}
.phr-service-card:hover .phr-service-medical-badge{animation:phrMedicalBadgeFloat 1.4s ease-in-out infinite alternate;}
.phr-service-card:hover .phr-service-medical-badge::after{transform:scale(1.04);opacity:.8;}
.phr-service-card:hover .phr-medical-pulse{animation:phrMedicalPulse 1.25s ease-in-out infinite;}

.phr-service-body{
  position:relative;
  z-index:1;
  display:flex;
  flex:1 1 auto;
  flex-direction:column;
  gap:13px;
  padding:24px 22px 22px;
  margin:0;
}
.phr-service-body h3{
  position:relative;
  margin:0;
  padding-bottom:12px;
  color:var(--phr-services-title);
  font-size:21px;
  font-weight:900;
  line-height:1.45;
}
.phr-service-body h3::after{
  content:'';
  position:absolute;
  right:0;
  bottom:0;
  width:56px;
  height:3px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--phr-services-medical-accent),color-mix(in srgb,var(--phr-services-medical-accent) 18%,transparent));
  transition:width .38s ease;
}
.phr-service-card:hover .phr-service-body h3::after{width:84px;}
.phr-service-body p{
  margin:0;
  min-height:88px;
  color:var(--phr-services-desc);
  font-size:15px;
  line-height:1.9;
}
.phr-service-btn{
  position:relative;
  overflow:hidden;
  isolation:isolate;
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  width:100%;
  min-height:52px;
  margin-top:auto;
  padding:8px 9px 8px 18px;
  border:1px solid color-mix(in srgb,var(--phr-services-btn-bg) 12%,transparent);
  border-radius:15px 15px 15px 5px;
  background:linear-gradient(135deg,var(--phr-services-btn-bg),color-mix(in srgb,var(--phr-services-btn-bg) 82%,#0a2037 18%));
  color:var(--phr-services-btn-text);
  text-decoration:none;
  font-weight:900;
  box-shadow:0 13px 28px color-mix(in srgb,var(--phr-services-btn-bg) 18%,transparent);
  transition:transform .32s ease,box-shadow .32s ease;
}
.phr-service-btn::before{
  content:'';
  position:absolute;
  z-index:-1;
  inset:0;
  background:linear-gradient(112deg,transparent 18%,rgba(255,255,255,.24) 48%,transparent 78%);
  transform:translateX(-145%);
  transition:transform .7s ease;
}
.phr-service-btn::after{
  content:'';
  position:absolute;
  z-index:-2;
  top:0;
  bottom:0;
  right:0;
  width:4px;
  background:var(--phr-services-medical-accent);
  transition:width .42s ease;
}
.phr-service-card:hover .phr-service-btn::before{transform:translateX(145%);}
.phr-service-card:hover .phr-service-btn::after{width:9px;}
.phr-service-card:hover .phr-service-btn{box-shadow:0 17px 34px color-mix(in srgb,var(--phr-services-btn-bg) 24%,transparent);}
.phr-service-btn-icon{
  position:relative;
  flex:0 0 auto;
  display:grid;
  place-items:center;
  width:36px;
  height:36px;
  border:1px solid rgba(255,255,255,.17);
  border-radius:12px 12px 12px 4px;
  background:rgba(255,255,255,.12);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.04);
}
.phr-service-btn-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
.phr-service-btn-icon .phr-service-btn-arrow{opacity:0;transform:translateX(3px);transform-origin:center;transition:opacity .3s ease,transform .3s ease;}
.phr-service-card:hover .phr-service-btn-icon .phr-service-btn-arrow{opacity:1;transform:translateX(0);}

/* Scroll reveal: JS only activates the hidden state after it is ready, so content always remains accessible. */
.phr-services-motion-enabled.phr-services-motion-ready .phr-services-head{
  opacity:0;
  transform:translateY(22px);
  transition:opacity var(--phr-services-motion-speed) ease,transform var(--phr-services-motion-speed) cubic-bezier(.2,.72,.24,1);
}
.phr-services-motion-enabled.phr-services-motion-ready .phr-service-card{
  opacity:0;
  transform:translateY(32px) scale(.985);
  transition:
    opacity var(--phr-services-motion-speed) ease,
    transform var(--phr-services-motion-speed) cubic-bezier(.2,.72,.24,1),
    box-shadow .42s ease,
    border-color .32s ease;
  transition-delay:calc(var(--phr-service-order,0) * 85ms);
}
.phr-services-motion-enabled.phr-services-motion-ready.is-visible .phr-services-head{opacity:1;transform:none;}
.phr-services-motion-enabled.phr-services-motion-ready.is-visible .phr-service-card{opacity:1;transform:none;}
.phr-services-motion-enabled.phr-services-motion-ready.is-visible .phr-service-card:hover{transform:translateY(-10px);transition-delay:0ms;}

@keyframes phrMedicalBackdrop{
  0%{transform:translate3d(0,0,0) scale(1);}
  100%{transform:translate3d(-24px,20px,0) scale(1.04);}
}
@keyframes phrServiceHeadingShine{
  0%,68%{transform:translateX(-145%);}
  88%,100%{transform:translateX(145%);}
}
@keyframes phrMedicalBadgeFloat{
  from{transform:translateY(0);}
  to{transform:translateY(-4px);}
}
@keyframes phrMedicalPulse{
  0%{stroke-dashoffset:66;opacity:.3;}
  45%,100%{stroke-dashoffset:0;opacity:1;}
}

@media (max-width:1200px){
  .phr-services-cols-5 .phr-services-grid,.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));}
  .phr-services-section{padding:86px 0 92px;}
}
@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:72px 0 78px;}
  .phr-services-shell{padding:0 16px;}
  .phr-services-head{margin-bottom:32px;}
  .phr-services-title{font-size:clamp(29px,9vw,38px);}
  .phr-services-desc{font-size:16px;line-height:1.85;}
  .phr-service-card{max-width:520px;width:100%;margin-inline:auto;}
  .phr-service-media{height:min(var(--phr-services-image-height),230px);flex-basis:min(var(--phr-services-image-height),230px);}
  .phr-service-body{padding:22px 19px 19px;}
  .phr-service-body p{min-height:0;}
}
@media (prefers-reduced-motion:reduce){
  .phr-services-backdrop,.phr-services-highlight::before,.phr-service-medical-badge,.phr-medical-pulse{animation:none !important;}
  .phr-services-motion-enabled.phr-services-motion-ready .phr-services-head,
  .phr-services-motion-enabled.phr-services-motion-ready .phr-service-card{opacity:1 !important;transform:none !important;transition:none !important;}
  .phr-service-card,.phr-service-media img,.phr-service-shine,.phr-service-btn::before{transition-duration:.01ms !important;}
}

/* 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-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:var(--phr-why-pad-top) 0 var(--phr-why-pad-bottom);background-color:var(--phr-how-bg-color);background-image:var(--phr-how-bg-image);background-size:cover;background-position:center;overflow:hidden;isolation:isolate;color:var(--phr-how-title)}
.phr-how-overlay{position:absolute;inset:0;background:linear-gradient(135deg,var(--phr-how-overlay-start),var(--phr-how-overlay-end));z-index:0;pointer-events:none}
.phr-how-shell{position:relative;z-index:3;width:min(calc(100% - 36px),var(--phr-why-inner-width));max-width:none;margin:0 auto}
.phr-why-layout{display:grid;grid-template-columns:minmax(0,.94fr) minmax(0,1.08fr);align-items:center;gap:clamp(42px,6vw,92px);direction:ltr}
.phr-why-copy{grid-column:2;direction:rtl;min-width:0}
.phr-why-visual{grid-column:1;position:relative;min-width:0;display:flex;align-items:flex-end;justify-content:center;min-height:calc(var(--phr-why-image-height) + 30px)}
.phr-how-head{max-width:760px;margin:0 0 30px;text-align:right}
.phr-why-align-center .phr-how-head{text-align:center;margin-inline:auto}
.phr-why-align-left .phr-how-head{text-align:left}
.phr-how-pretitle{display:inline-flex;align-items:center;gap:10px;min-height:38px;padding:8px 16px;border-radius:999px;background:rgba(255,255,255,.78);border:1px solid rgba(13,61,103,.09);box-shadow:0 12px 32px rgba(13,45,87,.08);color:var(--phr-how-secondary);font-size:14px;font-weight:800;margin-bottom:14px;backdrop-filter:blur(10px)}
.phr-why-pulse{position:relative;width:11px;height:11px;border-radius:50%;background:var(--phr-how-accent);box-shadow:0 0 0 0 rgba(201,31,54,.28);animation:phrWhyPulse 2.2s ease-out infinite}
.phr-how-title{margin:0 0 16px;font-size:clamp(34px,4.2vw,var(--phr-how-title-size));font-weight:900;line-height:1.12;letter-spacing:-.02em;color:var(--phr-how-title)}
.phr-why-title-main{color:var(--phr-how-title)}
.phr-why-title-highlight{position:relative;color:var(--phr-how-title-highlight);display:inline-block}
.phr-why-title-highlight::after{content:'';position:absolute;right:6%;left:6%;bottom:-7px;height:3px;border-radius:999px;background:linear-gradient(90deg,transparent,var(--phr-how-accent),transparent);transform:scaleX(.72);transform-origin:center}
.phr-how-desc{margin:0;color:var(--phr-how-desc);font-size:var(--phr-how-desc-size);line-height:2;max-width:720px}
.phr-why-align-center .phr-how-desc{margin-inline:auto}
.phr-how-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.phr-why-cards-1 .phr-how-grid{grid-template-columns:1fr}
.phr-how-card{position:relative;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:16px;min-height:154px;padding:20px 20px 20px 54px;border-radius:var(--phr-how-radius);background: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 38px rgba(11,43,103,.08);overflow:hidden;transition:transform .34s cubic-bezier(.2,.8,.2,1),box-shadow .34s ease,border-color .34s ease}
.phr-how-card::before{content:'';position:absolute;inset:auto auto 0 0;width:92px;height:92px;background:radial-gradient(circle at 100% 0,rgba(13,61,103,.07),transparent 68%);pointer-events:none}
.phr-why-card-hover .phr-how-card:hover{transform:translateY(-7px);box-shadow:0 26px 60px rgba(11,43,103,.15);border-color:color-mix(in srgb,var(--phr-how-accent) 32%,transparent)}
.phr-how-icon-box{position:relative;width:var(--phr-how-icon-size);height:var(--phr-how-icon-size);border-radius:20px;background:linear-gradient(145deg,#fff,rgba(235,245,255,.94));border:1px solid rgba(13,61,103,.08);display:flex;align-items:center;justify-content:center;color:var(--phr-how-secondary);box-shadow:0 10px 24px rgba(13,61,103,.09);flex:0 0 auto;transition:transform .34s ease,color .34s ease,background .34s ease}
.phr-how-card:nth-child(even) .phr-how-icon-box{color:var(--phr-how-accent);background:linear-gradient(145deg,#fff,rgba(255,238,241,.95))}
.phr-how-card:hover .phr-how-icon-box{transform:rotate(-3deg) scale(1.06)}
.phr-how-icon-box img{width:60%;height:60%;object-fit:contain;display:block}
.phr-how-icon-box svg{width:55%;height:55%;display:block}
.phr-how-card-body{min-width:0}
.phr-how-card-body h3{margin:0 0 7px;color:var(--phr-how-title);font-size:clamp(17px,1.25vw,var(--phr-how-item-title-size));font-weight:900;line-height:1.4}
.phr-how-card-body p{margin:0;color:var(--phr-how-desc);font-size:var(--phr-how-item-desc-size);line-height:1.85}
.phr-why-card-number{position:absolute;left:16px;bottom:14px;display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:rgba(13,61,103,.07);color:var(--phr-how-secondary);font-size:12px;font-weight:900}
.phr-how-card:nth-child(even) .phr-why-card-number{background:rgba(201,31,54,.08);color:var(--phr-how-accent)}
.phr-why-align-center .phr-how-card{text-align:center;grid-template-columns:1fr;justify-items:center;padding:22px}
.phr-why-align-center .phr-why-card-number{left:14px}
.phr-why-align-left .phr-how-card{text-align:left;direction:ltr}
.phr-why-image-panel{position:relative;width:min(100%,calc(var(--phr-why-image-width) + 80px));height:var(--phr-why-image-height);padding:32px 18px 0;box-sizing:border-box;border-radius:var(--phr-why-image-radius);display:flex;align-items:flex-end;justify-content:center;background:linear-gradient(145deg,var(--phr-why-image-panel-bg),rgba(255,255,255,.94));border:1px solid rgba(28,91,99,.09);box-shadow:0 28px 70px rgba(24,73,79,.10);overflow:hidden;isolation:isolate}
.phr-why-image-panel::before{content:'';position:absolute;width:82%;aspect-ratio:1;left:50%;bottom:-24%;transform:translateX(-50%);border-radius:50%;background:radial-gradient(circle at 35% 28%,rgba(255,255,255,.95),color-mix(in srgb,var(--phr-why-image-ring) 20%,#d9ebff) 56%,var(--phr-why-image-ring));opacity:.93;z-index:-1}
.phr-why-image-panel::after{content:'';position:absolute;inset:14px;border:1px solid rgba(255,255,255,.75);border-radius:calc(var(--phr-why-image-radius) - 8px);pointer-events:none}
.phr-why-main-image{position:relative;z-index:2;width:auto;max-width:min(100%,var(--phr-why-image-width));height:auto;max-height:calc(100% - 4px);object-fit:contain;object-position:center bottom;display:block;transform:translate(var(--phr-why-image-offset-x),var(--phr-why-image-offset-y));transform-origin:center bottom;filter:drop-shadow(0 18px 22px rgba(10,34,67,.12))}
.phr-why-image-ring{position:absolute;z-index:0;width:78%;aspect-ratio:1;border-radius:50%;right:-17%;top:12%;border:1px solid color-mix(in srgb,var(--phr-why-image-ring) 36%,transparent);box-shadow:0 0 0 28px color-mix(in srgb,var(--phr-why-image-ring) 5%,transparent),0 0 0 58px color-mix(in srgb,var(--phr-why-image-ring) 3%,transparent)}
.phr-why-image-dots{position:absolute;z-index:1;width:90px;height:90px;left:20px;bottom:22px;opacity:.65;background-image:radial-gradient(circle,var(--phr-how-accent) 1.7px,transparent 1.8px);background-size:12px 12px}
.phr-why-stats{position:absolute;inset:0;z-index:6;pointer-events:none}
.phr-why-stat{position:absolute;display:flex;align-items:center;gap:10px;min-width:150px;padding:12px 14px;border-radius:18px;background:color-mix(in srgb,var(--phr-why-stat-bg) 96%,transparent);border:1px solid rgba(13,61,103,.08);box-shadow:0 16px 34px rgba(13,61,103,.13);color:var(--phr-why-stat-text);backdrop-filter:blur(12px)}
.phr-why-stat-1{top:16%;left:-22px}.phr-why-stat-2{bottom:31%;right:-18px}.phr-why-stat-3{bottom:7%;left:-8px}
.phr-why-stat-icon{width:34px;height:34px;display:grid;place-items:center;color:var(--phr-how-accent);flex:0 0 auto}
.phr-why-stat-icon svg{width:30px;height:30px}
.phr-why-stat-copy{display:flex;flex-direction:column;line-height:1.2}
.phr-why-stat-copy strong{font-size:20px;font-weight:900;color:var(--phr-how-secondary)}
.phr-why-stat-copy small{font-size:12px;font-weight:700;color:var(--phr-how-desc);margin-top:4px}
.phr-why-decor{position:absolute;inset:0;z-index:1;pointer-events:none;overflow:hidden}
.phr-why-section:not(.phr-why-pattern) .phr-why-decor{display:none}
.phr-why-orb{position:absolute;border-radius:50%;filter:blur(1px);opacity:.42}
.phr-why-orb.is-one{width:360px;height:360px;left:-120px;top:-130px;background:radial-gradient(circle,rgba(130,190,172,.22),transparent 68%)}
.phr-why-orb.is-two{width:420px;height:420px;right:-160px;bottom:-190px;background:radial-gradient(circle,rgba(174,203,193,.16),transparent 70%)}
.phr-why-hex{position:absolute;width:150px;height:130px;opacity:.28;background:linear-gradient(135deg,transparent 28%,var(--phr-how-pattern) 29% 30%,transparent 31% 68%,var(--phr-how-pattern) 69% 70%,transparent 71%);clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%)}
.phr-why-hex.is-one{right:5%;top:9%;transform:rotate(8deg)}.phr-why-hex.is-two{left:2%;bottom:10%;transform:scale(.7) rotate(-12deg)}
.phr-why-ecg{position:absolute;right:0;left:0;top:27%;height:2px;opacity:.18;background:linear-gradient(90deg,transparent 0 20%,var(--phr-how-secondary) 20% 27%,transparent 27% 32%,var(--phr-how-accent) 32% 35%,transparent 35% 100%);filter:blur(.2px)}
.phr-why-motion .phr-why-reveal{opacity:0;transform:translateY(var(--phr-why-motion-distance));transition:opacity var(--phr-why-motion-duration) ease,transform var(--phr-why-motion-duration) cubic-bezier(.2,.78,.2,1);transition-delay:calc(var(--phr-why-order,0) * var(--phr-why-motion-stagger))}
.phr-why-motion.is-inview .phr-why-reveal{opacity:1;transform:translateY(0)}
.phr-why-motion.is-inview .phr-why-visual{animation:phrWhyFloat 7s ease-in-out 1.2s infinite alternate}
@keyframes phrWhyPulse{0%{box-shadow:0 0 0 0 rgba(201,31,54,.28)}70%{box-shadow:0 0 0 10px rgba(201,31,54,0)}100%{box-shadow:0 0 0 0 rgba(201,31,54,0)}}
@keyframes phrWhyFloat{from{translate:0 0}to{translate:0 -8px}}
@media (max-width:1120px){.phr-why-layout{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:34px}.phr-why-stat{min-width:132px;padding:10px 12px}.phr-why-stat-1{left:-8px}.phr-why-stat-2{right:-8px}.phr-how-card{padding:18px 16px 18px 44px;min-height:148px}}
@media (max-width:900px){.phr-why-layout{grid-template-columns:1fr;gap:42px}.phr-why-visual,.phr-why-copy{grid-column:1}.phr-why-copy{grid-row:1}.phr-why-visual{grid-row:2;min-height:auto}.phr-how-head{max-width:780px}.phr-why-image-panel{max-width:620px}.phr-why-stats{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:12px}.phr-why-stat{position:relative!important;inset:auto!important;min-width:0;justify-content:center}.phr-how-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:640px){.phr-how-shell{width:min(calc(100% - 24px),var(--phr-why-inner-width))}.phr-how-title{font-size:clamp(32px,11vw,46px)}.phr-how-desc{font-size:min(var(--phr-how-desc-size),16px)}.phr-how-grid{grid-template-columns:1fr}.phr-how-card{min-height:0;padding:17px 15px 17px 46px;gap:13px}.phr-why-image-panel{height:min(var(--phr-why-image-height),520px);padding-top:26px}.phr-why-main-image{width:auto;height:auto;max-height:100%;max-width:min(100%,var(--phr-why-image-width))}.phr-why-stats{grid-template-columns:1fr}.phr-why-stat{justify-content:flex-start}.phr-why-stat-copy strong{font-size:18px}}
@media (prefers-reduced-motion:reduce){.phr-why-pulse,.phr-why-motion.is-inview .phr-why-visual{animation:none!important}.phr-why-motion .phr-why-reveal{opacity:1!important;transform:none!important;transition:none!important}}

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;min-height:640px;padding:0;background:var(--phr-about-bg);overflow:hidden;isolation:isolate}
.phr-about-pattern{position:absolute;inset:0;z-index:0;pointer-events:none;opacity:var(--phr-about-pattern-opacity);background-image:linear-gradient(30deg,transparent 24%,var(--phr-about-pattern) 25%,transparent 26%,transparent 74%,var(--phr-about-pattern) 75%,transparent 76%),linear-gradient(150deg,transparent 24%,var(--phr-about-pattern) 25%,transparent 26%,transparent 74%,var(--phr-about-pattern) 75%,transparent 76%);background-size:150px 86px;background-position:0 0,75px 43px;-webkit-mask-image:linear-gradient(90deg,rgba(0,0,0,.9),rgba(0,0,0,.55) 45%,rgba(0,0,0,.18) 78%,transparent);mask-image:linear-gradient(90deg,rgba(0,0,0,.9),rgba(0,0,0,.55) 45%,rgba(0,0,0,.18) 78%,transparent)}
.phr-about-polygons{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden}
.phr-about-polygons span{position:absolute;display:block;background:linear-gradient(135deg,color-mix(in srgb,var(--phr-about-overlay-1) 82%,transparent),color-mix(in srgb,var(--phr-about-overlay-2) 58%,transparent));filter:drop-shadow(0 20px 50px rgba(13,47,87,.04));opacity:.68}
.phr-about-polygons span:nth-child(1){width:360px;height:280px;left:-90px;top:-70px;clip-path:polygon(50% 0,100% 24%,86% 82%,38% 100%,0 62%,8% 16%)}
.phr-about-polygons span:nth-child(2){width:300px;height:250px;right:-100px;bottom:-65px;clip-path:polygon(52% 0,100% 36%,77% 100%,21% 86%,0 34%)}
.phr-about-polygons span:nth-child(3){width:220px;height:190px;left:43%;bottom:-85px;opacity:.34;clip-path:polygon(50% 0,100% 28%,86% 100%,17% 88%,0 35%)}
.phr-about-shell{position:relative;z-index:2;width:min(var(--phr-container),calc(100% - 48px));margin:0 auto}
.phr-about-grid{min-height:640px;display:grid;grid-template-columns:minmax(360px,.9fr) minmax(0,1.1fr);gap:70px;align-items:center;direction:ltr}
.phr-about-media{position:relative;align-self:end;height:var(--phr-about-video-height);min-height:470px;display:flex;align-items:flex-end;justify-content:center;direction:ltr}
.phr-about-media::before{content:'';position:absolute;width:78%;aspect-ratio:1;left:8%;bottom:5%;border-radius:50%;background:radial-gradient(circle,color-mix(in srgb,var(--phr-about-overlay-1) 88%,#fff 12%) 0%,transparent 70%);filter:blur(3px);opacity:.75;z-index:-1}
.phr-about-person{display:block;width:100%;height:100%;object-fit:contain;object-position:center bottom;filter:drop-shadow(0 24px 28px rgba(24,39,55,.10));transition:transform .35s ease,filter .35s ease}
.phr-about-section:hover .phr-about-person{transform:translateY(-3px);filter:drop-shadow(0 28px 34px rgba(24,39,55,.13))}
.phr-about-image-placeholder{width:min(390px,90%);height:72%;margin-bottom:26px;border:1px dashed color-mix(in srgb,var(--phr-about-content-title) 24%,transparent);border-radius:28px;background:rgba(255,255,255,.48);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px;color:var(--phr-about-content-title);backdrop-filter:blur(8px)}
.phr-about-image-placeholder .dashicons{width:auto;height:auto;font-size:70px;margin-bottom:16px}.phr-about-image-placeholder strong{font-size:22px}.phr-about-image-placeholder small{margin-top:8px;color:var(--phr-about-content-text);line-height:1.7}
.phr-about-copy{direction:rtl;text-align:right;padding:70px 0 62px;max-width:760px;justify-self:end}
.phr-about-pretitle{display:inline-flex;align-items:center;margin:0 0 16px;color:var(--phr-about-accent-bg);font-size:15px;font-weight:800;letter-spacing:.02em}
.phr-about-pretitle::before{content:'';width:32px;height:2px;margin-left:10px;background:currentColor;border-radius:10px}
.phr-about-main-title{margin:0 0 26px;color:var(--phr-about-content-title);font-size:clamp(30px,3vw,var(--phr-about-content-title-size));font-weight:800;line-height:1.35;letter-spacing:-.02em}
.phr-about-title-highlight{color:var(--phr-about-highlight)}
.phr-about-intro{margin:0 0 22px;color:var(--phr-about-desc);font-size:var(--phr-about-desc-size);line-height:2}
.phr-about-points{list-style:none!important;margin:0!important;padding:0!important;display:grid;gap:22px;max-width:720px}
.phr-about-points li{margin:0!important;padding:0!important;display:grid;grid-template-columns:18px minmax(0,1fr);gap:12px;align-items:start;color:var(--phr-about-content-text);font-size:var(--phr-about-content-text-size);font-weight:500;line-height:2.05}
.phr-about-point-dot{width:8px;height:8px;margin-top:13px;border:1.8px solid currentColor;border-radius:50%;opacity:.82;justify-self:center}
.phr-about-button{display:inline-flex;align-items:center;justify-content:center;min-width:182px;min-height:52px;margin-top:30px;padding:13px 26px;background:var(--phr-about-button-bg);color:var(--phr-about-button-text)!important;text-decoration:none!important;font-size:17px;font-weight:800;line-height:1;border:1px solid color-mix(in srgb,var(--phr-about-button-bg) 82%,#000 18%);border-radius:2px;box-shadow:0 12px 24px color-mix(in srgb,var(--phr-about-button-bg) 18%,transparent);transition:transform .22s ease,box-shadow .22s ease,filter .22s ease}
.phr-about-button:hover,.phr-about-button:focus-visible{color:var(--phr-about-button-text)!important;transform:translateY(-2px);filter:brightness(.96);box-shadow:0 16px 30px color-mix(in srgb,var(--phr-about-button-bg) 24%,transparent)}
@media (max-width:1100px){.phr-about-grid{gap:38px;grid-template-columns:minmax(320px,.88fr) minmax(0,1.12fr)}.phr-about-copy{padding-right:8px}.phr-about-media{height:min(var(--phr-about-video-height),560px)}}
@media (max-width:900px){.phr-about-section{min-height:auto}.phr-about-shell{width:min(var(--phr-container),calc(100% - 32px))}.phr-about-grid{min-height:auto;grid-template-columns:1fr;gap:0;direction:rtl}.phr-about-copy{order:1;max-width:none;justify-self:stretch;padding:64px 10px 26px}.phr-about-media{order:2;height:min(var(--phr-about-video-height),500px);min-height:390px;width:min(620px,100%);margin:0 auto}.phr-about-pattern{-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.75),rgba(0,0,0,.18) 62%,transparent);mask-image:linear-gradient(180deg,rgba(0,0,0,.75),rgba(0,0,0,.18) 62%,transparent)}}
@media (max-width:600px){.phr-about-shell{width:min(100% - 24px,680px)}.phr-about-copy{padding:48px 4px 20px}.phr-about-main-title{margin-bottom:20px;font-size:clamp(28px,8vw,36px);line-height:1.45}.phr-about-points{gap:16px}.phr-about-points li{grid-template-columns:15px minmax(0,1fr);gap:9px;font-size:15px;line-height:1.95}.phr-about-point-dot{width:7px;height:7px;margin-top:11px}.phr-about-button{min-width:160px;min-height:48px;margin-top:24px;font-size:16px;padding:12px 22px}.phr-about-media{height:390px;min-height:330px}.phr-about-image-placeholder{height:75%;margin-bottom:16px}.phr-about-polygons span:nth-child(1){width:240px;height:190px}.phr-about-polygons span:nth-child(2){width:220px;height:180px}}

/* 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(var(--phr-articles-columns-desktop,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(var(--phr-articles-columns-desktop,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(var(--phr-articles-columns-tablet,2),minmax(0,1fr))}}
@media (max-width: 767px){.phr-articles-section.phr-articles-is-grid .phr-articles-page{grid-template-columns:repeat(var(--phr-articles-columns-mobile,1),minmax(0,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(var(--phr-articles-columns-tablet,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:repeat(var(--phr-articles-columns-mobile,1),minmax(0,1fr))}.phr-article-card-title{font-size:20px}.phr-article-body{padding:18px}}

/* Professional Footer */
#phr-site-footer{
  position:relative;
  background:var(--phr-footer-bg-solid);
  color:var(--phr-footer-text);
  padding:38px 18px 0;
  overflow:visible;
  isolation:isolate;
}
#phr-site-footer::before{
  content:'';
  position:absolute;
  inset:0;
  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, .45);
  pointer-events:none;
  z-index:0;
}
#phr-site-footer > *{position:relative;z-index:1}
#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(17px * var(--phr-footer-font-scale, 1));}
#phr-site-footer .phr-footer-shell{max-width:var(--phr-footer-inner-width);margin:0 auto;background:transparent}
#phr-site-footer .phr-footer-main{display:grid;grid-template-columns:1.1fr .95fr .95fr .95fr;gap:12px;align-items:stretch}
#phr-site-footer .phr-footer-brand-card,
#phr-site-footer .phr-footer-links-card,
#phr-site-footer .phr-footer-contact-card,
#phr-site-footer .phr-footer-social-card{
  position:relative;
  background:var(--phr-footer-card-bg-solid);
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  border:1px solid rgba(255,255,255,.10);
  border-radius:var(--phr-footer-radius);
  padding:22px 18px;
  box-shadow:none;
}
#phr-site-footer .phr-footer-brand-card::before,
#phr-site-footer .phr-footer-links-card::before,
#phr-site-footer .phr-footer-contact-card::before,
#phr-site-footer .phr-footer-social-card::before{
  content:'';position:absolute;inset:1px;border-radius:calc(var(--phr-footer-radius) - 2px);
  background:linear-gradient(180deg, rgba(255,255,255,.04), transparent 22%);pointer-events:none;
}
#phr-site-footer .phr-footer-brand-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}
#phr-site-footer .phr-footer-logo-wrap{display:inline-flex;align-items:center;max-width:100%;text-decoration:none}
#phr-site-footer .phr-footer-logo{width:var(--phr-footer-logo-width);max-width:100%;height:auto;display:block;filter:none}
#phr-site-footer .phr-footer-logo-text{font-size:1.12em;font-weight:800;color:var(--phr-footer-title)}
#phr-site-footer .phr-footer-badge{display:inline-flex;align-items:center;justify-content:center;padding:.45em .8em;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.10);color:var(--phr-footer-title);font-size:.56em;font-weight:700}
#phr-site-footer .phr-footer-brand-title,
#phr-site-footer h4{margin:0 0 10px;color:var(--phr-footer-title);font-weight:800}
#phr-site-footer h4{font-size:.94em}
#phr-site-footer .phr-footer-brand-title{font-size:1.18em;line-height:1.5}
#phr-site-footer .phr-footer-brand-desc,
#phr-site-footer .phr-footer-mini-desc{margin:0;color:var(--phr-footer-text);font-size:.78em;line-height:1.85}
#phr-site-footer .phr-footer-brand-desc{max-width:520px}
#phr-site-footer .phr-footer-brand-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}
#phr-site-footer .phr-footer-main-btn,
#phr-site-footer .phr-footer-ghost-btn,
#phr-site-footer .phr-footer-socials a,
#phr-site-footer .phr-footer-top{
  text-decoration:none;transition:.25s ease;display:inline-flex;align-items:center;justify-content:center
}
#phr-site-footer .phr-footer-main-btn{min-height:2.45em;padding:0 1.1em;border-radius:12px;background:var(--phr-footer-accent-bg);color:var(--phr-footer-accent-text);font-weight:800;font-size:.78em;box-shadow:none}
#phr-site-footer .phr-footer-main-btn:hover{transform:translateY(-2px)}
#phr-site-footer .phr-footer-ghost-btn{min-height:2.35em;padding:0 1em;border-radius:12px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.03);color:var(--phr-footer-title);font-weight:700;font-size:.74em}
#phr-site-footer .phr-footer-ghost-btn:hover{background:rgba(255,255,255,.08)}
#phr-site-footer .phr-footer-menu,
#phr-site-footer .phr-footer-menu ul{list-style:none;margin:0;padding:0}
#phr-site-footer .phr-footer-menu{display:grid;gap:5px}
#phr-site-footer .phr-footer-menu a{display:flex;align-items:center;justify-content:space-between;gap:.55em;padding:.58em .72em;border-radius:10px;border:1px solid rgba(255,255,255,.05);background:rgba(255,255,255,.018);color:var(--phr-footer-text);text-decoration:none;font-weight:600;font-size:.68em;line-height:1.4}
#phr-site-footer .phr-footer-menu a:hover{color:var(--phr-footer-title);background:rgba(255,255,255,.08);transform:translateX(-3px)}
#phr-site-footer .phr-footer-contact-list{display:grid;gap:5px}
#phr-site-footer .phr-footer-contact-list a,
#phr-site-footer .phr-footer-contact-list div{display:flex;align-items:center;justify-content:space-between;gap:7px;padding:7px 9px;border-radius:10px;border:1px solid rgba(255,255,255,.05);background:rgba(255,255,255,.018)}
#phr-site-footer .phr-footer-contact-list span{font-size:.64em;color:var(--phr-footer-text)}
#phr-site-footer .phr-footer-contact-list strong{font-size:.68em;color:var(--phr-footer-title)}
#phr-site-footer .phr-footer-socials{display:flex;flex-wrap:wrap;gap:5px;margin-top:10px}
#phr-site-footer .phr-footer-socials a{width:2.1em;height:2.1em;border-radius:9px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);color:var(--phr-footer-title);font-weight:800;font-size:.74em}
#phr-site-footer .phr-footer-socials a:hover{background:var(--phr-footer-accent-bg);color:var(--phr-footer-accent-text);transform:translateY(-2px)}
#phr-site-footer .phr-footer-mini-cta{margin-top:12px}
#phr-site-footer .phr-footer-bottom{margin-top:14px;padding:11px 14px;border-radius:18px 18px 0 0;background:rgba(255,255,255,.05);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.10);display:flex;align-items:center;justify-content:space-between;gap:12px}
#phr-site-footer .phr-footer-copy{color:var(--phr-footer-text);font-size:.72em}
#phr-site-footer .phr-footer-copy strong{color:var(--phr-footer-title)}
#phr-site-footer .phr-footer-sep{display:inline-block;margin:0 .45em;color:var(--phr-footer-text);opacity:.7}
#phr-site-footer .phr-footer-credit-link{color:var(--phr-footer-title);text-decoration:none;font-weight:700;transition:.25s ease}
#phr-site-footer .phr-footer-credit-link:hover{color:var(--phr-footer-accent-text);background:var(--phr-footer-accent-bg);padding:.18em .6em;border-radius:999px}

#phr-site-footer .phr-footer-top{min-height:2.1em;padding:0 .85em;border-radius:10px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);color:var(--phr-footer-title);font-weight:700;font-size:.72em}
#phr-site-footer .phr-footer-top:hover{background:var(--phr-footer-accent-bg);color:var(--phr-footer-accent-text)}
@media (max-width: 1024px){
  #phr-site-footer .phr-footer-main{grid-template-columns:1fr 1fr;}
}
@media (max-width: 767px){
  #phr-site-footer{padding:28px 14px 0}
  #phr-site-footer .phr-footer-brand-card,
  #phr-site-footer .phr-footer-links-card,
  #phr-site-footer .phr-footer-contact-card,
  #phr-site-footer .phr-footer-social-card{padding:20px}
  #phr-site-footer .phr-footer-brand-top,
  #phr-site-footer .phr-footer-bottom,
  #phr-site-footer .phr-footer-contact-list a,
  #phr-site-footer .phr-footer-contact-list div{flex-direction:column;align-items:flex-start}
  #phr-site-footer .phr-footer-badge{width:100%;justify-content:center}
  #phr-site-footer .phr-footer-brand-title{font-size:20px}
  #phr-site-footer .phr-footer-bottom{border-radius:22px 22px 0 0}
}

#phr-site-footer .phr-footer-menu a,
#phr-site-footer .phr-footer-contact-list a,
#phr-site-footer .phr-footer-contact-list div{backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}


/* 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;
}


/* Professional single article styling */
body.single-post{background:linear-gradient(180deg,#f5f8fc 0%,#eef3f8 100%)}
body.single-post .site,body.single-post .site-main,body.single-post .content-area,body.single-post .site-content{background:transparent}
body.single-post .site-main,body.single-post .content-area{max-width:1320px;margin:0 auto;padding:40px 18px 80px}
body.single-post article.post,body.single-post article.type-post,body.single-post .post.type-post,body.single-post .single-post article{background:rgba(255,255,255,.96);border:1px solid rgba(13,61,103,.08);border-radius:28px;box-shadow:0 18px 55px rgba(15,35,68,.08);padding:28px;overflow:hidden}
body.single-post .post-thumbnail,body.single-post .single-post-thumbnail,body.single-post .entry-media{margin:-28px -28px 24px;border-radius:28px 28px 0 0;overflow:hidden}
body.single-post .post-thumbnail img,body.single-post .single-post-thumbnail img,body.single-post .entry-media img{display:block;width:100%;height:auto;max-height:520px;object-fit:cover}
body.single-post .entry-header{margin-bottom:20px;padding-bottom:18px;border-bottom:1px solid rgba(13,61,103,.08)}
body.single-post .entry-title,body.single-post h1.entry-title{font-family:'Tajawal',Arial,sans-serif!important;font-size:clamp(32px,4vw,48px);line-height:1.25;color:#0d2f57;margin:0 0 14px;font-weight:800}
body.single-post .entry-meta,body.single-post .posted-on,body.single-post .byline,body.single-post .cat-links,body.single-post .tags-links{display:flex;flex-wrap:wrap;gap:10px 12px;align-items:center;color:#6f7f90;font-size:14px}
body.single-post .entry-meta > *,body.single-post .posted-on a,body.single-post .byline a,body.single-post .cat-links a,body.single-post .tags-links a{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;background:#f5f8fc;border:1px solid rgba(13,61,103,.08);border-radius:999px;color:#5d7083;text-decoration:none}
body.single-post .entry-content{font-family:'Tajawal',Arial,sans-serif!important;color:#33485d;font-size:18px;line-height:2.05}
body.single-post .entry-content > *{margin-top:0;margin-bottom:1.2em}
body.single-post .entry-content h2,body.single-post .entry-content h3,body.single-post .entry-content h4{color:#0d2f57;line-height:1.45;font-weight:800;margin-top:1.7em;margin-bottom:.8em}
body.single-post .entry-content h2{font-size:clamp(26px,3vw,36px)}
body.single-post .entry-content h3{font-size:clamp(22px,2.5vw,30px)}
body.single-post .entry-content p,body.single-post .entry-content li{font-size:18px}
body.single-post .entry-content ul,body.single-post .entry-content ol{padding-right:1.4rem}
body.single-post .entry-content li{margin-bottom:.7em}
body.single-post .entry-content a{color:#0d5ea8;text-decoration:none;font-weight:700;border-bottom:1px solid rgba(13,94,168,.2)}
body.single-post .entry-content blockquote{margin:26px 0;padding:24px 26px;border:none;border-right:5px solid #e07a14;background:linear-gradient(135deg,rgba(224,122,20,.08),rgba(13,61,103,.04));border-radius:22px;color:#193552;font-size:20px;box-shadow:0 12px 30px rgba(15,35,68,.05)}
body.single-post .entry-content img{border-radius:22px}
body.single-post .entry-content table{width:100%;overflow:hidden;border-collapse:separate;border-spacing:0;border:1px solid rgba(13,61,103,.08);border-radius:20px}
body.single-post .entry-content table th,body.single-post .entry-content table td{padding:14px 16px;border-bottom:1px solid rgba(13,61,103,.08)}
body.single-post .entry-content table tr:last-child td{border-bottom:none}
body.single-post .entry-footer{margin-top:24px;padding-top:18px;border-top:1px solid rgba(13,61,103,.08)}
body.single-post nav.post-navigation,body.single-post .navigation.post-navigation,body.single-post .comments-area,body.single-post .widget-area .widget,body.single-post aside.widget-area .widget{background:rgba(255,255,255,.96);border:1px solid rgba(13,61,103,.08);border-radius:24px;box-shadow:0 14px 34px rgba(15,35,68,.06);padding:24px;margin-top:0}
body.single-post .nav-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
body.single-post .nav-previous a,body.single-post .nav-next a{display:flex;min-height:100%;padding:18px 20px;border-radius:20px;background:#f5f8fc;color:#0d2f57;text-decoration:none;font-weight:800;border:1px solid rgba(13,61,103,.08)}
body.single-post .comment-respond input[type='text'],body.single-post .comment-respond input[type='email'],body.single-post .comment-respond input[type='url'],body.single-post .comment-respond textarea,body.single-post .search-form input[type='search'],body.single-post .widget input[type='search']{width:100%;border-radius:16px;border:1px solid rgba(13,61,103,.12);background:#f9fbfe;padding:14px 16px;outline:none}
body.single-post .comment-respond input:focus,body.single-post .comment-respond textarea:focus,body.single-post .search-form input[type='search']:focus,body.single-post .widget input[type='search']:focus{border-color:rgba(224,122,20,.65);box-shadow:0 0 0 4px rgba(224,122,20,.12)}
body.single-post button,body.single-post input[type='submit'],body.single-post .wp-block-button__link{border:none;border-radius:999px;padding:13px 24px;background:linear-gradient(135deg,#e07a14,#f09a3f);color:#fff;font-weight:800;box-shadow:0 12px 26px rgba(224,122,20,.2)}
body.single-post .wp-block-group,body.single-post .wp-block-cover,body.single-post .wp-block-quote,body.single-post .wp-block-pullquote{border-radius:24px;overflow:hidden}
body.single-post .widget-title,body.single-post .comments-title{font-family:'Tajawal',Arial,sans-serif!important;font-size:24px;color:#0d2f57;margin:0 0 18px;font-weight:800}
@media (max-width: 991px){body.single-post .site-main,body.single-post .content-area{padding:28px 14px 60px}body.single-post article.post,body.single-post article.type-post,body.single-post .post.type-post,body.single-post .single-post article{padding:20px;border-radius:22px}body.single-post .post-thumbnail,body.single-post .single-post-thumbnail,body.single-post .entry-media{margin:-20px -20px 20px;border-radius:22px 22px 0 0}body.single-post .nav-links{grid-template-columns:1fr}}


/* 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}


/* Force Tajawal across the entire single article page */
body.single-post,
body.single-post *,
body.single-post article,
body.single-post article *,
body.single-post .entry-content,
body.single-post .entry-content *,
body.single-post .entry-header,
body.single-post .entry-header *,
body.single-post nav.post-navigation,
body.single-post nav.post-navigation *,
body.single-post .comments-area,
body.single-post .comments-area *,
body.single-post .widget,
body.single-post .widget *,
body.single-post aside,
body.single-post aside *,
body.single-post .sidebar,
body.single-post .sidebar *{
  font-family:'Tajawal', Arial, sans-serif !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;}


/* Floating contact widget */
.phr-floating-contact{
  position:fixed;
  right:22px;
  bottom:26px;
  z-index:99999;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:14px;
  direction:rtl;
}
.phr-floating-contact.hide-mobile{}
.phr-floating-contact-toggle{
  width:62px;
  height:62px;
  padding:0;
  border:none;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  cursor:pointer;
  position:relative;
  overflow:hidden;
  transition:transform .25s ease, box-shadow .25s ease, opacity .25s ease;
}
.phr-floating-contact-toggle:hover{transform:translateY(-2px) scale(1.03);}
.phr-floating-contact-toggle-icon{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
  line-height:1;
  position:absolute;
  inset:0;
  transform:translateY(-1px);
}
.phr-floating-contact-panel{
  display:none;
  flex-direction:column;
  align-items:flex-end;
  gap:10px;
  min-width:250px;
}
.phr-floating-contact.is-open .phr-floating-contact-panel{display:flex;}
.phr-floating-contact.is-open .phr-floating-contact-toggle{transform:rotate(-8deg);}
.phr-floating-contact-item{
  width:100%;
  display:flex;
  flex-direction:row-reverse;
  align-items:center;
  justify-content:flex-start;
  gap:12px;
  padding:14px 18px;
  border-radius:var(--phr-float-radius,80px);
  background:color-mix(in srgb, var(--phr-float-box-bg,#fff) 88%, transparent);
  color:var(--phr-float-box-text,#0d2f57);
  border:1px solid color-mix(in srgb, var(--phr-float-box-border,#dbe6f5) 88%, transparent);
  text-decoration:none;
  box-shadow:0 10px var(--phr-float-shadow,26px) rgba(13,61,103,.10);
  backdrop-filter:blur(var(--phr-float-blur,14px));
  -webkit-backdrop-filter:blur(var(--phr-float-blur,14px));
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  text-align:right;
}
.phr-floating-contact-item:hover{
  transform:translateY(-2px);
  box-shadow:0 18px calc(var(--phr-float-shadow,26px) + 4px) rgba(13,61,103,.16);
  border-color:color-mix(in srgb, var(--phr-float-box-border,#dbe6f5) 100%, #ffffff 0%);
}
.phr-floating-contact-item-icon{
  width:40px;
  height:40px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(13,61,103,.08);
  font-size:19px;
  flex:0 0 40px;
}
.phr-floating-contact-item-text{
  font-family:'Tajawal', sans-serif;
  font-size:16px;
  font-weight:700;
  line-height:1.4;
}
@media (max-width:767px){
  .phr-floating-contact{
    right:14px;
    bottom:16px;
  }
  .phr-floating-contact.hide-mobile{display:none !important;}
  .phr-floating-contact-panel{min-width:220px;}
}


.phr-floating-contact-toggle,
.phr-floating-contact-toggle:before,
.phr-floating-contact-toggle:after{
  box-sizing:border-box;
}
.phr-floating-contact-toggle span,
.phr-floating-contact-toggle i,
.phr-floating-contact-toggle svg{
  margin:0 !important;
}


.phr-floating-contact-item-icon{
  background:transparent !important;
  width:44px;
  height:44px;
  flex:0 0 44px;
  padding:0;
}
.phr-floating-contact-svg{
  display:block;
  width:44px;
  height:44px;
}
.phr-floating-contact-svg-wa{
  filter:drop-shadow(0 4px 10px rgba(37,211,102,.22));
}
.phr-floating-contact-svg-phone{
  filter:drop-shadow(0 4px 10px rgba(13,61,103,.22));
}


.phr-floating-contact-item.is-whatsapp .phr-floating-contact-item-icon{
  width:46px !important;
  height:46px !important;
  flex:0 0 46px !important;
}
.phr-floating-contact-item.is-whatsapp .phr-floating-contact-svg-wa{
  width:46px !important;
  height:46px !important;
  display:block;
  filter:drop-shadow(0 6px 14px rgba(37,211,102,.28));
}


/* Floating contact stable popup */
.phr-floating-contact{
  position:fixed;
  right:22px;
  bottom:26px;
  z-index:99999;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:14px;
  direction:rtl;
}
.phr-floating-contact-toggle,
.phr-floating-contact-toggle:hover,
.phr-floating-contact.is-open .phr-floating-contact-toggle{
  transform:none !important;
}
.phr-floating-contact.is-open .phr-floating-contact-toggle{
  opacity:0 !important;
  visibility:hidden !important;
  pointer-events:none !important;
}
.phr-floating-contact-panel{
  display:none;
  min-width:auto !important;
}
.phr-floating-contact.is-open .phr-floating-contact-panel{
  display:block;
}
.phr-floating-contact-popup{
  width:132px;
  min-height:70px;
  padding:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  border-radius:28px;
  background:linear-gradient(180deg, rgba(255,255,255,.97) 0%, rgba(246,250,255,.95) 100%);
  border:1px solid rgba(214,226,241,.95);
  box-shadow:0 18px 42px rgba(13,61,103,.16), 0 6px 18px rgba(13,61,103,.08);
  backdrop-filter:blur(var(--phr-float-blur,14px));
  -webkit-backdrop-filter:blur(var(--phr-float-blur,14px));
}
.phr-floating-contact-icon-btn{
  width:46px;
  height:46px;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  background:linear-gradient(180deg, rgba(13,61,103,.06) 0%, rgba(13,61,103,.12) 100%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.72), 0 8px 16px rgba(13,61,103,.10);
  transition:box-shadow .22s ease;
}
.phr-floating-contact-icon-btn.is-whatsapp{
  background:linear-gradient(180deg, rgba(37,211,102,.10) 0%, rgba(37,211,102,.18) 100%);
}
.phr-floating-contact-icon-btn:hover{
  transform:none !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.72), 0 10px 20px rgba(13,61,103,.14);
}
.phr-floating-contact-icon-btn .phr-floating-contact-svg{
  width:28px !important;
  height:28px !important;
}
@media (max-width:767px){
  .phr-floating-contact{
    right:14px;
    bottom:16px;
  }
  .phr-floating-contact.hide-mobile{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); }
}

/* v5.9.1 - Keep top-level menu text white on active/hover/focus states */
#phr-header .phr-nav > .phr-menu > li:hover > a,
#phr-header .phr-nav > .phr-menu > li:focus-within > a,
#phr-header .phr-nav > .phr-menu > li.current-menu-item > a,
#phr-header .phr-nav > .phr-menu > li.current_page_item > a,
#phr-header .phr-nav > .phr-menu > li.current-menu-ancestor > a,
#phr-header .phr-nav > .phr-menu > li.current_page_ancestor > a,
#phr-header .phr-nav > .phr-menu > li.current_page_parent > a,
#phr-header .phr-nav > .phr-menu > li.current-menu-parent > a,
#phr-header .phr-nav > .menu > li:hover > a,
#phr-header .phr-nav > .menu > li:focus-within > a,
#phr-header .phr-nav > .menu > li.current-menu-item > a,
#phr-header .phr-nav > .menu > li.current_page_item > a,
#phr-header .phr-nav > .menu > li.current-menu-ancestor > a,
#phr-header .phr-nav > .menu > li.current_page_ancestor > a,
#phr-header .phr-nav > .menu > li.current_page_parent > a,
#phr-header .phr-nav > .menu > li.current-menu-parent > a {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

#phr-header .phr-nav > .phr-menu > li:hover > a *,
#phr-header .phr-nav > .phr-menu > li:focus-within > a *,
#phr-header .phr-nav > .phr-menu > li.current-menu-item > a *,
#phr-header .phr-nav > .phr-menu > li.current_page_item > a *,
#phr-header .phr-nav > .phr-menu > li.current-menu-ancestor > a *,
#phr-header .phr-nav > .phr-menu > li.current_page_ancestor > a *,
#phr-header .phr-nav > .phr-menu > li.current_page_parent > a *,
#phr-header .phr-nav > .phr-menu > li.current-menu-parent > a *,
#phr-header .phr-nav > .menu > li:hover > a *,
#phr-header .phr-nav > .menu > li:focus-within > a *,
#phr-header .phr-nav > .menu > li.current-menu-item > a *,
#phr-header .phr-nav > .menu > li.current_page_item > a *,
#phr-header .phr-nav > .menu > li.current-menu-ancestor > a *,
#phr-header .phr-nav > .menu > li.current_page_ancestor > a *,
#phr-header .phr-nav > .menu > li.current_page_parent > a *,
#phr-header .phr-nav > .menu > li.current-menu-parent > a * {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}


/* =========================================================
   About Section Premium Motion Background — v5.11.0
   ========================================================= */
.phr-about-section{
  background:
    radial-gradient(circle at 18% 24%,color-mix(in srgb,var(--phr-about-overlay-1) 52%,transparent) 0,transparent 38%),
    radial-gradient(circle at 84% 76%,color-mix(in srgb,var(--phr-about-overlay-2) 62%,transparent) 0,transparent 42%),
    linear-gradient(135deg,color-mix(in srgb,var(--phr-about-bg) 96%,#fff 4%),var(--phr-about-bg));
}
.phr-about-section::before{
  content:'';position:absolute;inset:-18%;z-index:0;pointer-events:none;
  background:
    conic-gradient(from 210deg at 24% 44%,transparent 0 18%,color-mix(in srgb,var(--phr-about-overlay-1) 22%,transparent) 19% 31%,transparent 32% 100%),
    conic-gradient(from 20deg at 78% 58%,transparent 0 21%,color-mix(in srgb,var(--phr-about-overlay-2) 28%,transparent) 22% 38%,transparent 39% 100%);
  filter:blur(1px);opacity:.9;transform:translate3d(0,0,0)
}
.phr-about-section::after{
  content:'';position:absolute;inset:0;z-index:1;pointer-events:none;
  background:linear-gradient(90deg,rgba(255,255,255,.12),transparent 38%,rgba(255,255,255,.18) 72%,transparent);
  mix-blend-mode:soft-light
}
.phr-about-ambient{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden;opacity:var(--phr-about-motion-intensity)}
.phr-about-ambient span{position:absolute;display:block;border-radius:999px;filter:blur(28px);will-change:transform}
.phr-about-ambient span:nth-child(1){width:420px;height:420px;left:-120px;top:10%;background:radial-gradient(circle,color-mix(in srgb,var(--phr-about-overlay-1) 55%,transparent),transparent 69%)}
.phr-about-ambient span:nth-child(2){width:520px;height:520px;right:-165px;top:-28%;background:radial-gradient(circle,color-mix(in srgb,var(--phr-about-highlight) 12%,transparent),transparent 68%)}
.phr-about-ambient span:nth-child(3){width:480px;height:360px;left:36%;bottom:-210px;background:radial-gradient(ellipse,color-mix(in srgb,var(--phr-about-content-title) 10%,transparent),transparent 70%)}
.phr-about-pattern{will-change:background-position;z-index:0}
.phr-about-polygons{opacity:var(--phr-about-motion-intensity);z-index:0}
.phr-about-polygons span{will-change:transform;transform-origin:center}
.phr-about-polygons span:nth-child(4){width:170px;height:150px;right:16%;top:9%;opacity:.28;clip-path:polygon(50% 0,100% 25%,89% 76%,54% 100%,6% 74%,0 25%)}
.phr-about-polygons span:nth-child(5){width:125px;height:116px;left:30%;top:18%;opacity:.20;clip-path:polygon(49% 0,100% 38%,79% 100%,20% 89%,0 31%)}
.phr-about-medical-marks{position:absolute;inset:0;z-index:0;pointer-events:none;opacity:var(--phr-about-motion-intensity)}
.phr-about-medical-marks i{position:absolute;width:34px;height:34px;display:block;opacity:.16;filter:drop-shadow(0 8px 18px rgba(13,47,87,.07));will-change:transform}
.phr-about-medical-marks i::before,.phr-about-medical-marks i::after{content:'';position:absolute;left:50%;top:50%;border-radius:4px;background:color-mix(in srgb,var(--phr-about-content-title) 76%,#fff 24%);transform:translate(-50%,-50%)}
.phr-about-medical-marks i::before{width:30px;height:8px}.phr-about-medical-marks i::after{width:8px;height:30px}
.phr-about-medical-marks i:nth-child(1){left:7%;top:20%;transform:rotate(10deg) scale(.85)}
.phr-about-medical-marks i:nth-child(2){right:9%;top:18%;transform:rotate(-14deg) scale(.7)}
.phr-about-medical-marks i:nth-child(3){right:23%;bottom:16%;transform:rotate(8deg) scale(.6)}
.phr-about-medical-marks i:nth-child(4){left:43%;top:13%;transform:rotate(-8deg) scale(.55)}
.phr-about-medical-marks i:nth-child(5){left:29%;bottom:10%;transform:rotate(18deg) scale(.68)}
.phr-about-ecg{position:absolute;z-index:0;left:0;right:0;bottom:7%;width:100%;height:105px;pointer-events:none;overflow:visible;opacity:var(--phr-about-motion-intensity)}
.phr-about-ecg path{fill:none;stroke:color-mix(in srgb,var(--phr-about-highlight) 22%,transparent);stroke-width:1.8;vector-effect:non-scaling-stroke;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:12 12;filter:drop-shadow(0 2px 5px color-mix(in srgb,var(--phr-about-highlight) 10%,transparent));will-change:stroke-dashoffset}

/* Raise the person image slightly, with a control in the admin panel. */
.phr-about-person{transform:translate3d(0,calc(0px - var(--phr-about-image-raise)),0)}
.phr-about-section:hover .phr-about-person{transform:translate3d(0,calc(-3px - var(--phr-about-image-raise)),0)}

/* Motion presets */
.phr-about-motion-polygons .phr-about-ambient,.phr-about-motion-polygons .phr-about-medical-marks,.phr-about-motion-polygons .phr-about-ecg{display:none}
.phr-about-motion-flow .phr-about-pattern,.phr-about-motion-flow .phr-about-polygons,.phr-about-motion-flow .phr-about-medical-marks,.phr-about-motion-flow .phr-about-ecg{display:none}
.phr-about-motion-medical .phr-about-pattern,.phr-about-motion-medical .phr-about-polygons{display:none}
.phr-about-motion-medical .phr-about-ambient span:nth-child(2){background:radial-gradient(circle,color-mix(in srgb,var(--phr-about-highlight) 16%,transparent),transparent 68%)}

/* Calm premium animations */
.phr-about-section.is-animated::before{animation:phrAboutMesh calc(var(--phr-about-motion-speed) + 12s) ease-in-out infinite alternate}
.phr-about-section.is-animated .phr-about-pattern{animation:phrAboutPattern calc(var(--phr-about-motion-speed) + 8s) linear infinite}
.phr-about-section.is-animated .phr-about-ambient span:nth-child(1){animation:phrAboutFloatA var(--phr-about-motion-speed) ease-in-out infinite alternate}
.phr-about-section.is-animated .phr-about-ambient span:nth-child(2){animation:phrAboutFloatB calc(var(--phr-about-motion-speed) + 6s) ease-in-out infinite alternate}
.phr-about-section.is-animated .phr-about-ambient span:nth-child(3){animation:phrAboutFloatC calc(var(--phr-about-motion-speed) + 10s) ease-in-out infinite alternate}
.phr-about-section.is-animated .phr-about-polygons span:nth-child(1){animation:phrAboutPolyA calc(var(--phr-about-motion-speed) + 6s) ease-in-out infinite alternate}
.phr-about-section.is-animated .phr-about-polygons span:nth-child(2){animation:phrAboutPolyB calc(var(--phr-about-motion-speed) + 10s) ease-in-out infinite alternate}
.phr-about-section.is-animated .phr-about-polygons span:nth-child(3){animation:phrAboutPolyA calc(var(--phr-about-motion-speed) + 14s) ease-in-out infinite alternate-reverse}
.phr-about-section.is-animated .phr-about-polygons span:nth-child(4){animation:phrAboutPolyB calc(var(--phr-about-motion-speed) + 4s) ease-in-out infinite alternate-reverse}
.phr-about-section.is-animated .phr-about-polygons span:nth-child(5){animation:phrAboutPolyA calc(var(--phr-about-motion-speed) + 7s) ease-in-out infinite alternate}
.phr-about-section.is-animated .phr-about-medical-marks i{animation:phrAboutCross calc(var(--phr-about-motion-speed) + 5s) ease-in-out infinite alternate}
.phr-about-section.is-animated .phr-about-medical-marks i:nth-child(even){animation-direction:alternate-reverse;animation-duration:calc(var(--phr-about-motion-speed) + 12s)}
.phr-about-section.is-animated .phr-about-ecg path{animation:phrAboutEcg var(--phr-about-motion-speed) linear infinite}

@keyframes phrAboutMesh{0%{transform:translate3d(-1.5%,-1%,0) rotate(-.25deg)}100%{transform:translate3d(1.5%,1%,0) rotate(.25deg)}}
@keyframes phrAboutPattern{0%{background-position:0 0,75px 43px}100%{background-position:150px 86px,225px 129px}}
@keyframes phrAboutFloatA{0%{transform:translate3d(-10px,8px,0) scale(.98)}100%{transform:translate3d(38px,-26px,0) scale(1.06)}}
@keyframes phrAboutFloatB{0%{transform:translate3d(10px,-8px,0) scale(1.02)}100%{transform:translate3d(-42px,34px,0) scale(.96)}}
@keyframes phrAboutFloatC{0%{transform:translate3d(-20px,12px,0) rotate(-2deg)}100%{transform:translate3d(35px,-18px,0) rotate(2deg)}}
@keyframes phrAboutPolyA{0%{transform:translate3d(0,0,0) rotate(-1.5deg)}100%{transform:translate3d(18px,-14px,0) rotate(3deg)}}
@keyframes phrAboutPolyB{0%{transform:translate3d(0,0,0) rotate(2deg)}100%{transform:translate3d(-20px,13px,0) rotate(-3deg)}}
@keyframes phrAboutCross{0%{translate:0 0;opacity:.10}100%{translate:0 -14px;opacity:.22}}
@keyframes phrAboutEcg{to{stroke-dashoffset:-120}}

.phr-about-section.is-static::before,.phr-about-section.is-static .phr-about-pattern,.phr-about-section.is-static .phr-about-ambient span,.phr-about-section.is-static .phr-about-polygons span,.phr-about-section.is-static .phr-about-medical-marks i,.phr-about-section.is-static .phr-about-ecg path{animation:none!important}

@media (max-width:900px){
  .phr-about-person{transform:translate3d(0,calc(0px - min(var(--phr-about-image-raise),18px)),0)}
  .phr-about-section:hover .phr-about-person{transform:translate3d(0,calc(0px - min(var(--phr-about-image-raise),21px)),0)}
  .phr-about-ecg{bottom:3%;height:80px}.phr-about-medical-marks{opacity:var(--phr-about-motion-intensity)}
}
@media (max-width:600px){
  .phr-about-ambient span:nth-child(1){width:300px;height:300px}.phr-about-ambient span:nth-child(2){width:340px;height:340px}.phr-about-ambient span:nth-child(3){width:300px;height:250px}
  .phr-about-medical-marks i:nth-child(4),.phr-about-medical-marks i:nth-child(5){display:none}.phr-about-ecg{opacity:.28}
}
@media (prefers-reduced-motion:reduce){
  .phr-about-section::before,.phr-about-pattern,.phr-about-ambient span,.phr-about-polygons span,.phr-about-medical-marks i,.phr-about-ecg path,.phr-about-person{animation:none!important;transition:none!important}
}


/* =========================================================
   v5.12.0 — Premium About heading, angular CTA + image controls
   ========================================================= */
.phr-about-main-title{
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  justify-content:flex-start;
  gap:clamp(6px,.7vw,11px);
}
.phr-about-title-welcome{
  position:relative;
  display:inline-block;
  padding-bottom:7px;
  font-size:.88em;
  font-weight:800;
  color:color-mix(in srgb,var(--phr-about-content-title) 88%,#fff 12%);
  letter-spacing:-.015em;
  text-shadow:0 8px 24px color-mix(in srgb,var(--phr-about-content-title) 10%,transparent);
}
.phr-about-title-welcome::after{
  content:'';
  position:absolute;
  right:0;
  bottom:0;
  width:58%;
  height:3px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--phr-about-highlight),color-mix(in srgb,var(--phr-about-highlight) 14%,transparent));
  box-shadow:0 4px 12px color-mix(in srgb,var(--phr-about-highlight) 18%,transparent);
}
.phr-about-title-connector{
  display:inline-block;
  font-size:.76em;
  font-weight:700;
  color:color-mix(in srgb,var(--phr-about-content-title) 62%,var(--phr-about-content-text) 38%);
}
.phr-about-title-company{
  position:relative;
  display:inline-block;
  padding:0 2px;
  font-size:1.08em;
  font-weight:950;
  letter-spacing:-.035em;
  color:var(--phr-about-content-title);
  background:linear-gradient(115deg,
    var(--phr-about-content-title) 0%,
    color-mix(in srgb,var(--phr-about-content-title) 82%,var(--phr-about-highlight) 18%) 56%,
    var(--phr-about-content-title) 100%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  filter:drop-shadow(0 10px 18px color-mix(in srgb,var(--phr-about-content-title) 9%,transparent));
}
.phr-about-title-company::before{
  content:'';
  position:absolute;
  inset:auto 5% -7px 5%;
  height:1px;
  background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--phr-about-content-title) 34%,transparent),transparent);
}
.phr-about-title-highlight{
  position:relative;
  display:inline-block;
  font-weight:850;
  color:var(--phr-about-highlight);
  text-shadow:0 8px 22px color-mix(in srgb,var(--phr-about-highlight) 10%,transparent);
}

.phr-about-button{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  gap:11px;
  min-width:194px;
  min-height:56px;
  padding:12px 18px 12px 16px;
  border:0!important;
  border-radius:0!important;
  clip-path:polygon(13px 0,100% 0,100% calc(100% - 13px),calc(100% - 13px) 100%,0 100%,0 13px);
  background:
    linear-gradient(115deg,
      color-mix(in srgb,var(--phr-about-button-bg) 94%,#fff 6%),
      var(--phr-about-button-bg) 52%,
      color-mix(in srgb,var(--phr-about-button-bg) 88%,#000 12%));
  box-shadow:
    0 14px 28px color-mix(in srgb,var(--phr-about-button-bg) 22%,transparent),
    inset 0 1px 0 rgba(255,255,255,.18);
  transition:transform .26s ease,box-shadow .26s ease,filter .26s ease;
}
.phr-about-button::before{
  content:'';
  position:absolute;
  inset:2px;
  z-index:0;
  pointer-events:none;
  clip-path:polygon(11px 0,100% 0,100% calc(100% - 11px),calc(100% - 11px) 100%,0 100%,0 11px);
  border:1px solid color-mix(in srgb,var(--phr-about-button-text) 32%,transparent);
  opacity:.9;
}
.phr-about-button::after{
  content:'';
  position:absolute;
  z-index:1;
  top:-55%;
  left:-46%;
  width:28%;
  height:210%;
  pointer-events:none;
  transform:skewX(-20deg);
  background:linear-gradient(90deg,
    transparent,
    color-mix(in srgb,var(--phr-about-button-text) 54%,transparent),
    transparent);
  filter:blur(.2px);
  animation:phrAboutButtonShine 3.7s cubic-bezier(.45,0,.2,1) infinite;
}
.phr-about-button-label,
.phr-about-button-icon{
  position:relative;
  z-index:2;
}
.phr-about-button-label{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:1 1 auto;
}
.phr-about-button-icon{
  width:31px;
  height:31px;
  flex:0 0 31px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  font-weight:900;
  line-height:1;
  color:var(--phr-about-button-text);
  background:color-mix(in srgb,var(--phr-about-button-text) 13%,transparent);
  border:1px solid color-mix(in srgb,var(--phr-about-button-text) 38%,transparent);
  clip-path:polygon(50% 0,100% 26%,100% 74%,50% 100%,0 74%,0 26%);
  transition:transform .28s ease,background .28s ease;
}
.phr-about-button:hover,
.phr-about-button:focus-visible{
  transform:translateY(-3px) scale(1.012);
  filter:brightness(1.035);
  box-shadow:
    0 19px 38px color-mix(in srgb,var(--phr-about-button-bg) 28%,transparent),
    inset 0 1px 0 rgba(255,255,255,.24);
}
.phr-about-button:hover .phr-about-button-icon,
.phr-about-button:focus-visible .phr-about-button-icon{
  transform:translateX(-4px) rotate(-4deg);
  background:color-mix(in srgb,var(--phr-about-button-text) 20%,transparent);
}
@keyframes phrAboutButtonShine{
  0%,18%{left:-46%;opacity:0}
  28%{opacity:.9}
  54%{left:126%;opacity:.55}
  55%,100%{left:126%;opacity:0}
}

/* Signed vertical image control:
   negative = up, positive = down */
.phr-about-person{
  transform:translate3d(0,var(--phr-about-image-offset-y),0)!important;
}
.phr-about-section:hover .phr-about-person{
  transform:translate3d(0,calc(var(--phr-about-image-offset-y) - 3px),0)!important;
}

@media (max-width:600px){
  .phr-about-main-title{
    gap:5px 7px;
  }
  .phr-about-title-welcome{
    padding-bottom:5px;
  }
  .phr-about-button{
    min-width:178px;
    min-height:52px;
    padding:10px 15px 10px 13px;
  }
  .phr-about-button-icon{
    width:29px;
    height:29px;
    flex-basis:29px;
  }
}
@media (prefers-reduced-motion:reduce){
  .phr-about-button::after{animation:none!important}
  .phr-about-button,
  .phr-about-button-icon{transition:none!important}
}

/* =========================================================
   v5.13.0 — About section cinematic content reveal
   ========================================================= */
.phr-about-copy{
  position:relative;
  top:var(--phr-about-copy-offset-y,18px);
}

.phr-about-content-motion.phr-about-reveal-ready .phr-about-media,
.phr-about-content-motion.phr-about-reveal-ready .phr-about-pretitle,
.phr-about-content-motion.phr-about-reveal-ready .phr-about-main-title,
.phr-about-content-motion.phr-about-reveal-ready .phr-about-intro,
.phr-about-content-motion.phr-about-reveal-ready .phr-about-points li,
.phr-about-content-motion.phr-about-reveal-ready .phr-about-button{
  opacity:0;
  transform:translate3d(0,var(--phr-about-reveal-distance,56px),0);
  filter:blur(4px);
  will-change:transform,opacity,filter;
}
.phr-about-content-motion.phr-about-reveal-ready .phr-about-media{
  transform:translate3d(0,calc(var(--phr-about-reveal-distance,56px) * 1.08),0) scale(.985);
  filter:blur(2px);
}

.phr-about-content-motion.phr-about-reveal-ready.is-inview .phr-about-media,
.phr-about-content-motion.phr-about-reveal-ready.is-inview .phr-about-pretitle,
.phr-about-content-motion.phr-about-reveal-ready.is-inview .phr-about-main-title,
.phr-about-content-motion.phr-about-reveal-ready.is-inview .phr-about-intro,
.phr-about-content-motion.phr-about-reveal-ready.is-inview .phr-about-points li,
.phr-about-content-motion.phr-about-reveal-ready.is-inview .phr-about-button{
  opacity:1;
  transform:translate3d(0,0,0);
  filter:blur(0);
  transition-property:opacity,transform,filter;
  transition-duration:var(--phr-about-reveal-duration,950ms);
  transition-timing-function:cubic-bezier(.18,.82,.24,1);
}
.phr-about-content-motion.phr-about-reveal-ready.is-inview .phr-about-media{
  transition-delay:40ms;
}
.phr-about-content-motion.phr-about-reveal-ready.is-inview .phr-about-pretitle{
  transition-delay:calc(var(--phr-about-reveal-stagger,115ms) * .45);
}
.phr-about-content-motion.phr-about-reveal-ready.is-inview .phr-about-main-title{
  transition-delay:calc(var(--phr-about-reveal-stagger,115ms) * 1);
}
.phr-about-content-motion.phr-about-reveal-ready.is-inview .phr-about-intro{
  transition-delay:calc(var(--phr-about-reveal-stagger,115ms) * 1.75);
}
.phr-about-content-motion.phr-about-reveal-ready.is-inview .phr-about-points li{
  transition-delay:calc((var(--phr-about-reveal-stagger,115ms) * 2.1) + (var(--phr-about-reveal-stagger,115ms) * var(--phr-about-item-index,0)));
}
.phr-about-content-motion.phr-about-reveal-ready.is-inview .phr-about-button{
  transition-delay:calc(var(--phr-about-reveal-stagger,115ms) * 5.2);
  transition-property:opacity,transform,filter,box-shadow;
}

/* Slow residual movement after reveal: alive, but deliberately subtle. */
.phr-about-content-motion.phr-about-reveal-ready.is-inview.is-animated .phr-about-media{
  animation:phrAboutMediaDrift 6.2s ease-in-out calc(var(--phr-about-reveal-duration,950ms) + 420ms) infinite alternate;
}
.phr-about-content-motion.phr-about-reveal-ready.is-inview.is-animated .phr-about-copy{
  animation:phrAboutCopyDrift 7s ease-in-out calc(var(--phr-about-reveal-duration,950ms) + 650ms) infinite alternate;
}
.phr-about-content-motion.phr-about-reveal-ready.is-inview.is-animated .phr-about-title-company{
  animation:phrAboutCompanyBreath 5.6s ease-in-out calc(var(--phr-about-reveal-duration,950ms) + 900ms) infinite alternate;
}
@keyframes phrAboutMediaDrift{
  0%{transform:translate3d(0,0,0)}
  100%{transform:translate3d(0,-7px,0)}
}
@keyframes phrAboutCopyDrift{
  0%{transform:translate3d(0,0,0)}
  100%{transform:translate3d(0,-3px,0)}
}
@keyframes phrAboutCompanyBreath{
  0%{transform:translate3d(0,0,0)}
  100%{transform:translate3d(0,-2px,0)}
}

.phr-about-content-static .phr-about-media,
.phr-about-content-static .phr-about-copy,
.phr-about-content-static .phr-about-pretitle,
.phr-about-content-static .phr-about-main-title,
.phr-about-content-static .phr-about-intro,
.phr-about-content-static .phr-about-points li,
.phr-about-content-static .phr-about-button{
  opacity:1!important;
  filter:none!important;
}

@media (max-width:900px){
  .phr-about-copy{top:min(var(--phr-about-copy-offset-y,18px),28px)}
  .phr-about-content-motion.phr-about-reveal-ready .phr-about-media,
  .phr-about-content-motion.phr-about-reveal-ready .phr-about-pretitle,
  .phr-about-content-motion.phr-about-reveal-ready .phr-about-main-title,
  .phr-about-content-motion.phr-about-reveal-ready .phr-about-intro,
  .phr-about-content-motion.phr-about-reveal-ready .phr-about-points li,
  .phr-about-content-motion.phr-about-reveal-ready .phr-about-button{
    filter:blur(2px);
  }
}
@media (prefers-reduced-motion:reduce){
  .phr-about-copy{animation:none!important;transform:none!important}
  .phr-about-content-motion.phr-about-reveal-ready .phr-about-media,
  .phr-about-content-motion.phr-about-reveal-ready .phr-about-pretitle,
  .phr-about-content-motion.phr-about-reveal-ready .phr-about-main-title,
  .phr-about-content-motion.phr-about-reveal-ready .phr-about-intro,
  .phr-about-content-motion.phr-about-reveal-ready .phr-about-points li,
  .phr-about-content-motion.phr-about-reveal-ready .phr-about-button,
  .phr-about-content-motion.phr-about-reveal-ready .phr-about-title-company{
    opacity:1!important;
    transform:none!important;
    filter:none!important;
    animation:none!important;
    transition:none!important;
  }
}

/* =========================================================
   v5.14.0 — About image: full natural view + width/height controls
   ========================================================= */
.phr-about-media{
  overflow:visible;
}
.phr-about-person{
  display:block!important;
  width:min(var(--phr-about-image-width,520px),100%)!important;
  height:min(var(--phr-about-image-height,560px),100%)!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center bottom!important;
  flex:0 0 auto;
  align-self:flex-end;
}
@media (max-width:900px){
  .phr-about-person{
    width:min(var(--phr-about-image-width,520px),96%)!important;
    height:min(var(--phr-about-image-height,560px),100%)!important;
  }
}
@media (max-width:600px){
  .phr-about-person{
    width:min(var(--phr-about-image-width,520px),100%)!important;
    height:min(var(--phr-about-image-height,560px),100%)!important;
    object-position:center bottom!important;
  }
}

/* v5.16.0 - Medical services responsive carousel */
.phr-services-slider-enabled{
  --phr-services-per-view:var(--phr-services-per-view-desktop,4);
}
.phr-services-slider{
  position:relative;
  z-index:2;
  padding:6px 58px 44px;
}
.phr-services-viewport{
  position:relative;
  overflow-x:auto;
  overflow-y:visible;
  width:100%;
  padding:8px 4px 22px;
  margin:-8px -4px -22px;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  scrollbar-width:none;
  -ms-overflow-style:none;
  overscroll-behavior-x:contain;
  touch-action:pan-y pinch-zoom;
  cursor:grab;
  direction:ltr;
}
.phr-services-viewport::-webkit-scrollbar{display:none;width:0;height:0;}
.phr-services-viewport.is-dragging{cursor:grabbing;scroll-behavior:auto;user-select:none;}
.phr-services-slider-enabled .phr-services-track{
  position:relative;
  display:flex !important;
  align-items:stretch;
  gap:var(--phr-services-gap,24px);
  width:100%;
  min-width:100%;
  grid-template-columns:none !important;
}
.phr-services-slider-enabled .phr-service-card{
  direction:rtl;
  flex:0 0 calc((100% - (var(--phr-services-gap,24px) * (var(--phr-services-per-view) - 1))) / var(--phr-services-per-view));
  width:auto;
  max-width:none;
  margin:0;
  scroll-snap-align:start;
  scroll-snap-stop:always;
}
.phr-services-nav{
  position:absolute;
  z-index:12;
  top:44%;
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  padding:0;
  border:1px solid color-mix(in srgb,var(--phr-services-title) 10%,transparent);
  border-radius:16px 16px 16px 6px;
  background:rgba(255,255,255,.94);
  color:var(--phr-services-title);
  box-shadow:0 14px 36px rgba(13,47,87,.14);
  transform:translateY(-50%);
  cursor:pointer;
  transition:transform .28s ease,background .28s ease,color .28s ease,box-shadow .28s ease,border-color .28s ease;
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}
.phr-services-nav span{display:block;font:500 37px/1 Arial,sans-serif;transform:translateY(-1px);}
.phr-services-prev{left:0;}
.phr-services-next{right:0;border-radius:16px 16px 6px 16px;}
.phr-services-nav:hover,
.phr-services-nav:focus-visible{
  background:var(--phr-services-btn-bg);
  color:#fff;
  border-color:transparent;
  box-shadow:0 18px 38px color-mix(in srgb,var(--phr-services-btn-bg) 25%,transparent);
  transform:translateY(-50%) scale(1.06);
  outline:none;
}
.phr-services-dots{
  position:absolute;
  left:50%;
  bottom:2px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:20px;
  transform:translateX(-50%);
}
.phr-services-dot{
  width:8px;
  height:8px;
  padding:0;
  border:0;
  border-radius:999px;
  background:color-mix(in srgb,var(--phr-services-title) 18%,transparent);
  cursor:pointer;
  transition:width .3s ease,background .3s ease,transform .3s ease;
}
.phr-services-dot:hover{transform:scale(1.18);}
.phr-services-dot.is-active{width:28px;background:var(--phr-services-medical-accent);}
.phr-services-slider::after{
  content:'';
  position:absolute;
  z-index:-1;
  inset:22% 32px 15%;
  border-radius:42px;
  background:radial-gradient(circle at center,color-mix(in srgb,var(--phr-services-overlay-1) 52%,transparent),transparent 70%);
  filter:blur(26px);
  opacity:.62;
  pointer-events:none;
}

/* Static fallback when the carousel option is disabled. */
.phr-services-slider-static .phr-services-slider{padding:6px 0 8px;}
.phr-services-slider-static .phr-services-viewport{overflow:visible;padding:0;margin:0;cursor:default;}
.phr-services-slider-static .phr-services-track{display:grid !important;}
.phr-services-slider-static .phr-services-nav,
.phr-services-slider-static .phr-services-dots{display:none !important;}

@media (max-width:980px){
  .phr-services-slider-enabled{--phr-services-per-view:var(--phr-services-per-view-tablet,2);}
  .phr-services-slider{padding-inline:52px;}
  .phr-services-nav{width:42px;height:42px;border-radius:14px 14px 14px 5px;}
  .phr-services-next{border-radius:14px 14px 5px 14px;}
}
@media (max-width:640px){
  .phr-services-slider-enabled{--phr-services-per-view:var(--phr-services-per-view-mobile,1);}
  .phr-services-slider{padding:4px 6px 42px;}
  .phr-services-viewport{padding-inline:2px;margin-inline:-2px;}
  .phr-services-nav{
    top:auto;
    bottom:-1px;
    width:39px;
    height:39px;
    transform:none;
  }
  .phr-services-nav:hover,.phr-services-nav:focus-visible{transform:scale(1.04);}
  .phr-services-prev{left:6px;}
  .phr-services-next{right:6px;}
  .phr-services-dots{bottom:8px;max-width:calc(100% - 110px);}
  .phr-services-slider-enabled .phr-service-card{max-width:none;width:auto;margin:0;}
}
@media (prefers-reduced-motion:reduce){
  .phr-services-viewport{scroll-behavior:auto !important;}
  .phr-services-nav,.phr-services-dot{transition:none !important;}
}

/* v5.17.0 - TriCare service category pill */
.phr-service-category{display:inline-flex;align-items:center;gap:7px;width:max-content;max-width:100%;margin:0 0 10px;padding:6px 11px;border-radius:999px;background:color-mix(in srgb,var(--phr-services-medical-accent) 9%,#fff 91%);border:1px solid color-mix(in srgb,var(--phr-services-medical-accent) 18%,transparent);color:var(--phr-services-medical-accent);font-size:12px;font-weight:800;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.phr-service-category::before{content:"+";display:grid;place-items:center;width:17px;height:17px;border-radius:50%;background:var(--phr-services-medical-accent);color:#fff;font-size:13px;font-weight:900;line-height:1}.phr-service-card:hover .phr-service-category{transform:translateY(-1px);box-shadow:0 7px 18px color-mix(in srgb,var(--phr-services-medical-accent) 10%,transparent)}


/* v5.18.0 - TriCare reference medical backdrop + two-line hero heading */
.phr-services-medical{
  --phr-ref-blue:#092c68;
  --phr-ref-red:#c91f2c;
  padding-top:82px;
  background:
    radial-gradient(circle at 14% 24%,rgba(197,222,246,.76) 0%,rgba(228,239,250,.42) 23%,transparent 46%),
    radial-gradient(circle at 89% 28%,rgba(218,233,248,.72) 0%,rgba(240,247,253,.38) 28%,transparent 50%),
    linear-gradient(90deg,#edf6ff 0%,#f9fcff 23%,#ffffff 50%,#f9fcff 77%,#eef6fd 100%);
}
.phr-services-medical::before{
  opacity:.2;
  background-image:
    radial-gradient(circle at 7% 13%,rgba(255,255,255,.9) 0 2px,transparent 2.6px),
    radial-gradient(circle at 94% 70%,rgba(255,255,255,.8) 0 2px,transparent 2.6px),
    linear-gradient(rgba(104,153,199,.045) 1px,transparent 1px),
    linear-gradient(90deg,rgba(104,153,199,.045) 1px,transparent 1px);
  background-size:auto,auto,52px 52px,52px 52px;
  -webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 88%,transparent 100%);
          mask-image:linear-gradient(to bottom,#000 0%,#000 88%,transparent 100%);
}
.phr-services-medical::after{
  content:'+';
  left:auto;
  right:5.4vw;
  top:142px;
  color:#fff;
  font-size:78px;
  opacity:.48;
  text-shadow:0 8px 28px rgba(114,165,210,.18);
  animation:phrRefPlusFloat 7s ease-in-out infinite alternate;
}
.phr-services-medical .phr-services-shell{max-width:var(--phr-services-inner-width,1500px);padding-inline:36px;}
.phr-services-medical.phr-services-full-width .phr-services-shell{max-width:none;width:100%;}
.phr-services-medical .phr-services-backdrop{
  width:620px;height:620px;left:-244px;right:auto;top:-98px;
  opacity:.54;filter:blur(2px);
  background:radial-gradient(circle at 52% 50%,rgba(141,188,228,.33) 0%,rgba(207,228,247,.18) 42%,transparent 72%);
  animation:phrRefBackdropBreath 9s ease-in-out infinite alternate;
}
.phr-services-medical .phr-services-backdrop::before,
.phr-services-medical .phr-services-backdrop::after{display:none;}
.phr-services-reference-art{position:absolute;inset:-40px 0 auto 0;height:530px;z-index:-1;pointer-events:none;overflow:visible;}
.phr-services-art{position:absolute;display:block;overflow:visible;filter:drop-shadow(0 18px 34px rgba(72,127,177,.06));}
.phr-services-art-left{width:min(42vw,620px);left:-150px;top:-36px;opacity:.72;animation:phrRefArtFloat 10s ease-in-out infinite alternate;}
.phr-services-art-right{width:min(43vw,650px);right:-90px;top:4px;opacity:.72;animation:phrRefArtFloatRight 12s ease-in-out infinite alternate;}

.phr-services-medical .phr-services-head{max-width:980px;margin-bottom:48px;}
.phr-services-medical .phr-services-pretitle{
  display:flex;align-items:center;justify-content:center;gap:12px;
  padding:0;border:0;background:transparent;box-shadow:none;margin:0 auto 14px;min-height:34px;
  color:var(--phr-ref-red);font-size:17px;font-weight:900;
}
.phr-services-medical .phr-services-pretitle::before{display:none;}
.phr-services-pretitle-label{
  display:inline-flex;align-items:center;justify-content:center;
  min-width:118px;padding:7px 20px 8px;border-radius:999px;
  background:linear-gradient(135deg,#cf2533,#b81725);
  color:#fff;box-shadow:0 11px 28px rgba(185,23,41,.17),inset 0 1px 0 rgba(255,255,255,.2);
}
.phr-services-pretitle-pulse{display:inline-flex;width:78px;height:24px;opacity:.9;}
.phr-services-pretitle-pulse svg{width:100%;height:100%;overflow:visible;}
.phr-services-pretitle-pulse path{fill:none;stroke:var(--phr-ref-red);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
.phr-services-pretitle-pulse-left{transform:scaleX(-1);}
.phr-services-medical .phr-services-title{
  margin:0 0 16px;
  font-size:clamp(42px,4.8vw,68px);
  line-height:1.08;
  letter-spacing:-1.3px;
  color:var(--phr-ref-blue);
  text-shadow:0 5px 20px rgba(8,44,104,.055);
}
.phr-services-title-main{display:block;color:var(--phr-ref-blue);}
.phr-services-medical .phr-services-highlight{
  display:block;position:relative;overflow:visible;padding:0;margin:6px 0 0;
  border-radius:0;background:none;box-shadow:none;color:var(--phr-ref-red);
  text-shadow:0 5px 20px rgba(201,31,44,.055);
}
.phr-services-medical .phr-services-highlight::before,
.phr-services-medical .phr-services-highlight::after{display:none;}
.phr-services-medical .phr-services-desc{
  max-width:720px;margin:0 auto;color:#536376;
  font-size:clamp(16px,1.35vw,20px);line-height:1.9;font-weight:500;
}
.phr-services-heart-divider{display:flex;align-items:center;justify-content:center;gap:12px;margin:15px auto 0;width:170px;color:var(--phr-ref-red);}
.phr-services-heart-divider span{height:1px;flex:1;background:linear-gradient(90deg,transparent,rgba(103,129,154,.36));}
.phr-services-heart-divider span:last-child{background:linear-gradient(90deg,rgba(103,129,154,.36),transparent);}
.phr-services-heart-divider svg{width:23px;height:22px;overflow:visible;filter:drop-shadow(0 3px 8px rgba(201,31,44,.12));}
.phr-services-heart-divider path{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
.phr-services-medical .phr-services-slider{position:relative;z-index:3;}

@keyframes phrRefArtFloat{0%{transform:translate3d(0,0,0) rotate(-1deg)}100%{transform:translate3d(12px,10px,0) rotate(1deg)}}
@keyframes phrRefArtFloatRight{0%{transform:translate3d(0,0,0)}100%{transform:translate3d(-10px,8px,0)}}
@keyframes phrRefBackdropBreath{0%{transform:scale(.96);opacity:.45}100%{transform:scale(1.05);opacity:.66}}
@keyframes phrRefPlusFloat{0%{transform:translateY(0) rotate(8deg)}100%{transform:translateY(12px) rotate(12deg)}}

@media (max-width:900px){
  .phr-services-medical{padding-top:70px;}
  .phr-services-medical .phr-services-shell{padding-inline:18px;}
  .phr-services-art-left{width:620px;left:-350px;top:-14px;opacity:.35;}
  .phr-services-art-right{width:520px;right:-310px;top:38px;opacity:.34;}
  .phr-services-medical .phr-services-title{font-size:clamp(35px,8.7vw,50px);letter-spacing:-.6px;}
  .phr-services-pretitle-pulse{width:56px;}
}
@media (max-width:600px){
  .phr-services-medical{padding-top:58px;background:linear-gradient(180deg,#f1f8ff 0%,#fff 36%,#f7fbff 100%);}
  .phr-services-reference-art{height:390px;}
  .phr-services-art-left{width:500px;left:-355px;top:-32px;opacity:.28;}
  .phr-services-art-right{width:430px;right:-325px;top:10px;opacity:.24;}
  .phr-services-medical .phr-services-pretitle{gap:7px;font-size:14px;margin-bottom:12px;}
  .phr-services-pretitle-label{min-width:98px;padding:6px 15px 7px;}
  .phr-services-pretitle-pulse{width:42px;height:20px;}
  .phr-services-medical .phr-services-title{font-size:clamp(32px,10.4vw,43px);line-height:1.12;}
  .phr-services-medical .phr-services-desc{font-size:15px;line-height:1.8;padding-inline:8px;}
  .phr-services-heart-divider{width:135px;margin-top:12px;}
}
@media (prefers-reduced-motion:reduce){
  .phr-services-art-left,.phr-services-art-right,.phr-services-medical .phr-services-backdrop,.phr-services-medical::after{animation:none!important;}
}

/* =========================================================
   v5.23.0 — Services: flat cards, no outer shadows/glow
   ========================================================= */
.phr-services-section .phr-service-card,
.phr-services-section .phr-service-card:hover,
.phr-services-motion-enabled.phr-services-motion-ready.is-visible .phr-service-card:hover{
  box-shadow:none !important;
}
.phr-services-section .phr-services-slider::after{
  display:none !important;
  content:none !important;
  background:none !important;
  filter:none !important;
  opacity:0 !important;
}
.phr-services-section .phr-service-category,
.phr-services-section .phr-service-card:hover .phr-service-category{
  box-shadow:none !important;
}

/* v5.25.0 — Why Us: new portrait and full-head safe framing */
.phr-why-image-panel{padding-top:24px}
.phr-why-main-image{max-height:calc(100% - 2px);object-fit:contain;object-position:center bottom}
@media (max-width:640px){.phr-why-image-panel{padding-top:20px}}

/* =========================================================
   v5.26.0 — Premium Medical Testimonials + Medical Footer
   ========================================================= */

/* ---------- Medical testimonials ---------- */
.phr-testimonials-section{
  --phr-testi-gap:22px;
  position:relative;
  padding:104px 20px 96px;
  overflow:hidden;
  isolation:isolate;
  background:var(--phr-testimonials-bg);
}
.phr-testimonials-section .phr-testimonials-backdrop{
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  opacity:1;
  background:
    radial-gradient(circle at 12% 18%, color-mix(in srgb, var(--phr-testimonials-overlay-2) 88%, transparent), transparent 29%),
    radial-gradient(circle at 88% 72%, color-mix(in srgb, var(--phr-testimonials-overlay-1) 72%, transparent), transparent 32%),
    linear-gradient(120deg, rgba(255,255,255,.66), rgba(255,255,255,.12));
}
.phr-testimonials-section.is-clinical-grid .phr-testimonials-backdrop::before,
.phr-testimonials-section.is-pulse-orbit .phr-testimonials-backdrop::before{
  content:"";
  position:absolute;
  inset:0;
  opacity:var(--phr-testimonials-pattern-opacity,.42);
  background-image:
    linear-gradient(rgba(8,47,73,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8,47,73,.045) 1px, transparent 1px),
    radial-gradient(circle at center, rgba(197,34,58,.08) 1.5px, transparent 1.7px);
  background-size:58px 58px,58px 58px,28px 28px;
  mask-image:linear-gradient(to bottom, transparent, #000 16%, #000 84%, transparent);
}
.phr-testimonials-section.is-pulse-orbit .phr-testimonials-backdrop::after{
  content:"";
  position:absolute;
  width:520px;
  height:520px;
  border:1px solid rgba(11,101,116,.12);
  border-radius:50%;
  left:-170px;
  top:-190px;
  box-shadow:0 0 0 42px rgba(11,101,116,.035),0 0 0 92px rgba(197,34,58,.025),0 0 0 145px rgba(11,101,116,.018);
}
.phr-testimonials-section.is-clean .phr-testimonials-backdrop::before,
.phr-testimonials-section.is-clean .phr-testimonials-backdrop::after{display:none}
.phr-testi-orbit{position:absolute;border-radius:50%;border:1px solid rgba(11,101,116,.13);opacity:var(--phr-testimonials-pattern-opacity,.42)}
.phr-testi-orbit.orbit-one{width:330px;height:330px;right:-120px;top:40px;box-shadow:inset 0 0 0 48px rgba(255,255,255,.13)}
.phr-testi-orbit.orbit-two{width:190px;height:190px;right:40px;bottom:30px;border-color:rgba(197,34,58,.13)}
.phr-testi-plus{position:absolute;font-size:46px;font-weight:300;line-height:1;color:var(--phr-testimonials-secondary);opacity:.13}
.phr-testi-plus.plus-one{left:8%;top:20%}.phr-testi-plus.plus-two{right:10%;bottom:17%;color:var(--phr-testimonials-accent);font-size:30px}
.phr-testi-pulse{position:absolute;left:-4%;right:-4%;bottom:11%;width:108%;height:120px;color:var(--phr-testimonials-secondary);opacity:.065}
.phr-testimonials-section.has-testimonial-motion .phr-testi-orbit{animation:phrTestiOrbit 13s ease-in-out infinite alternate}
.phr-testimonials-section.has-testimonial-motion .phr-testi-plus{animation:phrTestiFloat 5.8s ease-in-out infinite}
.phr-testimonials-section.has-testimonial-motion .phr-testi-pulse{animation:phrTestiPulseMove 11s linear infinite}
@keyframes phrTestiOrbit{to{transform:translate3d(18px,-14px,0) scale(1.05)}}
@keyframes phrTestiFloat{50%{transform:translateY(-12px) rotate(8deg);opacity:.22}}
@keyframes phrTestiPulseMove{0%{transform:translateX(-2%)}50%{transform:translateX(2%)}100%{transform:translateX(-2%)}}
.phr-testimonials-shell{position:relative;z-index:2;max-width:var(--phr-testimonials-inner-width);margin:0 auto}
.phr-testimonials-head{max-width:820px;margin:0 auto 48px;text-align:center}
.phr-testimonials-pretitle{
  display:inline-flex;align-items:center;gap:9px;padding:8px 15px;margin:0 0 14px;
  border:1px solid rgba(8,47,73,.09);border-radius:999px;background:rgba(255,255,255,.68);
  backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:var(--phr-testimonials-secondary);font-weight:800;font-size:14px;
}
.phr-testimonials-pretitle i{display:block;width:26px;height:1px;background:linear-gradient(90deg,var(--phr-testimonials-accent),transparent)}
.phr-testi-heart{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:color-mix(in srgb,var(--phr-testimonials-accent) 11%, white);color:var(--phr-testimonials-accent);font-size:12px}
.phr-testimonials-title{margin:0 0 15px;font-size:var(--phr-testimonials-title-size);line-height:1.18;color:var(--phr-testimonials-title);font-weight:900;letter-spacing:-.02em}
.phr-testimonials-title .phr-highlight{display:inline;padding:0 .12em;background:none!important;color:var(--phr-testimonials-accent)!important;box-decoration-break:clone;-webkit-box-decoration-break:clone}
.phr-testimonials-desc{margin:0 auto;max-width:720px;color:var(--phr-testimonials-desc);font-size:var(--phr-testimonials-desc-size);line-height:1.9}
.phr-testimonials-headline{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:19px;color:var(--phr-testimonials-accent)}
.phr-testimonials-headline span{width:52px;height:1px;background:linear-gradient(90deg,transparent,rgba(197,34,58,.38))}.phr-testimonials-headline span:last-child{transform:scaleX(-1)}
.phr-testimonials-headline b{width:24px;height:24px;display:grid;place-items:center;border:1px solid rgba(197,34,58,.18);border-radius:50%;font-size:11px;background:rgba(255,255,255,.72)}
.phr-testimonials-stage{display:grid;grid-template-columns:58px minmax(0,1fr) 58px;align-items:center;gap:16px}
.phr-testimonials-viewport{overflow:hidden;min-width:0;padding:12px 4px 18px;touch-action:pan-y;cursor:grab;user-select:none;-webkit-user-select:none}
.phr-testimonials-viewport.is-dragging{cursor:grabbing}
.phr-testimonials-track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 44px)/3);gap:var(--phr-testi-gap);transition:transform .64s cubic-bezier(.22,.78,.22,1);will-change:transform}
.phr-testimonial-card{
  position:relative;min-width:0;min-height:315px;padding:30px 28px 27px;overflow:hidden;
  background:color-mix(in srgb,var(--phr-testimonials-card-bg) 95%, transparent);border-radius:var(--phr-testimonials-radius);
  border:1px solid rgba(8,47,73,.09);box-shadow:0 18px 54px -38px rgba(8,47,73,.34);
  display:flex;flex-direction:column;transition:transform .35s ease,border-color .35s ease,background .35s ease;
  backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);
}
.phr-testimonial-card::after{content:"";position:absolute;inset:auto -25% -58% auto;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,color-mix(in srgb,var(--phr-testimonials-secondary) 10%,transparent),transparent 65%);pointer-events:none}
.phr-testimonial-card-topline{position:absolute;top:0;right:28px;left:28px;height:3px;border-radius:0 0 6px 6px;background:linear-gradient(90deg,transparent,var(--phr-testimonials-accent),var(--phr-testimonials-secondary),transparent);opacity:.72}
.phr-testimonial-card:hover{transform:translateY(-7px);border-color:color-mix(in srgb,var(--phr-testimonials-secondary) 26%,transparent);background:#fff}
.phr-testimonial-quote{position:absolute;left:22px;top:15px;font-family:Georgia,serif!important;font-size:72px;line-height:1;color:var(--phr-testimonials-accent);opacity:.085;transform:rotate(2deg)}
.phr-testimonial-top{display:flex;align-items:center;gap:14px;margin:0 0 15px;position:relative;z-index:1}
.phr-testimonial-avatar-wrap{position:relative;flex:0 0 auto}
.phr-testimonial-avatar{width:66px;height:66px;border-radius:21px;object-fit:cover;background:#eef4f3;border:3px solid #fff;box-shadow:0 0 0 1px rgba(8,47,73,.08)}
.phr-testimonial-avatar-fallback{display:grid;place-items:center;background:linear-gradient(145deg,color-mix(in srgb,var(--phr-testimonials-secondary) 14%,white),color-mix(in srgb,var(--phr-testimonials-accent) 8%,white));color:var(--phr-testimonials-title);font-size:27px;font-weight:900}
.phr-testimonial-verified{position:absolute;left:-5px;bottom:-4px;width:23px;height:23px;display:grid;place-items:center;border-radius:50%;background:var(--phr-testimonials-secondary);color:#fff;border:3px solid #fff;font-size:10px;font-weight:900}
.phr-testimonial-meta h3{margin:0 0 4px;color:var(--phr-testimonials-name);font-size:var(--phr-testimonials-item-name-size);font-weight:900;line-height:1.2}
.phr-testimonial-meta span{display:block;color:var(--phr-testimonials-meta);font-size:var(--phr-testimonials-item-meta-size);line-height:1.5}
.phr-testimonial-stars{display:flex;gap:3px;margin:2px 0 12px;font-size:18px;direction:ltr;justify-content:flex-end}
.phr-testimonial-stars span{color:rgba(8,47,73,.12)}.phr-testimonial-stars .is-filled{color:var(--phr-testimonials-star)}
.phr-testimonial-rating-line{display:none!important}
.phr-testimonial-text{position:relative;z-index:1;margin:0;color:var(--phr-testimonials-text);font-size:var(--phr-testimonials-item-text-size);line-height:1.95;font-weight:500;flex:1}
.phr-testimonial-healthmark{display:flex;align-items:center;gap:8px;margin-top:20px;color:var(--phr-testimonials-accent);opacity:.55}
.phr-testimonial-healthmark span{width:25px;height:25px;border-radius:8px;display:grid;place-items:center;background:color-mix(in srgb,var(--phr-testimonials-accent) 9%,transparent);font-size:10px}
.phr-testimonial-healthmark i{height:1px;flex:1;background:linear-gradient(90deg,color-mix(in srgb,var(--phr-testimonials-accent) 30%,transparent),transparent)}
.phr-testimonials-arrow{width:54px;height:54px;padding:0;border:1px solid rgba(8,47,73,.09);border-radius:50%;background:rgba(255,255,255,.88);color:var(--phr-testimonials-arrow-bg);box-shadow:0 12px 28px -18px rgba(8,47,73,.5);display:grid;place-items:center;cursor:pointer;transition:.28s ease;backdrop-filter:blur(8px)}
.phr-testimonials-arrow span{font-size:34px;line-height:1;margin-top:-3px}.phr-testimonials-arrow:hover{background:var(--phr-testimonials-arrow-bg);color:var(--phr-testimonials-arrow-text);transform:scale(1.06)}
.phr-testimonials-arrow:disabled{opacity:.34;cursor:default;transform:none}
.phr-testimonials-controls{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:20px}
.phr-testimonials-dots{display:flex;justify-content:center;gap:7px;margin:0}
.phr-testimonials-dot{width:7px;height:7px;padding:0;border:0;border-radius:999px;background:rgba(8,47,73,.17);transition:.28s ease;cursor:pointer}
.phr-testimonials-dot.is-active{width:28px;background:linear-gradient(90deg,var(--phr-testimonials-accent),var(--phr-testimonials-secondary))}
.phr-testimonials-swipe-hint{display:none;font-size:12px;color:var(--phr-testimonials-meta)}
.phr-testimonials-section.has-testimonial-motion .phr-testimonial-card{opacity:0;transform:translateY(34px) scale(.985)}
.phr-testimonials-section.has-testimonial-motion.is-visible .phr-testimonial-card{animation:phrTestiCardIn .72s cubic-bezier(.2,.72,.24,1) both;animation-delay:calc(var(--phr-testi-index) * 90ms)}
@keyframes phrTestiCardIn{to{opacity:1;transform:translateY(0) scale(1)}}
@media(max-width:1024px){.phr-testimonials-section{padding:88px 16px 82px}.phr-testimonials-stage{grid-template-columns:48px minmax(0,1fr) 48px;gap:9px}.phr-testimonials-arrow{width:46px;height:46px}.phr-testimonials-title{font-size:min(var(--phr-testimonials-title-size),40px)}}
@media(max-width:767px){.phr-testimonials-section{padding:72px 12px 68px}.phr-testimonials-head{margin-bottom:30px}.phr-testimonials-title{font-size:34px}.phr-testimonials-desc{font-size:16px}.phr-testimonials-stage{display:block}.phr-testimonials-arrow{position:absolute;z-index:5;top:52%;width:40px;height:40px}.phr-testimonials-arrow.is-prev{right:7px}.phr-testimonials-arrow.is-next{left:7px}.phr-testimonials-viewport{padding:8px 7px 16px}.phr-testimonial-card{padding:26px 22px;min-height:292px}.phr-testimonials-swipe-hint{display:inline}.phr-testi-orbit.orbit-one{width:220px;height:220px}.phr-testi-pulse{bottom:4%}}

/* ---------- Simple clean medical footer v5.27 ---------- */
#phr-site-footer.phr-footer-simple{
  position:relative;
  margin:0;
  padding:0;
  overflow:hidden;
  color:var(--phr-footer-text);
  background:var(--phr-footer-bg);
  border-top:4px solid var(--phr-footer-accent-bg);
}
#phr-site-footer.phr-footer-simple,
#phr-site-footer.phr-footer-simple *{box-sizing:border-box;font-family:'Tajawal',system-ui,-apple-system,'Segoe UI',Tahoma,Arial,sans-serif!important}
#phr-site-footer.phr-footer-simple::before,
#phr-site-footer.phr-footer-simple::after{display:none!important;content:none!important}
#phr-site-footer.phr-footer-simple .phr-footer-shell{max-width:var(--phr-footer-inner-width);margin:0 auto;padding:54px 22px 46px;background:transparent!important}
#phr-site-footer.phr-footer-simple .phr-footer-main{display:grid;grid-template-columns:1.35fr .8fr 1fr .9fr;gap:52px;align-items:start}
#phr-site-footer.phr-footer-simple .phr-footer-main>div{padding:0!important;margin:0!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;overflow:visible!important}
#phr-site-footer.phr-footer-simple .phr-footer-main>div::before,
#phr-site-footer.phr-footer-simple .phr-footer-main>div::after{display:none!important;content:none!important}
#phr-site-footer.phr-footer-simple .phr-footer-logo-wrap{display:inline-flex;align-items:center;margin:0 0 18px;text-decoration:none}
#phr-site-footer.phr-footer-simple .phr-footer-logo{display:block;width:var(--phr-footer-logo-width);max-width:100%;height:auto;filter:none}
#phr-site-footer.phr-footer-simple .phr-footer-logo-text{color:var(--phr-footer-title);font-size:1.35em;font-weight:900}
#phr-site-footer.phr-footer-simple .phr-footer-brand-title{margin:0 0 10px;color:var(--phr-footer-title);font-size:1.02em;line-height:1.55;font-weight:900}
#phr-site-footer.phr-footer-simple .phr-footer-brand-desc,
#phr-site-footer.phr-footer-simple .phr-footer-mini-desc{margin:0;color:var(--phr-footer-text);font-size:.78em;line-height:1.9;max-width:510px}
#phr-site-footer.phr-footer-simple h4{display:block!important;position:relative;margin:0 0 20px;padding:0 0 11px;color:var(--phr-footer-title);font-size:.92em;font-weight:900;background:none!important;border:0!important}
#phr-site-footer.phr-footer-simple h4::after{content:"";position:absolute;right:0;bottom:0;width:34px;height:3px;background:var(--phr-footer-accent-bg);border-radius:999px}
#phr-site-footer.phr-footer-simple .phr-footer-menu,
#phr-site-footer.phr-footer-simple .phr-footer-menu ul{list-style:none;margin:0;padding:0}
#phr-site-footer.phr-footer-simple .phr-footer-menu{display:grid;gap:10px}
#phr-site-footer.phr-footer-simple .phr-footer-menu li{margin:0!important;padding:0!important;background:none!important;border:0!important}
#phr-site-footer.phr-footer-simple .phr-footer-menu a{display:inline-flex;align-items:center;justify-content:flex-start;gap:8px;min-height:0;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:var(--phr-footer-text);font-size:.75em;font-weight:650;text-decoration:none;box-shadow:none!important;transition:color .2s ease,transform .2s ease}
#phr-site-footer.phr-footer-simple .phr-footer-menu a::before{content:"•";color:var(--phr-footer-accent-bg);font-size:1.25em;line-height:1}
#phr-site-footer.phr-footer-simple .phr-footer-menu a::after{display:none!important;content:none!important}
#phr-site-footer.phr-footer-simple .phr-footer-menu a:hover{color:var(--phr-footer-title);transform:translateX(-3px)!important;padding:0!important}
#phr-site-footer.phr-footer-simple .phr-footer-contact-list{display:grid;gap:13px}
#phr-site-footer.phr-footer-simple .phr-footer-contact-list a,
#phr-site-footer.phr-footer-simple .phr-footer-contact-list div{display:flex;align-items:flex-start;justify-content:flex-start;gap:10px;padding:0!important;margin:0;border:0!important;border-radius:0!important;background:transparent!important;color:var(--phr-footer-text);text-decoration:none;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
#phr-site-footer.phr-footer-simple .phr-footer-contact-list i{display:inline-flex;align-items:center;justify-content:center;width:20px;height:22px;flex:0 0 20px;margin-top:1px;border:0!important;border-radius:0!important;background:transparent!important;color:var(--phr-footer-accent-bg);font-size:15px;font-style:normal}
#phr-site-footer.phr-footer-simple .phr-footer-contact-list span{color:var(--phr-footer-text);font-size:.72em;line-height:1.65;word-break:break-word}
#phr-site-footer.phr-footer-simple .phr-footer-contact-list b{color:var(--phr-footer-title);font-weight:800}
#phr-site-footer.phr-footer-simple .phr-footer-socials{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}
#phr-site-footer.phr-footer-simple .phr-footer-socials a{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;margin:0;padding:0;border:0!important;border-radius:50%;background:rgba(255,255,255,.10)!important;color:var(--phr-footer-title);font-size:.75em;font-weight:900;text-decoration:none;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;transition:background .2s ease,transform .2s ease}
#phr-site-footer.phr-footer-simple .phr-footer-socials a:hover{background:var(--phr-footer-accent-bg)!important;color:var(--phr-footer-accent-text);transform:translateY(-2px)}
#phr-site-footer.phr-footer-simple .phr-footer-main-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:46px;margin-top:21px;padding:0 20px;border:0!important;border-radius:6px!important;background:var(--phr-footer-accent-bg)!important;color:var(--phr-footer-accent-text)!important;font-size:.76em;font-weight:900;text-decoration:none;box-shadow:none!important;overflow:visible!important;transition:filter .2s ease,transform .2s ease}
#phr-site-footer.phr-footer-simple .phr-footer-main-btn::before{display:none!important;content:none!important}
#phr-site-footer.phr-footer-simple .phr-footer-main-btn:hover{filter:brightness(1.06);transform:translateY(-2px)}
#phr-site-footer.phr-footer-simple .phr-footer-main-btn span{font-size:18px;line-height:1}
#phr-site-footer.phr-footer-simple .phr-footer-bottom{margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:var(--phr-footer-bottom-bg)!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
#phr-site-footer.phr-footer-simple .phr-footer-bottom-inner{max-width:var(--phr-footer-inner-width);margin:0 auto;padding:16px 22px;display:flex;align-items:center;justify-content:space-between;gap:18px}
#phr-site-footer.phr-footer-simple .phr-footer-copy{color:var(--phr-footer-text);font-size:.66em;line-height:1.6}
#phr-site-footer.phr-footer-simple .phr-footer-copy strong{color:var(--phr-footer-title)}
#phr-site-footer.phr-footer-simple .phr-footer-sep{display:inline-block;margin:0 .55em;opacity:.65}
#phr-site-footer.phr-footer-simple .phr-footer-credit-link{color:var(--phr-footer-title);text-decoration:none;font-weight:800}
#phr-site-footer.phr-footer-simple .phr-footer-credit-link:hover{color:var(--phr-footer-accent-bg);background:transparent!important;padding:0!important}
#phr-site-footer.phr-footer-simple .phr-footer-top{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:0;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:var(--phr-footer-title);font-size:.66em;font-weight:800;text-decoration:none;box-shadow:none!important}
#phr-site-footer.phr-footer-simple .phr-footer-top:hover{color:var(--phr-footer-accent-bg);background:transparent!important}
@media(max-width:1100px){#phr-site-footer.phr-footer-simple .phr-footer-main{grid-template-columns:1.2fr 1fr;gap:42px 34px}}
@media(max-width:767px){#phr-site-footer.phr-footer-simple .phr-footer-shell{padding:42px 20px 36px}#phr-site-footer.phr-footer-simple .phr-footer-main{grid-template-columns:1fr;gap:34px}#phr-site-footer.phr-footer-simple .phr-footer-bottom-inner{padding:15px 20px;flex-direction:column;text-align:center;gap:8px}#phr-site-footer.phr-footer-simple h4{margin-bottom:16px}}


@media (prefers-reduced-motion:reduce){.phr-testimonials-section *,.phr-site-footer *{animation:none!important;transition-duration:.01ms!important}.phr-testimonials-section.has-testimonial-motion .phr-testimonial-card{opacity:1!important;transform:none!important}}

/* ---------- Strong animated medical footer background v5.29 ---------- */
#phr-site-footer.phr-footer-simple{isolation:isolate}
#phr-site-footer.phr-footer-simple .phr-footer-shell,
#phr-site-footer.phr-footer-simple .phr-footer-bottom{position:relative;z-index:3}
#phr-site-footer.phr-footer-simple .phr-footer-medical-motion{
  position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none;
  opacity:var(--phr-footer-pattern-opacity,.64);
}
#phr-site-footer.phr-footer-simple:not(.has-footer-medical-motion) .phr-footer-medical-motion{display:none!important}
#phr-site-footer.phr-footer-simple .phr-footer-hex-field{
  position:absolute;inset:-28%;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='112' height='96' viewBox='0 0 112 96'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='.34' stroke-width='1.6'%3E%3Cpath d='M28 2h28l14 24-14 24H28L14 26z'/%3E%3Cpath d='M84 50h28l14 24-14 24H84L70 74z'/%3E%3C/g%3E%3C/svg%3E");
  background-size:112px 96px;opacity:.32;transform:rotate(-7deg) scale(1.08);
  animation:phrFooterHexDrift calc(var(--phr-footer-motion-speed,15s)*1.8) linear infinite;
}
#phr-site-footer.phr-footer-simple .phr-footer-ecg{
  position:absolute;right:-8%;width:116%;height:150px;color:var(--phr-footer-secondary);opacity:.78;
  filter:drop-shadow(0 0 7px currentColor);will-change:transform,opacity;
}
#phr-site-footer.phr-footer-simple .phr-footer-ecg.ecg-a{top:9%;animation:phrFooterECG var(--phr-footer-motion-speed,15s) linear infinite}
#phr-site-footer.phr-footer-simple .phr-footer-ecg.ecg-b{bottom:12%;color:var(--phr-footer-accent-bg);opacity:.62;transform:scaleX(-1);animation:phrFooterECGReverse calc(var(--phr-footer-motion-speed,15s)*1.25) linear infinite}
#phr-site-footer.phr-footer-simple .phr-footer-medical-orb{
  position:absolute;width:260px;height:260px;border:2px solid rgba(255,255,255,.30);border-radius:50%;
  box-shadow:0 0 0 24px rgba(255,255,255,.035),0 0 0 48px rgba(255,255,255,.025);
  display:grid;place-items:center;color:#fff;font-size:86px;font-weight:200;opacity:.42;
}
#phr-site-footer.phr-footer-simple .phr-footer-medical-orb::before,
#phr-site-footer.phr-footer-simple .phr-footer-medical-orb::after{content:"";position:absolute;border-radius:50%;border:1px dashed rgba(255,255,255,.34)}
#phr-site-footer.phr-footer-simple .phr-footer-medical-orb::before{inset:22px}
#phr-site-footer.phr-footer-simple .phr-footer-medical-orb::after{inset:54px;border-color:currentColor;opacity:.65}
#phr-site-footer.phr-footer-simple .phr-footer-medical-orb span{width:86px;height:86px;display:grid;place-items:center;border-radius:50%;border:1px solid rgba(255,255,255,.36);background:rgba(255,255,255,.055)}
#phr-site-footer.phr-footer-simple .phr-footer-medical-orb.orb-a{left:-76px;top:-64px;color:var(--phr-footer-secondary);animation:phrFooterOrbit calc(var(--phr-footer-motion-speed,15s)*1.55) ease-in-out infinite alternate}
#phr-site-footer.phr-footer-simple .phr-footer-medical-orb.orb-b{right:-82px;bottom:-98px;width:300px;height:300px;color:var(--phr-footer-accent-bg);animation:phrFooterOrbitB calc(var(--phr-footer-motion-speed,15s)*1.35) ease-in-out infinite alternate}
#phr-site-footer.phr-footer-simple .phr-footer-float-symbol{
  position:absolute;color:#fff;font-weight:300;line-height:1;opacity:.60;text-shadow:0 0 16px currentColor;
  animation:phrFooterFloat calc(var(--phr-footer-motion-speed,15s)*.78) ease-in-out infinite alternate;
}
#phr-site-footer.phr-footer-simple .phr-footer-float-symbol.sym-a{left:18%;top:23%;font-size:38px;color:var(--phr-footer-secondary);animation-delay:-2s}
#phr-site-footer.phr-footer-simple .phr-footer-float-symbol.sym-b{right:20%;top:15%;font-size:30px;color:#fff;animation-delay:-6s}
#phr-site-footer.phr-footer-simple .phr-footer-float-symbol.sym-c{left:39%;bottom:22%;font-size:25px;color:var(--phr-footer-accent-bg);animation-delay:-4s}
#phr-site-footer.phr-footer-simple .phr-footer-float-symbol.sym-d{right:38%;bottom:31%;font-size:34px;color:var(--phr-footer-secondary);animation-delay:-8s}
#phr-site-footer.phr-footer-simple .phr-footer-scanline{
  position:absolute;top:0;bottom:0;width:28%;right:-32%;opacity:.28;transform:skewX(-18deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.20),transparent);
  animation:phrFooterScan calc(var(--phr-footer-motion-speed,15s)*.9) ease-in-out infinite;
}
@keyframes phrFooterHexDrift{to{background-position:224px 192px;transform:rotate(-7deg) scale(1.08) translate3d(36px,-18px,0)}}
@keyframes phrFooterECG{0%{transform:translateX(0)}50%{opacity:.98}100%{transform:translateX(8%)} }
@keyframes phrFooterECGReverse{0%{transform:scaleX(-1) translateX(0)}50%{opacity:.84}100%{transform:scaleX(-1) translateX(9%)}}
@keyframes phrFooterOrbit{0%{transform:translate3d(0,0,0) rotate(0deg) scale(.96)}100%{transform:translate3d(38px,24px,0) rotate(22deg) scale(1.08)}}
@keyframes phrFooterOrbitB{0%{transform:translate3d(0,0,0) rotate(0deg) scale(.96)}100%{transform:translate3d(-42px,-28px,0) rotate(-20deg) scale(1.07)}}
@keyframes phrFooterFloat{0%{transform:translate3d(0,-8px,0) rotate(-4deg) scale(.92);opacity:.34}100%{transform:translate3d(16px,16px,0) rotate(8deg) scale(1.15);opacity:.82}}
@keyframes phrFooterScan{0%,14%{right:-34%;opacity:0}36%{opacity:.34}58%{right:112%;opacity:.22}70%,100%{right:112%;opacity:0}}
@media(max-width:767px){
  #phr-site-footer.phr-footer-simple .phr-footer-ecg{width:160%;right:-30%;height:120px;opacity:.64}
  #phr-site-footer.phr-footer-simple .phr-footer-medical-orb{width:190px;height:190px;font-size:62px}
  #phr-site-footer.phr-footer-simple .phr-footer-medical-orb.orb-b{width:210px;height:210px}
  #phr-site-footer.phr-footer-simple .phr-footer-float-symbol.sym-c,#phr-site-footer.phr-footer-simple .phr-footer-float-symbol.sym-d{display:none}
}
@media(prefers-reduced-motion:reduce){
  #phr-site-footer.phr-footer-simple .phr-footer-medical-motion *{animation:none!important}
}

/* =========================================================
   v5.31.0 — Clients / Partners: Tajawal + calm premium background
   ========================================================= */
.phr-clients-section,
.phr-clients-section *{
  box-sizing:border-box;
  font-family:'Tajawal',Arial,sans-serif!important;
}
.phr-clients-section{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  width:100%;
  padding:78px 20px 72px;
  background:
    radial-gradient(ellipse at 8% 8%, color-mix(in srgb,var(--phr-clients-accent) 12%,transparent) 0%, transparent 38%),
    radial-gradient(ellipse at 94% 90%, color-mix(in srgb,var(--phr-clients-pulse) 7%,transparent) 0%, transparent 34%),
    linear-gradient(118deg,color-mix(in srgb,var(--phr-clients-bg) 95%,#ffffff) 0%,var(--phr-clients-bg) 52%,color-mix(in srgb,var(--phr-clients-bg) 92%,#e9efeb) 100%);
  color:var(--phr-clients-title);
}
.phr-clients-section::before{
  content:"";
  position:absolute;
  inset:-8% -3%;
  z-index:0;
  pointer-events:none;
  opacity:.48;
  background:
    repeating-radial-gradient(ellipse at 6% 38%,transparent 0 34px,color-mix(in srgb,var(--phr-clients-accent) 10%,transparent) 35px 36px,transparent 37px 70px),
    repeating-radial-gradient(ellipse at 92% 66%,transparent 0 46px,color-mix(in srgb,var(--phr-clients-pulse) 6%,transparent) 47px 48px,transparent 49px 92px);
  transform:rotate(-2deg) scale(1.04);
}
.phr-clients-shell{position:relative;z-index:2;width:min(var(--phr-clients-inner-width),100%);margin:0 auto;}
.phr-clients-head{text-align:center;max-width:860px;margin:0 auto 34px;}
.phr-clients-pretitle{display:inline-flex;align-items:center;gap:9px;font-weight:800;font-size:15px;letter-spacing:0;color:var(--phr-clients-accent);margin-bottom:10px;}
.phr-clients-pretitle span{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:color-mix(in srgb,var(--phr-clients-accent) 9%,#fff);color:var(--phr-clients-pulse);font-size:15px;}
.phr-clients-pretitle i{width:38px;height:2px;background:linear-gradient(90deg,var(--phr-clients-pulse),transparent);border-radius:999px;}
.phr-clients-head h2{margin:0;color:var(--phr-clients-title);font-size:clamp(30px,3vw,46px);line-height:1.28;font-weight:800;letter-spacing:0;}
.phr-clients-head p{margin:13px auto 0;color:var(--phr-clients-desc);font-size:17px;line-height:1.95;font-weight:500;max-width:760px;}

.phr-clients-medical-bg{position:absolute;inset:0;z-index:1;pointer-events:none;opacity:var(--phr-clients-pattern-opacity);overflow:hidden;}
.phr-client-cell{position:absolute;border:1px solid color-mix(in srgb,var(--phr-clients-accent) 20%,transparent);border-radius:50%;}
.phr-client-cell::before,.phr-client-cell::after{content:"";position:absolute;inset:17%;border:1px solid color-mix(in srgb,var(--phr-clients-accent) 12%,transparent);border-radius:50%;}
.phr-client-cell::after{inset:34%;}
.phr-client-cell.cell-a{width:310px;height:310px;left:-130px;top:-118px;}
.phr-client-cell.cell-b{width:210px;height:210px;right:-54px;top:8%;}
.phr-client-cell.cell-c{width:132px;height:132px;right:26%;bottom:-68px;}
.phr-client-cross{position:absolute;font-weight:300;font-size:42px;color:color-mix(in srgb,var(--phr-clients-pulse) 18%,transparent);line-height:1;}
.phr-client-cross.cross-a{left:15%;bottom:13%;}.phr-client-cross.cross-b{right:9%;top:24%;font-size:31px;color:color-mix(in srgb,var(--phr-clients-accent) 22%,transparent);}
.phr-clients-ecg{position:absolute;left:5%;right:5%;top:55%;width:90%;height:112px;color:color-mix(in srgb,var(--phr-clients-accent) 20%,transparent);transform:translateY(-50%);}
.phr-clients-ecg path{stroke-dasharray:30 24;stroke-width:2!important;}
.phr-client-scan{position:absolute;top:0;bottom:0;width:150px;left:-220px;background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--phr-clients-accent) 5%,#fff),transparent);transform:skewX(-18deg);}
.has-client-motion .phr-client-cell.cell-a{animation:phrClientCellA 18s ease-in-out infinite alternate;}
.has-client-motion .phr-client-cell.cell-b{animation:phrClientCellB 22s ease-in-out infinite alternate;}
.has-client-motion .phr-clients-ecg path{animation:phrClientEcg 9s linear infinite;}
.has-client-motion .phr-client-scan{animation:phrClientScan 14s ease-in-out infinite;}
@keyframes phrClientCellA{to{transform:translate(26px,16px) scale(1.035)}}
@keyframes phrClientCellB{to{transform:translate(-20px,24px) scale(.96)}}
@keyframes phrClientEcg{to{stroke-dashoffset:-220}}
@keyframes phrClientScan{0%,16%{left:-220px;opacity:0}28%{opacity:.65}55%{left:108%;opacity:.55}56%,100%{left:108%;opacity:0}}

.phr-clients-stage{display:grid;grid-template-columns:48px minmax(0,1fr) 48px;align-items:center;gap:14px;}
.phr-clients-viewport{overflow:hidden;width:100%;padding:12px 2px;touch-action:pan-y;}
.phr-clients-track{display:flex;direction:ltr;gap:var(--phr-clients-gap);will-change:transform;transition:transform .58s cubic-bezier(.2,.75,.2,1);}
.phr-client-card{flex:0 0 calc((100% - (var(--phr-clients-gap) * (var(--phr-clients-per-view,6) - 1))) / var(--phr-clients-per-view,6));min-width:0;}
.phr-client-link{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:154px;padding:18px 14px 14px;border:1px solid var(--phr-clients-border);border-radius:22px;background:var(--phr-clients-card-bg);text-decoration:none!important;color:inherit;overflow:hidden;transition:border-color .25s ease,background-color .25s ease;}
.phr-client-link:hover,.phr-client-link:focus-visible{border-color:color-mix(in srgb,var(--phr-clients-accent) 72%,var(--phr-clients-border));background:color-mix(in srgb,var(--phr-clients-card-bg) 94%,var(--phr-clients-bg));outline:none;}
.phr-client-logo-canvas{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;width:var(--phr-clients-logo-width);height:var(--phr-clients-logo-height);max-width:100%;flex:none;overflow:hidden;}
.phr-client-logo-canvas img{display:block;width:100%;height:100%;object-fit:contain;object-position:center center;max-width:none!important;max-height:none!important;margin:0!important;transform:none!important;filter:none;transition:filter .25s ease;}
.phr-client-link:hover .phr-client-logo-canvas img,.phr-client-link:focus-visible .phr-client-logo-canvas img{transform:none!important;filter:saturate(1.08) contrast(1.03);}
.phr-client-name{position:relative;z-index:2;margin-top:11px;min-height:20px;font-size:13px;font-weight:800;color:var(--phr-clients-title);text-align:center;opacity:.86;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;}
.phr-client-fx{position:absolute;inset:0;z-index:1;pointer-events:none;opacity:0;transition:opacity .25s ease;color:var(--phr-clients-pulse);}
.phr-client-link:hover .phr-client-fx,.phr-client-link:focus-visible .phr-client-fx{opacity:1;}
.phr-client-fx i{position:absolute;width:82px;height:82px;left:50%;top:50%;border:1.5px solid color-mix(in srgb,var(--phr-clients-accent) 56%,transparent);border-radius:50%;transform:translate(-50%,-58%) scale(.72);opacity:.8;}
.phr-client-fx .ring-two{width:112px;height:112px;border-color:color-mix(in srgb,var(--phr-clients-pulse) 36%,transparent);opacity:.46;}
.phr-client-link:hover .phr-client-fx .ring-one,.phr-client-link:focus-visible .phr-client-fx .ring-one{animation:phrClientPulseRing 1.4s ease-out infinite;}
.phr-client-link:hover .phr-client-fx .ring-two,.phr-client-link:focus-visible .phr-client-fx .ring-two{animation:phrClientPulseRing 1.4s .35s ease-out infinite;}
@keyframes phrClientPulseRing{0%{transform:translate(-50%,-58%) scale(.58);opacity:.9}75%,100%{transform:translate(-50%,-58%) scale(1.16);opacity:0}}
.phr-client-fx svg{position:absolute;left:6%;right:6%;bottom:24px;width:88%;height:40px;opacity:.78;}
.phr-client-fx svg path{stroke-dasharray:12 9;stroke-dashoffset:0;}
.phr-client-link:hover .phr-client-fx svg path,.phr-client-link:focus-visible .phr-client-fx svg path{animation:phrClientLogoEcg 1.15s linear infinite;}
@keyframes phrClientLogoEcg{to{stroke-dashoffset:-84}}
.phr-client-fx b{position:absolute;right:12px;top:9px;font-size:23px;font-weight:500;color:var(--phr-clients-accent);}

.phr-clients-arrow{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;border:1px solid var(--phr-clients-border);background:#fff;color:var(--phr-clients-accent);font-size:31px;line-height:1;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease;}
.phr-clients-arrow:hover{background:var(--phr-clients-accent);color:#fff;border-color:var(--phr-clients-accent);}
.phr-clients-arrow:disabled{opacity:.35;cursor:default;}
.phr-clients-dots{display:flex;justify-content:center;gap:7px;margin-top:20px;min-height:8px;}
.phr-clients-dot{width:7px;height:7px;border-radius:999px;background:color-mix(in srgb,var(--phr-clients-title) 20%,transparent);transition:width .25s ease,background .25s ease;}
.phr-clients-dot.is-active{width:24px;background:var(--phr-clients-accent);}
.has-client-motion .phr-client-card{opacity:0;transform:translateY(18px);}
.has-client-motion.is-in-view .phr-client-card{animation:phrClientReveal .55s ease forwards;animation-delay:calc(var(--phr-client-index) * 55ms);}
@keyframes phrClientReveal{to{opacity:1;transform:none}}

@media (max-width:1024px){.phr-clients-section{padding:64px 16px 58px}.phr-clients-stage{grid-template-columns:42px minmax(0,1fr) 42px;gap:10px}.phr-clients-arrow{width:40px;height:40px}.phr-clients-head{margin-bottom:28px}.phr-clients-head p{font-size:16px}}
@media (max-width:640px){.phr-clients-section{padding:52px 10px 48px}.phr-clients-head h2{font-size:30px}.phr-clients-head p{font-size:14px;line-height:1.8}.phr-clients-stage{grid-template-columns:34px minmax(0,1fr) 34px;gap:6px}.phr-clients-arrow{width:34px;height:34px;font-size:24px}.phr-client-link{min-height:136px;padding:14px 8px 12px;border-radius:18px}.phr-client-name{font-size:11px}.phr-client-cross{display:none}}
@media (prefers-reduced-motion:reduce){.phr-clients-track,.phr-client-link,.phr-client-logo-canvas img{transition:none!important}.has-client-motion .phr-client-cell,.has-client-motion .phr-clients-ecg path,.has-client-motion .phr-client-scan,.has-client-motion .phr-client-card,.phr-client-fx i,.phr-client-fx svg path{animation:none!important}.has-client-motion .phr-client-card{opacity:1;transform:none}}
/* v5.30 refinements: logo label stays admin-only; mobile touch gets the medical effect without moving the logo. */
.phr-client-name{display:none!important;}
.phr-client-link:active .phr-client-fx{opacity:1;}
.phr-client-link:active .phr-client-fx .ring-one{animation:phrClientPulseRing 1.4s ease-out infinite;}
.phr-client-link:active .phr-client-fx .ring-two{animation:phrClientPulseRing 1.4s .35s ease-out infinite;}
.phr-client-link:active .phr-client-fx svg path{animation:phrClientLogoEcg 1.15s linear infinite;}

/* =========================================================
   v5.32.0 — Tricare Corporate About / Chairman / Medical Contact
   ========================================================= */

/* ---------- CONTACT: clean medical identity ---------- */
.phr-contact-section{
  position:relative;overflow:hidden;padding:92px 22px 100px;
  background:
    radial-gradient(circle at 8% 20%,rgba(15,107,114,.13),transparent 27%),
    radial-gradient(circle at 92% 80%,rgba(197,31,56,.08),transparent 25%),
    linear-gradient(135deg,var(--phr-contact-bg,#edf7f7) 0%,#f8fbfc 48%,#eef5f7 100%) !important;
  font-family:"Tajawal",sans-serif;
}
.phr-contact-section:before{
  content:"";position:absolute;inset:0;pointer-events:none;opacity:.55;
  background-image:
    linear-gradient(30deg,transparent 48%,rgba(12,70,86,.05) 49%,rgba(12,70,86,.05) 51%,transparent 52%),
    linear-gradient(150deg,transparent 48%,rgba(12,70,86,.05) 49%,rgba(12,70,86,.05) 51%,transparent 52%);
  background-size:72px 124px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.7),transparent 72%);
}
.phr-contact-section:after{
  content:"+";position:absolute;left:6%;top:14%;font:700 112px/1 Arial;color:rgba(15,107,114,.06);transform:rotate(8deg);pointer-events:none;
}
.phr-contact-shell{position:relative;z-index:2;max-width:var(--phr-contact-inner,1200px);margin:auto}
.phr-section-heading.is-contact{max-width:760px;margin:0 auto 38px;text-align:center}
.phr-section-heading.is-contact .phr-section-eyebrow{display:inline-flex;align-items:center;gap:8px;color:#0f6b72;font-weight:800;font-size:14px;letter-spacing:.2px;margin-bottom:10px}
.phr-section-heading.is-contact .phr-section-eyebrow:before,.phr-section-heading.is-contact .phr-section-eyebrow:after{content:"";width:30px;height:2px;background:#c51f38;border-radius:5px}
.phr-section-heading.is-contact h2{margin:0;color:#0b2b67!important;font-size:clamp(34px,var(--phr-contact-title-size,44px),56px)!important;font-weight:900;line-height:1.15}
.phr-section-heading.is-contact p{margin:14px auto 0;color:#5b6c78!important;font-size:var(--phr-contact-desc-size,18px);line-height:1.9}
.phr-contact-info-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:0 0 22px}
.phr-contact-mini-card{display:flex;align-items:center;gap:14px;min-height:90px;padding:18px 20px;background:#fff;border:1px solid #dbe8ea;border-radius:18px;box-shadow:none!important;transition:.25s ease}
.phr-contact-mini-card:hover{transform:translateY(-3px);border-color:rgba(15,107,114,.38);box-shadow:none!important}
.phr-contact-mini-icon{width:48px;height:48px;display:grid;place-items:center;flex:0 0 48px;border-radius:50%;background:#0d3d67;color:#fff;font-size:20px;border:4px solid #e8f3f4}
.phr-contact-mini-content{display:flex;flex-direction:column;gap:5px;min-width:0}
.phr-contact-mini-content strong{color:#0b2b67;font-size:15px;font-weight:800}
.phr-contact-mini-content a,.phr-contact-mini-content span{color:#566a78;font-size:14px;text-decoration:none;word-break:break-word}
.phr-contact-main-grid{display:grid;grid-template-columns:minmax(0,1.22fr) minmax(340px,.78fr);gap:22px;align-items:stretch}
.phr-contact-form-card,.phr-contact-map-card{background:var(--phr-contact-form-bg,#fff)!important;border:1px solid var(--phr-contact-border,#dbe8ea)!important;border-radius:24px!important;box-shadow:0 18px 45px rgba(13,61,103,.07)!important;overflow:hidden}
.phr-contact-form-card{padding:30px 32px;position:relative}
.phr-contact-form-card:before{content:"";position:absolute;right:0;top:0;width:110px;height:5px;background:linear-gradient(90deg,#c51f38,#0f6b72);border-radius:0 0 0 8px}
.phr-contact-form-head h3,.phr-contact-map-head h3{margin:0;color:#0b2b67;font-weight:900;font-size:26px}
.phr-contact-form-head p{color:#647785;line-height:1.8;margin:9px 0 24px}
.phr-contact-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}
.phr-field-wrap.full{grid-column:1/-1}
.phr-field-wrap label{display:block;margin:0 0 7px;color:#1e415d!important;font-size:13px;font-weight:800}
.phr-input-shell{position:relative;background:#f9fbfc!important;border:1px solid #cedde2!important;border-radius:13px!important;box-shadow:none!important;transition:border-color .22s ease,background .22s ease,box-shadow .22s ease}
.phr-input-shell:focus-within{background:#fff!important;border-color:#0f6b72!important;box-shadow:0 0 0 3px rgba(15,107,114,.10)!important}
.phr-field-icon{display:none!important}
.phr-input-shell input,.phr-input-shell select,.phr-input-shell textarea{width:100%;border:0!important;outline:0!important;background:transparent!important;color:#263f51!important;font:500 14px/1.5 "Tajawal",sans-serif!important;padding:14px 15px!important;box-shadow:none!important}
.phr-input-shell input,.phr-input-shell select{min-height:50px}
.phr-input-shell textarea{min-height:132px;resize:vertical}
.phr-input-shell input::placeholder,.phr-input-shell textarea::placeholder{color:#9aabb4}
.phr-captcha-wrap{grid-column:1/-1}
.phr-captcha-box{display:grid;grid-template-columns:110px 1fr;align-items:center;gap:10px}
.phr-captcha-question{height:50px;display:grid;place-items:center;background:#eef6f7;border:1px dashed #90b8bd;border-radius:12px;color:#0f6b72;font-weight:900}
.phr-contact-submit{min-height:54px;border:0!important;border-radius:13px!important;padding:0 28px!important;margin-top:18px!important;background:linear-gradient(100deg,#0d3d67,#0f6b72)!important;color:#fff!important;font:800 16px "Tajawal",sans-serif!important;box-shadow:none!important;cursor:pointer;transition:.25s ease}
.phr-contact-submit:hover{transform:translateY(-2px);background:linear-gradient(100deg,#0a345a,#0d6067)!important}
.phr-contact-map-card{padding:0!important;display:flex;flex-direction:column}
.phr-contact-map-head{padding:24px 24px 16px;border-bottom:1px solid #e4edef}
.phr-branch-switcher{display:flex;gap:7px;flex-wrap:wrap;margin-top:12px}
.phr-branch-btn{border:1px solid #d7e5e8!important;background:#f5f9fa!important;color:#536b78!important;border-radius:10px!important;padding:7px 11px!important;font-family:"Tajawal",sans-serif!important;cursor:pointer}
.phr-branch-btn.is-active{background:#0d3d67!important;color:#fff!important;border-color:#0d3d67!important}
.phr-contact-map-frame{flex:1;min-height:440px;background:#eaf2f3;position:relative}
.phr-contact-map-frame iframe{width:100%;height:100%;min-height:440px;border:0;display:block;filter:saturate(.82) contrast(.98)}
.phr-map-placeholder{height:100%;min-height:440px;display:grid;place-items:center;padding:40px;text-align:center;color:#6c808b;background:radial-gradient(circle at center,#f9fcfc,#eaf2f3)}

/* ---------- CORPORATE ABOUT / STORY ---------- */
.phr-corporate-about{position:relative;overflow:hidden;padding:92px 22px;background:var(--phr-corp-bg);font-family:"Tajawal",sans-serif;color:var(--phr-corp-text)}
.phr-corp-bg-art{position:absolute;inset:0;pointer-events:none;opacity:.8}
.phr-corp-bg-art:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 1px 1px,rgba(15,107,114,.14) 1px,transparent 1.2px);background-size:26px 26px;mask-image:linear-gradient(90deg,#000 0,transparent 32%,transparent 68%,#000 100%);opacity:.34}
.phr-corp-bg-art .cross{position:absolute;left:6%;top:16%;font:700 110px/1 Arial;color:rgba(197,31,56,.055)}
.phr-corp-bg-art .ring{position:absolute;right:-100px;bottom:-150px;width:430px;height:430px;border-radius:50%;border:1px solid rgba(15,107,114,.12);box-shadow:0 0 0 45px rgba(15,107,114,.035),0 0 0 90px rgba(15,107,114,.025)}
.phr-corp-bg-art svg{position:absolute;left:0;right:0;bottom:14%;width:100%;height:90px;color:rgba(15,107,114,.09)}
.phr-corp-bg-art path{fill:none;stroke:currentColor;stroke-width:2}
.phr-corp-shell{position:relative;z-index:2;max-width:var(--phr-corp-inner);margin:auto}
.phr-corp-heading{text-align:center;max-width:800px;margin:0 auto 30px}
.phr-corp-eyebrow{display:inline-block;color:var(--phr-corp-secondary);font-weight:900;font-size:14px;margin-bottom:9px}
.phr-corp-heading h2{margin:0;color:var(--phr-corp-title);font-size:clamp(36px,4vw,54px);font-weight:900;line-height:1.15}
.phr-corp-heading h2:after{content:"";display:block;width:72px;height:3px;border-radius:4px;background:var(--phr-corp-accent);margin:15px auto 0}
.phr-corp-heading p{margin:15px auto 0;color:var(--phr-corp-text);font-size:17px;line-height:1.9}
.phr-corp-tabs{display:flex;justify-content:center;gap:8px;margin-bottom:24px}
.phr-corp-tab{border:1px solid #d6e4e3;background:#fff;color:#4d6570;border-radius:999px;padding:11px 24px;font:800 15px "Tajawal",sans-serif;cursor:pointer;transition:.25s ease}
.phr-corp-tab.is-active{background:var(--phr-corp-title);color:#fff;border-color:var(--phr-corp-title)}
.phr-corp-layout{display:grid;grid-template-columns:minmax(350px,.82fr) minmax(0,1.18fr);gap:24px;align-items:stretch;direction:ltr}
.phr-corp-visual,.phr-corp-content{direction:rtl}
.phr-corp-visual{position:relative;background:linear-gradient(145deg,#0d3d67,#0f6b72);border-radius:28px;min-height:520px;padding:28px;overflow:hidden}
.phr-corp-visual>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.88;filter:saturate(.9)}
.phr-corp-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,38,66,.08),rgba(7,43,56,.65));pointer-events:none}
.phr-corp-network{position:absolute;inset:35px 30px 150px;z-index:1}
.phr-corp-network .shield{position:absolute;left:50%;top:46%;transform:translate(-50%,-50%);width:150px;height:170px;display:grid;place-items:center;color:#fff;font:800 72px Arial;background:linear-gradient(160deg,#1d89a0,#0d3d67);clip-path:polygon(50% 0,93% 18%,88% 70%,50% 100%,12% 70%,7% 18%);border:8px solid rgba(255,255,255,.25);filter:drop-shadow(0 20px 28px rgba(0,0,0,.18))}
.phr-corp-network .node{position:absolute;width:18px;height:18px;border:4px solid rgba(255,255,255,.7);border-radius:50%;background:var(--phr-corp-accent);box-shadow:0 0 0 8px rgba(255,255,255,.08)}
.phr-corp-network .n1{left:9%;top:15%}.phr-corp-network .n2{right:7%;top:22%}.phr-corp-network .n3{left:15%;bottom:8%}.phr-corp-network .n4{right:14%;bottom:10%}
.phr-corp-network .line{position:absolute;height:1px;background:rgba(255,255,255,.35);transform-origin:left center}
.phr-corp-network .l1{width:35%;left:17%;top:25%;transform:rotate(22deg)}.phr-corp-network .l2{width:38%;right:13%;top:32%;transform:rotate(158deg)}.phr-corp-network .l3{width:58%;left:20%;bottom:18%;transform:rotate(-8deg)}
.phr-corp-stats{position:absolute;z-index:3;left:18px;right:18px;bottom:18px;display:grid;grid-template-columns:repeat(2,1fr);gap:9px}
.phr-corp-stat{background:#fff;padding:12px 14px;border-radius:14px;display:flex;align-items:center;justify-content:space-between;gap:10px;box-shadow:none}
.phr-corp-stat strong{font-size:20px;color:var(--phr-corp-accent);font-weight:900}.phr-corp-stat span{font-size:12px;color:#526876;font-weight:700}
.phr-corp-content{background:var(--phr-corp-panel);border:1px solid #dbe7e6;border-radius:28px;padding:38px 40px;min-height:520px;box-shadow:none}
.phr-corp-pane{display:none;animation:phrCorpIn .45s ease both}.phr-corp-pane.is-active{display:block}
@keyframes phrCorpIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
.phr-corp-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--phr-corp-secondary);font-weight:900;font-size:13px;margin-bottom:10px}
.phr-corp-kicker:before{content:"+";display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#e9f4f4;color:var(--phr-corp-secondary);font:800 18px Arial}
.phr-corp-pane h3{margin:0 0 17px;color:var(--phr-corp-title);font-size:clamp(28px,3vw,38px);font-weight:900;line-height:1.35}
.phr-corp-copy{font-size:16px;line-height:2;color:var(--phr-corp-text)}
.phr-corp-copy p{margin:0 0 14px}
.phr-corp-features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:25px}
.phr-corp-features span{padding:12px 14px;border:1px solid #d9e8e7;border-radius:13px;color:#274d5d;font-weight:800;background:#f8fbfb;position:relative;padding-right:39px}
.phr-corp-features span:before{content:"✓";position:absolute;right:13px;top:50%;transform:translateY(-50%);color:var(--phr-corp-accent);font-weight:900}
.phr-corp-timeline{display:flex;align-items:center;gap:10px;margin-top:28px;color:#0f6b72;font-weight:900}
.phr-corp-timeline i{height:2px;flex:1;background:linear-gradient(90deg,var(--phr-corp-accent),#cfe3e2)}

/* ---------- CHAIRMAN MESSAGE ---------- */
.phr-chairman-section{position:relative;overflow:hidden;padding:96px 22px 104px;background:var(--phr-chair-bg);font-family:"Tajawal",sans-serif}
.phr-chair-art{position:absolute;inset:0;pointer-events:none}
.phr-chair-art:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(255,255,255,.7),transparent 45%),radial-gradient(circle at 85% 18%,rgba(11,106,120,.09),transparent 30%)}
.phr-chair-art .plus{position:absolute;color:rgba(197,31,56,.07);font:900 90px/1 Arial}.phr-chair-art .p1{left:5%;top:15%}.phr-chair-art .p2{right:8%;bottom:18%;font-size:120px;color:rgba(11,106,120,.06)}
.phr-chair-art .circle{position:absolute;width:360px;height:360px;border-radius:50%;border:1px solid rgba(11,106,120,.11);right:-120px;top:80px;box-shadow:0 0 0 46px rgba(11,106,120,.025),0 0 0 92px rgba(11,106,120,.018)}
.phr-chair-art svg{position:absolute;bottom:9%;left:0;width:100%;height:100px;color:rgba(11,106,120,.08)}.phr-chair-art path{fill:none;stroke:currentColor;stroke-width:2}
.phr-chair-shell{position:relative;z-index:2;max-width:var(--phr-chair-inner);margin:auto}
.phr-chair-heading{text-align:center;max-width:860px;margin:0 auto 34px}
.phr-chair-heading>span{display:inline-block;color:var(--phr-chair-secondary);font-weight:900;font-size:14px;margin-bottom:8px}
.phr-chair-heading h2{margin:0;color:var(--phr-chair-title);font-size:clamp(38px,4vw,56px);font-weight:900;line-height:1.15}
.phr-chair-heading h2:after{content:"";display:block;width:76px;height:3px;background:var(--phr-chair-accent);border-radius:5px;margin:15px auto 0}
.phr-chair-heading p{margin:15px auto 0;color:#5a7080;font-size:17px;line-height:1.9}
.phr-chair-top{display:grid;grid-template-columns:minmax(350px,.78fr) minmax(0,1.35fr);gap:24px;align-items:start;direction:ltr}
.phr-chair-photo-card,.phr-chair-intro-card{direction:rtl}
.phr-chair-photo-card{position:sticky;top:110px}
.phr-chair-photo-frame{position:relative;height:var(--phr-chair-image-height);max-height:540px;min-height:360px;border-radius:28px;overflow:hidden;background:#0d3d67;border:1px solid rgba(11,106,120,.18);box-shadow:0 20px 50px rgba(11,43,103,.10)}
.phr-chair-photo-frame:before{content:"";position:absolute;z-index:2;inset:0;background:linear-gradient(180deg,transparent 60%,rgba(6,40,61,.24));pointer-events:none}
.phr-chair-photo-frame img{width:100%;height:100%;display:block;object-fit:cover;object-position:center 24%;filter:saturate(.94) contrast(1.02)}
.phr-chair-photo-accent{position:absolute;z-index:3;left:0;bottom:0;width:42%;height:8px;background:var(--phr-chair-accent);border-radius:0 9px 0 0}
.phr-chair-photo-accent:after{content:"+";position:absolute;left:16px;bottom:17px;width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--phr-chair-accent);font:900 25px Arial;box-shadow:0 8px 24px rgba(0,0,0,.12)}
.phr-chair-id{padding:17px 6px 0}.phr-chair-id strong{display:block;color:var(--phr-chair-title);font-size:22px;font-weight:900}.phr-chair-id span{display:block;margin-top:4px;color:var(--phr-chair-accent);font-size:14px;font-weight:800}
.phr-chair-intro-card{position:relative;background:var(--phr-chair-card);border:1px solid #d9e6e9;border-radius:28px;padding:38px 42px;box-shadow:none;overflow:hidden}
.phr-chair-intro-card:before{content:"";position:absolute;right:0;top:0;width:7px;height:150px;background:linear-gradient(var(--phr-chair-accent),var(--phr-chair-secondary));border-radius:0 0 0 8px}
.phr-chair-quote-mark{position:absolute;left:28px;top:8px;color:rgba(197,31,56,.08);font:900 110px/1 Georgia,serif}
.phr-chair-message{position:relative;z-index:2;color:var(--phr-chair-text);font-size:16px;line-height:2.05;text-align:justify}
.phr-chair-message p{margin:0 0 17px}.phr-chair-message p:first-child{color:var(--phr-chair-title);font-weight:900;font-size:18px}
.phr-chair-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:24px}
.phr-chair-stats>div{background:#fff;border-top:3px solid var(--phr-chair-secondary);border-radius:16px;padding:18px 16px;text-align:center;border-left:1px solid #e0eaec;border-right:1px solid #e0eaec;border-bottom:1px solid #e0eaec}
.phr-chair-stats strong{display:block;color:var(--phr-chair-accent);font-size:25px;font-weight:900;line-height:1}.phr-chair-stats span{display:block;margin-top:7px;color:#506a79;font-size:13px;font-weight:800}

@media(max-width:980px){
 .phr-contact-info-grid{grid-template-columns:1fr}.phr-contact-main-grid{grid-template-columns:1fr}.phr-contact-map-frame,.phr-contact-map-frame iframe,.phr-map-placeholder{min-height:360px}
 .phr-corp-layout{grid-template-columns:1fr}.phr-corp-visual{min-height:470px}.phr-corp-content{min-height:0}
 .phr-chair-top{grid-template-columns:1fr;direction:rtl}.phr-chair-photo-card{position:relative;top:auto;max-width:680px;margin:auto;width:100%}.phr-chair-photo-frame{height:min(var(--phr-chair-image-height),500px)}
 .phr-chair-stats{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:640px){
 .phr-contact-section,.phr-corporate-about,.phr-chairman-section{padding:68px 14px 74px}
 .phr-contact-form-card{padding:24px 18px}.phr-contact-fields{grid-template-columns:1fr}.phr-field-wrap.full,.phr-captcha-wrap{grid-column:auto}.phr-captcha-box{grid-template-columns:1fr}.phr-captcha-question{width:100%}
 .phr-corp-tabs{display:grid;grid-template-columns:1fr 1fr}.phr-corp-tab{padding:10px 12px;font-size:13px}.phr-corp-visual{min-height:440px;padding:18px}.phr-corp-stats{grid-template-columns:1fr 1fr;left:12px;right:12px;bottom:12px}.phr-corp-stat{display:block;text-align:center}.phr-corp-content{padding:27px 20px}.phr-corp-features{grid-template-columns:1fr}
 .phr-chair-intro-card{padding:29px 20px}.phr-chair-message{text-align:right;font-size:15px}.phr-chair-photo-frame{min-height:320px;height:380px}.phr-chair-stats{grid-template-columns:1fr 1fr}
}


/* ========================================================================== */
/* Tri Care responsive refinement v5.33                                        */
/* ========================================================================== */

/* Contact benefits — structured content, no emojis */
.phr-contact-highlights{
  margin:0 0 24px;padding:26px 28px;border:1px solid color-mix(in srgb,var(--phr-contact-accent) 15%,var(--phr-contact-border));
  border-radius:calc(var(--phr-contact-radius) + 2px);background:linear-gradient(135deg,#fff 0%,color-mix(in srgb,var(--phr-contact-bg) 72%,#fff) 100%);
  position:relative;overflow:hidden;
}
.phr-contact-highlights::after{content:"";position:absolute;left:-80px;bottom:-115px;width:260px;height:260px;border-radius:50%;border:1px solid color-mix(in srgb,var(--phr-contact-accent) 10%,transparent);box-shadow:0 0 0 34px color-mix(in srgb,var(--phr-contact-accent) 3%,transparent),0 0 0 68px color-mix(in srgb,var(--phr-contact-accent) 2%,transparent);pointer-events:none}
.phr-contact-highlights-head{display:flex;align-items:center;gap:15px;margin-bottom:20px;position:relative;z-index:1}
.phr-contact-highlights-head h3{margin:0 0 5px;color:var(--phr-contact-title);font-size:24px;font-weight:900}
.phr-contact-highlights-head p{margin:0;color:var(--phr-contact-desc);font-size:14px;line-height:1.75}
.phr-contact-highlights-mark{width:48px;height:48px;flex:0 0 48px;border-radius:50%;position:relative;background:var(--phr-contact-accent);display:grid;place-items:center}
.phr-contact-highlights-mark::before,.phr-contact-highlights-mark::after{content:"";position:absolute;background:#fff;border-radius:2px}.phr-contact-highlights-mark::before{width:22px;height:4px}.phr-contact-highlights-mark::after{width:4px;height:22px}
.phr-contact-highlights-mark i{position:absolute;inset:-6px;border:1px solid color-mix(in srgb,var(--phr-contact-accent) 25%,transparent);border-radius:50%}.phr-contact-highlights-mark b{display:none}
.phr-contact-highlights-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 18px;position:relative;z-index:1}
.phr-contact-highlight-item{display:flex;align-items:flex-start;gap:10px;min-height:46px;padding:10px 0;border-bottom:1px solid color-mix(in srgb,var(--phr-contact-border) 70%,transparent);color:var(--phr-contact-text);font-weight:600;line-height:1.75}
.phr-contact-check{width:24px;height:24px;flex:0 0 24px;border-radius:50%;display:grid;place-items:center;background:color-mix(in srgb,var(--phr-contact-accent) 10%,#fff);color:var(--phr-contact-accent);font-weight:900;font-size:13px;margin-top:1px}
.phr-contact-highlights-cta{margin-top:18px;padding-top:15px;border-top:1px solid var(--phr-contact-border);color:var(--phr-contact-title);font-weight:800;position:relative;z-index:1}.phr-contact-highlights-cta a{color:var(--phr-contact-accent);text-decoration:none;font-size:18px;direction:ltr;display:inline-block;margin-inline-start:6px}
@media(max-width:767px){.phr-contact-highlights{padding:22px 18px}.phr-contact-highlights-grid{grid-template-columns:1fr}.phr-contact-highlights-head{align-items:flex-start}.phr-contact-highlights-head h3{font-size:21px}}

/* Why Us mobile: 2x2 cards, then centered person with floating stats around it */
@media(max-width:640px){
  .phr-how-section .phr-how-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  .phr-how-section .phr-how-card{min-height:142px!important;padding:15px 11px 34px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;text-align:center!important;gap:8px!important}
  .phr-how-section .phr-how-card-icon{margin:0 auto!important}
  .phr-how-section .phr-how-card h3{font-size:17px!important;line-height:1.35!important;margin:0!important}
  .phr-how-section .phr-how-card p{font-size:12.5px!important;line-height:1.65!important;margin:0!important}
  .phr-how-section .phr-why-card-number{left:9px!important;bottom:8px!important;width:24px!important;height:24px!important;font-size:10px!important}
  .phr-how-section .phr-why-visual{margin-top:8px;padding:0 26px 12px!important;overflow:visible!important}
  .phr-how-section .phr-why-image-panel{width:100%!important;max-width:430px!important;height:min(var(--phr-why-image-height),500px)!important;margin:0 auto!important;overflow:hidden!important}
  .phr-how-section .phr-why-stats{position:absolute!important;inset:0!important;display:block!important;margin:0!important;pointer-events:none!important;z-index:8!important}
  .phr-how-section .phr-why-stat{position:absolute!important;min-width:112px!important;max-width:142px!important;padding:9px 10px!important;border-radius:14px!important;gap:7px!important;justify-content:flex-start!important;box-shadow:0 12px 28px rgba(13,61,103,.10)!important;backdrop-filter:none!important}
  .phr-how-section .phr-why-stat-icon{width:25px!important;height:25px!important}.phr-how-section .phr-why-stat-icon svg{width:23px!important;height:23px!important}
  .phr-how-section .phr-why-stat-copy strong{font-size:15px!important}.phr-how-section .phr-why-stat-copy small{font-size:9.5px!important}
  .phr-how-section .phr-why-stat-1{top:8%!important;left:0!important;right:auto!important;bottom:auto!important}
  .phr-how-section .phr-why-stat-2{top:48%!important;right:0!important;left:auto!important;bottom:auto!important}
  .phr-how-section .phr-why-stat-3{bottom:3%!important;left:4px!important;right:auto!important;top:auto!important}
}
@media(max-width:390px){.phr-how-section .phr-how-card p{font-size:11.5px!important}.phr-how-section .phr-why-visual{padding-inline:19px!important}.phr-how-section .phr-why-stat{min-width:102px!important;max-width:126px!important;padding:8px!important}.phr-how-section .phr-why-stat-copy strong{font-size:14px!important}}

/* Testimonials: intentionally one testimonial per page on every device */
.phr-testimonials-track{grid-auto-columns:100%!important;gap:20px!important}
.phr-testimonial-card{max-width:920px;margin-inline:auto;width:100%}
@media(min-width:768px){.phr-testimonials-viewport{padding-inline:18px}.phr-testimonial-card{min-height:300px;padding:34px 38px}.phr-testimonial-text{font-size:max(var(--phr-testimonials-item-text-size),18px);line-height:2.05}}

/* Premium solid mobile side navigation — no glass/blur */
.phr-mobile-panel.phr-mobile-panel-premium{
  width:min(390px,92vw)!important;padding:0!important;background:#fff!important;color:#0d2f57!important;border:0!important;border-left:1px solid #e6edf5!important;border-radius:0!important;box-shadow:-18px 0 55px rgba(11,35,62,.16)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;overflow-y:auto!important;overflow-x:hidden!important;
}
.phr-mobile-panel-premium .phr-mobile-top-accent{height:5px;background:linear-gradient(90deg,#0d3d67 0 70%,#c5223a 70% 100%)}
.phr-mobile-panel-premium .phr-mobile-head{position:relative;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:24px 22px 20px;border-bottom:1px solid #edf1f5}
.phr-mobile-panel-premium .phr-mobile-brand{display:flex;flex-direction:column;align-items:flex-start;gap:7px;text-decoration:none;min-width:0}.phr-mobile-panel-premium .phr-mobile-brand img{display:block;max-width:128px;max-height:56px;object-fit:contain;object-position:right center}.phr-mobile-panel-premium .phr-mobile-brand strong{color:#0d2f57!important;font-size:20px}.phr-mobile-panel-premium .phr-mobile-brand span{color:#738298;font-size:12px;font-weight:700;letter-spacing:.01em}
.phr-mobile-panel-premium .phr-mobile-close{position:static!important;width:42px!important;height:42px!important;flex:0 0 42px;border-radius:50%!important;border:1px solid #e3eaf2!important;background:#f7f9fc!important;color:#0d2f57!important;display:grid!important;place-items:center!important;padding:0!important}.phr-mobile-panel-premium .phr-mobile-close svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}
.phr-mobile-panel-premium .phr-mobile-nav-label{display:flex;align-items:center;gap:12px;padding:20px 22px 10px;color:#7b899c;font-size:12px;font-weight:800}.phr-mobile-panel-premium .phr-mobile-nav-label i{height:1px;flex:1;background:#e8edf3}
.phr-mobile-panel-premium .phr-mobile-menu-wrap{padding:0 14px 18px}
.phr-mobile-panel-premium .phr-mobile-menu,.phr-mobile-panel-premium .menu{gap:0!important}
.phr-mobile-panel-premium .phr-mobile-menu li,.phr-mobile-panel-premium .menu li{border-bottom:1px solid #edf1f5}
.phr-mobile-panel-premium .phr-mobile-menu a,.phr-mobile-panel-premium .menu a{
  position:relative;min-height:58px!important;padding:0 18px 0 44px!important;border:0!important;border-radius:0!important;background:transparent!important;color:#203b5b!important;font-size:16px!important;font-weight:800!important;display:flex!important;align-items:center!important;transition:color .2s ease,background .2s ease,padding .2s ease!important;
}
.phr-mobile-panel-premium .phr-mobile-menu a::after,.phr-mobile-panel-premium .menu a::after{content:"←";position:absolute;left:16px;color:#9aa8b8;font-size:15px;transition:transform .2s ease,color .2s ease}
.phr-mobile-panel-premium .phr-mobile-menu .current-menu-item>a,.phr-mobile-panel-premium .menu .current-menu-item>a,.phr-mobile-panel-premium .phr-mobile-menu a:hover,.phr-mobile-panel-premium .menu a:hover{background:#0d3d67!important;color:#fff!important;border-radius:12px!important;margin:5px 0!important;padding-right:18px!important}.phr-mobile-panel-premium .phr-mobile-menu .current-menu-item>a::after,.phr-mobile-panel-premium .menu .current-menu-item>a::after,.phr-mobile-panel-premium .phr-mobile-menu a:hover::after,.phr-mobile-panel-premium .menu a:hover::after{color:#fff;transform:translateX(-3px)}
.phr-mobile-panel-premium .sub-menu,.phr-mobile-panel-premium .children{margin:0 12px 7px!important;padding:4px 10px!important;background:#f7f9fc!important;border:0!important;border-radius:10px!important}.phr-mobile-panel-premium .sub-menu li,.phr-mobile-panel-premium .children li{border-bottom:0!important}.phr-mobile-panel-premium .sub-menu a,.phr-mobile-panel-premium .children a{min-height:44px!important;font-size:14px!important;color:#53677f!important;padding-right:10px!important;background:transparent!important}
.phr-mobile-panel-premium .phr-mobile-panel-footer{margin-top:auto;padding:18px 22px 24px;border-top:1px solid #edf1f5;background:#f8fafc}.phr-mobile-panel-premium .phr-mobile-phone{display:flex;align-items:center;gap:12px;text-decoration:none;color:#0d2f57}.phr-mobile-panel-premium .phr-mobile-phone-icon{width:42px;height:42px;border-radius:12px;background:#c5223a;color:#fff;display:grid;place-items:center;flex:0 0 42px}.phr-mobile-panel-premium .phr-mobile-phone-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.phr-mobile-panel-premium .phr-mobile-phone span:last-child{display:flex;flex-direction:column}.phr-mobile-panel-premium .phr-mobile-phone small{font-size:11px;color:#7b899c;font-weight:700}.phr-mobile-panel-premium .phr-mobile-phone strong{font-size:17px;color:#0d2f57;direction:ltr}.phr-mobile-panel-premium .phr-mobile-panel-footer p{margin:13px 0 0;color:#9aa6b5;font-size:11px}
.phr-mobile-overlay{background:rgba(10,27,48,.46)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
body.phr-dark-mode .phr-mobile-panel-premium{background:#fff!important;color:#0d2f57!important}

/* v5.33 line-icon refinement */
.phr-contact-form .phr-field-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;display:block}
.phr-mobile-panel.phr-mobile-panel-premium{display:flex!important;flex-direction:column!important}
.phr-mobile-panel-premium .phr-mobile-menu-wrap{flex:1 0 auto}


/* ===== Testimonials mobile readability fix v5.35 ===== */
@media (max-width: 767px) {
  .phr-testimonials-section{
    padding:58px 14px 54px!important;
    overflow:hidden;
  }
  .phr-testimonials-shell{
    width:100%;
    max-width:100%!important;
  }
  .phr-testimonials-head{
    max-width:100%;
    margin:0 auto 26px!important;
    padding:0 6px;
  }
  .phr-testimonials-title{
    font-size:clamp(28px,8vw,34px)!important;
    line-height:1.28!important;
    letter-spacing:0!important;
  }
  .phr-testimonials-desc{
    font-size:15px!important;
    line-height:1.85!important;
    max-width:34em;
  }
  .phr-testimonials-stage{
    position:relative;
    display:grid!important;
    grid-template-columns:1fr 44px 14px 44px 1fr!important;
    grid-template-areas:
      "viewport viewport viewport viewport viewport"
      ". prev . next ."!important;
    align-items:center!important;
    row-gap:14px!important;
    column-gap:0!important;
    width:100%;
  }
  .phr-testimonials-viewport{
    grid-area:viewport;
    width:100%;
    min-width:0;
    overflow:hidden;
    padding:4px 0 10px!important;
    touch-action:pan-y;
  }
  .phr-testimonials-track{
    display:flex!important;
    grid-auto-flow:unset!important;
    grid-template-columns:none!important;
    grid-auto-columns:unset!important;
    gap:14px!important;
    width:100%;
    align-items:stretch;
  }
  .phr-testimonial-card{
    flex:0 0 100%!important;
    width:100%!important;
    min-width:100%!important;
    max-width:100%!important;
    min-height:0!important;
    height:auto!important;
    box-sizing:border-box!important;
    padding:24px 20px 22px!important;
    border-radius:22px!important;
    text-align:right!important;
    overflow:hidden;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
    box-shadow:0 10px 28px -22px rgba(8,47,73,.42)!important;
  }
  .phr-testimonial-card:hover{
    transform:none!important;
  }
  .phr-testimonial-card-topline{
    right:22px!important;
    left:22px!important;
  }
  .phr-testimonial-quote{
    left:16px!important;
    top:12px!important;
    font-size:58px!important;
  }
  .phr-testimonial-top{
    gap:12px!important;
    margin-bottom:12px!important;
    align-items:center!important;
  }
  .phr-testimonial-avatar{
    width:56px!important;
    height:56px!important;
    border-radius:16px!important;
  }
  .phr-testimonial-verified{
    width:20px!important;
    height:20px!important;
    left:-4px!important;
    bottom:-3px!important;
    border-width:2px!important;
    font-size:9px!important;
  }
  .phr-testimonial-meta{
    min-width:0;
    flex:1;
  }
  .phr-testimonial-meta h3{
    font-size:clamp(18px,5.2vw,22px)!important;
    line-height:1.35!important;
    overflow-wrap:anywhere;
  }
  .phr-testimonial-meta span{
    font-size:13px!important;
    line-height:1.5!important;
  }
  .phr-testimonial-stars{
    justify-content:flex-start!important;
    direction:ltr!important;
    font-size:18px!important;
    gap:3px!important;
    margin:2px 0 12px!important;
  }
  .phr-testimonial-text{
    width:100%;
    margin:0!important;
    font-size:16px!important;
    line-height:1.95!important;
    font-weight:500!important;
    white-space:normal!important;
    word-break:normal!important;
    overflow-wrap:break-word!important;
    text-align:right!important;
  }
  .phr-testimonial-healthmark{
    margin-top:16px!important;
  }
  .phr-testimonials-arrow{
    position:static!important;
    top:auto!important;
    right:auto!important;
    left:auto!important;
    z-index:3;
    width:44px!important;
    height:44px!important;
    border-radius:50%!important;
    box-shadow:0 8px 22px -16px rgba(8,47,73,.55)!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
  }
  .phr-testimonials-arrow.is-prev{grid-area:prev!important;justify-self:end;}
  .phr-testimonials-arrow.is-next{grid-area:next!important;justify-self:start;}
  .phr-testimonials-arrow span{font-size:30px!important;}
  .phr-testimonials-controls{
    margin-top:12px!important;
    flex-direction:column!important;
    gap:8px!important;
  }
  .phr-testimonials-dots{
    max-width:100%;
    flex-wrap:wrap;
  }
  .phr-testimonials-swipe-hint{
    display:inline!important;
    font-size:11px!important;
  }
}

@media (max-width: 390px) {
  .phr-testimonials-section{padding-left:10px!important;padding-right:10px!important;}
  .phr-testimonial-card{padding:22px 17px 20px!important;}
  .phr-testimonial-text{font-size:15px!important;}
  .phr-testimonials-stage{grid-template-columns:1fr 42px 12px 42px 1fr!important;}
  .phr-testimonials-arrow{width:42px!important;height:42px!important;}
}

/* ===== Mobile navigation typography — Tajawal v5.36 ===== */
.phr-mobile-panel-premium,
.phr-mobile-panel-premium *,
.phr-mobile-panel-premium .phr-mobile-menu a,
.phr-mobile-panel-premium .menu a,
.phr-mobile-panel-premium .sub-menu a,
.phr-mobile-panel-premium .children a,
.phr-mobile-panel-premium button,
.phr-mobile-panel-premium strong,
.phr-mobile-panel-premium small,
.phr-mobile-panel-premium span,
.phr-mobile-panel-premium p {
  font-family:'Tajawal',Arial,sans-serif!important;
  letter-spacing:0!important;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
.phr-mobile-panel-premium .phr-mobile-menu>a,
.phr-mobile-panel-premium .phr-mobile-menu li>a,
.phr-mobile-panel-premium .menu li>a{font-weight:700!important;}
.phr-mobile-panel-premium .phr-mobile-nav-label,
.phr-mobile-panel-premium .phr-mobile-brand strong,
.phr-mobile-panel-premium .phr-mobile-phone strong{font-weight:800!important;}
.phr-mobile-panel-premium .sub-menu a,
.phr-mobile-panel-premium .children a{font-weight:500!important;}


/* ===== Testimonials single-review carousel reliability fix v5.37 ===== */
.phr-testimonials-track{
  display:block!important;
  width:100%!important;
  transform:none!important;
}
.phr-testimonial-card{
  display:none!important;
  width:min(100%,920px)!important;
  max-width:920px!important;
  margin-inline:auto!important;
}
.phr-testimonial-card.is-active{
  display:flex!important;
  animation:phrTestimonialActiveIn .42s cubic-bezier(.2,.72,.24,1) both!important;
}
@keyframes phrTestimonialActiveIn{
  from{opacity:0;transform:translateY(10px) scale(.992)}
  to{opacity:1;transform:translateY(0) scale(1)}
}
.phr-testimonials-section.has-testimonial-motion .phr-testimonial-card:not(.is-active){
  opacity:0!important;
}
.phr-testimonials-section.has-testimonial-motion.is-visible .phr-testimonial-card.is-active{
  opacity:1!important;
}
@media(max-width:767px){
  .phr-testimonial-card,
  .phr-testimonial-card.is-active{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }
}

/* v5.38 — subtle brand-logo shine + polished internal page transition */
#phr-header .phr-logo-wrap{
  position:relative;
  isolation:isolate;
}
#phr-header .phr-logo{
  transform:translateZ(0);
  animation:phrHeaderLogoSoftGlow 5.6s ease-in-out infinite;
  will-change:filter;
}
@keyframes phrHeaderLogoSoftGlow{
  0%,72%,100%{filter:brightness(1) saturate(1) drop-shadow(0 0 0 rgba(255,255,255,0));}
  80%{filter:brightness(1.13) saturate(1.04) drop-shadow(0 0 8px rgba(255,255,255,.30));}
  87%{filter:brightness(1.02) saturate(1.02) drop-shadow(0 0 3px rgba(13,61,103,.08));}
}
#phr-header .phr-logo-wrap::after{
  content:"";
  position:absolute;
  z-index:3;
  top:-25%;
  bottom:-25%;
  left:-42%;
  width:24%;
  pointer-events:none;
  opacity:0;
  transform:skewX(-18deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.62),transparent);
  mix-blend-mode:screen;
  animation:phrHeaderLogoShine 6.8s ease-in-out infinite;
}
@keyframes phrHeaderLogoShine{
  0%,70%{left:-42%;opacity:0}
  74%{opacity:.18}
  82%{left:118%;opacity:.48}
  86%,100%{left:118%;opacity:0}
}

.phr-page-transition{
  position:fixed;
  inset:0;
  z-index:2147483000;
  display:flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#f9fcfd 0%,#eef6f5 48%,#f8fbfd 100%);
  opacity:1;
  visibility:visible;
  pointer-events:all;
  transition:opacity .38s ease,visibility .38s ease;
}
.phr-page-transition::before,
.phr-page-transition::after{
  content:"";
  position:absolute;
  border-radius:50%;
  pointer-events:none;
}
.phr-page-transition::before{
  width:min(52vw,620px);
  height:min(52vw,620px);
  border:1px solid rgba(9,76,110,.08);
  box-shadow:0 0 0 55px rgba(9,76,110,.025),0 0 0 110px rgba(184,27,49,.018);
}
.phr-page-transition::after{
  width:190px;
  height:190px;
  background:radial-gradient(circle,rgba(15,126,112,.10),rgba(15,126,112,0) 68%);
  animation:phrTransitionAura 2.4s ease-in-out infinite;
}
.phr-page-transition-inner{
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  min-width:220px;
}
.phr-transition-logo-shell{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  width:190px;
  max-width:42vw;
  min-height:86px;
  overflow:hidden;
  border-radius:20px;
  transform:translateY(0) scale(1);
  animation:phrTransitionLogoFloat 1.9s ease-in-out infinite;
}
.phr-transition-logo{
  display:block;
  width:160px;
  max-width:88%;
  max-height:88px;
  object-fit:contain;
  filter:drop-shadow(0 10px 24px rgba(13,61,103,.10));
}
.phr-transition-shine{
  position:absolute;
  top:-30%;
  bottom:-30%;
  left:-45%;
  width:30%;
  transform:skewX(-18deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.88),transparent);
  mix-blend-mode:screen;
  animation:phrTransitionShine 1.45s ease-in-out infinite;
  pointer-events:none;
}
.phr-transition-mark{
  width:132px;
  height:34px;
  margin-bottom:3px;
  opacity:.9;
}
.phr-transition-mark svg{display:block;width:100%;height:100%}
.phr-transition-mark path{
  fill:none;
  stroke:#b7192f;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-dasharray:180;
  stroke-dashoffset:180;
  animation:phrTransitionEcg 1.55s ease-in-out infinite;
}
.phr-transition-line{
  display:block;
  width:110px;
  height:2px;
  margin-top:8px;
  border-radius:99px;
  background:linear-gradient(90deg,transparent,#0f7e70 30%,#0d3d67 70%,transparent);
  transform-origin:center;
  animation:phrTransitionLine 1.45s ease-in-out infinite;
}
.phr-transition-pulse{
  position:absolute;
  left:50%;
  top:50%;
  width:128px;
  height:128px;
  border:1px solid rgba(15,126,112,.16);
  border-radius:50%;
  transform:translate(-50%,-50%) scale(.7);
  opacity:0;
  pointer-events:none;
  animation:phrTransitionPulse 2s ease-out infinite;
}
.phr-transition-pulse-b{animation-delay:1s;border-color:rgba(183,25,47,.13)}
.phr-page-transition.is-loaded{
  opacity:0;
  visibility:hidden;
  pointer-events:none;
}
.phr-page-transition.is-leaving{
  opacity:1;
  visibility:visible;
  pointer-events:all;
}
.phr-page-transition.is-leaving .phr-transition-logo-shell{
  animation-duration:1.2s;
}
@keyframes phrTransitionLogoFloat{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-4px) scale(1.012)}}
@keyframes phrTransitionShine{0%{left:-45%;opacity:0}24%{opacity:.28}62%{left:115%;opacity:.72}100%{left:115%;opacity:0}}
@keyframes phrTransitionEcg{0%{stroke-dashoffset:180;opacity:.22}44%,70%{stroke-dashoffset:0;opacity:1}100%{stroke-dashoffset:-180;opacity:.18}}
@keyframes phrTransitionLine{0%,100%{transform:scaleX(.54);opacity:.42}50%{transform:scaleX(1);opacity:1}}
@keyframes phrTransitionPulse{0%{transform:translate(-50%,-50%) scale(.64);opacity:.40}70%,100%{transform:translate(-50%,-50%) scale(1.55);opacity:0}}
@keyframes phrTransitionAura{0%,100%{transform:scale(.86);opacity:.66}50%{transform:scale(1.12);opacity:1}}

@media (max-width:767px){
  .phr-transition-logo-shell{width:155px;min-height:74px;border-radius:18px}
  .phr-transition-logo{width:132px;max-height:72px}
  .phr-transition-mark{width:112px;height:30px}
  .phr-page-transition::before{width:78vw;height:78vw;box-shadow:0 0 0 34px rgba(9,76,110,.022),0 0 0 68px rgba(184,27,49,.014)}
}
@media (prefers-reduced-motion:reduce){
  #phr-header .phr-logo,#phr-header .phr-logo-wrap::after,
  .phr-page-transition::after,.phr-transition-logo-shell,.phr-transition-shine,
  .phr-transition-mark path,.phr-transition-line,.phr-transition-pulse{animation:none!important}
  .phr-page-transition{transition-duration:.12s}
}


/* PHR 5.40.2 — GTranslate language picker */
#phr-header .phr-language-wrap{
  position:relative;
  display:inline-flex;
  align-items:center;
  flex:0 0 auto;
}
#phr-header .phr-language-picker-toggle{
  appearance:none;
  -webkit-appearance:none;
  font:inherit;
}
#phr-header .phr-language-menu{
  position:absolute;
  top:calc(100% + 13px);
  left:0;
  width:300px;
  max-width:calc(100vw - 28px);
  max-height:min(520px,70vh);
  padding:10px;
  border:1px solid rgba(13,47,87,.10);
  border-radius:20px;
  background:rgba(255,255,255,.98);
  box-shadow:0 22px 60px rgba(12,35,64,.18);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(-7px) scale(.985);
  transform-origin:top left;
  transition:opacity .18s ease,transform .18s ease,visibility .18s ease;
  z-index:10040;
  overflow:hidden;
  direction:rtl;
}
#phr-header .phr-language-wrap.is-open .phr-language-menu{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateY(0) scale(1);
}
#phr-header .phr-language-wrap.is-open .phr-language-toggle{
  transform:translateY(-1px);
  box-shadow:0 16px 38px rgba(13,61,103,.20);
}
#phr-header .phr-language-menu::before{
  content:"";
  position:absolute;
  top:-7px;
  left:18px;
  width:14px;
  height:14px;
  background:#fff;
  border-left:1px solid rgba(13,47,87,.10);
  border-top:1px solid rgba(13,47,87,.10);
  transform:rotate(45deg);
}
#phr-header .phr-language-menu-head{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:8px 10px 11px;
  border-bottom:1px solid rgba(13,47,87,.08);
}
#phr-header .phr-language-menu-title{
  color:#0d2f57;
  font-size:15px;
  font-weight:800;
}
#phr-header .phr-language-menu-subtitle{
  color:#8290a2;
  font-size:11px;
  font-weight:700;
  letter-spacing:.05em;
  text-transform:uppercase;
  direction:ltr;
}
#phr-header .phr-language-items{
  display:flex;
  flex-direction:column;
  gap:5px;
  max-height:min(430px,60vh);
  padding:8px 2px 2px;
  overflow-y:auto;
  overscroll-behavior:contain;
  scrollbar-width:thin;
}
#phr-header .phr-language-item{
  display:block;
  margin:0;
  padding:0;
}
#phr-header .phr-language-item > a[data-gt-lang]{
  display:flex !important;
  align-items:center;
  gap:11px;
  width:100%;
  min-height:46px;
  margin:0 !important;
  padding:8px 10px !important;
  border:1px solid transparent;
  border-radius:13px;
  background:transparent;
  color:#173a60 !important;
  text-decoration:none !important;
  font-size:14px !important;
  font-weight:700 !important;
  line-height:1.35 !important;
  direction:ltr;
  transition:background .16s ease,border-color .16s ease,transform .16s ease,color .16s ease;
}
#phr-header .phr-language-item > a[data-gt-lang]:hover,
#phr-header .phr-language-item > a[data-gt-lang]:focus-visible{
  background:#f1f6fb;
  border-color:rgba(13,61,103,.08);
  color:#0d3d67 !important;
  transform:translateX(2px);
  outline:none;
}
#phr-header .phr-language-item > a[data-gt-lang].gt-current-lang{
  background:#eaf2f9;
  border-color:rgba(13,61,103,.11);
  color:#0d3d67 !important;
}
#phr-header .phr-language-item > a[data-gt-lang].gt-current-lang::after{
  content:"✓";
  margin-left:auto;
  width:20px;
  height:20px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#0d3d67;
  color:#fff;
  font-size:11px;
  font-weight:900;
}
#phr-header .phr-language-item > a[data-gt-lang] img{
  width:29px !important;
  height:20px !important;
  flex:0 0 29px;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  border-radius:4px;
  object-fit:cover;
  box-shadow:0 0 0 1px rgba(13,47,87,.10);
  opacity:1 !important;
}
#phr-header .phr-language-item > a[data-gt-lang] span{
  margin:0 !important;
  color:inherit !important;
  font:inherit !important;
  direction:auto;
}
@media (max-width:782px){
  #phr-header .phr-language-menu{
    position:fixed;
    left:50%;
    right:auto;
    top:calc(var(--phr-adminbar, 0px) + var(--phr-height, 90px) + 10px);
    width:min(300px,calc(100vw - 28px));
    max-width:calc(100vw - 28px);
    transform:translate(-50%,-7px) scale(.985);
    transform-origin:top center;
  }
  #phr-header .phr-language-wrap.is-open .phr-language-menu{
    transform:translate(-50%,0) scale(1);
  }
  #phr-header .phr-language-menu::before{
    display:none;
  }
  #phr-header .phr-language-items{max-height:min(390px,58vh);}
}
