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

#phr-header, #phr-header * { box-sizing: border-box; font-family: 'Tajawal', Arial, sans-serif !important; }
#phr-header {
  position: fixed; top: var(--phr-adminbar); left: 0; width: 100%; z-index: 9998;
  transition: background .25s ease, box-shadow .25s ease, backdrop-filter .25s ease;
}
#phr-header.phr-is-solid { background: var(--phr-bg); }
#phr-header.phr-is-transparent { background: rgba(255,255,255,.16); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
#phr-header.phr-inner-transparent-header.phr-is-transparent { background: rgba(255,255,255,.08); backdrop-filter: blur(var(--phr-inner-header-blur)); -webkit-backdrop-filter: blur(var(--phr-inner-header-blur)); border-bottom: 1px solid rgba(255,255,255,.14); }
#phr-header.is-sticky-shadow { box-shadow: 0 12px 36px rgba(14, 31, 56, .10); }
#phr-header .phr-shell {
  max-width: var(--phr-container); height: var(--phr-height); margin: 0 auto; padding: 0 22px;
  display: grid; grid-template-columns: max-content 1fr max-content; align-items: center;
  direction: ltr; position: relative;
}
#phr-header .phr-col { min-width: 0; display: flex; align-items: center; }
#phr-header .phr-left { justify-content: flex-start; order: 1; justify-self: start; gap: 12px; }
#phr-header .phr-center {
  justify-content: center; order: 2; justify-self: stretch; min-width: 0;
  margin-left: var(--phr-cta-gap); margin-right: var(--phr-logo-gap);
  transform: translateX(var(--phr-menu-offset)); transition: transform .28s ease;
}
#phr-header .phr-right { justify-content: flex-end; order: 3; justify-self: end; }
#phr-header .phr-logo-wrap { display: inline-flex; align-items: center; text-decoration: none; justify-content: flex-end; }
#phr-header .phr-logo { width: var(--phr-logo); height: var(--phr-logo-height); max-height: calc(var(--phr-height) - 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-dropdown-text) !important; text-decoration: none; font-size: 16px; font-weight: 700; white-space: nowrap;
  display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 18px;
  border-radius: var(--phr-menu-item-radius);
  transition: color .22s ease, transform .22s ease, filter .22s ease;
  position: relative; z-index: 1;
}

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

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


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

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

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

#phr-header .phr-cta {
  min-height: var(--phr-wa-button-size); min-width: var(--phr-wa-button-size); padding: 7px 16px 7px 8px; border-radius: 999px;
  background: linear-gradient(135deg, rgba(255,255,255,.98), rgba(248,255,251,.92)); color: var(--phr-text);
  text-decoration: none; font-size: 15px; font-weight: 900; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  box-shadow: 0 16px 38px rgba(13,61,103,.13), inset 0 1px 0 rgba(255,255,255,.96), 0 0 0 1px rgba(37,211,102,.08);
  direction: rtl; border: 1px solid rgba(37,211,102,.20); overflow: hidden; position: relative;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}
#phr-header .phr-cta::before{
  content:''; position:absolute; inset:2px; border-radius:inherit; pointer-events:none;
  border:1px solid rgba(255,255,255,.78);
}
#phr-header .phr-cta:hover { transform: translateY(-2px); border-color: rgba(37,211,102,.38); box-shadow: 0 18px 42px rgba(13,61,103,.16), 0 0 24px rgba(37,211,102,.18), inset 0 1px 0 rgba(255,255,255,.96); }
#phr-header .phr-wa-icon {
  width: var(--phr-wa-inner-icon-size); height: var(--phr-wa-inner-icon-size); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center;
  background: radial-gradient(circle at 35% 28%, rgba(255,255,255,.35), transparent 24%), var(--phr-wa-bg); color: #fff; font-size: 20px; line-height: 1;
  box-shadow: 0 10px 22px rgba(37,211,102,.30), inset 0 1px 0 rgba(255,255,255,.26); position: relative; z-index: 1; flex: 0 0 auto;
}
#phr-header .phr-cta-text { display: inline-flex; align-items: center; position: relative; z-index: 1; white-space: nowrap; letter-spacing: -.2px; }
#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: var(--phr-wa-button-size); }
}
@media (max-width: 782px) {
  :root { --phr-adminbar: 46px; }
  #phr-header .phr-shell { padding: 0 14px; grid-template-columns: auto auto 1fr; }
  #phr-header .phr-right { padding-left: 0; }
  #phr-header .phr-logo { max-width: 120px; }
}


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


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

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

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

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


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

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


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


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

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




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

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

/* Portfolio section */

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

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

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


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

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

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


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

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


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

/* PHR 4.0.0 testimonials section */
.phr-testimonials-section{
  position:relative;
  padding:90px 20px;
  background:var(--phr-testimonials-bg);
  overflow:hidden;
  font-family:'Tajawal',sans-serif;
}
.phr-testimonials-section,
.phr-testimonials-section *{
  font-family:'Tajawal',sans-serif;
}
.phr-testimonials-backdrop{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at top right,var(--phr-testimonials-overlay-1),transparent 38%),
    radial-gradient(circle at bottom left,var(--phr-testimonials-overlay-2),transparent 42%);
  pointer-events:none;
}
.phr-testimonials-shell{
  position:relative;
  z-index:1;
  max-width:var(--phr-testimonials-inner-width);
  margin:0 auto;
}
.phr-testimonials-head{
  text-align:center;
  max-width:780px;
  margin:0 auto 34px;
}
.phr-testimonials-pretitle{
  display:inline-flex;
  padding:10px 18px;
  border-radius:999px;
  background:rgba(255,255,255,.8);
  color:var(--phr-testimonials-title);
  margin-bottom:14px;
  font-weight:700;
}
.phr-testimonials-title{
  margin:0 0 14px;
  font-size:var(--phr-testimonials-title-size);
  color:var(--phr-testimonials-title);
  line-height:1.2;
}
.phr-testimonials-title .phr-highlight{
  background:var(--phr-testimonials-highlight-bg);
  color:var(--phr-testimonials-highlight-text);
}
.phr-testimonials-desc{
  margin:0;
  color:var(--phr-testimonials-desc);
  font-size:var(--phr-testimonials-desc-size);
  line-height:1.9;
}
.phr-testimonials-slider-wrap{
  position:relative;
  display:flex;
  align-items:center;
  gap:18px;
}
.phr-testimonials-viewport{
  overflow:hidden;
  flex:1 1 auto;
  min-width:0;
  width:100%;
  direction:ltr;
}
.phr-testimonials-track{
  display:flex;
  flex-wrap:nowrap;
  align-items:stretch;
  gap:24px;
  transition:transform .45s ease;
  will-change:transform;
  direction:ltr;
  transform:translate3d(0,0,0);
}
.phr-testimonials-track > .phr-testimonial-card{
  box-sizing:border-box;
  direction:rtl;
}
.phr-testimonial-card{
  flex:0 0 calc((100% - 72px) / 4);
  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-testimonial-card{ flex-basis:calc((100% - 24px) / 2); }
}
@media (max-width:767px){
  .phr-testimonials-section{ padding:58px 14px; overflow:hidden; }
  .phr-testimonials-shell{ max-width:100%; }
  .phr-testimonials-head{ margin-bottom:24px; }
  .phr-testimonials-pretitle{ padding:8px 14px; font-size:14px; }
  .phr-testimonials-title{ font-size:clamp(26px,8vw,34px); line-height:1.25; }
  .phr-testimonials-desc{ font-size:15px; line-height:1.8; }
  .phr-testimonials-slider-wrap{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    gap:14px 10px;
  }
  .phr-testimonials-viewport{
    order:1;
    flex:0 0 100%;
    width:100%;
    max-width:100%;
  }
  .phr-testimonials-track{
    gap:14px;
    width:100%;
  }
  .phr-testimonial-card{
    flex:0 0 100%;
    width:100%;
    min-width:100%;
    max-width:100%;
    padding:20px 16px;
    border-radius:20px;
    box-shadow:0 14px 24px -18px rgba(13,47,87,.32);
    direction:rtl;
    text-align:right;
  }
  .phr-testimonial-top{
    align-items:center;
    gap:12px;
    margin-bottom:14px;
  }
  .phr-testimonial-meta{ min-width:0; flex:1 1 auto; }
  .phr-testimonial-meta h3{
    font-size:clamp(18px,var(--phr-testimonials-item-name-size),21px);
    overflow-wrap:anywhere;
  }
  .phr-testimonial-meta span{ font-size:13px; }
  .phr-testimonial-avatar{ width:56px; height:56px; border-radius:15px; }
  .phr-testimonial-stars{ justify-content:flex-start; font-size:18px; }
  .phr-testimonial-text{ font-size:15px; line-height:1.85; overflow-wrap:anywhere; }
  .phr-testimonials-arrow{
    order:2;
    width:44px;
    height:44px;
    border-radius:14px;
    font-size:20px;
    margin-top:2px;
  }
  .phr-testimonials-dots{ margin-top: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:var(--phr-footer-logo-height,auto);display:block;object-fit:contain;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); }
}

/* Professional top header bar */
#phr-header .phr-topbar,
#phr-header .phr-topbar * { box-sizing: border-box; font-family: 'Tajawal', Arial, sans-serif !important; }
#phr-header .phr-topbar {
  min-height: calc(var(--phr-topbar-height) - (var(--phr-topbar-padding-y) * 2));
  height: auto;
  padding-top: var(--phr-topbar-padding-y);
  padding-bottom: var(--phr-topbar-padding-y);
  position: relative;
  background:
    radial-gradient(circle at 8% 50%, rgba(255,255,255,.18), transparent 23%),
    radial-gradient(circle at 92% 30%, rgba(255,255,255,.10), transparent 26%),
    linear-gradient(135deg, rgba(255,255,255,.09), transparent 42%),
    var(--phr-topbar-bg-image),
    var(--phr-topbar-bg);
  background-size: auto, auto, auto, cover, auto;
  background-position: center, center, center, center, center;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: var(--phr-topbar-text);
  border-bottom: 1px solid rgba(255,255,255,.12);
  overflow: hidden;
}
#phr-header .phr-topbar::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: var(--phr-topbar-overlay-color);
  z-index: 0;
}
#phr-header .phr-topbar::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,.12), transparent 22%, rgba(255,255,255,.07) 50%, transparent 78%, rgba(0,0,0,.08)),
    linear-gradient(30deg, rgba(255,255,255,.075) 12%, transparent 12.5%, transparent 87%, rgba(255,255,255,.075) 87.5%, rgba(255,255,255,.075)),
    linear-gradient(150deg, rgba(255,255,255,.075) 12%, transparent 12.5%, transparent 87%, rgba(255,255,255,.075) 87.5%, rgba(255,255,255,.075)),
    linear-gradient(30deg, rgba(255,255,255,.075) 12%, transparent 12.5%, transparent 87%, rgba(255,255,255,.075) 87.5%, rgba(255,255,255,.075)),
    linear-gradient(150deg, rgba(255,255,255,.075) 12%, transparent 12.5%, transparent 87%, rgba(255,255,255,.075) 87.5%, rgba(255,255,255,.075)),
    linear-gradient(60deg, rgba(0,0,0,.055) 25%, transparent 25.5%, transparent 75%, rgba(0,0,0,.055) 75%, rgba(0,0,0,.055)),
    linear-gradient(60deg, rgba(0,0,0,.055) 25%, transparent 25.5%, transparent 75%, rgba(0,0,0,.055) 75%, rgba(0,0,0,.055));
  background-size: auto, 34px 59px, 34px 59px, 34px 59px, 34px 59px, 34px 59px, 34px 59px;
  background-position: center, 0 0, 0 0, 17px 30px, 17px 30px, 0 0, 17px 30px;
  opacity: .72;
  z-index: 1;
}
#phr-header .phr-topbar.phr-topbar-pattern-dots::before {
  background:
    linear-gradient(90deg, rgba(255,255,255,.12), transparent 22%, rgba(255,255,255,.07) 50%, transparent 78%, rgba(0,0,0,.08)),
    radial-gradient(circle, rgba(255,255,255,.24) 1.2px, transparent 1.7px),
    radial-gradient(circle, rgba(0,0,0,.10) 1px, transparent 1.6px);
  background-size: auto, 18px 18px, 18px 18px;
  background-position: center, 0 0, 9px 9px;
}
#phr-header .phr-topbar.phr-topbar-pattern-lines::before {
  background:
    linear-gradient(90deg, rgba(255,255,255,.12), transparent 22%, rgba(255,255,255,.07) 50%, transparent 78%, rgba(0,0,0,.08)),
    repeating-linear-gradient(135deg, rgba(255,255,255,.075) 0 1px, transparent 1px 14px);
  background-size: auto, auto;
  background-position: center, center;
}
#phr-header .phr-topbar.phr-topbar-pattern-none::before {
  background: linear-gradient(90deg, rgba(255,255,255,.12), transparent 22%, rgba(255,255,255,.07) 50%, transparent 78%, rgba(0,0,0,.08));
}
#phr-header .phr-topbar-inner { position: relative; z-index: 2;

  max-width: var(--phr-topbar-inner);
  min-height: calc(var(--phr-topbar-height) - (var(--phr-topbar-padding-y) * 2));
  margin: 0 auto;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
