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

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

#phr-header.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: 56px; min-width: 56px; padding: 0 12px; border-radius: 999px; background: rgba(255,255,255,.96); color: var(--phr-text);
  text-decoration: none; font-size: 16px; font-weight: 800; display: inline-flex; align-items: center; justify-content: center; gap: 0;
  box-shadow: 0 14px 34px rgba(13, 61, 103, .14); direction: rtl; border: 1px solid rgba(13,47,87,.08); overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease;
}
#phr-header .phr-cta:hover { transform: translateY(-1px); }
#phr-header .phr-wa-icon {
  width: 42px; height: 42px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center;
  background: var(--phr-wa-bg); color: #fff; font-size: 20px; line-height: 1; box-shadow: 0 10px 22px rgba(37,211,102,.28);
}
#phr-header .phr-cta-text { display: none; }
#phr-header .phr-mobile-toggle {
  display: none; border: 0; background: #fff; padding: 0; width: 46px; height: 46px; border-radius: 14px; align-items: center; justify-content: center; flex-direction: column; gap: 5px;
  box-shadow: 0 10px 24px rgba(16,37,64,.08);
}
#phr-header .phr-mobile-toggle span { display: block; width: 22px; height: 2px; background: var(--phr-text); }
.phr-mobile-panel {
  position: fixed; top: 0; right: 0; bottom: 0; width: min(340px, 88vw); background: #fff; z-index: 10000; padding: calc(var(--phr-height) + var(--phr-adminbar) + 20px) 22px 24px;
  box-shadow: -16px 0 40px rgba(14,31,56,.14); transform: translateX(110%); transition: transform .25s ease; display: block; border-radius: 24px 0 0 24px;
}
.phr-mobile-panel.is-open { transform: translateX(0); }
.phr-mobile-overlay {
  position: fixed; inset: 0; background: rgba(9,20,39,.35); z-index: 9999; opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease;
}
.phr-mobile-overlay.is-open { opacity: 1; visibility: visible; }
.phr-mobile-menu, .phr-mobile-panel .menu { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.phr-mobile-menu a, .phr-mobile-panel .menu a {
  text-decoration: none; color: var(--phr-text); font-size: 17px; font-weight: 700; min-height: 50px; border-radius: 16px; padding: 0 16px;
  display: flex; align-items: center; background: #f7faff;
}
.phr-mobile-menu .current-menu-item > a, .phr-mobile-panel .menu .current-menu-item > a,
.phr-mobile-menu a:hover, .phr-mobile-panel .menu a:hover { background: var(--phr-active-item-bg); color: var(--phr-menu-item-text); }
.phr-mobile-close {
  position: absolute; top: calc(var(--phr-adminbar) + 18px); left: 18px; width: 42px; height: 42px; border: 0; border-radius: 14px; background: #f3f7fc; color: var(--phr-text); font-size: 24px;
}

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

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


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


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

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

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

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


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

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


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


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

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




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

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

/* Portfolio section */

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

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

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


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

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

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


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

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


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

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


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

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

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

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

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


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

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

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


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


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


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


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


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


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


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


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


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


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


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


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