#phr-header .phr-topbar-info,
#phr-header .phr-topbar-social { display: flex; align-items: center; gap: 12px; min-width: 0; }
#phr-header .phr-topbar-info { flex-wrap: nowrap; overflow: hidden; }
#phr-header .phr-topbar-item {
  color: var(--phr-topbar-text) !important;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: var(--phr-topbar-font-size);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  opacity: .96;
}
#phr-header .phr-topbar-item:hover { opacity: 1; color: var(--phr-topbar-accent) !important; }
#phr-header .phr-topbar-mini-icon {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.10);
  color: var(--phr-topbar-accent);
  font-size: 13px;
  flex: 0 0 auto;
}
#phr-header .phr-topbar-social-link {
  width: var(--phr-topbar-icon-size);
  height: var(--phr-topbar-icon-size);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--phr-topbar-text) !important;
  background: linear-gradient(145deg, rgba(255,255,255,.20), rgba(255,255,255,.055));
  border: 1px solid rgba(255,255,255,.24);
  text-decoration: none;
  backdrop-filter: blur(12px) saturate(150%);
  -webkit-backdrop-filter: blur(12px) saturate(150%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.30), inset 0 -8px 18px rgba(255,255,255,.045), 0 10px 24px rgba(0,0,0,.13);
  transition: transform .22s ease, background .22s ease, color .22s ease, border-color .22s ease, box-shadow .22s ease, filter .22s ease;
  position: relative;
  overflow: hidden;
}
#phr-header .phr-topbar-social-link::before {
  content: '';
  position: absolute;
  inset: -45%;
  background: radial-gradient(circle, rgba(255,255,255,.65), transparent 58%);
  opacity: 0;
  transform: scale(.65);
  transition: opacity .22s ease, transform .22s ease;
  pointer-events: none;
}
#phr-header .phr-topbar-social-link svg { width: 46%; height: 46%; fill: currentColor; display: block; position: relative; z-index: 1; }
#phr-header .phr-topbar-social-link.phr-social-whatsapp {
  width: var(--phr-topbar-icon-size);
  min-width: var(--phr-topbar-icon-size);
  padding: 0;
  background: linear-gradient(145deg, rgba(37,211,102,.34), rgba(18,140,126,.16));
  color: #fff !important;
  border-color: rgba(255,255,255,.28);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.30), 0 10px 24px rgba(18,140,126,.22);
}
#phr-header .phr-topbar-social-link:hover {
  transform: translateY(-2px) scale(1.04);
  color: #fff !important;
  background: linear-gradient(145deg, rgba(255,255,255,.32), rgba(255,255,255,.12));
  border-color: rgba(255,255,255,.50);
  box-shadow: 0 0 0 6px rgba(255,255,255,.055), 0 0 24px rgba(255,255,255,.30), 0 15px 32px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.36);
  filter: saturate(120%);
}
#phr-header .phr-topbar-social-link:hover::before { opacity: .65; transform: scale(1); }
#phr-header .phr-topbar-social-link.phr-social-whatsapp:hover {
  background: linear-gradient(145deg, rgba(43,232,112,.46), rgba(18,140,126,.24));
  border-color: rgba(255,255,255,.50);
  box-shadow: 0 0 0 6px rgba(37,211,102,.08), 0 0 26px rgba(37,211,102,.45), 0 16px 32px rgba(18,140,126,.26), inset 0 1px 0 rgba(255,255,255,.34);
}
#phr-header .phr-shell { height: var(--phr-height); }
.phr-mobile-panel { padding-top: calc(var(--phr-total-height) + var(--phr-adminbar) + 20px); }

@media (max-width: 900px) {
  #phr-header .phr-topbar {
    height: auto !important;
    min-height: 38px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  #phr-header .phr-topbar-inner {
    min-height: 32px !important;
    padding: 0 10px !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    width: 100% !important;
    white-space: nowrap !important;
  }
  #phr-header .phr-topbar-info {
    width: auto !important;
    min-width: 0 !important;
    flex: 1 1 auto !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    overflow: hidden !important;
    gap: 0 !important;
  }
  #phr-header .phr-topbar-info .phr-topbar-item:not(.phr-topbar-phone) { display: none !important; }
  #phr-header .phr-topbar-phone {
    display: inline-flex !important;
    max-width: 100% !important;
    font-size: 12px !important;
    line-height: 1 !important;
    gap: 5px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
  #phr-header .phr-topbar-mini-icon {
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    font-size: 10px !important;
  }
  #phr-header .phr-topbar-social {
    flex: 0 0 auto !important;
    justify-content: flex-end !important;
    gap: 5px !important;
    white-space: nowrap !important;
  }
  #phr-header .phr-topbar-social-link,
  #phr-header .phr-topbar-social-link.phr-social-whatsapp {
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    max-width: 26px !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.28), 0 5px 12px rgba(0,0,0,.10) !important;
  }
  #phr-header .phr-topbar-social-link svg { width: 50% !important; height: 50% !important; }
}
@media (max-width: 380px) {
  #phr-header .phr-topbar-inner { gap: 5px !important; padding-left: 7px !important; padding-right: 7px !important; }
  #phr-header .phr-topbar-phone { font-size: 11px !important; }
  #phr-header .phr-topbar-mini-icon { width: 18px !important; height: 18px !important; min-width: 18px !important; }
  #phr-header .phr-topbar-social { gap: 4px !important; }
  #phr-header .phr-topbar-social-link,
  #phr-header .phr-topbar-social-link.phr-social-whatsapp {
    width: 23px !important;
    height: 23px !important;
    min-width: 23px !important;
    max-width: 23px !important;
  }
}

/* Topbar-aware offsets for built-in service and inner hero templates */
.phr-service-hero-banner { margin-top: calc(-1 * (var(--phr-total-height) + var(--phr-adminbar))) !important; padding-top: calc(var(--phr-total-height) + var(--phr-adminbar) + 34px) !important; }
.phr-service-single-wrap { padding-top: var(--phr-adminbar); }
#phr-inner-hero { margin-top: calc(-1 * (var(--phr-total-height) + var(--phr-adminbar))) !important; padding-top: calc(var(--phr-total-height) + var(--phr-adminbar) + 72px) !important; }
@media (max-width: 767px) {
  .phr-service-hero-banner { padding-top: calc(var(--phr-total-height) + var(--phr-adminbar) + 22px) !important; }
  #phr-inner-hero { padding-top: calc(var(--phr-total-height) + var(--phr-adminbar) + 48px) !important; }
}

/* PHR Hero Slider Widget v48 */
.phr-hero-slider-section{position:relative;overflow:hidden;min-height:var(--phr-hero-h);background:var(--phr-hero-bg);font-family:Tajawal,Arial,sans-serif;color:var(--phr-hero-text);isolation:isolate}
.phr-hero-slider-bg{position:absolute;inset:0;background:radial-gradient(circle at 18% 18%,rgba(35,197,94,.25),transparent 28%),radial-gradient(circle at 82% 34%,rgba(255,255,255,.14),transparent 30%),linear-gradient(135deg,var(--phr-hero-bg),#03170f 72%);z-index:-3}
.phr-hero-slider-bg:before{content:"";position:absolute;inset:0;opacity:.22;background-image:linear-gradient(30deg,rgba(255,255,255,.12) 12%,transparent 12.5%,transparent 87%,rgba(255,255,255,.12) 87.5%,rgba(255,255,255,.12)),linear-gradient(150deg,rgba(255,255,255,.12) 12%,transparent 12.5%,transparent 87%,rgba(255,255,255,.12) 87.5%,rgba(255,255,255,.12)),linear-gradient(30deg,rgba(255,255,255,.12) 12%,transparent 12.5%,transparent 87%,rgba(255,255,255,.12) 87.5%,rgba(255,255,255,.12)),linear-gradient(150deg,rgba(255,255,255,.12) 12%,transparent 12.5%,transparent 87%,rgba(255,255,255,.12) 87.5%,rgba(255,255,255,.12));background-size:70px 122px;background-position:0 0,0 0,35px 61px,35px 61px}
.phr-hero-slider-bg:after{content:"";position:absolute;inset:0;background:var(--phr-hero-overlay);opacity:var(--phr-hero-overlay-opacity);z-index:1}
.phr-hero-slider-wrap{width:min(var(--phr-hero-w),calc(100% - 32px));min-height:var(--phr-hero-h);margin:0 auto;position:relative;display:flex;align-items:center;padding:120px 0 168px}
.phr-hero-slider-viewport{width:100%;overflow:hidden;border-radius:38px;background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,255,255,.045));border:1px solid rgba(255,255,255,.18);box-shadow:0 36px 90px rgba(0,0,0,.24),inset 0 1px 0 rgba(255,255,255,.18);backdrop-filter:blur(14px)}
.phr-hero-slider-track{direction:ltr;display:flex;transition:transform .75s cubic-bezier(.2,.85,.25,1);will-change:transform}
.phr-hero-slide{direction:rtl;min-width:100%;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:42px;align-items:center;padding:56px}
.phr-hero-kicker{display:inline-flex;align-items:center;gap:9px;margin-bottom:18px;padding:9px 16px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:rgba(255,255,255,.10);color:#fff;font-weight:800;box-shadow:inset 0 1px 0 rgba(255,255,255,.16)}
.phr-hero-kicker:before{content:"";width:10px;height:10px;border-radius:50%;background:var(--phr-hero-accent);box-shadow:0 0 18px var(--phr-hero-accent)}
.phr-hero-title{margin:0 0 18px;color:var(--phr-hero-title);font-size:clamp(34px,var(--phr-hero-title-size),72px);line-height:1.12;font-weight:900;letter-spacing:-.7px;text-shadow:0 12px 42px rgba(0,0,0,.28)}
.phr-hero-desc{margin:0;max-width:680px;color:var(--phr-hero-text);font-size:clamp(16px,var(--phr-hero-desc-size),24px);line-height:1.9;font-weight:600;opacity:.96}
.phr-hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:14px;margin-top:30px}
.phr-hero-btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 28px;border-radius:999px;font-weight:900;text-decoration:none!important;transition:.25s ease;border:1px solid rgba(255,255,255,.18)}
.phr-hero-btn.is-primary{background:linear-gradient(135deg,var(--phr-hero-btn-bg),#12a63f);color:var(--phr-hero-btn-text);box-shadow:0 18px 40px rgba(16,185,80,.28),inset 0 1px 0 rgba(255,255,255,.22)}
.phr-hero-btn.is-secondary{background:var(--phr-hero-secondary-bg);color:var(--phr-hero-secondary-text);backdrop-filter:blur(10px)}
.phr-hero-btn:hover{transform:translateY(-3px);box-shadow:0 22px 48px rgba(0,0,0,.26),0 0 30px rgba(35,197,94,.22)}
.phr-hero-visual{position:relative;min-height:430px;display:flex;align-items:center;justify-content:center}
.phr-hero-visual:before{content:"";position:absolute;width:78%;height:78%;border-radius:50%;background:radial-gradient(circle,rgba(35,197,94,.34),transparent 66%);filter:blur(10px);animation:phrHeroPulse 4s ease-in-out infinite}
.phr-hero-visual-card{position:relative;width:min(460px,100%);aspect-ratio:1/1.04;border-radius:36px;overflow:hidden;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.20);box-shadow:0 30px 80px rgba(0,0,0,.34);transform:rotate(-2deg)}
.phr-hero-visual-card img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(1.06)}
.phr-hero-visual-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 46%,rgba(0,0,0,.24))}
.phr-hero-visual-icon{position:absolute;right:20px;bottom:20px;width:72px;height:72px;display:grid;place-items:center;border-radius:24px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.34);backdrop-filter:blur(12px);box-shadow:0 18px 38px rgba(0,0,0,.22);color:#fff;z-index:2}
.phr-hero-visual-icon svg{width:38px;height:38px;fill:currentColor}
.phr-hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.13);color:#fff;font-size:34px;line-height:1;cursor:pointer;backdrop-filter:blur(10px);transition:.2s ease}.phr-hero-arrow:hover{background:var(--phr-hero-accent);box-shadow:0 0 24px rgba(35,197,94,.45)}.phr-hero-arrow.is-prev{right:-24px}.phr-hero-arrow.is-next{left:-24px}
.phr-hero-dots{position:absolute;left:50%;bottom:132px;transform:translateX(-50%);display:flex;gap:8px;z-index:7}.phr-hero-dot{width:10px;height:10px;border-radius:99px;border:0;background:rgba(255,255,255,.42);cursor:pointer;transition:.25s}.phr-hero-dot.is-active{width:34px;background:var(--phr-hero-accent);box-shadow:0 0 18px rgba(35,197,94,.55)}
.phr-hero-feature-strip{position:absolute;left:50%;bottom:28px;transform:translateX(-50%);width:min(calc(100% - 60px),1100px);display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;z-index:6;padding-bottom:8px}
.phr-hero-feature{min-height:96px;padding:18px 14px 20px;border-radius:22px;display:flex;align-items:center;justify-content:center;gap:12px;text-align:center;background:rgba(255,255,255,.92);color:#0b2c20;font-weight:900;box-shadow:0 18px 46px rgba(0,0,0,.16);border:1px solid rgba(255,255,255,.85);transition:.22s ease;overflow:visible}.phr-hero-feature:hover{transform:translateY(-5px);box-shadow:0 24px 54px rgba(18,140,64,.22)}
.phr-hero-feature-icon{width:48px;height:48px;min-width:48px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,var(--phr-hero-accent),#0d8f3c);color:#fff;box-shadow:0 10px 22px rgba(16,185,80,.28);overflow:visible}.phr-hero-feature-icon svg{width:26px;height:26px;fill:currentColor;display:block}
@keyframes phrHeroPulse{50%{transform:scale(1.08);opacity:.72}}
@media(max-width:1024px){.phr-hero-slide{grid-template-columns:1fr;padding:42px}.phr-hero-visual{min-height:320px;order:-1}.phr-hero-visual-card{max-width:360px}.phr-hero-feature-strip{grid-template-columns:repeat(2,minmax(0,1fr));position:relative;left:auto;bottom:auto;transform:none;width:100%;margin-top:18px;padding-bottom:0}.phr-hero-slider-wrap{display:block;padding:105px 0 45px}.phr-hero-arrow.is-prev{right:12px}.phr-hero-arrow.is-next{left:12px}.phr-hero-dots{bottom:18px}}
@media(max-width:640px){.phr-hero-slider-wrap{width:min(100% - 18px,var(--phr-hero-w));padding-top:96px}.phr-hero-slide{padding:28px 20px;gap:24px}.phr-hero-title{font-size:var(--phr-hero-title-mobile-size,32px)!important;line-height:1.16!important;overflow-wrap:anywhere}.phr-hero-desc{font-size:var(--phr-hero-desc-mobile-size,15px)!important;line-height:1.75!important}.phr-hero-actions{align-items:stretch}.phr-hero-btn{width:100%}.phr-hero-feature-strip{grid-template-columns:1fr}.phr-hero-visual{min-height:260px}.phr-hero-visual-icon{width:58px;height:58px}.phr-hero-arrow{display:none}}

/* PHR Hero Slider transitions v51 - keeps the original visual design exactly, only changes movement */
.phr-hero-slider-section[data-transition="cinematic"] .phr-hero-slider-track{transition:transform .95s cubic-bezier(.16,.95,.25,1)}
.phr-hero-slider-section[data-transition="zoom"] .phr-hero-slider-track{transition:transform .86s cubic-bezier(.2,.85,.25,1)}
.phr-hero-slider-section[data-transition="fade"] .phr-hero-slider-track{transition:transform .72s ease}
.phr-hero-slider-section[data-transition="slide"] .phr-hero-slider-track{transition:transform .75s cubic-bezier(.2,.85,.25,1)}
.phr-hero-slider-section[data-transition="cinematic"] .phr-hero-slide.is-active .phr-hero-visual:before{animation:phrHeroPulse 4s ease-in-out infinite}
@media (prefers-reduced-motion: reduce){.phr-hero-slider-track{transition:none!important}}


/* v53: Hero slider visual image fills the full box with premium shine */
.phr-hero-visual-card{
  isolation:isolate;
  background:#062b1b;
}
.phr-hero-visual-card img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  z-index:0;
  transform:scale(1.035);
  transition:transform .9s cubic-bezier(.2,.85,.25,1), filter .55s ease;
}
.phr-hero-slide.is-active .phr-hero-visual-card img,
.phr-hero-visual-card:hover img{
  transform:scale(1.08);
  filter:saturate(1.12) contrast(1.04) brightness(1.02);
}
.phr-hero-visual-card:before{
  content:"";
  position:absolute;
  inset:-30%;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(115deg,transparent 32%,rgba(255,255,255,.20) 45%,rgba(255,255,255,.58) 50%,rgba(255,255,255,.16) 56%,transparent 68%);
  transform:translateX(54%) rotate(8deg);
  mix-blend-mode:screen;
  opacity:.75;
  animation:phrHeroCardShine 4.6s ease-in-out infinite;
}
.phr-hero-visual-card:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(255,255,255,.10) 0%,rgba(255,255,255,0) 34%,rgba(0,0,0,.14) 100%),radial-gradient(circle at 18% 12%,rgba(255,255,255,.26),transparent 22%);
}
.phr-hero-visual-icon{z-index:3}
@keyframes phrHeroCardShine{
  0%,52%{transform:translateX(62%) rotate(8deg);opacity:0}
  62%{opacity:.78}
  82%{transform:translateX(-54%) rotate(8deg);opacity:.60}
  100%{transform:translateX(-62%) rotate(8deg);opacity:0}
}

/* v54: Force hero slider image to fill the entire visual box from top to bottom */
.phr-hero-visual-card{
  position:relative !important;
  overflow:hidden !important;
  background:transparent !important;
}
.phr-hero-visual-card > img,
.phr-hero-visual-card img{
  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;
  max-width:none !important;
  max-height:none !important;
  object-fit:cover !important;
  object-position:center center !important;
  display:block !important;
  z-index:0 !important;
}
.phr-hero-visual-card:after{
  z-index:2 !important;
  background:linear-gradient(115deg,rgba(255,255,255,.18),rgba(255,255,255,0) 34%,rgba(0,0,0,.10) 100%) !important;
}
.phr-hero-visual-card:before{z-index:2 !important;}
.phr-hero-visual-icon{z-index:4 !important;}

/* v55: Keep top header out of sticky state and show slider image clearer */
#phr-header.is-sticky-shadow .phr-topbar{
  display:none !important;
}
.phr-hero-visual-card img{
  transform:none !important;
  filter:saturate(1.08) contrast(1.02) brightness(1.03) !important;
  object-fit:cover !important;
  object-position:center center !important;
}
.phr-hero-slide.is-active .phr-hero-visual-card img,
.phr-hero-visual-card:hover img{
  transform:none !important;
  filter:saturate(1.12) contrast(1.04) brightness(1.04) !important;
}
.phr-hero-visual-card:after{
  background:linear-gradient(115deg,rgba(255,255,255,.12),rgba(255,255,255,0) 30%,rgba(0,0,0,.06) 100%) !important;
}
@media (max-width:1024px){
  #phr-header.is-sticky-shadow .phr-topbar{display:none !important;}
  .phr-hero-visual-card img{object-position:center center !important;}
}

/* v56: Hide hero slider pagination dots - arrows only */
.phr-hero-dots,
.phr-hero-dot{
  display:none !important;
  visibility:hidden !important;
  opacity:0 !important;
  pointer-events:none !important;
}

/* PHR v57 - premium services slider cards */
.phr-services-slider-section{padding:96px 0 105px;}
.phr-services-slider-wrap{position:relative;z-index:2;margin-top:10px;padding:0 58px;}
.phr-services-viewport{overflow:hidden;width:100%;padding:18px 0 30px;direction:ltr;}
.phr-services-track{display:flex;gap:24px;direction:ltr;transition:transform .55s cubic-bezier(.22,.8,.22,1);will-change:transform;}
.phr-service-slide-card{direction:rtl;position:relative;flex:0 0 calc((100% - 72px)/4);min-height:var(--phr-services-card-height, 460px);border-radius:var(--phr-services-radius);overflow:hidden;background:#07351f;border:1px solid rgba(255,255,255,.18);box-shadow:0 28px 70px rgba(3,34,20,.18);isolation:isolate;transform:translateZ(0);}
.phr-services-cols-5 .phr-service-slide-card{flex-basis:calc((100% - 96px)/5);}
.phr-service-card-frame{position:absolute;inset:0;z-index:5;border-radius:inherit;pointer-events:none;background:linear-gradient(135deg,rgba(255,255,255,.58),rgba(255,255,255,0) 26%,rgba(255,255,255,0) 72%,rgba(255,255,255,.34));mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);padding:1.5px;-webkit-mask-composite:xor;mask-composite:exclude;}
.phr-service-bg{position:absolute;inset:0;z-index:0;overflow:hidden;}
.phr-service-bg img{width:100%!important;height:100%!important;display:block!important;object-fit:cover!important;transition:transform .85s cubic-bezier(.22,.8,.22,1),filter .5s ease;}
.phr-service-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(0,0,0,.06) 0%,var(--phr-services-card-overlay) 58%,rgba(1,32,18,.88) 100%);}
.phr-service-slide-card:before{content:'';position:absolute;right:-46px;top:-46px;width:150px;height:150px;z-index:2;border-radius:40px;background:linear-gradient(135deg,var(--phr-services-corner),rgba(34,197,94,.18));transform:rotate(14deg);box-shadow:0 18px 48px rgba(34,197,94,.28);opacity:.96;}
.phr-service-corner-icon{position:absolute;top:22px;left:22px;z-index:3;width:62px;height:62px;border-radius:21px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.28);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 18px 42px rgba(0,0,0,.14),inset 0 1px 0 rgba(255,255,255,.25);color:var(--phr-services-corner);}
.phr-service-corner-icon svg{width:32px;height:32px;fill:currentColor;filter:drop-shadow(0 6px 10px rgba(0,0,0,.18));}
.phr-service-slide-card .phr-service-shine{position:absolute;inset:-45%;z-index:4;background:linear-gradient(120deg,transparent 38%,rgba(255,255,255,.28) 49%,transparent 60%);transform:translateX(-80%) rotate(10deg);transition:transform .9s ease;pointer-events:none;}
.phr-service-slide-card:hover .phr-service-shine{transform:translateX(80%) rotate(10deg);}
.phr-service-slide-card:hover .phr-service-bg img{transform:scale(1.055);filter:saturate(1.08) contrast(1.04);}
.phr-service-content-bottom{position:absolute;right:22px;left:22px;bottom:22px;z-index:6;display:flex;flex-direction:column;align-items:flex-end;gap:13px;text-align:right;}
.phr-service-hover-title{margin:0;color:#fff;font-size:clamp(21px,2vw,27px);line-height:1.25;font-weight:900;text-shadow:0 8px 22px rgba(0,0,0,.25);cursor:default;}
.phr-service-order-link{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:44px;padding:8px 14px;border-radius:999px;color:#fff;text-decoration:none;font-weight:800;font-size:14px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.24);box-shadow:0 14px 36px rgba(0,0,0,.18);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:transform .25s ease,background .25s ease,border-color .25s ease;}
.phr-service-order-link:hover{transform:translateY(-2px);background:var(--phr-services-corner);border-color:rgba(255,255,255,.36);color:#fff;}
.phr-service-order-icon{width:28px;height:28px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.18);font-size:15px;line-height:1;}
.phr-service-details-pop{position:absolute;right:18px;left:18px;bottom:105px;z-index:7;padding:18px 18px 17px;border-radius:22px;color:#fff;background:var(--phr-services-detail-bg);border:1px solid rgba(255,255,255,.18);box-shadow:0 24px 64px rgba(0,0,0,.26);opacity:0;visibility:hidden;transform:translateY(14px) scale(.96);transition:opacity .28s ease,visibility .28s ease,transform .28s ease;overflow:hidden;pointer-events:none;}
.phr-service-details-pop:before{content:'';position:absolute;inset:0;opacity:.22;background-image:linear-gradient(30deg,rgba(255,255,255,.24) 12%,transparent 12.5%,transparent 87%,rgba(255,255,255,.24) 87.5%,rgba(255,255,255,.24)),linear-gradient(150deg,rgba(255,255,255,.24) 12%,transparent 12.5%,transparent 87%,rgba(255,255,255,.24) 87.5%,rgba(255,255,255,.24)),linear-gradient(30deg,rgba(255,255,255,.24) 12%,transparent 12.5%,transparent 87%,rgba(255,255,255,.24) 87.5%,rgba(255,255,255,.24)),linear-gradient(150deg,rgba(255,255,255,.24) 12%,transparent 12.5%,transparent 87%,rgba(255,255,255,.24) 87.5%,rgba(255,255,255,.24));background-size:34px 60px;background-position:0 0,0 0,17px 30px,17px 30px;}
.phr-service-details-pop strong,.phr-service-details-pop p{position:relative;z-index:1;}
.phr-service-details-pop strong{display:block;margin:0 0 8px;font-size:18px;font-weight:900;}
.phr-service-details-pop p{margin:0;line-height:1.85;font-size:14px;color:rgba(255,255,255,.88);}
.phr-service-hover-title:hover + .phr-service-order-link + .phr-service-details-pop,
.phr-service-hover-title:focus + .phr-service-order-link + .phr-service-details-pop,
.phr-service-slide-card:has(.phr-service-hover-title:hover) .phr-service-details-pop,
.phr-service-slide-card:has(.phr-service-hover-title:focus) .phr-service-details-pop{opacity:1;visibility:visible;transform:translateY(0) scale(1);}
.phr-services-arrow{position:absolute;top:50%;z-index:8;width:46px;height:46px;border:0;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;background:var(--phr-services-arrow-bg);color:var(--phr-services-arrow-text);font-size:32px;line-height:1;box-shadow:0 18px 42px rgba(12,104,52,.22);transition:transform .25s ease,box-shadow .25s ease,opacity .25s ease;}
.phr-services-arrow:hover{transform:translateY(-50%) scale(1.06);box-shadow:0 22px 52px rgba(12,104,52,.32);}
.phr-services-arrow:disabled{opacity:.45;cursor:not-allowed;}
.phr-services-arrow.is-prev{right:0;transform:translateY(-50%);}
.phr-services-arrow.is-next{left:0;transform:translateY(-50%);}
.phr-services-arrow.is-prev:hover,.phr-services-arrow.is-next:hover{transform:translateY(-50%) scale(1.06);}
@media (max-width:1200px){.phr-service-slide-card,.phr-services-cols-5 .phr-service-slide-card{flex-basis:calc((100% - 48px)/3);}}
@media (max-width:900px){.phr-services-slider-wrap{padding:0 48px}.phr-service-slide-card,.phr-services-cols-5 .phr-service-slide-card{flex-basis:calc((100% - 24px)/2);min-height:390px}.phr-service-corner-icon{width:56px;height:56px}.phr-services-arrow{width:42px;height:42px}}
@media (max-width:640px){.phr-services-slider-section{padding:72px 0 84px}.phr-services-slider-wrap{padding:0 44px}.phr-services-viewport{padding-top:10px}.phr-service-slide-card,.phr-services-cols-5 .phr-service-slide-card{flex-basis:100%;min-height:410px}.phr-service-content-bottom{right:18px;left:18px;bottom:18px}.phr-service-details-pop{right:14px;left:14px;bottom:98px}.phr-services-arrow{width:39px;height:39px;font-size:28px}.phr-service-hover-title{font-size:24px}}

/* v58: services block width and card size controls */
.phr-services-slider-section .phr-services-shell{max-width:var(--phr-services-inner-width,1480px);}
.phr-services-slider-section .phr-service-slide-card{min-height:var(--phr-services-card-height,460px);}
@media (max-width:900px){.phr-services-slider-section .phr-service-slide-card,.phr-services-cols-5 .phr-service-slide-card{min-height:min(var(--phr-services-card-height,460px),520px);}}


/* v60: remove unwanted bottom shadow under services cards */
.phr-services-slider-section .phr-service-slide-card{
  box-shadow:none !important;
}
.phr-services-slider-section .phr-services-viewport,
.phr-services-slider-section .phr-services-track,
.phr-services-slider-section .phr-services-slider-wrap,
.phr-services-slider-section .phr-services-shell{
  box-shadow:none !important;
  filter:none !important;
}

/* v61 - Why Us section replacement for About */
.phr-why-section,.phr-why-section *{box-sizing:border-box;font-family:'Tajawal',Arial,sans-serif!important}
.phr-why-section{padding:76px 0;background:var(--phr-about-bg,#fff)!important;overflow:hidden;isolation:isolate}
.phr-why-section:before,.phr-why-section:after{display:none!important}
.phr-why-shell{width:min(var(--phr-container),calc(100% - 44px));margin:0 auto}
.phr-why-layout{direction:ltr;display:grid;grid-template-columns:minmax(360px,.92fr) minmax(420px,1.08fr);gap:82px;align-items:center}
.phr-why-media{direction:rtl;position:relative;min-width:0}
.phr-why-image-card{position:relative;width:100%;border-radius:var(--phr-about-radius,18px);overflow:visible;perspective:1200px;transform-style:preserve-3d}
.phr-why-image-card>img{display:block;width:100%;height:var(--phr-about-video-height,400px);object-fit:cover;border-radius:var(--phr-about-radius,18px);box-shadow:0 12px 28px rgba(0,0,0,.10);filter:saturate(1.03) contrast(1.02)}
.phr-why-image-placeholder{height:var(--phr-about-video-height,400px);border-radius:var(--phr-about-radius,18px);background:linear-gradient(135deg,#eef5f0,#dfeee5);display:flex;align-items:center;justify-content:center;color:#183225;font-weight:800;border:1px dashed rgba(6,95,45,.25)}
.phr-why-guarantee{position:absolute;right:-44px;bottom:24px;width:205px;min-height:168px;border-radius:14px;padding:22px 18px 18px;background:linear-gradient(145deg,var(--phr-about-accent-bg,#065f2d),color-mix(in srgb,var(--phr-about-accent-bg,#065f2d) 76%,#000 24%));color:var(--phr-about-accent-text,#fff);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:7px;box-shadow:0 18px 42px rgba(6,95,45,.28);overflow:hidden;transform:translateZ(0) rotateX(0) rotateY(0);transition:transform .45s cubic-bezier(.2,.8,.2,1),box-shadow .45s ease,filter .45s ease;will-change:transform}
.phr-why-guarantee:before,.phr-why-guarantee:after{content:'';position:absolute;inset:-1px;pointer-events:none}.phr-why-guarantee:before{opacity:.34;background:linear-gradient(135deg,rgba(255,255,255,.22),transparent 35%,rgba(255,255,255,.12) 65%,transparent)}
.phr-why-guarantee:after{background-image:linear-gradient(30deg,rgba(255,255,255,.10) 12%,transparent 12.5%,transparent 87%,rgba(255,255,255,.10) 87.5%,rgba(255,255,255,.10)),linear-gradient(150deg,rgba(255,255,255,.10) 12%,transparent 12.5%,transparent 87%,rgba(255,255,255,.10) 87.5%,rgba(255,255,255,.10)),linear-gradient(30deg,rgba(255,255,255,.10) 12%,transparent 12.5%,transparent 87%,rgba(255,255,255,.10) 87.5%,rgba(255,255,255,.10)),linear-gradient(150deg,rgba(255,255,255,.10) 12%,transparent 12.5%,transparent 87%,rgba(255,255,255,.10) 87.5%,rgba(255,255,255,.10));background-size:36px 63px;background-position:0 0,0 0,18px 31px,18px 31px;opacity:.20;mix-blend-mode:screen}
.phr-why-guarantee:hover,.phr-why-guarantee:focus-visible{transform:translateY(-10px) rotateX(9deg) rotateY(-11deg) scale(1.035);box-shadow:0 26px 64px rgba(6,95,45,.40);filter:brightness(1.05)}
.phr-why-guarantee strong,.phr-why-guarantee span{position:relative;z-index:1}.phr-why-guarantee strong{font-size:20px;font-weight:900;line-height:1}.phr-why-guarantee span{font-size:18px;font-weight:800;line-height:1.25}.phr-why-guarantee span:nth-of-type(1){font-size:72px;font-weight:900;line-height:.86;letter-spacing:-1px}.phr-why-guarantee span:last-child{font-size:17px;line-height:1.35}
.phr-why-content{direction:rtl;min-width:0}.phr-why-title{margin:0 0 34px!important;text-align:right;color:var(--phr-about-title,#183225)!important;font-size:clamp(28px,2.6vw,var(--phr-about-title-size,34px))!important;font-weight:900!important;line-height:1.25!important}.phr-why-desc{margin:-22px 0 28px!important;text-align:right!important;color:var(--phr-about-desc,#4b5f53)!important}
.phr-why-features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:52px;row-gap:34px}.phr-why-feature{display:grid;grid-template-columns:76px 1fr;gap:17px;align-items:start;min-height:94px}.phr-why-icon{width:62px;height:62px;display:flex;align-items:center;justify-content:center;color:var(--phr-about-overlay-1,#16a34a);opacity:.92;transition:transform .3s ease,color .3s ease,filter .3s ease}.phr-why-icon svg{width:58px;height:58px;display:block;fill:none;stroke:currentColor;stroke-width:3.3;stroke-linecap:round;stroke-linejoin:round}.phr-why-icon text{fill:currentColor;stroke:none;font-family:Arial,sans-serif}.phr-why-feature:hover .phr-why-icon{transform:translateY(-5px) scale(1.08);filter:drop-shadow(0 8px 14px rgba(22,163,74,.22))}.phr-why-feature-text h3{margin:0 0 8px;color:var(--phr-about-content-title,#183225);font-size:24px;line-height:1.2;font-weight:900}.phr-why-feature-text p{margin:0;color:var(--phr-about-content-text,#55645c);font-size:16px;line-height:1.75;font-weight:600}
@media (max-width:1100px){.phr-why-layout{grid-template-columns:1fr;gap:42px}.phr-why-media{max-width:680px;margin:0 auto}.phr-why-content{order:-1}.phr-why-title{text-align:center!important}.phr-why-desc{text-align:center!important}.phr-why-guarantee{right:24px}}
@media (max-width:760px){.phr-why-section{padding:54px 0}.phr-why-shell{width:min(100% - 28px,700px)}.phr-why-features{grid-template-columns:1fr;row-gap:24px}.phr-why-feature{grid-template-columns:62px 1fr}.phr-why-icon{width:54px;height:54px}.phr-why-icon svg{width:50px;height:50px}.phr-why-feature-text h3{font-size:21px}.phr-why-feature-text p{font-size:15px}.phr-why-image-card>img,.phr-why-image-placeholder{height:min(var(--phr-about-video-height,400px),320px)}.phr-why-guarantee{right:18px;bottom:16px;width:168px;min-height:136px;padding:16px 12px}.phr-why-guarantee strong{font-size:17px}.phr-why-guarantee span{font-size:15px}.phr-why-guarantee span:nth-of-type(1){font-size:54px}}

/* v62 - Why Us spacing, divider, editable items and premium polygon background */
.phr-why-section{position:relative;background:var(--phr-about-bg,#fff)!important;overflow:hidden;isolation:isolate}
.phr-why-section:before{content:''!important;display:block!important;position:absolute;inset:0;z-index:0;pointer-events:none;opacity:.09;background-image:linear-gradient(30deg,var(--phr-about-pattern-color,#0f5132) 12%,transparent 12.5%,transparent 87%,var(--phr-about-pattern-color,#0f5132) 87.5%,var(--phr-about-pattern-color,#0f5132)),linear-gradient(150deg,var(--phr-about-pattern-color,#0f5132) 12%,transparent 12.5%,transparent 87%,var(--phr-about-pattern-color,#0f5132) 87.5%,var(--phr-about-pattern-color,#0f5132)),linear-gradient(30deg,var(--phr-about-pattern-color,#0f5132) 12%,transparent 12.5%,transparent 87%,var(--phr-about-pattern-color,#0f5132) 87.5%,var(--phr-about-pattern-color,#0f5132)),linear-gradient(150deg,var(--phr-about-pattern-color,#0f5132) 12%,transparent 12.5%,transparent 87%,var(--phr-about-pattern-color,#0f5132) 87.5%,var(--phr-about-pattern-color,#0f5132));background-size:72px 126px;background-position:0 0,0 0,36px 63px,36px 63px}
.phr-why-section:after{content:''!important;display:block!important;position:absolute;inset:-20% -10%;z-index:0;pointer-events:none;background:radial-gradient(circle at 82% 20%,color-mix(in srgb,var(--phr-about-pattern-color,#0f5132) 13%,transparent),transparent 28%),radial-gradient(circle at 18% 72%,color-mix(in srgb,var(--phr-about-overlay-1,#16a34a) 10%,transparent),transparent 31%)}
.phr-why-shell{position:relative;z-index:1;width:min(var(--phr-about-inner-width,1280px),calc(100% - 44px))!important;margin:0 auto}
.phr-why-layout{grid-template-columns:minmax(360px,.95fr) minmax(440px,1.05fr)!important;gap:var(--phr-about-gap,110px)!important;position:relative;align-items:center}
.phr-why-layout:before{content:'';position:absolute;left:calc(50% - (var(--phr-about-gap,110px) / 2));top:9%;bottom:9%;width:var(--phr-about-divider-width,1px);background:linear-gradient(to bottom,transparent,var(--phr-about-divider-color,#d8e5dc),transparent);opacity:.95;transform:translateX(-50%)}
.phr-why-content{padding-inline-start:18px}
.phr-why-media{padding-inline-end:10px}
.phr-why-image-card>img,.phr-why-image-placeholder{box-shadow:0 18px 38px rgba(15,45,29,.08)}
.phr-why-icon{border-radius:18px;background:color-mix(in srgb,var(--phr-about-overlay-1,#16a34a) 8%,transparent)}
.phr-why-icon img{width:58px;height:58px;object-fit:contain;display:block;filter:drop-shadow(0 9px 14px rgba(22,163,74,.18))}
.phr-why-feature{transition:transform .28s ease,filter .28s ease}.phr-why-feature:hover{transform:translateX(-6px)}
@media (max-width:1100px){.phr-why-layout:before{display:none}.phr-why-layout{gap:42px!important}.phr-why-content{padding-inline-start:0}.phr-why-media{padding-inline-end:0}}

/* v63 - Refine Why Us guarantee motion + premium shiny image frame */
.phr-why-image-card{
  position:relative;
  padding:4px;
  border-radius:calc(var(--phr-about-radius,18px) + 10px)!important;
  background:linear-gradient(135deg,rgba(255,255,255,.92),color-mix(in srgb,var(--phr-about-overlay-1,#16a34a) 34%,#ffffff 66%),rgba(255,255,255,.72),color-mix(in srgb,var(--phr-about-overlay-1,#16a34a) 42%,#0b3d25 58%));
  box-shadow:0 22px 46px rgba(15,45,29,.10),inset 0 1px 0 rgba(255,255,255,.75);
  overflow:visible!important;
}
.phr-why-image-card>img,
.phr-why-image-placeholder{
  position:relative;
  z-index:1;
  border-radius:var(--phr-about-radius,18px)!important;
  box-shadow:none!important;
  border:1px solid rgba(255,255,255,.55);
}
.phr-why-image-card:before{
  content:'';
  position:absolute;
  inset:4px;
  z-index:2;
  pointer-events:none;
  border-radius:var(--phr-about-radius,18px);
  background:linear-gradient(105deg,transparent 0%,transparent 33%,rgba(255,255,255,.56) 47%,rgba(255,255,255,.18) 55%,transparent 68%,transparent 100%);
  transform:translateX(-145%);
  animation:phrWhyImageShine 5.2s ease-in-out infinite;
  mix-blend-mode:screen;
  opacity:.78;
}
.phr-why-image-card:after{
  content:'';
  position:absolute;
  inset:4px;
  z-index:2;
  pointer-events:none;
  border-radius:var(--phr-about-radius,18px);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.35),inset 0 -34px 52px rgba(6,95,45,.10);
}
@keyframes phrWhyImageShine{
  0%,58%{transform:translateX(-145%)}
  76%,100%{transform:translateX(145%)}
}
.phr-why-guarantee{
  z-index:5;
  transform:translateY(0) scale(1)!important;
  transition:transform .34s cubic-bezier(.2,.75,.25,1),box-shadow .34s ease,filter .34s ease,background .34s ease!important;
  box-shadow:0 18px 38px rgba(6,95,45,.25),inset 0 1px 0 rgba(255,255,255,.18)!important;
}
.phr-why-guarantee:hover,
.phr-why-guarantee:focus-visible{
  transform:translateY(-7px) scale(1.025)!important;
  box-shadow:0 24px 54px rgba(6,95,45,.34),0 0 0 1px rgba(255,255,255,.16),inset 0 1px 0 rgba(255,255,255,.24)!important;
  filter:brightness(1.04) saturate(1.04)!important;
}
.phr-why-guarantee:before{opacity:.26!important;background:linear-gradient(135deg,rgba(255,255,255,.22),transparent 42%,rgba(255,255,255,.13) 72%,transparent)!important}
.phr-why-guarantee:after{opacity:.16!important}
.phr-why-guarantee strong,
.phr-why-guarantee span{transform:translateZ(0)}

/* v64 FAQ premium section */
.phr-faq-section{position:relative;overflow:hidden;background:var(--phr-faq-bg,#f7fbf8);padding:86px 20px;font-family:'Tajawal',Arial,sans-serif;color:var(--phr-faq-title,#173b2a)}
.phr-faq-section:before{content:"";position:absolute;inset:0;opacity:.07;background-image:linear-gradient(30deg,var(--phr-faq-pattern,#0f6b3b) 12%,transparent 12.5%,transparent 87%,var(--phr-faq-pattern,#0f6b3b) 87.5%,var(--phr-faq-pattern,#0f6b3b)),linear-gradient(150deg,var(--phr-faq-pattern,#0f6b3b) 12%,transparent 12.5%,transparent 87%,var(--phr-faq-pattern,#0f6b3b) 87.5%,var(--phr-faq-pattern,#0f6b3b)),linear-gradient(30deg,var(--phr-faq-pattern,#0f6b3b) 12%,transparent 12.5%,transparent 87%,var(--phr-faq-pattern,#0f6b3b) 87.5%,var(--phr-faq-pattern,#0f6b3b)),linear-gradient(150deg,var(--phr-faq-pattern,#0f6b3b) 12%,transparent 12.5%,transparent 87%,var(--phr-faq-pattern,#0f6b3b) 87.5%,var(--phr-faq-pattern,#0f6b3b));background-size:80px 140px;background-position:0 0,0 0,40px 70px,40px 70px;pointer-events:none}
.phr-faq-shell{position:relative;max-width:var(--phr-faq-inner-width,1280px);margin:0 auto;background:linear-gradient(135deg,rgba(255,255,255,.78),rgba(255,255,255,.5));border:1px solid var(--phr-faq-border,#d9eadf);border-radius:calc(var(--phr-faq-radius,26px) + 10px);padding:34px;box-shadow:0 20px 55px rgba(8,61,32,.08);overflow:hidden}
.phr-faq-shell:before{content:"";position:absolute;inset:-2px;background:radial-gradient(circle at 15% 15%, color-mix(in srgb,var(--phr-faq-accent,#16a34a),transparent 72%), transparent 34%),radial-gradient(circle at 85% 80%, color-mix(in srgb,var(--phr-faq-accent,#16a34a),transparent 84%), transparent 38%);pointer-events:none}
.phr-faq-layout{position:relative;display:grid;grid-template-columns:.9fr 1.1fr;gap:var(--phr-faq-gap,70px);align-items:center}
.phr-faq-pretitle{display:inline-flex;align-items:center;gap:8px;color:var(--phr-faq-accent,#16a34a);font-weight:900;margin-bottom:12px;background:color-mix(in srgb,var(--phr-faq-accent,#16a34a),transparent 90%);border:1px solid color-mix(in srgb,var(--phr-faq-accent,#16a34a),transparent 70%);border-radius:999px;padding:8px 16px}
.phr-faq-title{margin:0 0 14px;font-size:var(--phr-faq-title-size,42px);line-height:1.15;color:var(--phr-faq-title,#173b2a);font-weight:900;letter-spacing:-.5px}
.phr-faq-desc{margin:0 0 24px;color:var(--phr-faq-desc,#5d6f66);font-size:var(--phr-faq-desc-size,17px);line-height:1.9;max-width:560px}
.phr-faq-features{display:grid;gap:14px}
.phr-faq-feature-card{display:flex;align-items:flex-start;gap:14px;background:var(--phr-faq-feature-bg,#fff);border:1px solid var(--phr-faq-border,#d9eadf);border-radius:var(--phr-faq-radius,26px);padding:17px 18px;box-shadow:0 12px 30px rgba(14,80,43,.06);transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}
.phr-faq-feature-card:hover{transform:translateY(-5px);box-shadow:0 20px 42px rgba(14,80,43,.12);border-color:color-mix(in srgb,var(--phr-faq-accent,#16a34a),transparent 50%)}
.phr-faq-feature-icon{width:48px;height:48px;min-width:48px;border-radius:18px;display:grid;place-items:center;color:var(--phr-faq-accent,#16a34a);background:linear-gradient(145deg,#fff,color-mix(in srgb,var(--phr-faq-accent,#16a34a),transparent 90%));box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--phr-faq-accent,#16a34a),transparent 70%)}
.phr-faq-feature-icon svg{width:25px;height:25px;fill:currentColor}.phr-faq-feature-card h3{margin:0 0 4px;font-size:19px;color:var(--phr-faq-title,#173b2a);font-weight:900}.phr-faq-feature-card p{margin:0;color:var(--phr-faq-desc,#5d6f66);line-height:1.75;font-size:14px}
.phr-faq-accordion{display:grid;gap:14px}.phr-faq-item{background:var(--phr-faq-question-bg,#fff);border:1px solid var(--phr-faq-border,#d9eadf);border-radius:var(--phr-faq-radius,26px);overflow:hidden;box-shadow:0 14px 34px rgba(6,78,42,.07);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.phr-faq-item:hover{transform:translateY(-3px);box-shadow:0 18px 45px rgba(6,78,42,.12);border-color:color-mix(in srgb,var(--phr-faq-accent,#16a34a),transparent 50%)}
.phr-faq-item summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:22px 24px;font-size:var(--phr-faq-question-size,18px);font-weight:900;color:var(--phr-faq-title,#173b2a)}.phr-faq-item summary::-webkit-details-marker{display:none}.phr-faq-item summary b{width:34px;height:34px;min-width:34px;border-radius:50%;display:grid;place-items:center;background:var(--phr-faq-accent,#16a34a);color:#fff;font-size:24px;line-height:1;transition:transform .25s ease}.phr-faq-item[open] summary b{transform:rotate(45deg)}
.phr-faq-answer{background:var(--phr-faq-answer-bg,#ecfff4);border-top:1px solid var(--phr-faq-border,#d9eadf);padding:0 24px 22px;color:var(--phr-faq-desc,#5d6f66);font-size:var(--phr-faq-answer-size,15px);line-height:1.9}.phr-faq-answer p{margin:18px 0 0}
@media(max-width:900px){.phr-faq-section{padding:56px 14px}.phr-faq-shell{padding:22px}.phr-faq-layout{grid-template-columns:1fr;gap:28px}.phr-faq-title{font-size:34px}.phr-faq-item summary{padding:18px;font-size:16px}.phr-faq-answer{padding:0 18px 18px}}

/* v66 - Work statistics section widget */
.phr-stats-section{
    direction:rtl;
    padding:var(--phr-stats-section-padding-y,80px) 16px;
    position:relative;
    overflow:hidden;
    background:var(--phr-stats-section-bg,#f7fbf8);
    isolation:isolate;
}
.phr-stats-section:before{
    content:"";
    position:absolute;
    inset:0;
    z-index:-3;
    background:
        radial-gradient(circle at 18% 22%, var(--phr-stats-section-pattern,rgba(15,107,59,.06)) 0 2px, transparent 3px) 0 0/44px 44px,
        linear-gradient(135deg, rgba(255,255,255,.86), transparent 54%);
    opacity:.95;
}
.phr-stats-section:after{
    content:"";
    position:absolute;
    width:var(--phr-stats-section-circle-size,520px);
    height:var(--phr-stats-section-circle-size,520px);
    border-radius:50%;
    left:7%;
    top:50%;
    z-index:-2;
    background:
        radial-gradient(circle at 35% 35%, var(--phr-stats-section-circle-strong,rgba(22,163,74,.22)), transparent 22%),
        radial-gradient(circle, transparent 0 46%, var(--phr-stats-section-circle,rgba(22,163,74,.13)) 47% 49%, transparent 50% 62%, var(--phr-stats-section-circle,rgba(22,163,74,.13)) 63% 65%, transparent 66%);
    transform:translateY(-50%);
    animation:phrStatsSectionCircle 12s ease-in-out infinite;
    filter:blur(.2px);
}
.phr-stats-section-inner{
    width:min(100%, var(--phr-stats-inner-width,1280px));
    margin:0 auto;
    position:relative;
    z-index:1;
}
.phr-stats-heading{
    text-align:center;
    margin:0 auto 34px;
    max-width:760px;
}
.phr-stats-kicker{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:34px;
    padding:6px 18px;
    border-radius:999px;
    background:color-mix(in srgb,var(--phr-stats-bg,#064e2b),transparent 88%);
    color:var(--phr-stats-bg,#064e2b);
    font-size:14px;
    font-weight:900;
    margin-bottom:12px;
}
.phr-stats-heading h2{
    margin:0;
    color:var(--phr-stats-section-title,#173b2a);
    font-size:clamp(30px,4vw,46px);
    font-weight:950;
    letter-spacing:-.7px;
}
.phr-stats-heading p{
    margin:14px auto 0;
    color:var(--phr-stats-section-desc,#5d6f66);
    font-size:17px;
    line-height:1.9;
    max-width:660px;
}
.phr-stats-shell{
    width:100%;
    min-height:var(--phr-stats-height,148px);
    margin:0 auto;
    position:relative;
    overflow:hidden;
    border-radius:var(--phr-stats-radius,18px);
    background:
        radial-gradient(circle at 18% 22%, rgba(255,255,255,.12), transparent 32%),
        radial-gradient(circle at 84% 78%, rgba(255,255,255,.08), transparent 36%),
        linear-gradient(135deg, var(--phr-stats-bg,#064e2b), var(--phr-stats-bg-2,#022f1b));
    box-shadow:0 18px 38px rgba(0,0,0,.10), inset 0 1px 0 rgba(255,255,255,.22), inset 0 -1px 0 rgba(0,0,0,.20);
    border:1px solid rgba(255,255,255,.16);
    isolation:isolate;
}
.phr-stats-shell:before,
.phr-stats-shell:after{
    content:"";
    position:absolute;
    inset:-35%;
    z-index:-1;
    background:
        radial-gradient(circle, var(--phr-stats-pattern,rgba(24,160,88,.16)) 0 2px, transparent 3px) 0 0 / 42px 42px,
        radial-gradient(circle, rgba(255,255,255,.07) 0 1px, transparent 2px) 18px 20px / 58px 58px;
    animation:phrStatsBubbles 18s linear infinite;
    opacity:.9;
}
.phr-stats-shell:after{
    filter:blur(1px);
    opacity:.42;
    animation-duration:28s;
    animation-direction:reverse;
    transform:scale(1.15);
}
.phr-stats-orb{
    position:absolute;
    width:240px;
    height:240px;
    border-radius:50%;
    background:radial-gradient(circle, rgba(255,255,255,.18), rgba(255,255,255,0) 64%);
    pointer-events:none;
    z-index:0;
    animation:phrStatsFloat 9s ease-in-out infinite;
}
.phr-stats-orb-a{right:8%;top:-130px;}
.phr-stats-orb-b{left:10%;bottom:-150px;animation-delay:-4s;}
.phr-stats-grid{
    position:relative;
    z-index:1;
    min-height:var(--phr-stats-height,148px);
    display:grid;
    grid-template-columns:repeat(4,1fr);
    align-items:center;
}
.phr-stats-item{
    min-height:calc(var(--phr-stats-height,148px) - 2px);
    display:flex;
    align-items:center;
    justify-content:center;
    gap:24px;
    padding:18px 30px;
    position:relative;
}
.phr-stats-item:not(:last-child):after{
    content:"";
    position:absolute;
    left:0;
    top:27%;
    width:1px;
    height:46%;
    background:var(--phr-stats-divider,rgba(255,255,255,.18));
}
.phr-stats-copy{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    text-align:right;
    line-height:1.1;
}
.phr-stats-number{
    color:var(--phr-stats-text,#fff);
    font-size:var(--phr-stats-number-size,40px);
    font-weight:900;
    letter-spacing:-1px;
    text-shadow:0 10px 22px rgba(0,0,0,.18);
    white-space:nowrap;
}
.phr-stats-label{
    color:var(--phr-stats-label,#e9fff1);
    font-size:var(--phr-stats-label-size,17px);
    font-weight:800;
    margin-top:8px;
    white-space:nowrap;
}
.phr-stats-icon{
    width:var(--phr-stats-icon-size,70px);
    height:var(--phr-stats-icon-size,70px);
    color:var(--phr-stats-icon,#b9d8c6);
    opacity:.86;
    flex:0 0 auto;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    filter:drop-shadow(0 8px 14px rgba(0,0,0,.16));
    transition:transform .35s ease, opacity .35s ease, filter .35s ease;
}
.phr-stats-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;}
.phr-stats-item:hover .phr-stats-icon{transform:translateY(-4px) scale(1.05);opacity:1;filter:drop-shadow(0 12px 20px rgba(255,255,255,.12));}
.phr-stats-item:hover .phr-stats-number{transform:translateY(-1px);}
@keyframes phrStatsBubbles{from{transform:translate3d(0,0,0) rotate(0deg);}to{transform:translate3d(50px,-38px,0) rotate(6deg);}}
@keyframes phrStatsSectionCircle{0%,100%{transform:translateY(-50%) scale(1);opacity:.86;}50%{transform:translateY(-52%) scale(1.08);opacity:1;}}
@keyframes phrStatsFloat{0%,100%{transform:translate3d(0,0,0) scale(1);}50%{transform:translate3d(22px,16px,0) scale(1.08);}}
@media (max-width: 1024px){
    .phr-stats-section{padding:60px 14px;}
    .phr-stats-grid{grid-template-columns:repeat(2,1fr);} 
    .phr-stats-item:nth-child(2):after{display:none;}
    .phr-stats-item{min-height:125px;}
}
@media (max-width: 640px){
    .phr-stats-heading{margin-bottom:24px}.phr-stats-heading h2{font-size:31px}.phr-stats-heading p{font-size:15px}
    .phr-stats-grid{grid-template-columns:1fr;}
    .phr-stats-item{justify-content:space-between;min-height:118px;padding-inline:26px;}
    .phr-stats-item:not(:last-child):after{left:8%;right:8%;top:auto;bottom:0;width:auto;height:1px;}
}

/* v67 - responsive stats section + count animation controls */
.phr-stats-section{
    min-height:var(--phr-stats-section-min-height,0px);
    display:flex;
    align-items:center;
}
.phr-stats-section-inner{max-width:var(--phr-stats-inner-width,1280px);}
.phr-stats-shell{
    width:min(100%, var(--phr-stats-block-width,1280px));
    margin:var(--phr-stats-block-margin-top,0px) auto 0;
    padding-inline:var(--phr-stats-block-padding-x,0px);
}
.phr-stats-number.is-counting{will-change:contents;}
@media (max-width:1024px){
    .phr-stats-shell{width:min(100%, var(--phr-stats-block-width,1280px));}
    .phr-stats-grid{gap:var(--phr-stats-mobile-gap,12px);padding:var(--phr-stats-mobile-gap,12px);}
    .phr-stats-item{border-radius:calc(var(--phr-stats-radius,18px) - 4px);background:rgba(255,255,255,.045);}
    .phr-stats-item:not(:last-child):after{opacity:.75;}
}
@media (max-width:640px){
    .phr-stats-section{padding-inline:12px;}
    .phr-stats-shell{padding-inline:0;}
    .phr-stats-grid{gap:var(--phr-stats-mobile-gap,12px);}
    .phr-stats-item{min-height:auto;padding:20px 22px;gap:16px;}
    .phr-stats-icon{width:calc(var(--phr-stats-icon-size,70px) * .78);height:calc(var(--phr-stats-icon-size,70px) * .78);}
    .phr-stats-number{font-size:clamp(28px,9vw,var(--phr-stats-number-size,40px));}
}


/* v68 - force Tajawal font for Stats Section */
.phr-stats-section,
.phr-stats-section *{
    font-family:'Tajawal', Arial, sans-serif !important;
}

/* v70 - Modern single post comments */
body.single-post .phr-modern-comments{
    position:relative;
    direction:rtl;
    font-family:'Tajawal',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
    padding:60px 18px;
    overflow:hidden;
}
body.single-post .phr-modern-comments *{box-sizing:border-box}
body.single-post .phr-comments-bg{
    position:absolute;
    inset:0;
    pointer-events:none;
    opacity:.16;
    background:
        radial-gradient(circle at 12% 20%, rgba(31,185,89,.55) 0 110px, transparent 112px),
        radial-gradient(circle at 88% 80%, rgba(13,88,51,.45) 0 150px, transparent 152px),
        linear-gradient(135deg, rgba(6,83,45,.12) 25%, transparent 25%) 0 0/36px 36px,
        linear-gradient(225deg, rgba(6,83,45,.09) 25%, transparent 25%) 0 0/36px 36px;
}
body.single-post .phr-comments-shell{
    position:relative;
    max-width:980px;
    margin:0 auto;
    background:rgba(255,255,255,.88);
    border:1px solid rgba(10,93,52,.12);
    border-radius:30px;
    box-shadow:0 24px 70px rgba(7,48,29,.10);
    padding:34px;
    backdrop-filter:blur(14px);
}
body.single-post .phr-comments-head{margin-bottom:28px;text-align:right}
body.single-post .phr-comments-kicker{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:8px 16px;
    border-radius:999px;
    background:rgba(35,197,94,.12);
    color:#0b6b3a;
    font-weight:800;
    margin-bottom:12px;
}
body.single-post .phr-comments-title{margin:0;color:#083b25;font-size:34px;line-height:1.25;font-weight:900}
body.single-post .phr-comments-desc{margin:8px 0 0;color:#587064;font-size:16px;font-weight:600}
body.single-post .phr-comment-list{list-style:none;margin:0 0 28px;padding:0;display:grid;gap:16px}
body.single-post .phr-comment-list li.comment,
body.single-post .phr-comment-list li.pingback,
body.single-post .phr-comment-list li.trackback{
    list-style:none;
    background:#fff;
    border:1px solid rgba(8,87,48,.12);
    border-radius:22px;
    padding:20px;
    box-shadow:0 12px 32px rgba(7,48,29,.07);
}
body.single-post .phr-comment-list .children{list-style:none;margin:18px 22px 0 0;padding:0;display:grid;gap:14px}
body.single-post .phr-comment-list .comment-author{display:flex;align-items:center;gap:12px;color:#082f1d;font-weight:900}
body.single-post .phr-comment-list .avatar{border-radius:18px;box-shadow:0 8px 22px rgba(0,0,0,.12)}
body.single-post .phr-comment-list .comment-metadata,
body.single-post .phr-comment-list .comment-meta{font-size:13px;color:#789083;margin:8px 68px 0 0}
body.single-post .phr-comment-list .comment-content{margin-top:14px;color:#244637;font-size:16px;line-height:1.9}
body.single-post .phr-comment-list .reply a,
body.single-post .phr-comment-list .comment-reply-link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:36px;
    padding:8px 16px;
    border-radius:999px;
    background:#0b7f3a;
    color:#fff!important;
    font-weight:800;
    text-decoration:none!important;
    box-shadow:0 10px 22px rgba(11,127,58,.20);
}
body.single-post .phr-comment-form-wrap{
    position:relative;
    margin-top:26px;
    padding:26px;
    border-radius:24px;
    background:linear-gradient(135deg, rgba(7,75,43,.96), rgba(9,117,54,.94));
    overflow:hidden;
}
body.single-post .phr-comment-form-wrap:before{
    content:"";
    position:absolute;
    inset:0;
    opacity:.18;
    background:
        radial-gradient(circle at 20% 20%, #fff 0 2px, transparent 3px) 0 0/28px 28px,
        radial-gradient(circle at 80% 70%, rgba(255,255,255,.9) 0 70px, transparent 72px);
    pointer-events:none;
}
body.single-post .phr-comment-form-wrap form,
body.single-post .phr-comment-reply-title,
body.single-post .phr-comment-notes{position:relative;z-index:1}
body.single-post .phr-comment-reply-title{margin:0 0 10px;color:#fff;font-size:26px;font-weight:900}
body.single-post .phr-comment-notes{color:rgba(255,255,255,.78);margin:0 0 18px;font-weight:600}
body.single-post .phr-comment-form-wrap form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
body.single-post .phr-comment-form-wrap .comment-form-comment,
body.single-post .phr-comment-form-wrap .form-submit,
body.single-post .phr-comment-form-wrap .comment-notes,
body.single-post .phr-comment-form-wrap .logged-in-as{grid-column:1/-1}
body.single-post .phr-comment-form-wrap p{margin:0}
body.single-post .phr-comment-form-wrap label{display:block;color:#fff;font-weight:800;margin-bottom:8px}
body.single-post .phr-comment-form-wrap input,
body.single-post .phr-comment-form-wrap textarea{
    width:100%;
    border:1px solid rgba(255,255,255,.24);
    border-radius:16px;
    padding:14px 16px;
    background:rgba(255,255,255,.92);
    color:#082f1d;
    outline:none;
    font-family:inherit;
    transition:.25s ease;
}
body.single-post .phr-comment-form-wrap input:focus,
body.single-post .phr-comment-form-wrap textarea:focus{
    border-color:#4ade80;
    box-shadow:0 0 0 4px rgba(74,222,128,.22);
}
body.single-post .phr-comment-submit,
body.single-post .phr-comment-form-wrap input[type="submit"]{
    width:auto;
    cursor:pointer;
    border:0;
    background:#24c15b!important;
    color:#fff!important;
    padding:14px 28px;
    border-radius:999px;
    font-weight:900;
    box-shadow:0 16px 30px rgba(0,0,0,.20);
}
body.single-post .comment-navigation{margin:18px 0;display:flex;justify-content:space-between;gap:12px}
body.single-post .comment-navigation a{color:#0b7f3a;font-weight:900;text-decoration:none}
body.single-post .phr-comments-closed{padding:14px 18px;border-radius:16px;background:#fff4d6;color:#604412;font-weight:800}
@media (max-width:768px){
    body.single-post .phr-modern-comments{padding:36px 12px}
    body.single-post .phr-comments-shell{padding:22px;border-radius:22px}
    body.single-post .phr-comments-title{font-size:27px}
    body.single-post .phr-comment-form-wrap form{grid-template-columns:1fr}
    body.single-post .phr-comment-list .children{margin-right:10px}
}

/* v72 - real footer social icons + modern single post layout */
#phr-site-footer .phr-footer-socials a svg{width:1.15em;height:1.15em;display:block;fill:currentColor;transition:transform .25s ease,filter .25s ease}
#phr-site-footer .phr-footer-socials a:hover svg{transform:scale(1.08);filter:drop-shadow(0 0 10px rgba(255,255,255,.4))}
body.phr-single-post-modern .phr-single-modern-wrap{font-family:Tajawal,Arial,sans-serif;max-width:1180px;margin:45px auto 65px;padding:0 18px;box-sizing:border-box;direction:rtl}
body.phr-single-post-modern .phr-single-image-box{position:relative;overflow:hidden;border-radius:34px;padding:10px;background:linear-gradient(135deg,rgba(20,184,85,.95),rgba(255,255,255,.9) 42%,rgba(4,75,44,.92));box-shadow:0 24px 70px rgba(0,0,0,.14);margin:0 auto 26px;isolation:isolate}
body.phr-single-post-modern .phr-single-image-box:before{content:"";position:absolute;inset:10px;border-radius:26px;border:1px solid rgba(255,255,255,.55);z-index:2;pointer-events:none}
body.phr-single-post-modern .phr-single-image-box:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 16%,rgba(255,255,255,.26),transparent 32%),linear-gradient(120deg,transparent 0%,rgba(255,255,255,.25) 46%,transparent 58%);transform:translateX(120%);animation:phrSingleShine 5.5s ease-in-out infinite;z-index:3;pointer-events:none}
body.phr-single-post-modern .phr-single-featured-img{display:block;width:100%;height:auto;max-height:560px;object-fit:cover;border-radius:26px;filter:saturate(1.04) contrast(1.02)}
body.phr-single-post-modern .phr-single-content-box{position:relative;overflow:hidden;background:rgba(255,255,255,.94);border:1px solid rgba(6,95,55,.14);border-radius:30px;padding:28px;box-shadow:0 18px 55px rgba(7,35,24,.08);margin-bottom:26px}
body.phr-single-post-modern .phr-single-content-box:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(20,184,85,.06),transparent 34%),radial-gradient(circle at 100% 0%,rgba(20,184,85,.10),transparent 30%);pointer-events:none}
body.phr-single-post-modern .phr-single-content-head{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid rgba(6,95,55,.1)}
body.phr-single-post-modern .phr-single-pill{display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;border-radius:999px;background:#e8f8ee;color:#075c37;font-weight:900;font-size:14px}
body.phr-single-post-modern .phr-single-views{font-weight:800;color:#60766b;font-size:14px}
body.phr-single-post-modern .phr-single-content-inner{position:relative;z-index:1;color:#1a2f25;font-size:18px;line-height:2.05}
body.phr-single-post-modern .phr-single-content-inner p{margin:0 0 1.2em}
body.phr-single-post-modern .phr-single-content-inner img{border-radius:22px;box-shadow:0 16px 42px rgba(0,0,0,.08)}
body.phr-single-post-modern .phr-popular-posts-box{position:relative;overflow:hidden;background:linear-gradient(135deg,#053b23,#08733d);border-radius:30px;padding:26px;border:1px solid rgba(255,255,255,.18);box-shadow:0 22px 60px rgba(4,75,44,.18);color:#fff;isolation:isolate}
body.phr-single-post-modern .phr-popular-posts-box:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 8% 20%,rgba(255,255,255,.16),transparent 22%),radial-gradient(circle at 90% 85%,rgba(255,255,255,.12),transparent 28%),linear-gradient(60deg,rgba(255,255,255,.05) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.05) 50%,rgba(255,255,255,.05) 75%,transparent 75%);background-size:auto,auto,38px 38px;opacity:.9;pointer-events:none}
body.phr-single-post-modern .phr-popular-head{position:relative;z-index:1;margin-bottom:18px}
body.phr-single-post-modern .phr-popular-head span{display:inline-flex;padding:7px 14px;border-radius:999px;background:rgba(255,255,255,.14);font-weight:800;font-size:13px;color:#dcffe9;margin-bottom:8px}
body.phr-single-post-modern .phr-popular-head h3{margin:0;color:#fff;font-size:28px;font-weight:900}
body.phr-single-post-modern .phr-popular-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
body.phr-single-post-modern .phr-popular-card{display:flex;flex-direction:column;gap:12px;text-decoration:none;color:#fff;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.16);border-radius:22px;padding:12px;transition:transform .25s ease,background .25s ease,border-color .25s ease}
body.phr-single-post-modern .phr-popular-card:hover{transform:translateY(-5px);background:rgba(255,255,255,.16);border-color:rgba(255,255,255,.30);color:#fff}
body.phr-single-post-modern .phr-popular-thumb{height:120px;border-radius:17px;overflow:hidden;background:rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center}
body.phr-single-post-modern .phr-popular-thumb img{width:100%;height:100%;object-fit:cover;display:block}
body.phr-single-post-modern .phr-popular-thumb-fallback svg{width:48px;height:48px;fill:#d7ffe6}
body.phr-single-post-modern .phr-popular-info strong{display:block;font-size:15px;line-height:1.7;font-weight:900;color:#fff}
body.phr-single-post-modern .phr-popular-info small{display:block;margin-top:5px;color:#ccf8dc;font-weight:700}
@keyframes phrSingleShine{0%,62%{transform:translateX(120%)}100%{transform:translateX(-120%)}}
@media (max-width:900px){body.phr-single-post-modern .phr-popular-grid{grid-template-columns:repeat(2,minmax(0,1fr))}body.phr-single-post-modern .phr-single-content-box{padding:20px}}
@media (max-width:560px){body.phr-single-post-modern .phr-popular-grid{grid-template-columns:1fr}body.phr-single-post-modern .phr-single-modern-wrap{margin-top:28px;padding:0 12px}body.phr-single-post-modern .phr-single-image-box{border-radius:24px;padding:7px}body.phr-single-post-modern .phr-single-featured-img{border-radius:18px}body.phr-single-post-modern .phr-single-content-head{align-items:flex-start;flex-direction:column}.phr-single-content-inner{font-size:16px}}

/* v74 - Single post cleanup and premium comments */
body.phr-single-post-modern .entry-meta,
body.phr-single-post-modern .post-meta,
body.phr-single-post-modern .post-info,
body.phr-single-post-modern .posted-on,
body.phr-single-post-modern .byline,
body.phr-single-post-modern .cat-links,
body.phr-single-post-modern .tags-links,
body.phr-single-post-modern .entry-footer,
body.phr-single-post-modern .post-categories,
body.phr-single-post-modern .wp-block-post-terms,
body.phr-single-post-modern .wp-block-post-author,
body.phr-single-post-modern .wp-block-post-date,
body.phr-single-post-modern .wp-block-post-author-name,
body.phr-single-post-modern .wp-block-post-author-biography,
body.phr-single-post-modern .wp-block-template-part + .wp-block-post-title + .wp-block-group,
body.phr-single-post-modern .single-post-meta{display:none!important;visibility:hidden!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important;}

body.phr-single-post-modern .phr-single-modern-wrap{margin-top:34px!important;}
body.phr-single-post-modern .phr-single-image-box,
body.phr-single-post-modern .phr-single-content-box,
body.phr-single-post-modern .phr-popular-posts-box,
body.phr-single-post-modern .comments-area,
body.phr-single-post-modern #comments{
    max-width:1180px;
    margin-left:auto!important;
    margin-right:auto!important;
}
body.phr-single-post-modern .comments-area,
body.phr-single-post-modern #comments{
    direction:rtl;
    font-family:Tajawal,Arial,sans-serif!important;
    box-sizing:border-box;
    padding:34px!important;
    margin-top:34px!important;
    margin-bottom:60px!important;
    border-radius:34px!important;
    background:
        radial-gradient(circle at 15% 18%, rgba(18,188,91,.10), transparent 28%),
        radial-gradient(circle at 88% 20%, rgba(5,88,49,.08), transparent 30%),
        linear-gradient(180deg, rgba(255,255,255,.97), rgba(247,252,249,.96))!important;
    border:1px solid rgba(8,95,53,.12)!important;
    box-shadow:0 24px 70px rgba(8,68,40,.08)!important;
    overflow:hidden;
    position:relative;
}
body.phr-single-post-modern .comments-area:before,
body.phr-single-post-modern #comments:before{
    content:'';
    position:absolute;
    inset:0;
    pointer-events:none;
    background-image:
        linear-gradient(30deg, rgba(8,95,53,.035) 12%, transparent 12.5%, transparent 87%, rgba(8,95,53,.035) 87.5%, rgba(8,95,53,.035)),
        linear-gradient(150deg, rgba(8,95,53,.035) 12%, transparent 12.5%, transparent 87%, rgba(8,95,53,.035) 87.5%, rgba(8,95,53,.035));
    background-size:44px 76px;
    opacity:.55;
}
body.phr-single-post-modern .comments-area > *,
body.phr-single-post-modern #comments > *{position:relative;z-index:1;}
body.phr-single-post-modern .comments-title,
body.phr-single-post-modern #comments h2,
body.phr-single-post-modern #comments h3,
body.phr-single-post-modern .comment-reply-title,
body.phr-single-post-modern .phr-comments-title{
    font-family:Tajawal,Arial,sans-serif!important;
    color:#083b25!important;
    font-weight:900!important;
    line-height:1.35!important;
    text-align:right!important;
}
body.phr-single-post-modern .comment-list,
body.phr-single-post-modern .phr-comment-list{list-style:none!important;padding:0!important;margin:22px 0!important;display:grid;gap:16px;}
body.phr-single-post-modern .comment,
body.phr-single-post-modern .comment-body{
    background:rgba(255,255,255,.88)!important;
    border:1px solid rgba(8,95,53,.10)!important;
    border-radius:24px!important;
    padding:20px!important;
    box-shadow:0 14px 34px rgba(8,68,40,.055)!important;
}
body.phr-single-post-modern .comment-author,
body.phr-single-post-modern .comment-metadata,
body.phr-single-post-modern .comment-content,
body.phr-single-post-modern .reply{text-align:right!important;font-family:Tajawal,Arial,sans-serif!important;}
body.phr-single-post-modern .comment-author img.avatar{border-radius:18px!important;border:3px solid rgba(18,188,91,.18)!important;margin-inline-start:12px!important;}
body.phr-single-post-modern .comment-reply-link,
body.phr-single-post-modern .phr-comment-submit,
body.phr-single-post-modern #submit{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    border:0!important;
    border-radius:999px!important;
    background:linear-gradient(135deg,#18c964,#08743f)!important;
    color:#fff!important;
    padding:12px 22px!important;
    font-weight:900!important;
    text-decoration:none!important;
    box-shadow:0 14px 30px rgba(18,188,91,.24)!important;
    cursor:pointer!important;
}
body.phr-single-post-modern .comment-respond,
body.phr-single-post-modern .phr-comment-form-wrap{
    margin-top:28px!important;
    padding:24px!important;
    border-radius:28px!important;
    background:rgba(255,255,255,.82)!important;
    border:1px solid rgba(8,95,53,.12)!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.8)!important;
}
body.phr-single-post-modern .comment-form{display:grid!important;gap:14px!important;text-align:right!important;}
body.phr-single-post-modern .comment-form p{margin:0!important;}
body.phr-single-post-modern .comment-form label{display:block!important;margin-bottom:8px!important;color:#083b25!important;font-weight:900!important;}
body.phr-single-post-modern .comment-form input[type='text'],
body.phr-single-post-modern .comment-form input[type='email'],
body.phr-single-post-modern .comment-form input[type='url'],
body.phr-single-post-modern .comment-form textarea{
    width:100%!important;
    box-sizing:border-box!important;
    border:1px solid rgba(8,95,53,.14)!important;
    border-radius:20px!important;
    background:#fff!important;
    padding:15px 17px!important;
    font-family:Tajawal,Arial,sans-serif!important;
    font-size:16px!important;
    outline:none!important;
    box-shadow:none!important;
}
body.phr-single-post-modern .comment-form input:focus,
body.phr-single-post-modern .comment-form textarea:focus{border-color:#18c964!important;box-shadow:0 0 0 4px rgba(24,201,100,.12)!important;}
@media (max-width:640px){body.phr-single-post-modern .comments-area,body.phr-single-post-modern #comments{padding:22px!important;border-radius:24px!important;margin-inline:12px!important;}}

/* v75: clean single post template - no theme meta remnants */
body.phr-single-post-clean-template{font-family:Tajawal,Arial,sans-serif!important;background:linear-gradient(180deg,#f5f9fd 0%,#ffffff 58%,#f3fbf6 100%)!important;color:#102a1d!important;overflow-x:hidden;}
body.phr-single-post-clean-template .phr-inner-hero{display:none!important;}
body.phr-single-post-clean-template .phr-single-page-template{position:relative;isolation:isolate;padding:34px 0 70px;}
body.phr-single-post-clean-template .phr-single-page-template:before{content:"";position:absolute;inset:0;z-index:-1;opacity:.42;background:radial-gradient(circle at 12% 8%,rgba(21,188,92,.11),transparent 24%),radial-gradient(circle at 88% 18%,rgba(6,95,55,.10),transparent 22%),linear-gradient(60deg,rgba(8,120,62,.045) 25%,transparent 25%,transparent 50%,rgba(8,120,62,.045) 50%,rgba(8,120,62,.045) 75%,transparent 75%);background-size:auto,auto,46px 46px;}
body.phr-single-post-clean-template .phr-single-template-wrap{margin-top:0!important;}
body.phr-single-post-clean-template .phr-single-title-box{text-align:center;margin:0 auto 28px;max-width:900px;}
body.phr-single-post-clean-template .phr-single-title-kicker{display:inline-flex;align-items:center;justify-content:center;padding:8px 18px;border-radius:999px;background:#e7f7ee;color:#07623a;font-size:14px;font-weight:900;border:1px solid rgba(15,148,75,.13);margin-bottom:12px;}
body.phr-single-post-clean-template .phr-single-post-title{margin:0;color:#071f16;font-size:clamp(32px,4.2vw,58px);font-weight:900;line-height:1.25;letter-spacing:-.8px;}
body.phr-single-post-clean-template .phr-single-image-box{max-width:var(--phr-single-image-width,1120px);margin-inline:auto;margin-bottom:28px;}
body.phr-single-post-clean-template .phr-single-featured-img{width:100%;height:min(52vw,520px);object-fit:cover;}
body.phr-single-post-clean-template .phr-single-content-box{max-width:var(--phr-single-content-width,1120px);margin-inline:auto;}
body.phr-single-post-clean-template .phr-popular-posts-box{max-width:1180px;margin:28px auto 0;}
body.phr-single-post-clean-template .post-meta,
body.phr-single-post-clean-template .entry-meta,
body.phr-single-post-clean-template .entry-footer,
body.phr-single-post-clean-template .byline,
body.phr-single-post-clean-template .cat-links,
body.phr-single-post-clean-template .tags-links,
body.phr-single-post-clean-template .posted-on,
body.phr-single-post-clean-template .author-name,
body.phr-single-post-clean-template .post-author,
body.phr-single-post-clean-template .post-categories,
body.phr-single-post-clean-template .wp-block-post-terms,
body.phr-single-post-clean-template .wp-block-post-author,
body.phr-single-post-clean-template .wp-block-post-date{display:none!important;visibility:hidden!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;overflow:hidden!important;}
body.phr-single-post-clean-template #comments.phr-modern-comments{max-width:1180px;margin:34px auto 0!important;padding:0 18px!important;background:transparent!important;border:0!important;box-shadow:none!important;}
body.phr-single-post-clean-template #comments.phr-modern-comments .phr-comments-shell{position:relative;overflow:hidden;background:rgba(255,255,255,.96);border:1px solid rgba(10,132,67,.16);border-radius:34px;padding:30px;box-shadow:0 26px 80px rgba(5,54,31,.10);}
body.phr-single-post-clean-template #comments.phr-modern-comments .phr-comments-shell:before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.5;background:radial-gradient(circle at 15% 10%,rgba(24,201,100,.12),transparent 26%),linear-gradient(60deg,rgba(8,120,62,.05) 25%,transparent 25%,transparent 50%,rgba(8,120,62,.05) 50%,rgba(8,120,62,.05) 75%,transparent 75%);background-size:auto,34px 34px;}
body.phr-single-post-clean-template #comments.phr-modern-comments .phr-comments-head,
body.phr-single-post-clean-template #comments.phr-modern-comments .phr-comment-list,
body.phr-single-post-clean-template #comments.phr-modern-comments .phr-comment-form-wrap{position:relative;z-index:1;}
@media (max-width:700px){body.phr-single-post-clean-template .phr-single-page-template{padding-top:22px}body.phr-single-post-clean-template .phr-single-featured-img{height:310px}body.phr-single-post-clean-template #comments.phr-modern-comments .phr-comments-shell{padding:20px;border-radius:24px}}

/* v76: professional footer developer credit instead of back-to-top pill */
#phr-site-footer .phr-footer-developer-credit{
  min-height:2.35em;
  padding:.35em .85em .35em .45em;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.55em;
  color:var(--phr-footer-title);
  font-weight:900;
  font-size:.78em;
  line-height:1.2;
  background:linear-gradient(135deg,rgba(255,255,255,.12),rgba(255,255,255,.035));
  border:1px solid rgba(255,255,255,.16);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 14px 34px rgba(0,0,0,.12);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  white-space:nowrap;
  position:relative;
  overflow:hidden;
}
#phr-site-footer .phr-footer-developer-credit:before{
  content:"";
  position:absolute;
  inset:-60% auto -60% -35%;
  width:35%;
  transform:rotate(18deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.22),transparent);
  animation:phrFooterCreditShine 4.8s ease-in-out infinite;
}
#phr-site-footer .phr-footer-developer-credit img{
  height:auto;
  max-height:2em;
  object-fit:contain;
  border-radius:6px;
  position:relative;
  z-index:1;
}
#phr-site-footer .phr-footer-developer-credit span{position:relative;z-index:1;}
@keyframes phrFooterCreditShine{0%,72%{left:-40%;opacity:0}82%{opacity:1}100%{left:120%;opacity:0}}
@media (max-width:767px){
  #phr-site-footer .phr-footer-developer-credit{white-space:normal;text-align:center;font-size:.72em;padding:.55em .75em;}
}

/* v77: footer developer credit clickable link */
#phr-site-footer a.phr-footer-developer-credit,
#phr-site-footer a.phr-footer-developer-credit:hover,
#phr-site-footer a.phr-footer-developer-credit:focus{
  text-decoration:none;
  color:inherit;
}
#phr-site-footer a.phr-footer-developer-credit{cursor:pointer;}
#phr-site-footer a.phr-footer-developer-credit:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 34px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.20);
}

/* v78: keep footer developer credit clickable with absolutely no underline */
#phr-site-footer a.phr-footer-developer-credit,
#phr-site-footer a.phr-footer-developer-credit:link,
#phr-site-footer a.phr-footer-developer-credit:visited,
#phr-site-footer a.phr-footer-developer-credit:hover,
#phr-site-footer a.phr-footer-developer-credit:focus,
#phr-site-footer a.phr-footer-developer-credit:active,
#phr-site-footer a.phr-footer-developer-credit span,
#phr-site-footer a.phr-footer-developer-credit img{
  text-decoration:none !important;
  border-bottom:0 !important;
  outline-offset:3px;
  -webkit-text-decoration-line:none !important;
  text-decoration-line:none !important;
}
#phr-site-footer a.phr-footer-developer-credit:hover span,
#phr-site-footer a.phr-footer-developer-credit:focus span{
  text-decoration:none !important;
  border-bottom:0 !important;
}

/* v81: multi phone contact cards + contact social icons + animated WhatsApp floating button */
.phr-contact-info-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));}
.phr-contact-social-strip{
  margin:0 0 22px;
  padding:16px 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  border:1px solid var(--phr-contact-border);
  border-radius:calc(var(--phr-contact-radius) - 4px);
  background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(247,250,253,.92));
  box-shadow:0 14px 40px rgba(13,47,87,.06);
}
.phr-contact-social-strip strong{color:var(--phr-contact-title);font-size:18px;font-weight:900;}
.phr-contact-social-icons{display:flex;align-items:center;flex-wrap:wrap;gap:9px;}
.phr-contact-social-icons a{
  width:42px;height:42px;border-radius:14px;
  display:inline-flex;align-items:center;justify-content:center;
  color:var(--phr-contact-accent-text);background:var(--phr-contact-accent);
  text-decoration:none;box-shadow:0 10px 24px rgba(13,61,103,.16);
  transition:transform .25s ease, box-shadow .25s ease, filter .25s ease;
}
.phr-contact-social-icons a:hover{transform:translateY(-3px) scale(1.04);box-shadow:0 16px 32px rgba(13,61,103,.22);filter:saturate(1.08);}
.phr-contact-social-icons svg{width:20px;height:20px;fill:currentColor;display:block;}
.phr-floating-contact-toggle{
  overflow:visible;
  animation:phrWhatsFloat 2.7s ease-in-out infinite;
}
.phr-floating-contact-toggle:before,
.phr-floating-contact-toggle:after{
  content:'';position:absolute;inset:-7px;border-radius:999px;border:2px solid rgba(37,211,102,.34);
  pointer-events:none;animation:phrWhatsPulse 2.2s ease-out infinite;
}
.phr-floating-contact-toggle:after{animation-delay:1.1s;}
.phr-floating-contact-toggle-icon.is-whatsapp{display:flex;align-items:center;justify-content:center;width:100%;height:100%;}
.phr-floating-contact-toggle-icon.is-whatsapp svg{width:38px;height:38px;display:block;filter:drop-shadow(0 5px 10px rgba(0,0,0,.18));}
.phr-floating-contact-toggle-icon.is-whatsapp .phr-wa-logo-bubble{fill:#fff;}
.phr-floating-contact-toggle-icon.is-whatsapp .phr-wa-logo-phone{fill:#25D366;}
.phr-floating-contact-toggle-icon.is-whatsapp .phr-whatsapp-official-icon{transform:translateY(1px);}
.phr-floating-contact-icon-btn.is-whatsapp{animation:phrWhatsWiggle 3.2s ease-in-out infinite;}
@keyframes phrWhatsFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}
@keyframes phrWhatsPulse{0%{transform:scale(.84);opacity:.75}72%,100%{transform:scale(1.48);opacity:0}}
@keyframes phrWhatsWiggle{0%,86%,100%{transform:rotate(0)}89%{transform:rotate(-8deg)}92%{transform:rotate(8deg)}95%{transform:rotate(-4deg)}}
@media (max-width:767px){
  .phr-contact-social-strip{flex-direction:column;text-align:center;align-items:center;padding:18px 14px;}
  .phr-contact-social-icons{justify-content:center;}
  .phr-contact-social-icons a{width:40px;height:40px;border-radius:13px;}
  .phr-floating-contact{right:14px;bottom:18px;}
  .phr-floating-contact-toggle{width:58px;height:58px;}
  .phr-floating-contact-toggle-icon.is-whatsapp svg{width:36px;height:36px;}
}


/* v82: clear WhatsApp logo inside floating round button */
.phr-floating-contact-toggle .phr-floating-contact-toggle-icon.is-whatsapp{
  border-radius:999px;
  line-height:0;
}
.phr-floating-contact-toggle .phr-whatsapp-official-icon{
  overflow:visible;
}
.phr-floating-contact-toggle .phr-wa-logo-bubble{
  fill:#fff !important;
}
.phr-floating-contact-toggle .phr-wa-logo-phone{
  fill:#25D366 !important;
}

/* PHR v46: fixed mobile testimonials slide offset/RTL blank-space bug */

/* v48 - Fix Why Us mobile responsiveness 100% */
@media (max-width: 900px){
  .phr-why-section{
    padding:42px 0 46px!important;
    overflow:hidden!important;
  }
  .phr-why-shell{
    width:100%!important;
    max-width:100%!important;
    padding:0 16px!important;
    margin:0 auto!important;
  }
  .phr-why-layout{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:28px!important;
    direction:rtl!important;
    width:100%!important;
    max-width:100%!important;
    align-items:stretch!important;
  }
  .phr-why-layout:before{
    display:none!important;
    content:none!important;
  }
  .phr-why-content{
    order:1!important;
    width:100%!important;
    max-width:100%!important;
    padding:0!important;
    margin:0!important;
    text-align:center!important;
  }
  .phr-why-title{
    text-align:center!important;
    margin:0 0 14px!important;
    font-size:clamp(26px,7vw,34px)!important;
    line-height:1.25!important;
  }
  .phr-why-desc{
    text-align:center!important;
    margin:0 auto 26px!important;
    max-width:620px!important;
    font-size:16px!important;
    line-height:1.9!important;
  }
  .phr-why-features{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:14px!important;
    width:100%!important;
    max-width:620px!important;
    margin:0 auto!important;
  }
  .phr-why-feature{
    display:flex!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:14px!important;
    min-height:auto!important;
    width:100%!important;
    padding:16px 14px!important;
    border-radius:20px!important;
    background:rgba(255,255,255,.70)!important;
    border:1px solid rgba(20,90,50,.10)!important;
    box-shadow:0 10px 26px rgba(15,45,29,.06)!important;
    transform:none!important;
    overflow:hidden!important;
  }
  .phr-why-feature:hover{
    transform:none!important;
  }
  .phr-why-icon{
    flex:0 0 54px!important;
    width:54px!important;
    height:54px!important;
    min-width:54px!important;
    border-radius:17px!important;
    margin:0!important;
  }
  .phr-why-icon svg,
  .phr-why-icon img{
    width:44px!important;
    height:44px!important;
  }
  .phr-why-feature-text{
    flex:1 1 auto!important;
    min-width:0!important;
    text-align:right!important;
  }
  .phr-why-feature-text h3{
    margin:0 0 5px!important;
    font-size:20px!important;
    line-height:1.35!important;
    text-align:right!important;
    overflow-wrap:anywhere!important;
  }
  .phr-why-feature-text p{
    margin:0!important;
    font-size:14.5px!important;
    line-height:1.75!important;
    text-align:right!important;
    overflow-wrap:anywhere!important;
  }
  .phr-why-media{
    order:2!important;
    width:100%!important;
    max-width:620px!important;
    min-width:0!important;
    margin:4px auto 0!important;
    padding:0!important;
    overflow:visible!important;
  }
  .phr-why-image-card{
    width:100%!important;
    max-width:100%!important;
    margin:0 auto!important;
    padding:3px!important;
    overflow:visible!important;
  }
  .phr-why-image-card>img,
  .phr-why-image-placeholder{
    width:100%!important;
    max-width:100%!important;
    height:260px!important;
    object-fit:cover!important;
    display:block!important;
  }
  .phr-why-guarantee{
    right:12px!important;
    left:auto!important;
    bottom:12px!important;
    width:138px!important;
    min-height:112px!important;
    padding:13px 10px!important;
    border-radius:16px!important;
  }
  .phr-why-guarantee strong{font-size:15px!important}
  .phr-why-guarantee span{font-size:13px!important}
  .phr-why-guarantee span:nth-of-type(1){font-size:42px!important}
}
@media (max-width: 480px){
  .phr-why-shell{padding:0 12px!important}
  .phr-why-section{padding:34px 0 40px!important}
  .phr-why-title{font-size:28px!important}
  .phr-why-desc{font-size:15px!important;line-height:1.85!important;margin-bottom:20px!important}
  .phr-why-feature{padding:14px 12px!important;gap:12px!important;border-radius:18px!important}
  .phr-why-icon{flex-basis:50px!important;width:50px!important;height:50px!important;min-width:50px!important}
  .phr-why-icon svg,.phr-why-icon img{width:40px!important;height:40px!important}
  .phr-why-feature-text h3{font-size:18px!important}
  .phr-why-feature-text p{font-size:14px!important;line-height:1.7!important}
  .phr-why-image-card>img,.phr-why-image-placeholder{height:220px!important}
  .phr-why-guarantee{width:124px!important;min-height:100px!important;padding:11px 8px!important;right:10px!important;bottom:10px!important}
  .phr-why-guarantee span:nth-of-type(1){font-size:36px!important}
}



/* v49 - Strong mobile repair for Why Us / About section, prevents image/content overlap */
@media (max-width: 991px){
  body .phr-about-section.phr-why-section,
  body section.phr-why-section{
    width:100% !important;
    max-width:100% !important;
    padding:40px 0 44px !important;
    overflow:hidden !important;
  }
  body .phr-about-section.phr-why-section .phr-about-shell,
  body .phr-about-section.phr-why-section .phr-why-shell,
  body section.phr-why-section .phr-why-shell{
    width:100% !important;
    max-width:100% !important;
    margin:0 auto !important;
    padding:0 16px !important;
    box-sizing:border-box !important;
    overflow:hidden !important;
  }
  body .phr-about-section.phr-why-section .phr-why-layout,
  body section.phr-why-section .phr-why-layout{
    display:flex !important;
    flex-direction:column !important;
    grid-template-columns:none !important;
    gap:22px !important;
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    direction:rtl !important;
    align-items:stretch !important;
    overflow:hidden !important;
  }
  body .phr-about-section.phr-why-section .phr-why-layout:before,
  body section.phr-why-section .phr-why-layout:before{
    display:none !important;
    content:none !important;
  }
  body .phr-about-section.phr-why-section .phr-why-content,
  body section.phr-why-section .phr-why-content{
    order:1 !important;
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    padding:0 !important;
    margin:0 !important;
    text-align:center !important;
    overflow:visible !important;
  }
  body .phr-about-section.phr-why-section .phr-why-title,
  body section.phr-why-section .phr-why-title{
    text-align:center !important;
    margin:0 0 12px !important;
    font-size:clamp(27px,7.5vw,35px) !important;
    line-height:1.25 !important;
    width:100% !important;
  }
  body .phr-about-section.phr-why-section .phr-why-desc,
  body section.phr-why-section .phr-why-desc{
    width:100% !important;
    max-width:620px !important;
    margin:0 auto 22px !important;
    text-align:center !important;
    font-size:15.5px !important;
    line-height:1.9 !important;
  }
  body .phr-about-section.phr-why-section .phr-why-features,
  body section.phr-why-section .phr-why-features{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:13px !important;
    width:100% !important;
    max-width:620px !important;
    margin:0 auto !important;
    padding:0 !important;
    box-sizing:border-box !important;
  }
  body .phr-about-section.phr-why-section .phr-why-feature,
  body section.phr-why-section .phr-why-feature{
    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    justify-content:flex-start !important;
    grid-template-columns:none !important;
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    min-height:0 !important;
    gap:12px !important;
    padding:14px 12px !important;
    margin:0 !important;
    border-radius:18px !important;
    background:rgba(255,255,255,.78) !important;
    border:1px solid rgba(20,90,50,.10) !important;
    box-shadow:0 8px 22px rgba(15,45,29,.055) !important;
    transform:none !important;
    box-sizing:border-box !important;
    overflow:hidden !important;
  }
  body .phr-about-section.phr-why-section .phr-why-feature:hover,
  body section.phr-why-section .phr-why-feature:hover{transform:none !important;}
  body .phr-about-section.phr-why-section .phr-why-icon,
  body section.phr-why-section .phr-why-icon{
    flex:0 0 50px !important;
    width:50px !important;
    min-width:50px !important;
    height:50px !important;
    margin:0 !important;
    border-radius:16px !important;
  }
  body .phr-about-section.phr-why-section .phr-why-icon svg,
  body .phr-about-section.phr-why-section .phr-why-icon img,
  body section.phr-why-section .phr-why-icon svg,
  body section.phr-why-section .phr-why-icon img{
    width:40px !important;
    height:40px !important;
    max-width:40px !important;
    max-height:40px !important;
  }
  body .phr-about-section.phr-why-section .phr-why-feature-text,
  body section.phr-why-section .phr-why-feature-text{
    flex:1 1 auto !important;
    min-width:0 !important;
    width:auto !important;
    text-align:right !important;
  }
  body .phr-about-section.phr-why-section .phr-why-feature-text h3,
  body section.phr-why-section .phr-why-feature-text h3{
    margin:0 0 4px !important;
    font-size:18px !important;
    line-height:1.35 !important;
    text-align:right !important;
    overflow-wrap:anywhere !important;
  }
  body .phr-about-section.phr-why-section .phr-why-feature-text p,
  body section.phr-why-section .phr-why-feature-text p{
    margin:0 !important;
    font-size:13.8px !important;
    line-height:1.72 !important;
    text-align:right !important;
    overflow-wrap:anywhere !important;
  }
  body .phr-about-section.phr-why-section .phr-why-media,
  body section.phr-why-section .phr-why-media{
    order:2 !important;
    width:100% !important;
    max-width:620px !important;
    min-width:0 !important;
    margin:2px auto 0 !important;
    padding:0 !important;
    box-sizing:border-box !important;
    overflow:hidden !important;
  }
  body .phr-about-section.phr-why-section .phr-why-image-card,
  body section.phr-why-section .phr-why-image-card{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    margin:0 auto !important;
    padding:3px !important;
    box-sizing:border-box !important;
    overflow:hidden !important;
    border-radius:22px !important;
  }
  body .phr-about-section.phr-why-section .phr-why-image-card>img,
  body .phr-about-section.phr-why-section .phr-why-image-placeholder,
  body section.phr-why-section .phr-why-image-card>img,
  body section.phr-why-section .phr-why-image-placeholder{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    height:220px !important;
    min-height:0 !important;
    object-fit:cover !important;
    border-radius:18px !important;
  }
  body .phr-about-section.phr-why-section .phr-why-guarantee,
  body section.phr-why-section .phr-why-guarantee{
    right:10px !important;
    left:auto !important;
    bottom:10px !important;
    width:118px !important;
    min-width:0 !important;
    min-height:94px !important;
    padding:10px 8px !important;
    border-radius:15px !important;
  }
  body .phr-about-section.phr-why-section .phr-why-guarantee strong,
  body section.phr-why-section .phr-why-guarantee strong{font-size:14px !important;}
  body .phr-about-section.phr-why-section .phr-why-guarantee span,
  body section.phr-why-section .phr-why-guarantee span{font-size:12px !important;}
  body .phr-about-section.phr-why-section .phr-why-guarantee span:nth-of-type(1),
  body section.phr-why-section .phr-why-guarantee span:nth-of-type(1){font-size:34px !important;}
}
@media (max-width: 390px){
  body .phr-about-section.phr-why-section .phr-about-shell,
  body section.phr-why-section .phr-why-shell{padding:0 12px !important;}
  body .phr-about-section.phr-why-section .phr-why-feature,
  body section.phr-why-section .phr-why-feature{padding:13px 10px !important;gap:10px !important;}
  body .phr-about-section.phr-why-section .phr-why-icon,
  body section.phr-why-section .phr-why-icon{flex-basis:46px !important;width:46px !important;min-width:46px !important;height:46px !important;}
  body .phr-about-section.phr-why-section .phr-why-feature-text h3,
  body section.phr-why-section .phr-why-feature-text h3{font-size:17px !important;}
  body .phr-about-section.phr-why-section .phr-why-feature-text p,
  body section.phr-why-section .phr-why-feature-text p{font-size:13.2px !important;}
}


/* PHR v6.2.4 - animated pest-control background for mobile menu */
@media (max-width: 1080px){
  .phr-mobile-panel{
    overflow: hidden !important;
    isolation: isolate;
    background:
      radial-gradient(circle at 18% 12%, rgba(255,255,255,.20), transparent 24%),
      radial-gradient(circle at 84% 30%, rgba(34,197,94,.28), transparent 28%),
      linear-gradient(145deg, rgba(2,84,49,.96) 0%, rgba(8,126,61,.92) 48%, rgba(4,55,37,.96) 100%) !important;
    border-left: 1px solid rgba(255,255,255,.20) !important;
    box-shadow: -24px 0 70px rgba(0,0,0,.30) !important;
  }
  .phr-mobile-panel::before{
    content:"";
    position:absolute;
    inset:0;
    z-index:-2;
    pointer-events:none;
    opacity:.46;
    background-image:
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='230' height='230' viewBox='0 0 230 230'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='.18' stroke-width='3' stroke-linecap='round'%3E%3Cpath d='M35 146c31-21 63-31 99-30'/%3E%3Cpath d='M44 158c22-13 47-20 75-20'/%3E%3Cpath d='M54 170c18-8 37-13 58-13'/%3E%3C/g%3E%3Cg fill='%23ffffff' fill-opacity='.15'%3E%3Ccircle cx='155' cy='111' r='5'/%3E%3Ccircle cx='177' cy='100' r='4'/%3E%3Ccircle cx='195' cy='122' r='3.5'/%3E%3Ccircle cx='139' cy='135' r='4'/%3E%3C/g%3E%3Cg fill='%23ffffff' fill-opacity='.11'%3E%3Cellipse cx='186' cy='59' rx='7' ry='10'/%3E%3Cpath d='M179 59h14M186 49v20M179 51l14 16M193 51l-14 16' stroke='%23ffffff' stroke-opacity='.11' stroke-width='2' stroke-linecap='round'/%3E%3Cellipse cx='69' cy='79' rx='6' ry='9'/%3E%3Cpath d='M63 79h12M69 70v18M63 72l12 14M75 72L63 86' stroke='%23ffffff' stroke-opacity='.11' stroke-width='2' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 240px 240px;
    animation: phrPestBgMove 16s linear infinite;
  }
  .phr-mobile-panel::after{
    content:"";
    position:absolute;
    inset:-40px -60px;
    z-index:-1;
    pointer-events:none;
    opacity:.65;
    background:
      radial-gradient(circle, rgba(255,255,255,.34) 0 2px, transparent 3px) 0 0/52px 52px,
      radial-gradient(circle, rgba(255,255,255,.18) 0 1px, transparent 3px) 24px 18px/62px 62px,
      linear-gradient(115deg, transparent 0 26%, rgba(255,255,255,.16) 42%, transparent 58%);
    filter: blur(.15px);
    animation: phrSprayMist 5.8s ease-in-out infinite alternate;
  }
  .phr-mobile-head,
  .phr-mobile-menu,
  .phr-mobile-panel .menu,
  .phr-mobile-close{
    position: relative;
    z-index: 2;
  }
  .phr-mobile-head{
    margin-bottom: 18px;
    padding: 14px 14px;
    border-radius: 20px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.16);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.14);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }
  .phr-mobile-head strong{
    color:#fff !important;
    text-shadow: 0 2px 10px rgba(0,0,0,.22);
  }
  .phr-mobile-menu a,
  .phr-mobile-panel .menu a{
    min-height: 54px !important;
    border-radius: 18px !important;
    color:#fff !important;
    background: rgba(255,255,255,.13) !important;
    border: 1px solid rgba(255,255,255,.18) !important;
    box-shadow: 0 12px 30px rgba(0,0,0,.12), inset 0 1px 0 rgba(255,255,255,.12);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .phr-mobile-menu a::before,
  .phr-mobile-panel .menu a::before{
    content:"";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    margin-left: 10px;
    background: #f7c948;
    box-shadow: 0 0 0 5px rgba(247,201,72,.14), 0 0 18px rgba(247,201,72,.35);
    flex: 0 0 auto;
  }
  .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,.24) !important;
    transform: translateX(-3px);
  }
  .phr-mobile-close{
    color:#fff !important;
    background: rgba(255,255,255,.15) !important;
    border: 1px solid rgba(255,255,255,.18) !important;
    box-shadow: 0 12px 26px rgba(0,0,0,.16);
  }
}
@keyframes phrPestBgMove{
  0%{ background-position: 0 0; transform: scale(1); }
  50%{ background-position: 58px 34px; transform: scale(1.025); }
  100%{ background-position: 120px 80px; transform: scale(1); }
}
@keyframes phrSprayMist{
  0%{ transform: translate3d(24px, 18px, 0) rotate(-4deg); opacity:.38; }
  100%{ transform: translate3d(-32px, -18px, 0) rotate(3deg); opacity:.78; }
}
@media (prefers-reduced-motion: reduce){
  .phr-mobile-panel::before,
  .phr-mobile-panel::after{ animation: none !important; }
}


/* v54: Single post spacing and article box width controls */
body.phr-single-post-clean-template .phr-single-page-template{
    padding-top:calc(34px + var(--phr-single-top-gap,76px))!important;
}
body.phr-single-post-clean-template .phr-single-image-box{
    max-width:var(--phr-single-image-width,1120px)!important;
    width:calc(100% - 36px)!important;
}
body.phr-single-post-clean-template .phr-single-content-box{
    max-width:var(--phr-single-content-width,1120px)!important;
    width:calc(100% - 36px)!important;
}
@media (max-width:700px){
    body.phr-single-post-clean-template .phr-single-page-template{padding-top:calc(18px + var(--phr-single-top-gap,60px))!important;}
    body.phr-single-post-clean-template .phr-single-image-box,
    body.phr-single-post-clean-template .phr-single-content-box{width:calc(100% - 24px)!important;}
}


/* v55: Hero slider supports video media */
.phr-hero-visual-card.has-video img{display:none}
.phr-hero-media-video,.phr-hero-media-iframe{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover;border:0;background:#04170f;z-index:0;border-radius:inherit}
.phr-hero-media-video{transform:scale(1.01)}
.phr-hero-visual-card.has-video:after{pointer-events:none;background:linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.18))}
.phr-hero-visual-card.has-video .phr-hero-visual-icon{opacity:.88;pointer-events:none}
.phr-hero-visual-card.has-video:focus-within .phr-hero-visual-icon,.phr-hero-visual-card.has-video:hover .phr-hero-visual-icon{opacity:.25}


/* v57 - Hero slider mobile title size controls */
@media (max-width: 640px){
  body .phr-hero-slider-section .phr-hero-title{
    font-size: var(--phr-hero-title-mobile-size, 32px) !important;
    line-height: 1.16 !important;
    letter-spacing: -.3px !important;
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
  }
  body .phr-hero-slider-section .phr-hero-desc{
    font-size: var(--phr-hero-desc-mobile-size, 15px) !important;
    line-height: 1.75 !important;
    max-width: 100% !important;
  }
}
@media (max-width: 390px){
  body .phr-hero-slider-section .phr-hero-title{
    font-size: min(var(--phr-hero-title-mobile-size, 30px), 30px) !important;
  }
}
