@import url('https://fonts.googleapis.com/css2?family=Allura&family=Great+Vibes&family=Parisienne&display=swap');
@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; position: relative; }
#phr-header .phr-logo { width: var(--phr-logo); max-height: calc(var(--phr-height) - 20px); object-fit: contain; display: block; transition: opacity .22s ease, transform .22s ease, filter .22s ease; }
#phr-header .phr-logo-sticky { position: absolute; inset-inline-end: 0; top: 50%; transform: translateY(-50%) scale(.96); opacity: 0; pointer-events: none; }
#phr-header.is-sticky-shadow .phr-logo-main.phr-logo-has-sticky { opacity: 0; transform: scale(.96); }
#phr-header.is-sticky-shadow .phr-logo-sticky { opacity: 1; transform: translateY(-50%) scale(1); }
#phr-header .phr-logo-text { color: var(--phr-text); font-size: 28px; font-weight: 800; }
#phr-header .phr-nav { width: 100%; display: flex; justify-content: center; }
#phr-header .phr-nav .phr-menu,
#phr-header .phr-nav .menu {
  list-style: none; display: flex; align-items: center; justify-content: center; gap: var(--phr-menu-gap);
  margin: 0; padding: 8px; flex-wrap: nowrap; direction: rtl; position: relative;
}
#phr-header .phr-nav .phr-menu li,
#phr-header .phr-nav .menu li { margin: 0; position: relative; z-index: 1; }
#phr-header .phr-nav .phr-menu-marker {
  position: absolute; top: 50%; right: 0; transform: translateY(-50%);
  height: 46px; border-radius: var(--phr-menu-item-radius); background: var(--phr-active-item-bg);
  box-shadow: 0 12px 28px rgba(16,37,64,.10); opacity: 0; transition: all .28s cubic-bezier(.22,1,.36,1);
  pointer-events: none; z-index: 0;
}
#phr-header.is-sticky-shadow .phr-nav .phr-menu-marker { background: var(--phr-sticky-active-item-bg); }
#phr-header .phr-nav a {
  color: var(--phr-dropdown-text) !important; text-decoration: none; font-size: 16px; font-weight: 700; white-space: nowrap;
  display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 18px;
  border-radius: var(--phr-menu-item-radius);
  transition: color .22s ease, transform .22s ease, filter .22s ease;
  position: relative; z-index: 1;
}

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

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


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

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

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

#phr-header .phr-cta {
  min-height: 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-bg-image-layer {
  position: absolute; inset: 0; z-index: 0; background-image: var(--phr-services-bg-image); background-size: cover; background-position: center; background-repeat: no-repeat; opacity: var(--phr-services-bg-opacity); pointer-events: none;
}
.phr-services-shell { position: relative; z-index: 1; 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-title .phr-services-highlight{background:var(--phr-portfolio-title-box-bg);color:var(--phr-portfolio-title);border-radius:var(--phr-portfolio-title-box-radius);padding:var(--phr-portfolio-title-box-padding-y) var(--phr-portfolio-title-box-padding-x);box-shadow:0 18px 40px rgba(0,0,0,.16)}
.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.55em;line-height:1.35;font-family:var(--phr-footer-title-font, inherit) !important;font-weight:400;letter-spacing:.02em;text-shadow:0 10px 26px rgba(0,0,0,.28);font-style:normal}
#phr-site-footer .phr-footer-brand-desc,
#phr-site-footer .phr-footer-mini-desc{margin:0;color:var(--phr-footer-text);font-size:.78em;line-height:1.85}
#phr-site-footer .phr-footer-brand-desc{max-width:520px}
#phr-site-footer .phr-footer-brand-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}
#phr-site-footer .phr-footer-main-btn,
#phr-site-footer .phr-footer-ghost-btn,
#phr-site-footer .phr-footer-socials a,
#phr-site-footer .phr-footer-top{
  text-decoration:none;transition:.25s ease;display:inline-flex;align-items:center;justify-content:center
}
#phr-site-footer .phr-footer-main-btn{min-height:2.45em;padding:0 1.1em;border-radius:12px;background:var(--phr-footer-accent-bg);color:var(--phr-footer-accent-text);font-weight:800;font-size:.78em;box-shadow:none}
#phr-site-footer .phr-footer-main-btn:hover{transform:translateY(-2px)}
#phr-site-footer .phr-footer-ghost-btn{min-height:2.35em;padding:0 1em;border-radius:12px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.03);color:var(--phr-footer-title);font-weight:700;font-size:.74em}
#phr-site-footer .phr-footer-ghost-btn:hover{background:rgba(255,255,255,.08)}
#phr-site-footer .phr-footer-menu,
#phr-site-footer .phr-footer-menu ul{list-style:none;margin:0;padding:0}
#phr-site-footer .phr-footer-menu{display:grid;gap:5px}
#phr-site-footer .phr-footer-menu a{display:flex;align-items:center;justify-content:space-between;gap:.55em;padding:.58em .72em;border-radius:10px;border:1px solid rgba(255,255,255,.05);background:rgba(255,255,255,.018);color:var(--phr-footer-text);text-decoration:none;font-weight:600;font-size:.68em;line-height:1.4}
#phr-site-footer .phr-footer-menu a:hover{color:var(--phr-footer-title);background:rgba(255,255,255,.08);transform:translateX(-3px)}
#phr-site-footer .phr-footer-contact-list{display:grid;gap:5px}
#phr-site-footer .phr-footer-contact-list a,
#phr-site-footer .phr-footer-contact-list div{display:flex;align-items:center;justify-content:space-between;gap:7px;padding:7px 9px;border-radius:10px;border:1px solid rgba(255,255,255,.05);background:rgba(255,255,255,.018)}
#phr-site-footer .phr-footer-contact-list span{font-size:.64em;color:var(--phr-footer-text)}
#phr-site-footer .phr-footer-contact-list strong{font-size:.68em;color:var(--phr-footer-title)}
#phr-site-footer .phr-footer-socials{display:flex;flex-wrap:wrap;gap:5px;margin-top:10px}
#phr-site-footer .phr-footer-socials a{width:2.1em;height:2.1em;border-radius:9px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);color:var(--phr-footer-title);font-weight:800;font-size:.74em}
#phr-site-footer .phr-footer-socials a:hover{background:var(--phr-footer-accent-bg);color:var(--phr-footer-accent-text);transform:translateY(-2px)}
#phr-site-footer .phr-footer-mini-cta{margin-top:12px}
#phr-site-footer .phr-footer-bottom{margin-top:14px;padding:11px 14px;border-radius:18px 18px 0 0;background:rgba(255,255,255,.05);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.10);display:flex;align-items:center;justify-content:space-between;gap:12px}
#phr-site-footer .phr-footer-copy{color:var(--phr-footer-text);font-size:.72em}
#phr-site-footer .phr-footer-copy strong{color:var(--phr-footer-title)}
#phr-site-footer .phr-footer-sep{display:inline-block;margin:0 .45em;color:var(--phr-footer-text);opacity:.7}
#phr-site-footer .phr-footer-credit-link{color:var(--phr-footer-title);text-decoration:none;font-weight:700;transition:.25s ease}
#phr-site-footer .phr-footer-credit-link:hover{color:var(--phr-footer-accent-text);background:var(--phr-footer-accent-bg);padding:.18em .6em;border-radius:999px}

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

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


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

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

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


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


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


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


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


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


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


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


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


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


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


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


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

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

/* PHR bilingual direction support */
body.phr-site-en #phr-header .phr-shell{direction:ltr;}
body.phr-site-en #phr-header .phr-nav .phr-menu,
body.phr-site-en #phr-header .phr-nav .menu{direction:ltr;}
body.phr-site-en #phr-header .phr-left{order:3;justify-self:end;justify-content:flex-end;}
body.phr-site-en #phr-header .phr-center{order:2;margin-left:var(--phr-logo-gap);margin-right:var(--phr-cta-gap);}
body.phr-site-en #phr-header .phr-right{order:1;justify-self:start;justify-content:flex-start;}
body.phr-site-en #phr-header .phr-logo-wrap{justify-content:flex-start;}
body.phr-site-en #phr-header .phr-cta{direction:ltr;}
body.phr-site-en #phr-header .phr-nav .sub-menu,
body.phr-site-en #phr-header .phr-nav .children{direction:ltr;right:auto;left:0;transform-origin:top left;}
body.phr-site-en #phr-header .phr-nav .sub-menu::before,
body.phr-site-en #phr-header .phr-nav .children::before{right:auto;left:24px;}
body.phr-site-en #phr-header .phr-nav .sub-menu .sub-menu,
body.phr-site-en #phr-header .phr-nav .children .children{right:auto;left:calc(100% + 12px);transform-origin:top left;}
body.phr-site-en .phr-mobile-panel{right:auto;left:0;direction:ltr;border-left:0;border-right:1px solid var(--phr-mobile-panel-border);}
body.phr-site-en .phr-mobile-close{left:auto;right:18px;}
body.phr-site-en .phr-services-section,
body.phr-site-en .phr-features-section,
body.phr-site-en .phr-about-section,
body.phr-site-en .phr-how-section,
body.phr-site-en .phr-portfolio-section,
body.phr-site-en .phr-testimonials-section,
body.phr-site-en .phr-articles-section,
body.phr-site-en .phr-contact-section,
body.phr-site-en #phr-site-footer,
body.phr-site-en .phr-floating-contact{direction:ltr;text-align:left;}
body.phr-site-en .phr-section-heading,
body.phr-site-en .phr-services-head,
body.phr-site-en .phr-features-head,
body.phr-site-en .phr-about-head,
body.phr-site-en .phr-how-head,
body.phr-site-en .phr-portfolio-head,
body.phr-site-en .phr-testimonials-head,
body.phr-site-en .phr-articles-head{text-align:center;}
body.phr-site-en .phr-contact-info-grid,
body.phr-site-en .phr-contact-main-grid,
body.phr-site-en .phr-footer-main{direction:ltr;}
body.phr-site-en .phr-contact-form input,
body.phr-site-en .phr-contact-form select,
body.phr-site-en .phr-contact-form textarea{padding-left:48px;padding-right:16px;text-align:left;direction:ltr;}
body.phr-site-en .phr-field-icon{right:auto;left:16px;}
body.phr-site-en .phr-footer-contact-list a,
body.phr-site-en .phr-footer-contact-list div{direction:ltr;text-align:left;}
body.phr-site-en .phr-floating-contact{right:auto;left:22px;}
body.phr-site-en .phr-floating-contact-panel{right:auto;left:0;}
body.phr-site-en .phr-floating-contact-popup{flex-direction:row;}
body.phr-site-en.single-post .entry-content ul,
body.phr-site-en.single-post .entry-content ol{padding-left:1.4rem;padding-right:0;}
body.phr-site-en.single-post .entry-content blockquote{border-right:0;border-left:5px solid #e07a14;}
@media (max-width:782px){body.phr-site-en #phr-header .phr-left{order:3;}body.phr-site-en #phr-header .phr-right{order:1;}}

/* Portfolio single project page */
.phr-portfolio-single-page{background:var(--phr-project-single-page-bg,#f4f8fc);color:#0d2f57}
.phr-portfolio-single-wrap{font-family:'Tajawal',Arial,sans-serif;min-height:100vh;background:var(--phr-project-single-page-bg,linear-gradient(180deg,#f7fbff 0%,#eef6ff 100%));padding-bottom:70px}
.phr-portfolio-single-shell{width:min(calc(100% - 32px),1180px);margin:0 auto;position:relative;z-index:2}
.phr-portfolio-single-hero{position:relative;min-height:250px;display:flex;align-items:center;padding:62px 0 42px;background:var(--phr-project-single-hero-bg,#08233e);overflow:hidden}
.phr-portfolio-single-hero::before{content:'';position:absolute;inset:0;background-image:var(--phr-project-hero);background-size:cover;background-position:center;opacity:var(--phr-project-single-hero-image-opacity,.32);filter:saturate(1.06)}
.phr-portfolio-single-overlay{position:absolute;inset:0;background:linear-gradient(135deg,var(--phr-project-single-hero-overlay-start,rgba(4,20,36,.92)),var(--phr-project-single-hero-overlay-end,rgba(13,61,103,.72)))}
.phr-portfolio-single-kicker{display:inline-flex;margin:18px 0 14px;padding:9px 16px;border-radius:999px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.2);color:#fff;font-weight:800;backdrop-filter:blur(10px)}
.phr-portfolio-single-hero h1{margin:0;color:#fff;font-size:clamp(34px,5vw,64px);line-height:1.12;max-width:850px}
.phr-portfolio-single-hero p{margin:18px 0 0;color:rgba(255,255,255,.86);font-size:19px;line-height:1.9;max-width:760px}
.phr-portfolio-single-content{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.75fr);gap:24px;margin-top:28px;align-items:start}
.phr-portfolio-single-media,.phr-portfolio-single-data,.phr-portfolio-single-details{background:#fff;border:1px solid rgba(13,47,87,.08);border-radius:28px;box-shadow:0 22px 60px rgba(13,47,87,.09);overflow:hidden}
.phr-portfolio-single-media{min-height:420px;display:flex;align-items:center;justify-content:center;background:#071b30}
.phr-portfolio-single-media img,.phr-portfolio-single-media video{display:block;width:100%;height:100%;min-height:420px;max-height:680px;object-fit:cover}
.phr-portfolio-single-data{padding:26px;position:sticky;top:110px}
.phr-portfolio-single-data h2,.phr-portfolio-single-details h2{margin:0 0 18px;color:#0d2f57;font-size:25px}
.phr-portfolio-data-list{display:grid;gap:12px}
.phr-portfolio-data-list div{display:flex;justify-content:space-between;gap:16px;padding:14px 16px;border-radius:18px;background:#f2f7fd;color:#0d2f57}
.phr-portfolio-data-list span{color:#5f7791;font-weight:700}
.phr-portfolio-data-list strong{text-align:left;font-weight:900}
.phr-portfolio-single-details{grid-column:1/-1;padding:32px;font-size:18px;line-height:1.95;color:#243d58}
.phr-portfolio-single-details p{margin:0 0 16px}

.phr-portfolio-single-gallery{grid-column:1/2;background:#fff;border:1px solid rgba(13,47,87,.08);border-radius:28px;box-shadow:0 22px 60px rgba(13,47,87,.09);padding:24px;overflow:hidden}
.phr-portfolio-single-gallery h2{margin:0 0 16px;color:#0d2f57;font-size:25px}
.phr-portfolio-gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:14px}
.phr-portfolio-gallery-grid a{display:block;border-radius:18px;overflow:hidden;background:#edf4fb;aspect-ratio:4/3;box-shadow:0 10px 28px rgba(13,47,87,.08)}
.phr-portfolio-gallery-grid img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .28s ease}
.phr-portfolio-gallery-grid a:hover img{transform:scale(1.05)}
.phr-portfolio-single-data{grid-column:2/3;grid-row:1 / span 2}
@media (max-width:900px){.phr-portfolio-single-gallery,.phr-portfolio-single-data{grid-column:auto;grid-row:auto}}
@media (max-width:900px){.phr-portfolio-single-content{grid-template-columns:1fr;margin-top:20px}.phr-portfolio-single-data{position:static}.phr-portfolio-single-hero{min-height:220px;padding:50px 0 34px}.phr-portfolio-single-details{padding:24px}.phr-portfolio-single-media,.phr-portfolio-single-media img,.phr-portfolio-single-media video{min-height:280px}}


/* Rebuilt portfolio: English/LTR project cards */
.phr-portfolio-section{direction:ltr;text-align:left;}
.phr-portfolio-head{text-align:center;}
.phr-portfolio-card-caption{left:18px;right:18px;text-align:left;align-items:flex-start;}
.phr-portfolio-single-page,.phr-portfolio-single-wrap{direction:ltr;text-align:left;}
.phr-portfolio-single-wrap{font-family:Inter,Arial,sans-serif;}
.phr-portfolio-data-list strong{text-align:right;}
@media (max-width:767px){.phr-portfolio-card-caption{left:12px;right:12px;}}

.phr-portfolio-image-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:220px;padding:24px;text-align:center;font-weight:800;font-size:22px;color:#fff;background:linear-gradient(135deg,rgba(7,27,48,.92),rgba(13,47,87,.72));}

/* v5.9.4 Portfolio cards: featured image + professional 4-column layout */
.phr-portfolio-grid{
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:22px;
  align-items:stretch;
}
.phr-portfolio-card{
  min-width:0;
  height:100%;
  filter:drop-shadow(0 20px 38px rgba(8,35,62,.13));
}
.phr-portfolio-trigger{
  display:block;
  height:100%;
  border-radius:calc(var(--phr-portfolio-card-radius) + 6px);
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.42);
  overflow:hidden;
  transform:translateY(0);
  transition:transform .28s ease, box-shadow .28s ease, border-color .28s ease;
  box-shadow:0 18px 44px rgba(8,35,62,.10);
}
.phr-portfolio-trigger:hover{
  transform:translateY(-7px);
  border-color:rgba(255,255,255,.68);
  box-shadow:0 26px 66px rgba(8,35,62,.18);
}
.phr-portfolio-frame{display:none !important;}
.phr-portfolio-media{
  height:var(--phr-portfolio-item-height);
  min-height:var(--phr-portfolio-item-height);
  border-radius:var(--phr-portfolio-card-radius);
  background:linear-gradient(135deg,rgba(12,37,59,.92),rgba(27,50,69,.92)) !important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.18);
}
.phr-portfolio-media::after{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(7,24,43,0) 40%,rgba(7,24,43,.70) 100%);
  z-index:1;
  pointer-events:none;
}
.phr-portfolio-media > img,
.phr-portfolio-media .phr-portfolio-thumb-video{
  z-index:0;
}
.phr-portfolio-card-overlay,
.phr-portfolio-card-caption{
  display:flex !important;
}
.phr-portfolio-card-overlay{
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(180deg,rgba(3,15,28,0) 42%,rgba(3,15,28,.78) 100%);
  pointer-events:none;
}
.phr-portfolio-card-caption{
  position:absolute;
  left:18px;
  right:18px;
  bottom:16px;
  z-index:2;
  flex-direction:column;
  gap:5px;
  color:#fff;
  text-shadow:0 2px 10px rgba(0,0,0,.38);
}
.phr-portfolio-card-caption strong{
  font-size:17px;
  line-height:1.3;
  font-weight:900;
}
.phr-portfolio-card-caption small{
  display:inline-flex;
  width:max-content;
  max-width:100%;
  padding:5px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.18);
  border:1px solid rgba(255,255,255,.18);
  backdrop-filter:blur(8px);
  font-size:12px;
  font-weight:800;
  opacity:.95;
}
.phr-portfolio-image-placeholder{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px;
  color:#fff;
  font-weight:900;
  text-align:center;
  line-height:1.4;
  background:linear-gradient(135deg,#0d2f57,#172f45);
}
@media (max-width:1199px){.phr-portfolio-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important;}}
@media (max-width:767px){.phr-portfolio-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:14px}.phr-portfolio-card-caption{left:12px;right:12px;bottom:12px}.phr-portfolio-card-caption strong{font-size:15px}.phr-portfolio-card-caption small{font-size:11px}}
@media (max-width:520px){.phr-portfolio-grid{grid-template-columns:1fr !important}.phr-portfolio-media{height:min(var(--phr-portfolio-item-height),240px)}}

/* v5.9.6 Portfolio controls: 3/4 desktop columns + client + hover info card */
.phr-portfolio-grid{
  grid-template-columns:repeat(var(--phr-portfolio-columns,4),minmax(0,1fr)) !important;
}
.phr-portfolio-trigger{position:relative;}
.phr-portfolio-card-caption{overflow:visible;}
.phr-portfolio-title-line{display:block;max-width:100%;cursor:help;}
.phr-portfolio-client-line{
  display:block;
  font-style:normal;
  font-size:12px;
  line-height:1.35;
  font-weight:800;
  color:rgba(255,255,255,.88);
  text-shadow:0 2px 10px rgba(0,0,0,.38);
}
.phr-portfolio-hover-details{
  position:absolute;
  left:0;
  bottom:calc(100% + 14px);
  width:min(330px, calc(100vw - 36px));
  min-height:150px;
  padding:18px 18px 16px;
  border-radius:22px;
  color:#0d2f57;
  text-shadow:none;
  background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(239,247,255,.94));
  border:1px solid rgba(255,255,255,.76);
  box-shadow:0 24px 70px rgba(4,20,36,.28), inset 0 1px 0 rgba(255,255,255,.75);
  backdrop-filter:blur(16px);
  opacity:0;
  visibility:hidden;
  transform:translateY(12px) scale(.96);
  transform-origin:left bottom;
  transition:opacity .24s ease, transform .24s ease, visibility .24s ease;
  pointer-events:none;
  z-index:5;
}
.phr-portfolio-hover-details::after{
  content:'';
  position:absolute;
  left:24px;
  bottom:-9px;
  width:18px;
  height:18px;
  background:rgba(255,255,255,.96);
  transform:rotate(45deg);
  border-right:1px solid rgba(255,255,255,.76);
  border-bottom:1px solid rgba(255,255,255,.76);
}
.phr-portfolio-card-caption:hover .phr-portfolio-hover-details,
.phr-portfolio-title-line:hover ~ .phr-portfolio-hover-details{
  opacity:1;
  visibility:visible;
  transform:translateY(0) scale(1);
}
.phr-portfolio-hover-details b{
  display:block;
  margin-bottom:10px;
  font-size:18px;
  line-height:1.25;
  font-weight:900;
  color:#08233e;
}
.phr-portfolio-hover-details span{
  display:grid;
  grid-template-columns:88px 1fr;
  align-items:center;
  gap:10px;
  margin:7px 0;
  padding:8px 10px;
  border-radius:14px;
  background:rgba(13,47,87,.055);
}
.phr-portfolio-hover-details i{font-style:normal;font-size:11px;font-weight:900;color:#64758a;text-transform:uppercase;letter-spacing:.04em;}
.phr-portfolio-hover-details u{text-decoration:none;font-size:13px;font-weight:900;color:#0d2f57;text-align:right;}
.phr-portfolio-hover-details p{margin:12px 0 0;font-size:13px;line-height:1.7;color:#52657a;font-weight:700;}
@media (max-width:1199px){.phr-portfolio-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important;}}
@media (max-width:767px){.phr-portfolio-hover-details{display:none}.phr-portfolio-client-line{font-size:11px}.phr-portfolio-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}}
@media (max-width:520px){.phr-portfolio-grid{grid-template-columns:1fr !important;}}

/* v5.9.8 Safe portfolio hover details outside card - no global header/footer changes */
.phr-portfolio-card-caption .phr-portfolio-hover-details{
  display:none !important;
}
.phr-portfolio-floating-details{
  position:absolute;
  width:min(390px, calc(100vw - 36px));
  min-height:170px;
  padding:20px 20px 18px;
  border-radius:24px;
  color:#0d2f57;
  text-shadow:none;
  background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(239,247,255,.96));
  border:1px solid rgba(255,255,255,.78);
  box-shadow:0 28px 80px rgba(4,20,36,.30), inset 0 1px 0 rgba(255,255,255,.78);
  backdrop-filter:blur(16px);
  z-index:9999;
  opacity:0;
  visibility:hidden;
  transform:translateY(10px) scale(.97);
  transform-origin:left top;
  transition:opacity .22s ease, transform .22s ease, visibility .22s ease;
  pointer-events:none;
  font-family:Inter,Arial,sans-serif;
}
.phr-portfolio-floating-details.is-visible{
  opacity:1;
  visibility:visible;
  transform:translateY(0) scale(1);
}
.phr-portfolio-floating-details::before{
  content:'';
  position:absolute;
  left:28px;
  top:-9px;
  width:18px;
  height:18px;
  background:rgba(255,255,255,.97);
  transform:rotate(45deg);
  border-left:1px solid rgba(255,255,255,.78);
  border-top:1px solid rgba(255,255,255,.78);
}
.phr-portfolio-floating-details b{
  display:block;
  margin-bottom:10px;
  font-size:18px;
  line-height:1.25;
  font-weight:900;
  color:#08233e;
}
.phr-portfolio-floating-details span{
  display:grid;
  grid-template-columns:92px 1fr;
  align-items:center;
  gap:10px;
  margin:7px 0;
  padding:9px 11px;
  border-radius:15px;
  background:rgba(13,47,87,.055);
}
.phr-portfolio-floating-details i{font-style:normal;font-size:11px;font-weight:900;color:#64758a;text-transform:uppercase;letter-spacing:.04em;}
.phr-portfolio-floating-details u{text-decoration:none;font-size:13px;font-weight:900;color:#0d2f57;text-align:right;}
.phr-portfolio-floating-details p{margin:12px 0 0;font-size:13px;line-height:1.7;color:#52657a;font-weight:700;}
@media (max-width:767px){.phr-portfolio-floating-details{display:none !important;}}


/* v6.0.0 Portfolio hover details: show above title + admin color controls */
.phr-portfolio-floating-details{
  width:min(430px, calc(100vw - 36px));
  max-height:min(560px, calc(100vh - 40px));
  overflow:auto;
  color:var(--phr-portfolio-tooltip-text, #0d2f57) !important;
  background:var(--phr-portfolio-tooltip-bg, rgba(255,255,255,.98)) !important;
  border:1px solid rgba(255,255,255,.72);
  box-shadow:0 30px 90px rgba(4,20,36,.34), inset 0 1px 0 rgba(255,255,255,.70);
  transform-origin:left bottom;
}
.phr-portfolio-floating-details.is-above::before{display:none;}
.phr-portfolio-floating-details.is-above::after{
  content:'';
  position:absolute;
  left:30px;
  bottom:-9px;
  width:18px;
  height:18px;
  background:var(--phr-portfolio-tooltip-bg, rgba(255,255,255,.98));
  transform:rotate(45deg);
  border-right:1px solid rgba(255,255,255,.72);
  border-bottom:1px solid rgba(255,255,255,.72);
}
.phr-portfolio-floating-details.is-below::before{
  background:var(--phr-portfolio-tooltip-bg, rgba(255,255,255,.98));
}
.phr-portfolio-floating-details b,
.phr-portfolio-floating-details i,
.phr-portfolio-floating-details u,
.phr-portfolio-floating-details p,
.phr-portfolio-floating-details .phr-portfolio-hover-full-details{
  color:var(--phr-portfolio-tooltip-text, #0d2f57) !important;
}
.phr-portfolio-floating-details b{font-size:20px;margin-bottom:12px;}
.phr-portfolio-floating-details span{
  grid-template-columns:130px 1fr;
  background:rgba(13,47,87,.06);
}
.phr-portfolio-floating-details .phr-portfolio-hover-full-details{
  margin-top:14px;
  padding:14px 15px;
  border-radius:18px;
  background:rgba(13,47,87,.055);
  font-size:14px;
  line-height:1.75;
  font-weight:700;
}
.phr-portfolio-floating-details .phr-portfolio-hover-full-details p{margin:0 0 10px;}
.phr-portfolio-floating-details .phr-portfolio-hover-full-details p:last-child{margin-bottom:0;}
@media (max-width:767px){.phr-portfolio-floating-details{display:none !important;}}


/* v6.0.1 - Unified professional pill style for all section titles */
.phr-services-title .phr-services-highlight,
.phr-features-title .phr-services-highlight,
.phr-about-title .phr-services-highlight,
.phr-how-title .phr-services-highlight,
.phr-portfolio-title .phr-services-highlight,
.phr-testimonials-title .phr-services-highlight,
.phr-articles-title .phr-services-highlight,
.phr-section-heading.is-contact h2 .phr-services-highlight{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  max-width:100%;
  padding:12px 30px !important;
  border-radius:999px !important;
  background:linear-gradient(135deg,#d09a4a 0%,#e4bd75 58%,#f5ecd8 100%) !important;
  color:#ffffff !important;
  font-family:'Arial Rounded MT Bold','Trebuchet MS','Tajawal',Arial,sans-serif !important;
  font-weight:900 !important;
  letter-spacing:.2px;
  line-height:1.15 !important;
  text-shadow:0 2px 0 rgba(92,60,22,.28),0 4px 12px rgba(0,0,0,.18);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.36),0 12px 26px rgba(0,0,0,.16);
  border:1px solid rgba(255,255,255,.18) !important;
  -webkit-text-stroke:.25px rgba(255,255,255,.24);
}
.phr-services-title,
.phr-features-title,
.phr-about-title,
.phr-how-title,
.phr-portfolio-title,
.phr-testimonials-title,
.phr-articles-title,
.phr-section-heading.is-contact h2{
  text-align:center;
}
@media (max-width:767px){
  .phr-services-title .phr-services-highlight,
  .phr-features-title .phr-services-highlight,
  .phr-about-title .phr-services-highlight,
  .phr-how-title .phr-services-highlight,
  .phr-portfolio-title .phr-services-highlight,
  .phr-testimonials-title .phr-services-highlight,
  .phr-articles-title .phr-services-highlight,
  .phr-section-heading.is-contact h2 .phr-services-highlight{
    padding:10px 22px !important;
    border-radius:999px !important;
  }
}


/* v6.0.2 - Remove moving shine effect from unified section title pills */
.phr-services-title .phr-services-highlight::before,
.phr-features-title .phr-services-highlight::before,
.phr-about-title .phr-services-highlight::before,
.phr-how-title .phr-services-highlight::before,
.phr-portfolio-title .phr-services-highlight::before,
.phr-testimonials-title .phr-services-highlight::before,
.phr-articles-title .phr-services-highlight::before,
.phr-section-heading.is-contact h2 .phr-services-highlight::before{
  content:none !important;
  display:none !important;
  animation:none !important;
}


/* v6.0.3 - Portfolio section title only: dark pill background and white text */
.phr-portfolio-title .phr-services-highlight{
  background:#33322e !important;
  color:#ffffff !important;
  text-shadow:none !important;
}

/* PHR 6.0.4 - Remove mobile menu item bubble/frame only */
.phr-mobile-menu a,
.phr-mobile-panel .menu a,
body.phr-dark-mode .phr-mobile-menu a,
body.phr-dark-mode .phr-mobile-panel .menu a{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  min-height: 36px !important;
  padding: 6px 10px !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,
body.phr-dark-mode .phr-mobile-menu .current-menu-item > a,
body.phr-dark-mode .phr-mobile-panel .menu .current-menu-item > a,
body.phr-dark-mode .phr-mobile-menu a:hover,
body.phr-dark-mode .phr-mobile-panel .menu a:hover{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #ffffff !important;
  opacity: .9;
}

/* PHR 6.0.5 - Strong fix: remove mobile menu item frames/bubbles from every menu level without changing panel background */
#phr-mobile-panel .phr-mobile-menu,
#phr-mobile-panel .menu,
.phr-mobile-panel .phr-mobile-menu,
.phr-mobile-panel .menu{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
#phr-mobile-panel .phr-mobile-menu > li,
#phr-mobile-panel .menu > li,
.phr-mobile-panel .phr-mobile-menu > li,
.phr-mobile-panel .menu > li,
#phr-mobile-panel .phr-mobile-menu li,
#phr-mobile-panel .menu li,
.phr-mobile-panel .phr-mobile-menu li,
.phr-mobile-panel .menu li{
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  overflow: visible !important;
}
#phr-mobile-panel .phr-mobile-menu a,
#phr-mobile-panel .menu a,
.phr-mobile-panel .phr-mobile-menu a,
.phr-mobile-panel .menu a,
body.phr-dark-mode #phr-mobile-panel .phr-mobile-menu a,
body.phr-dark-mode #phr-mobile-panel .menu a,
body.phr-dark-mode .phr-mobile-panel .phr-mobile-menu a,
body.phr-dark-mode .phr-mobile-panel .menu a{
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  min-height: 34px !important;
  height: auto !important;
  padding: 6px 8px !important;
  margin: 0 !important;
  width: auto !important;
  color: var(--phr-mobile-panel-text) !important;
}
#phr-mobile-panel .phr-mobile-menu a::before,
#phr-mobile-panel .phr-mobile-menu a::after,
#phr-mobile-panel .menu a::before,
#phr-mobile-panel .menu a::after,
.phr-mobile-panel .phr-mobile-menu a::before,
.phr-mobile-panel .phr-mobile-menu a::after,
.phr-mobile-panel .menu a::before,
.phr-mobile-panel .menu a::after{
  content: none !important;
  display: none !important;
}
#phr-mobile-panel .phr-mobile-menu .current-menu-item > a,
#phr-mobile-panel .menu .current-menu-item > a,
#phr-mobile-panel .phr-mobile-menu a:hover,
#phr-mobile-panel .menu a:hover,
.phr-mobile-panel .phr-mobile-menu .current-menu-item > a,
.phr-mobile-panel .menu .current-menu-item > a,
.phr-mobile-panel .phr-mobile-menu a:hover,
.phr-mobile-panel .menu a:hover{
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
  transform: none !important;
  color: var(--phr-mobile-panel-text) !important;
  opacity: 1 !important;
}

/* v6.0.6 - Footer cards mode: keep footer design intact and only remove the large card wrappers when requested */
#phr-site-footer.phr-footer-no-cards .phr-footer-brand-card,
#phr-site-footer.phr-footer-no-cards .phr-footer-links-card,
#phr-site-footer.phr-footer-no-cards .phr-footer-contact-card,
#phr-site-footer.phr-footer-no-cards .phr-footer-social-card{
  background:transparent !important;
  border-color:transparent !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
  padding:18px 14px;
}
#phr-site-footer.phr-footer-no-cards .phr-footer-brand-card::before,
#phr-site-footer.phr-footer-no-cards .phr-footer-links-card::before,
#phr-site-footer.phr-footer-no-cards .phr-footer-contact-card::before,
#phr-site-footer.phr-footer-no-cards .phr-footer-social-card::before{display:none !important;}
#phr-site-footer.phr-footer-no-cards .phr-footer-menu a,
#phr-site-footer.phr-footer-no-cards .phr-footer-contact-list a,
#phr-site-footer.phr-footer-no-cards .phr-footer-contact-list div,
#phr-site-footer.phr-footer-no-cards .phr-footer-badge,
#phr-site-footer.phr-footer-no-cards .phr-footer-socials a{
  background:transparent !important;
  background-image:none !important;
  border-color:transparent !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
}
#phr-site-footer.phr-footer-no-cards .phr-footer-menu a,
#phr-site-footer.phr-footer-no-cards .phr-footer-contact-list a,
#phr-site-footer.phr-footer-no-cards .phr-footer-contact-list div{
  padding-left:0 !important;
  padding-right:0 !important;
  border-radius:0 !important;
}
#phr-site-footer .phr-footer-bottom,
#phr-site-footer.phr-footer-no-cards .phr-footer-bottom{
  background:#000000 !important;
  background-image:none !important;
  border-color:rgba(255,255,255,.08) !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
  border-radius:0 !important;
}
#phr-site-footer.phr-footer-no-cards .phr-footer-bottom{
  padding-left:14px !important;
  padding-right:14px !important;
}

/* PHR 6.0.8 - Clients section */
.phr-clients-section,
.phr-clients-section *{box-sizing:border-box;font-family:'Tajawal',Arial,sans-serif !important}
.phr-clients-section{position:relative;padding:82px 0;background:var(--phr-clients-bg);overflow:hidden;isolation:isolate}
.phr-clients-section::after{content:'';position:absolute;inset:0;background:var(--phr-clients-bg-image) center center/cover no-repeat;opacity:var(--phr-clients-bg-image-opacity,.35);pointer-events:none;z-index:0}
.phr-clients-section::before{content:'';position:absolute;inset:-1px;background:radial-gradient(circle at 18% 10%,rgba(255,255,255,.08),transparent 32%),radial-gradient(circle at 82% 74%,rgba(208,154,74,.12),transparent 34%);pointer-events:none;z-index:1}
.phr-clients-shell{position:relative;z-index:2;width:min(calc(100% - 32px),var(--phr-clients-inner-width,1200px));margin:0 auto}
.phr-clients-head{text-align:center;max-width:820px;margin:0 auto 34px}
.phr-clients-pretitle{display:inline-flex;align-items:center;justify-content:center;margin:0 auto 14px;padding:9px 17px;border-radius:999px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.14);color:var(--phr-clients-title);font-weight:800;backdrop-filter:blur(10px)}
.phr-clients-title{margin:0 0 14px;color:var(--phr-clients-title);font-size:clamp(30px,4vw,46px);font-weight:900;line-height:1.18;text-align:center}
.phr-clients-title .phr-services-highlight{display:inline-flex !important;align-items:center;justify-content:center;max-width:100%;padding:12px 30px !important;border-radius:999px !important;background:linear-gradient(135deg,var(--phr-clients-title-box-bg) 0%,var(--phr-clients-title-box-bg) 48%,var(--phr-clients-title-box-bg-2) 100%) !important;color:var(--phr-clients-title) !important;font-family:'Arial Rounded MT Bold','Trebuchet MS','Tajawal',Arial,sans-serif !important;font-weight:900 !important;letter-spacing:.2px;line-height:1.15 !important;text-shadow:0 2px 0 rgba(92,60,22,.28),0 4px 12px rgba(0,0,0,.18);box-shadow:inset 0 1px 0 rgba(255,255,255,.36),0 12px 26px rgba(0,0,0,.16);border:1px solid rgba(255,255,255,.18) !important;-webkit-text-stroke:.25px rgba(255,255,255,.24)}
.phr-clients-title .phr-services-highlight::before{content:none !important;display:none !important;animation:none !important}
.phr-clients-desc{margin:0 auto;color:var(--phr-clients-desc);font-size:18px;line-height:1.9;max-width:760px;opacity:.9}
.phr-clients-grid{display:grid;grid-template-columns:repeat(var(--phr-clients-columns,5),minmax(0,1fr));gap:18px;align-items:stretch}
.phr-client-logo-card{position:relative;display:flex;align-items:center;justify-content:center;height:var(--phr-clients-card-height,150px);padding:22px;border-radius:24px;background:var(--phr-clients-card-bg);border:1px solid var(--phr-clients-card-border);overflow:hidden;text-decoration:none;color:inherit;box-shadow:0 18px 45px rgba(0,0,0,.11);backdrop-filter:blur(10px);transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}
.phr-client-logo-card::before{content:'';position:absolute;top:-45%;bottom:-45%;width:46%;left:-70%;background:linear-gradient(110deg,transparent,rgba(255,255,255,.68),transparent);transform:skewX(-20deg);opacity:0;pointer-events:none}
.phr-client-logo-card:hover{transform:translateY(-7px) scale(1.02);box-shadow:0 26px 60px rgba(0,0,0,.18);border-color:rgba(245,236,216,.55)}
.phr-client-logo-card:hover::before{opacity:1;animation:phrClientLogoShine .82s ease forwards}
@keyframes phrClientLogoShine{from{left:-70%}to{left:125%}}
.phr-client-logo-inner{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:100%;height:100%;transform:translate(var(--phr-client-x,0),var(--phr-client-y,0));transition:transform .28s ease}
.phr-client-logo-card:hover .phr-client-logo-inner{transform:translate(var(--phr-client-x,0),var(--phr-client-y,0)) scale(1.06)}
.phr-client-logo-inner img{display:block;width:auto !important;height:auto !important;max-width:var(--phr-clients-logo-size,120px) !important;max-height:calc(var(--phr-clients-card-height,150px) - 38px) !important;object-fit:contain !important;object-position:center center !important;filter:drop-shadow(0 10px 18px rgba(0,0,0,.15))}
.phr-client-logo-inner strong{color:var(--phr-clients-title);font-size:20px;font-weight:900;text-align:center;line-height:1.35}
.phr-client-logo-name{position:absolute;right:14px;left:14px;bottom:10px;z-index:2;text-align:center;font-size:12px;font-weight:800;color:var(--phr-clients-desc);opacity:.72;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.phr-clients-empty{grid-column:1/-1;padding:28px;border-radius:24px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.13);color:var(--phr-clients-desc);text-align:center;font-weight:800}
@media (max-width:1199px){.phr-clients-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media (max-width:991px){.phr-clients-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:767px){.phr-clients-section{padding:64px 0}.phr-clients-title .phr-services-highlight{padding:10px 22px !important}.phr-clients-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.phr-client-logo-card{height:min(var(--phr-clients-card-height,150px),130px);border-radius:20px;padding:18px}.phr-client-logo-inner img{max-width:min(var(--phr-clients-logo-size,120px),110px) !important}}
@media (max-width:460px){.phr-clients-grid{grid-template-columns:1fr}}

/* v6.0.9 - About Us rebuilt as centered dark hero section */
.phr-about-section-new,
.phr-about-section-new *{
  box-sizing:border-box;
}
.phr-about-section-new{
  position:relative !important;
  padding:78px 0 84px !important;
  background:var(--phr-about-bg,#33322e) !important;
  overflow:hidden !important;
  isolation:isolate !important;
  direction:ltr !important;
  text-align:center !important;
  font-family:'Tajawal','Arial Rounded MT Bold','Trebuchet MS',Arial,sans-serif !important;
}
.phr-about-section-new::before,
.phr-about-section-new::after{
  content:none !important;
  display:none !important;
}
.phr-about-section-new .phr-about-bg-layer{
  position:absolute;
  inset:0;
  z-index:0;
  background-image:var(--phr-about-bg-image);
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  opacity:var(--phr-about-bg-image-opacity,.34);
  filter:grayscale(.08) contrast(1.04);
  transform:scale(1.02);
  pointer-events:none;
}
.phr-about-section-new .phr-about-dark-layer{
  position:absolute;
  inset:0;
  z-index:0;
  background:linear-gradient(180deg,rgba(0,0,0,.82) 0%,rgba(0,0,0,.78) 50%,rgba(0,0,0,.86) 100%);
  pointer-events:none;
}
.phr-about-section-new .phr-about-shell{
  width:min(var(--phr-container),calc(100% - 28px)) !important;
  margin:0 auto !important;
  position:relative !important;
  z-index:2 !important;
}
.phr-about-section-new .phr-about-head{
  max-width:1500px !important;
  margin:0 auto !important;
  text-align:center !important;
}
.phr-about-section-new .phr-about-title{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:auto !important;
  margin:0 auto 36px !important;
  padding:12px 28px !important;
  border-radius:999px !important;
  background:linear-gradient(135deg,#d09a4a 0%,#e4bd75 58%,#f5ecd8 100%) !important;
  color:#ffffff !important;
  font-family:'Arial Rounded MT Bold','Trebuchet MS','Tajawal',Arial,sans-serif !important;
  font-size:clamp(18px,1.7vw,24px) !important;
  font-weight:900 !important;
  line-height:1.1 !important;
  text-shadow:0 2px 0 rgba(92,60,22,.28),0 4px 12px rgba(0,0,0,.18) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.36),0 12px 26px rgba(0,0,0,.16) !important;
  border:1px solid rgba(255,255,255,.18) !important;
  -webkit-text-stroke:.25px rgba(255,255,255,.24);
}
.phr-about-section-new .phr-about-stripes{
  display:block;
  width:min(300px,42vw);
  height:18px;
  margin:0 auto 30px;
  background:repeating-linear-gradient(105deg,#d09a4a 0 11px,transparent 11px 21px);
  filter:drop-shadow(0 8px 20px rgba(0,0,0,.28));
}
.phr-about-section-new .phr-about-desc,
.phr-about-section-new .phr-about-text{
  max-width:1520px !important;
  margin:0 auto !important;
  color:#ffffff !important;
  font-family:'Tajawal','Trebuchet MS',Arial,sans-serif !important;
  font-size:clamp(15px,1.15vw,19px) !important;
  font-weight:800 !important;
  line-height:1.75 !important;
  text-align:center !important;
  text-shadow:0 2px 10px rgba(0,0,0,.38) !important;
}
.phr-about-section-new .phr-about-text{
  margin-top:18px !important;
}
@media (max-width:767px){
  .phr-about-section-new{padding:58px 0 62px !important;}
  .phr-about-section-new .phr-about-title{margin-bottom:28px !important;padding:11px 24px !important;font-size:20px !important;}
  .phr-about-section-new .phr-about-stripes{width:210px;height:16px;margin-bottom:24px;}
  .phr-about-section-new .phr-about-desc,
  .phr-about-section-new .phr-about-text{font-size:15px !important;line-height:1.8 !important;}
}

/* v65 Contact Us rebuild - scoped only to contact section */
.phr-contact-section-new{
  background:var(--phr-contact-bg,#050505) !important;
  padding:var(--phr-contact-padding-top,88px) 18px var(--phr-contact-padding-bottom,88px);
  position:relative;
  overflow:hidden;
  color:var(--phr-contact-text,#f6f6f6);
}
.phr-contact-section-new:after{
  content:"";position:absolute;inset:0;pointer-events:none;z-index:0;
  background-image:var(--phr-contact-bg-image,none);background-size:var(--phr-contact-bg-width,100%) var(--phr-contact-bg-height,100%);background-position:var(--phr-contact-bg-position-x,50%) var(--phr-contact-bg-position-y,50%);background-repeat:no-repeat;
  opacity:var(--phr-contact-bg-image-opacity,.35);
}
.phr-contact-section-new:before{
  content:"";position:absolute;inset:0;pointer-events:none;z-index:1;
  background:linear-gradient(180deg,var(--phr-contact-overlay,rgba(5,5,5,.55)),var(--phr-contact-overlay,rgba(5,5,5,.55))),radial-gradient(circle at 20% 10%,rgba(208,154,74,.13),transparent 28%),radial-gradient(circle at 82% 70%,rgba(255,255,255,.05),transparent 30%);
}
.phr-contact-section-new .phr-contact-shell{position:relative;z-index:2;max-width:var(--phr-contact-inner,1200px);margin:0 auto}
.phr-contact-section-new .phr-section-heading.is-contact{text-align:center;max-width:860px;margin:0 auto 38px}
.phr-contact-section-new .phr-section-heading.is-contact h2{margin:0 0 18px;font-size:var(--phr-contact-title-size,44px);line-height:1.15;color:var(--phr-contact-title,#fff)}
.phr-contact-section-new .phr-section-heading.is-contact h2>span{
  display:inline-flex !important;align-items:center;justify-content:center;max-width:100%;
  min-height:48px;padding:12px 30px !important;border-radius:999px !important;
  background:linear-gradient(135deg,var(--phr-contact-title-box-bg,#d09a4a) 0%,var(--phr-contact-title-box-bg,#d09a4a) 48%,var(--phr-contact-title-box-bg-2,#f5ecd8) 100%) !important;
  color:var(--phr-contact-section-title-text,#ffffff) !important;font-family:'Arial Rounded MT Bold','Trebuchet MS','Tajawal',Arial,sans-serif !important;font-weight:900 !important;letter-spacing:.2px;line-height:1.15 !important;
  text-shadow:0 2px 0 rgba(92,60,22,.28),0 4px 12px rgba(0,0,0,.18);box-shadow:inset 0 1px 0 rgba(255,255,255,.36),0 12px 26px rgba(0,0,0,.16);border:1px solid rgba(255,255,255,.18) !important;-webkit-text-stroke:.25px rgba(255,255,255,.24)
}
.phr-contact-section-new .phr-section-heading.is-contact p{margin:0 auto;color:var(--phr-contact-desc,#fff);font-size:var(--phr-contact-desc-size,18px);line-height:1.9;max-width:820px}
.phr-contact-split-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:26px;align-items:stretch}
.phr-contact-section-new .phr-contact-form-card,
.phr-contact-section-new .phr-contact-details-card{
  background:var(--phr-contact-card-bg,rgba(17,17,17,.24));
  border:1px solid var(--phr-contact-border,rgba(255,255,255,.18));
  border-radius:var(--phr-contact-radius,26px);
  padding:30px;
  box-shadow:0 24px 70px rgba(0,0,0,.34);
  backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);
}
.phr-contact-section-new .phr-contact-form-head h3,
.phr-contact-section-new .phr-contact-details-head h3,
.phr-contact-section-new .phr-contact-map-head h3{margin:0 0 10px;color:var(--phr-contact-title,#fff);font-size:28px;line-height:1.25}
.phr-contact-section-new .phr-contact-form-head p,
.phr-contact-section-new .phr-contact-details-head p{margin:0 0 22px;color:var(--phr-contact-desc,#fff);line-height:1.8;opacity:.9}
.phr-contact-details-kicker{display:inline-block;margin-bottom:10px;color:var(--phr-contact-accent,#d09a4a);font-weight:900;font-size:13px;letter-spacing:.08em;text-transform:uppercase}
.phr-contact-section-new .phr-contact-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.phr-contact-section-new .phr-field-wrap.full{grid-column:1/-1}
.phr-contact-section-new .phr-field-wrap label{display:block;margin-bottom:8px;color:var(--phr-contact-label,#fff);font-weight:800;font-size:14px}
.phr-contact-section-new .phr-input-shell{position:relative;display:flex;align-items:center;gap:8px;border:1px solid var(--phr-contact-border,rgba(255,255,255,.18));background:rgba(255,255,255,.07);border-radius:16px;padding:0 12px;transition:.25s ease}
.phr-contact-section-new .phr-input-shell:focus-within{border-color:var(--phr-contact-accent,#d09a4a);box-shadow:0 0 0 4px rgba(208,154,74,.12);background:rgba(255,255,255,.1)}
.phr-contact-section-new .phr-input-shell.is-textarea{align-items:flex-start;padding-top:12px}
.phr-contact-section-new .phr-field-icon{color:var(--phr-contact-accent,#d09a4a);font-size:16px;line-height:1;margin-top:0}
.phr-contact-section-new .phr-contact-form input,
.phr-contact-section-new .phr-contact-form select,
.phr-contact-section-new .phr-contact-form textarea{
  width:100%;border:0;background:transparent !important;min-height:54px;padding:12px 0;color:var(--phr-contact-text,#fff);font-family:inherit;box-shadow:none!important;
}
.phr-contact-section-new .phr-contact-form textarea{min-height:145px;resize:vertical}
.phr-contact-section-new .phr-contact-form input::placeholder,
.phr-contact-section-new .phr-contact-form textarea::placeholder{color:rgba(255,255,255,.56)}
.phr-contact-section-new .phr-contact-form select option{color:#111;background:#fff}
.phr-contact-section-new .phr-captcha-box{display:flex;gap:12px;align-items:center;flex-wrap:wrap}
.phr-contact-section-new .phr-captcha-question{padding:12px 18px;border-radius:999px;background:rgba(208,154,74,.16);border:1px solid rgba(208,154,74,.38);color:var(--phr-contact-title,#fff);font-weight:900}
.phr-contact-section-new .phr-contact-submit{margin-top:18px;width:100%;border:0;border-radius:18px;background:var(--phr-contact-accent,#d09a4a);color:var(--phr-contact-accent-text,#fff);min-height:56px;padding:14px 22px;font-weight:900;cursor:pointer;box-shadow:0 16px 38px rgba(208,154,74,.25);transition:.25s ease}
.phr-contact-section-new .phr-contact-submit:hover{transform:translateY(-2px);filter:brightness(1.06)}
.phr-contact-section-new .phr-contact-info-list{display:grid;gap:14px;margin-top:22px}
.phr-contact-section-new .phr-contact-info-row{display:flex;align-items:center;gap:15px;padding:16px;border-radius:20px;background:rgba(255,255,255,.07);border:1px solid var(--phr-contact-border,rgba(255,255,255,.18));transition:.25s ease}
.phr-contact-section-new .phr-contact-info-row:hover{transform:translateY(-3px);border-color:var(--phr-contact-accent,#d09a4a);background:rgba(255,255,255,.1)}
.phr-contact-section-new .phr-contact-mini-icon{width:var(--phr-contact-icon-size,54px);height:var(--phr-contact-icon-size,54px);min-width:var(--phr-contact-icon-size,54px);border-radius:18px;background:rgba(208,154,74,.18);border:1px solid rgba(208,154,74,.35);color:var(--phr-contact-accent,#d09a4a);display:flex;align-items:center;justify-content:center;font-size:20px}
.phr-contact-section-new .phr-contact-mini-content strong{display:block;color:var(--phr-contact-title,#fff);font-size:16px;margin-bottom:6px}
.phr-contact-section-new .phr-contact-mini-content span,
.phr-contact-section-new .phr-contact-mini-content a{color:var(--phr-contact-text,#f6f6f6);font-size:15px;line-height:1.75;text-decoration:none;word-break:break-word}
.phr-contact-section-new .phr-contact-map-card{margin-top:22px;padding:0;background:transparent;border:0;box-shadow:none}
.phr-contact-section-new .phr-branch-switcher{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}
.phr-contact-section-new .phr-branch-btn{border:1px solid var(--phr-contact-border,rgba(255,255,255,.18));background:rgba(255,255,255,.06);color:var(--phr-contact-text,#fff);border-radius:999px;padding:8px 12px;font-weight:800;cursor:pointer}
.phr-contact-section-new .phr-branch-btn.is-active{background:var(--phr-contact-accent,#d09a4a);color:var(--phr-contact-accent-text,#fff);border-color:var(--phr-contact-accent,#d09a4a)}
.phr-contact-section-new .phr-contact-map-frame{position:relative;overflow:hidden;border-radius:22px;min-height:250px;background:rgba(255,255,255,.06);border:1px solid var(--phr-contact-border,rgba(255,255,255,.18))}
.phr-contact-section-new .phr-contact-map-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0;filter:saturate(.85) contrast(1.02)}
.phr-contact-section-new .phr-contact-response{display:none;margin-top:16px;padding:14px 16px;border-radius:16px;font-weight:800}
.phr-contact-section-new .phr-contact-response.is-success{display:block;background:var(--phr-contact-success-bg,#1f9d55);color:var(--phr-contact-success-text,#fff)}
.phr-contact-section-new .phr-contact-response.is-error{display:block;background:#ffe8e8;color:#9b1c1c}
@media(max-width:980px){.phr-contact-split-grid{grid-template-columns:1fr}.phr-contact-section-new .phr-contact-form-card,.phr-contact-section-new .phr-contact-details-card{padding:24px}}
@media(max-width:640px){.phr-contact-section-new{padding:var(--phr-contact-padding-top,68px) 14px var(--phr-contact-padding-bottom,68px)}.phr-contact-section-new .phr-contact-fields{grid-template-columns:1fr}.phr-contact-section-new .phr-section-heading.is-contact h2>span{padding:9px 24px;min-height:44px}.phr-contact-section-new .phr-contact-form-card,.phr-contact-section-new .phr-contact-details-card{padding:20px;border-radius:22px}}

/* v69 New About-style Contact section - replaces old contact visual only */
.phr-contact-about-style,
.phr-contact-about-style *{box-sizing:border-box}
.phr-contact-about-style{
  position:relative!important;
  padding:var(--phr-contact-padding-top,78px) 0 var(--phr-contact-padding-bottom,84px)!important;
  background:var(--phr-contact-bg,#050505)!important;
  overflow:hidden!important;
  isolation:isolate!important;
  direction:ltr!important;
  text-align:center!important;
  font-family:'Tajawal','Arial Rounded MT Bold','Trebuchet MS',Arial,sans-serif!important;
}
.phr-contact-about-style .phr-contact-bg-layer{position:absolute;inset:0;z-index:0;background-image:var(--phr-contact-bg-image);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:var(--phr-contact-bg-image-opacity,.34);filter:grayscale(.08) contrast(1.04);transform:scale(1.02);pointer-events:none}
.phr-contact-about-style .phr-contact-dark-layer{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,var(--phr-contact-overlay,rgba(0,0,0,.78)) 0%,var(--phr-contact-overlay,rgba(0,0,0,.78)) 100%);pointer-events:none}
.phr-contact-about-style .phr-contact-shell{width:min(var(--phr-contact-inner,1200px),calc(100% - 28px))!important;margin:0 auto!important;position:relative!important;z-index:2!important}
.phr-contact-about-style .phr-contact-head{max-width:1500px!important;margin:0 auto!important;text-align:center!important}
.phr-contact-about-style .phr-contact-title{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:auto!important;margin:0 auto 34px!important;padding:12px 30px!important;border-radius:999px!important;background:linear-gradient(135deg,var(--phr-contact-title-box-bg,#d09a4a) 0%,var(--phr-contact-title-box-bg,#d09a4a) 48%,var(--phr-contact-title-box-bg-2,#f5ecd8) 100%)!important;color:var(--phr-contact-title-color,#fff)!important;font-family:'Arial Rounded MT Bold','Trebuchet MS','Tajawal',Arial,sans-serif!important;font-size:var(--phr-contact-title-size,24px)!important;font-weight:900!important;line-height:1.1!important;text-shadow:0 2px 0 rgba(92,60,22,.28),0 4px 12px rgba(0,0,0,.18)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.36),0 12px 26px rgba(0,0,0,.16)!important;border:1px solid rgba(255,255,255,.18)!important;-webkit-text-stroke:.25px rgba(255,255,255,.24)}
.phr-contact-about-style .phr-contact-stripes{display:block;width:min(300px,42vw);height:18px;margin:0 auto 30px;background:repeating-linear-gradient(105deg,var(--phr-contact-accent,#d09a4a) 0 11px,transparent 11px 21px);filter:drop-shadow(0 8px 20px rgba(0,0,0,.28))}
.phr-contact-about-style .phr-contact-desc,
.phr-contact-about-style .phr-contact-text{max-width:1420px!important;margin:0 auto!important;color:var(--phr-contact-desc,#fff)!important;font-size:var(--phr-contact-desc-size,18px)!important;font-weight:800!important;line-height:1.78!important;text-align:center!important;text-shadow:0 2px 10px rgba(0,0,0,.38)!important}
.phr-contact-about-style .phr-contact-text{margin-top:18px!important;color:var(--phr-contact-text,#fff)!important}
.phr-contact-about-style .phr-contact-modern-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:38px auto 0;max-width:1100px}
.phr-contact-about-style .phr-contact-modern-card{position:relative;display:flex;align-items:center;gap:16px;text-align:left;padding:20px 22px;border-radius:var(--phr-contact-radius,26px);background:var(--phr-contact-card-bg,rgba(17,17,17,.18));border:1px solid var(--phr-contact-border,rgba(208,154,74,.28));box-shadow:0 20px 55px rgba(0,0,0,.24);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);overflow:hidden;transition:transform .28s ease,border-color .28s ease,background .28s ease}
.phr-contact-about-style .phr-contact-modern-card:before{content:"";position:absolute;inset:-80% auto auto -45%;width:55%;height:260%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);transform:rotate(18deg) translateX(-160%);transition:transform .7s ease;pointer-events:none}
.phr-contact-about-style .phr-contact-modern-card:hover{transform:translateY(-5px);border-color:var(--phr-contact-accent,#d09a4a);background:rgba(255,255,255,.08)}
.phr-contact-about-style .phr-contact-modern-card:hover:before{transform:rotate(18deg) translateX(360%)}
.phr-contact-about-style .phr-contact-modern-icon{width:var(--phr-contact-icon-size,54px);height:var(--phr-contact-icon-size,54px);min-width:var(--phr-contact-icon-size,54px);border-radius:18px;background:rgba(208,154,74,.18);border:1px solid rgba(208,154,74,.42);color:var(--phr-contact-accent,#d09a4a);display:flex;align-items:center;justify-content:center;font-size:20px;box-shadow:inset 0 1px 0 rgba(255,255,255,.2)}
.phr-contact-about-style .phr-contact-modern-card strong{display:block;color:var(--phr-contact-desc,#fff);font-size:16px;font-weight:900;margin-bottom:6px}
.phr-contact-about-style .phr-contact-modern-card span,
.phr-contact-about-style .phr-contact-modern-card a{display:block;color:var(--phr-contact-text,#fff);font-size:15px;font-weight:800;line-height:1.65;text-decoration:none;word-break:break-word}
@media(max-width:900px){.phr-contact-about-style .phr-contact-modern-grid{grid-template-columns:1fr;max-width:620px}.phr-contact-about-style .phr-contact-modern-card{text-align:left}}
@media(max-width:767px){.phr-contact-about-style{padding:58px 0 62px!important}.phr-contact-about-style .phr-contact-title{margin-bottom:28px!important;padding:11px 24px!important;font-size:20px!important}.phr-contact-about-style .phr-contact-stripes{width:210px;height:16px;margin-bottom:24px}.phr-contact-about-style .phr-contact-desc,.phr-contact-about-style .phr-contact-text{font-size:15px!important;line-height:1.8!important}}

/* v71 - Contact form inside About-style contact section */
.phr-contact-about-style.phr-contact-with-form .phr-contact-head{margin-bottom:38px!important}
.phr-contact-about-style.phr-contact-with-form .phr-contact-split-grid{display:grid!important;grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr)!important;gap:28px!important;align-items:stretch!important;margin:0 auto!important;max-width:var(--phr-contact-inner,1200px)!important;text-align:initial!important}
.phr-contact-about-style.phr-contact-with-form .phr-contact-form-card,
.phr-contact-about-style.phr-contact-with-form .phr-contact-details-card{position:relative!important;padding:30px!important;border-radius:var(--phr-contact-radius,26px)!important;background:var(--phr-contact-card-bg,rgba(17,17,17,.18))!important;border:1px solid var(--phr-contact-border,rgba(208,154,74,.28))!important;box-shadow:0 24px 70px rgba(0,0,0,.28)!important;backdrop-filter:blur(14px)!important;-webkit-backdrop-filter:blur(14px)!important;overflow:hidden!important}
.phr-contact-about-style.phr-contact-with-form .phr-contact-form-card:before,
.phr-contact-about-style.phr-contact-with-form .phr-contact-details-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 15% 0%,rgba(208,154,74,.16),transparent 32%),linear-gradient(180deg,rgba(255,255,255,.08),transparent);pointer-events:none!important}
.phr-contact-about-style.phr-contact-with-form .phr-contact-form-card>* ,
.phr-contact-about-style.phr-contact-with-form .phr-contact-details-card>*{position:relative;z-index:1}
.phr-contact-about-style.phr-contact-with-form .phr-contact-form-head h3,
.phr-contact-about-style.phr-contact-with-form .phr-contact-details-head h3,
.phr-contact-about-style.phr-contact-with-form .phr-contact-map-head h3{margin:0 0 10px!important;color:var(--phr-contact-desc,#fff)!important;font-size:28px!important;line-height:1.25!important;font-weight:900!important;text-shadow:0 2px 10px rgba(0,0,0,.25)!important}
.phr-contact-about-style.phr-contact-with-form .phr-contact-form-head p,
.phr-contact-about-style.phr-contact-with-form .phr-contact-details-head p{margin:0 0 22px!important;color:var(--phr-contact-text,#fff)!important;line-height:1.85!important;font-weight:700!important;opacity:.92!important}
.phr-contact-about-style.phr-contact-with-form .phr-contact-details-kicker{display:inline-block!important;margin-bottom:10px!important;color:var(--phr-contact-accent,#d09a4a)!important;font-weight:900!important;font-size:13px!important;letter-spacing:.08em!important;text-transform:uppercase!important}
.phr-contact-about-style.phr-contact-with-form .phr-contact-fields{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:15px!important}
.phr-contact-about-style.phr-contact-with-form .phr-field-wrap.full{grid-column:1/-1!important}
.phr-contact-about-style.phr-contact-with-form .phr-field-wrap label{display:block!important;margin-bottom:8px!important;color:var(--phr-contact-label,#fff)!important;font-weight:900!important;font-size:14px!important}
.phr-contact-about-style.phr-contact-with-form .phr-input-shell{position:relative!important;display:flex!important;align-items:center!important;gap:10px!important;border:1px solid var(--phr-contact-border,rgba(255,255,255,.18))!important;background:rgba(255,255,255,.08)!important;border-radius:17px!important;padding:0 14px!important;transition:.25s ease!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)!important}
.phr-contact-about-style.phr-contact-with-form .phr-input-shell:focus-within{border-color:var(--phr-contact-accent,#d09a4a)!important;box-shadow:0 0 0 4px rgba(208,154,74,.13),inset 0 1px 0 rgba(255,255,255,.11)!important;background:rgba(255,255,255,.12)!important}
.phr-contact-about-style.phr-contact-with-form .phr-input-shell.is-textarea{align-items:flex-start!important;padding-top:12px!important}
.phr-contact-about-style.phr-contact-with-form .phr-field-icon{color:var(--phr-contact-accent,#d09a4a)!important;font-size:17px!important;line-height:1!important;min-width:22px!important;text-align:center!important}
.phr-contact-about-style.phr-contact-with-form .phr-contact-form input,
.phr-contact-about-style.phr-contact-with-form .phr-contact-form select,
.phr-contact-about-style.phr-contact-with-form .phr-contact-form textarea{width:100%!important;border:0!important;background:transparent!important;min-height:54px!important;padding:12px 0!important;color:var(--phr-contact-text,#fff)!important;font-family:inherit!important;font-weight:800!important;box-shadow:none!important;outline:0!important}
.phr-contact-about-style.phr-contact-with-form .phr-contact-form textarea{min-height:145px!important;resize:vertical!important}
.phr-contact-about-style.phr-contact-with-form .phr-contact-form input::placeholder,
.phr-contact-about-style.phr-contact-with-form .phr-contact-form textarea::placeholder{color:rgba(255,255,255,.58)!important}
.phr-contact-about-style.phr-contact-with-form .phr-contact-form select option{color:#111!important;background:#fff!important}
.phr-contact-about-style.phr-contact-with-form .phr-captcha-box{display:flex!important;gap:12px!important;align-items:center!important;flex-wrap:wrap!important}
.phr-contact-about-style.phr-contact-with-form .phr-captcha-question{padding:12px 18px!important;border-radius:999px!important;background:rgba(208,154,74,.16)!important;border:1px solid rgba(208,154,74,.38)!important;color:var(--phr-contact-desc,#fff)!important;font-weight:900!important}
.phr-contact-about-style.phr-contact-with-form .phr-contact-submit{margin-top:18px!important;width:100%!important;border:0!important;border-radius:18px!important;background:linear-gradient(135deg,var(--phr-contact-accent,#d09a4a),#f5d99a)!important;color:var(--phr-contact-accent-text,#fff)!important;min-height:58px!important;padding:14px 22px!important;font-weight:900!important;cursor:pointer!important;box-shadow:0 18px 42px rgba(208,154,74,.25)!important;transition:.25s ease!important}
.phr-contact-about-style.phr-contact-with-form .phr-contact-submit:hover{transform:translateY(-2px)!important;filter:brightness(1.06)!important}
.phr-contact-about-style.phr-contact-with-form .phr-contact-info-list{display:grid!important;gap:16px!important;margin-top:22px!important}
.phr-contact-about-style.phr-contact-with-form .phr-contact-info-row{display:flex!important;align-items:center!important;gap:18px!important;padding:18px!important;border-radius:22px!important;background:rgba(255,255,255,.08)!important;border:1px solid var(--phr-contact-border,rgba(255,255,255,.18))!important;transition:.25s ease!important}
.phr-contact-about-style.phr-contact-with-form .phr-contact-info-row:hover{transform:translateY(-4px)!important;border-color:var(--phr-contact-accent,#d09a4a)!important;background:rgba(255,255,255,.12)!important}
.phr-contact-about-style.phr-contact-with-form .phr-contact-mini-icon{width:var(--phr-contact-icon-size,76px)!important;height:var(--phr-contact-icon-size,76px)!important;min-width:var(--phr-contact-icon-size,76px)!important;border-radius:22px!important;background:rgba(208,154,74,.18)!important;border:1px solid rgba(208,154,74,.42)!important;color:var(--phr-contact-accent,#d09a4a)!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;font-size:calc(var(--phr-contact-icon-size,76px) * .48)!important;line-height:1!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 12px 28px rgba(0,0,0,.16)!important}
.phr-contact-about-style.phr-contact-with-form .phr-contact-mini-content strong{display:block!important;color:var(--phr-contact-desc,#fff)!important;font-size:17px!important;font-weight:900!important;margin-bottom:7px!important}
.phr-contact-about-style.phr-contact-with-form .phr-contact-mini-content span,
.phr-contact-about-style.phr-contact-with-form .phr-contact-mini-content a{display:block!important;color:var(--phr-contact-text,#fff)!important;font-size:15px!important;font-weight:800!important;line-height:1.75!important;text-decoration:none!important;word-break:break-word!important}
.phr-contact-about-style.phr-contact-with-form .phr-contact-map-card{margin-top:22px!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}
.phr-contact-about-style.phr-contact-with-form .phr-branch-switcher{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin-top:10px!important}
.phr-contact-about-style.phr-contact-with-form .phr-branch-btn{border:1px solid var(--phr-contact-border,rgba(255,255,255,.18))!important;background:rgba(255,255,255,.06)!important;color:var(--phr-contact-text,#fff)!important;border-radius:999px!important;padding:8px 12px!important;font-weight:800!important;cursor:pointer!important}
.phr-contact-about-style.phr-contact-with-form .phr-branch-btn.is-active{background:var(--phr-contact-accent,#d09a4a)!important;color:var(--phr-contact-accent-text,#fff)!important;border-color:var(--phr-contact-accent,#d09a4a)!important}
.phr-contact-about-style.phr-contact-with-form .phr-contact-map-frame{position:relative!important;overflow:hidden!important;border-radius:22px!important;min-height:250px!important;background:rgba(255,255,255,.06)!important;border:1px solid var(--phr-contact-border,rgba(255,255,255,.18))!important}
.phr-contact-about-style.phr-contact-with-form .phr-contact-map-frame iframe{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;border:0!important;filter:saturate(.85) contrast(1.02)!important}
.phr-contact-about-style.phr-contact-with-form .phr-contact-response{display:none!important;margin-top:16px!important;padding:14px 16px!important;border-radius:16px!important;font-weight:900!important}
.phr-contact-about-style.phr-contact-with-form .phr-contact-response.is-success{display:block!important;background:var(--phr-contact-success-bg,#1f9d55)!important;color:var(--phr-contact-success-text,#fff)!important}
.phr-contact-about-style.phr-contact-with-form .phr-contact-response.is-error{display:block!important;background:#ffe8e8!important;color:#9b1c1c!important}
@media(max-width:980px){.phr-contact-about-style.phr-contact-with-form .phr-contact-split-grid{grid-template-columns:1fr!important}.phr-contact-about-style.phr-contact-with-form .phr-contact-form-card,.phr-contact-about-style.phr-contact-with-form .phr-contact-details-card{padding:24px!important}}
@media(max-width:640px){.phr-contact-about-style.phr-contact-with-form .phr-contact-fields{grid-template-columns:1fr!important}.phr-contact-about-style.phr-contact-with-form .phr-contact-form-card,.phr-contact-about-style.phr-contact-with-form .phr-contact-details-card{padding:20px!important;border-radius:22px!important}.phr-contact-about-style.phr-contact-with-form .phr-contact-mini-icon{width:64px!important;height:64px!important;min-width:64px!important;font-size:31px!important}}

/* v6.1.8 - Vision section, same style as About Us with independent controls */
.phr-vision-section,
.phr-vision-section *{box-sizing:border-box}
.phr-vision-section{
  position:relative !important;
  padding:var(--phr-vision-padding-top,78px) 0 var(--phr-vision-padding-bottom,84px) !important;
  background:var(--phr-vision-bg,#33322e) !important;
  overflow:hidden !important;
  isolation:isolate !important;
  direction:ltr !important;
  text-align:center !important;
  font-family:'Tajawal','Arial Rounded MT Bold','Trebuchet MS',Arial,sans-serif !important;
}
.phr-vision-section::before,
.phr-vision-section::after{content:none !important;display:none !important}
.phr-vision-bg-layer{
  position:absolute;inset:0;z-index:0;
  background-image:var(--phr-vision-bg-image);
  background-size:cover;background-position:center;background-repeat:no-repeat;
  opacity:var(--phr-vision-bg-image-opacity,.34);
  filter:grayscale(.08) contrast(1.04);
  transform:scale(1.02);pointer-events:none;
}
.phr-vision-dark-layer{position:absolute;inset:0;z-index:0;background:var(--phr-vision-overlay,rgba(0,0,0,.8));pointer-events:none}
.phr-vision-shell{width:min(var(--phr-container),calc(100% - 28px)) !important;margin:0 auto !important;position:relative !important;z-index:2 !important}
.phr-vision-head{max-width:var(--phr-vision-inner-width,1500px) !important;margin:0 auto !important;text-align:center !important}
.phr-vision-title{
  display:inline-flex !important;align-items:center !important;justify-content:center !important;width:auto !important;
  margin:0 auto 36px !important;padding:12px 28px !important;border-radius:999px !important;
  background:linear-gradient(135deg,var(--phr-vision-title-box-bg,#d09a4a) 0%,var(--phr-vision-title-box-bg,#d09a4a) 48%,var(--phr-vision-title-box-bg-2,#f5ecd8) 100%) !important;
  color:var(--phr-vision-title,#ffffff) !important;
  font-family:'Arial Rounded MT Bold','Trebuchet MS','Tajawal',Arial,sans-serif !important;
  font-size:clamp(18px,1.7vw,var(--phr-vision-title-size,24px)) !important;
  font-weight:900 !important;line-height:1.1 !important;
  text-shadow:0 2px 0 rgba(92,60,22,.28),0 4px 12px rgba(0,0,0,.18) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.36),0 12px 26px rgba(0,0,0,.16) !important;
  border:1px solid rgba(255,255,255,.18) !important;
  -webkit-text-stroke:.25px rgba(255,255,255,.24);
}
.phr-vision-stripes{display:block;width:min(300px,42vw);height:18px;margin:0 auto 30px;background:repeating-linear-gradient(105deg,var(--phr-vision-stripes,#d09a4a) 0 11px,transparent 11px 21px);filter:drop-shadow(0 8px 20px rgba(0,0,0,.28))}
.phr-vision-desc,
.phr-vision-text{max-width:var(--phr-vision-inner-width,1500px) !important;margin:0 auto !important;font-family:'Tajawal','Trebuchet MS',Arial,sans-serif !important;font-weight:800 !important;line-height:1.75 !important;text-align:center !important;text-shadow:0 2px 10px rgba(0,0,0,.38) !important}
.phr-vision-desc{color:var(--phr-vision-desc,#ffffff) !important;font-size:clamp(15px,1.15vw,var(--phr-vision-desc-size,18px)) !important}
.phr-vision-text{color:var(--phr-vision-text,#ffffff) !important;font-size:clamp(15px,1.15vw,var(--phr-vision-text-size,18px)) !important;margin-top:18px !important}
@media (max-width:767px){.phr-vision-section{padding:58px 0 62px !important}.phr-vision-title{margin-bottom:28px !important;padding:11px 24px !important;font-size:20px !important}.phr-vision-stripes{width:210px;height:16px;margin-bottom:24px}.phr-vision-desc,.phr-vision-text{font-size:15px !important;line-height:1.8 !important}}

.phr-mission-section,
.phr-mission-section *{box-sizing:border-box}
.phr-mission-section{
  position:relative !important;
  padding:var(--phr-mission-padding-top,78px) 0 var(--phr-mission-padding-bottom,84px) !important;
  background:var(--phr-mission-bg,#33322e) !important;
  overflow:hidden !important;
  isolation:isolate !important;
  direction:ltr !important;
  text-align:center !important;
  font-family:'Tajawal','Arial Rounded MT Bold','Trebuchet MS',Arial,sans-serif !important;
}
.phr-mission-section::before,
.phr-mission-section::after{content:none !important;display:none !important}
.phr-mission-bg-layer{
  position:absolute;inset:0;z-index:0;
  background-image:var(--phr-mission-bg-image);
  background-size:cover;background-position:center;background-repeat:no-repeat;
  opacity:var(--phr-mission-bg-image-opacity,.34);
  filter:grayscale(.08) contrast(1.04);
  transform:scale(1.02);pointer-events:none;
}
.phr-mission-dark-layer{position:absolute;inset:0;z-index:0;background:var(--phr-mission-overlay,rgba(0,0,0,.8));pointer-events:none}
.phr-mission-shell{width:min(var(--phr-container),calc(100% - 28px)) !important;margin:0 auto !important;position:relative !important;z-index:2 !important}
.phr-mission-head{max-width:var(--phr-mission-inner-width,1500px) !important;margin:0 auto !important;text-align:center !important}
.phr-mission-title{
  display:inline-flex !important;align-items:center !important;justify-content:center !important;width:auto !important;
  margin:0 auto 36px !important;padding:12px 28px !important;border-radius:999px !important;
  background:linear-gradient(135deg,var(--phr-mission-title-box-bg,#d09a4a) 0%,var(--phr-mission-title-box-bg,#d09a4a) 48%,var(--phr-mission-title-box-bg-2,#f5ecd8) 100%) !important;
  color:var(--phr-mission-title,#ffffff) !important;
  font-family:'Arial Rounded MT Bold','Trebuchet MS','Tajawal',Arial,sans-serif !important;
  font-size:clamp(18px,1.7vw,var(--phr-mission-title-size,24px)) !important;
  font-weight:900 !important;line-height:1.1 !important;
  text-shadow:0 2px 0 rgba(92,60,22,.28),0 4px 12px rgba(0,0,0,.18) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.36),0 12px 26px rgba(0,0,0,.16) !important;
  border:1px solid rgba(255,255,255,.18) !important;
  -webkit-text-stroke:.25px rgba(255,255,255,.24);
}
.phr-mission-stripes{display:block;width:min(300px,42vw);height:18px;margin:0 auto 30px;background:repeating-linear-gradient(105deg,var(--phr-mission-stripes,#d09a4a) 0 11px,transparent 11px 21px);filter:drop-shadow(0 8px 20px rgba(0,0,0,.28))}
.phr-mission-desc,
.phr-mission-text{max-width:var(--phr-mission-inner-width,1500px) !important;margin:0 auto !important;font-family:'Tajawal','Trebuchet MS',Arial,sans-serif !important;font-weight:800 !important;line-height:1.75 !important;text-align:center !important;text-shadow:0 2px 10px rgba(0,0,0,.38) !important}
.phr-mission-desc{color:var(--phr-mission-desc,#ffffff) !important;font-size:clamp(15px,1.15vw,var(--phr-mission-desc-size,18px)) !important}
.phr-mission-text{color:var(--phr-mission-text,#ffffff) !important;font-size:clamp(15px,1.15vw,var(--phr-mission-text-size,18px)) !important;margin-top:18px !important}
@media (max-width:767px){.phr-mission-section{padding:58px 0 62px !important}.phr-mission-title{margin-bottom:28px !important;padding:11px 24px !important;font-size:20px !important}.phr-mission-stripes{width:210px;height:16px;margin-bottom:24px}.phr-mission-desc,.phr-mission-text{font-size:15px !important;line-height:1.8 !important}}

/* v6.2.0 - Mobile section title controls + portfolio carousel */
@media (max-width:767px){
  .phr-services-title{font-size:var(--phr-services-title-mobile-size,28px) !important;}
  .phr-articles-title{font-size:var(--phr-articles-title-mobile-size,28px) !important;}
  .phr-features-title{font-size:var(--phr-features-title-mobile-size,28px) !important;}
  .phr-about-title{font-size:var(--phr-about-title-mobile-size,28px) !important;}
  .phr-about-section-new .phr-about-title{font-size:var(--phr-about-title-mobile-size,28px) !important;}
  .phr-vision-title{font-size:var(--phr-vision-title-mobile-size,22px) !important;}
  .phr-mission-title{font-size:var(--phr-mission-title-mobile-size,22px) !important;}
  .phr-how-title{font-size:var(--phr-how-title-mobile-size,28px) !important;}
  .phr-portfolio-title{font-size:var(--phr-portfolio-title-mobile-size,28px) !important;}
  .phr-testimonials-title{font-size:var(--phr-testimonials-title-mobile-size,28px) !important;}
  .phr-clients-title{font-size:var(--phr-clients-title-mobile-size,28px) !important;}
  .phr-contact-about-style .phr-contact-title{font-size:var(--phr-contact-title-mobile-size,22px) !important;}
  .phr-section-heading.is-contact h2{font-size:var(--phr-contact-title-mobile-size,22px) !important;}
}

.phr-portfolio-mode-carousel .phr-portfolio-grid{
  display:flex !important;
  grid-template-columns:none !important;
  gap:20px;
  overflow-x:auto;
  overflow-y:visible;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  -webkit-overflow-scrolling:touch;
  padding:8px 2px 22px;
  scrollbar-width:none;
}
.phr-portfolio-mode-carousel .phr-portfolio-grid::-webkit-scrollbar{display:none;}
.phr-portfolio-mode-carousel .phr-portfolio-card{
  flex:0 0 calc((100% - 60px) / 4);
  scroll-snap-align:start;
}
.phr-portfolio-mode-carousel .phr-portfolio-card[style*="display: none"]{display:none !important;}
.phr-portfolio-carousel-controls{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin-top:12px;
}
.phr-portfolio-carousel-btn{
  width:46px;
  height:46px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.32);
  background:rgba(255,255,255,.22);
  color:#fff;
  font-size:30px;
  line-height:1;
  font-weight:900;
  cursor:pointer;
  backdrop-filter:blur(12px);
  box-shadow:0 14px 35px rgba(0,0,0,.16);
  transition:transform .22s ease, background .22s ease;
}
.phr-portfolio-carousel-btn:hover{transform:translateY(-2px);background:rgba(255,255,255,.34);}
.phr-portfolio-mode-grid .phr-portfolio-carousel-controls{display:none !important;}
@media (max-width:1199px){.phr-portfolio-mode-carousel .phr-portfolio-card{flex-basis:calc((100% - 40px) / 3);}}
@media (max-width:767px){
  .phr-portfolio-mode-carousel .phr-portfolio-grid{gap:14px;padding-bottom:18px;}
  .phr-portfolio-mode-carousel .phr-portfolio-card{flex-basis:78%;}
  .phr-portfolio-carousel-btn{width:42px;height:42px;font-size:28px;}
}
@media (max-width:520px){.phr-portfolio-mode-carousel .phr-portfolio-card{flex-basis:86%;}}

/* v6.2.1 - desktop section title font controls for portfolio/clients + mobile menu contact block */
@media (min-width:768px){
  .phr-portfolio-title{font-size:var(--phr-portfolio-title-size,46px) !important;}
  .phr-clients-title{font-size:var(--phr-clients-title-size,46px) !important;}
}
#phr-mobile-panel .phr-mobile-head-no-title{
  justify-content:flex-end !important;
  min-height:44px;
}
#phr-mobile-panel .phr-mobile-head-no-title strong{display:none !important;}
#phr-mobile-panel .phr-mobile-contact-block{
  margin-top:22px;
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.14);
  display:flex;
  flex-direction:column;
  gap:10px;
  color:var(--phr-mobile-panel-text,#fff);
}
#phr-mobile-panel .phr-mobile-contact-row{
  display:flex;
  align-items:center;
  gap:10px;
  color:var(--phr-mobile-panel-text,#fff) !important;
  text-decoration:none !important;
  background:rgba(255,255,255,.08) !important;
  border:1px solid rgba(255,255,255,.12) !important;
  border-radius:14px !important;
  padding:10px 12px !important;
  box-shadow:none !important;
}
#phr-mobile-panel .phr-mobile-contact-row span{
  width:32px;
  height:32px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  background:rgba(255,255,255,.12);
  font-size:15px;
}
#phr-mobile-panel .phr-mobile-contact-row strong{
  font-size:13px;
  line-height:1.4;
  font-weight:800;
  word-break:break-word;
}
#phr-mobile-panel .phr-mobile-socials{
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:6px;
}
#phr-mobile-panel .phr-mobile-socials a{
  width:38px !important;
  height:38px !important;
  min-height:38px !important;
  padding:0 !important;
  border-radius:999px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:rgba(255,255,255,.12) !important;
  border:1px solid rgba(255,255,255,.16) !important;
  color:var(--phr-mobile-panel-text,#fff) !important;
  text-decoration:none !important;
  font-weight:900 !important;
  font-size:16px !important;
}


/* v6.2.2 - professional mobile menu contact cards + color controls */
#phr-mobile-panel .phr-mobile-contact-block{
  margin-top:24px !important;
  padding:20px 2px 0 !important;
  border-top:1px solid rgba(255,255,255,.16) !important;
  gap:12px !important;
}
#phr-mobile-panel .phr-mobile-contact-row{
  position:relative !important;
  overflow:hidden !important;
  display:grid !important;
  grid-template-columns:46px 1fr !important;
  align-items:center !important;
  gap:12px !important;
  min-height:66px !important;
  padding:11px 12px !important;
  border-radius:20px !important;
  background:var(--phr-mobile-contact-card-bg,rgba(255,255,255,.10)) !important;
  border:1px solid var(--phr-mobile-contact-card-border,rgba(255,255,255,.22)) !important;
  color:var(--phr-mobile-contact-text,var(--phr-mobile-panel-text,#fff)) !important;
  box-shadow:0 16px 35px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.10) !important;
  backdrop-filter:blur(10px) !important;
  -webkit-backdrop-filter:blur(10px) !important;
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease !important;
}
#phr-mobile-panel .phr-mobile-contact-row::after{
  content:"";
  position:absolute;
  top:-60%;
  bottom:-60%;
  width:38px;
  inset-inline-start:-56px;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.28),transparent);
  transform:rotate(18deg);
  transition:inset-inline-start .45s ease;
  pointer-events:none;
}
#phr-mobile-panel .phr-mobile-contact-row:hover{
  transform:translateY(-2px) !important;
  box-shadow:0 22px 45px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.14) !important;
}
#phr-mobile-panel .phr-mobile-contact-row:hover::after{inset-inline-start:115%;}
#phr-mobile-panel .phr-mobile-contact-icon{
  width:46px !important;
  height:46px !important;
  border-radius:16px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:var(--phr-mobile-contact-icon-bg,#c8a45d) !important;
  color:var(--phr-mobile-contact-icon-text,#111) !important;
  font-size:21px !important;
  line-height:1 !important;
  box-shadow:0 10px 20px rgba(0,0,0,.18) !important;
}
#phr-mobile-panel .phr-mobile-contact-copy{display:flex !important;flex-direction:column !important;gap:2px !important;min-width:0 !important;}
#phr-mobile-panel .phr-mobile-contact-copy em{
  font-style:normal !important;
  font-size:10px !important;
  line-height:1.2 !important;
  font-weight:900 !important;
  letter-spacing:.08em !important;
  text-transform:uppercase !important;
  opacity:.72 !important;
  color:var(--phr-mobile-contact-text,var(--phr-mobile-panel-text,#fff)) !important;
}
#phr-mobile-panel .phr-mobile-contact-copy strong{
  font-size:13px !important;
  line-height:1.35 !important;
  font-weight:900 !important;
  color:var(--phr-mobile-contact-text,var(--phr-mobile-panel-text,#fff)) !important;
  word-break:break-word !important;
}
#phr-mobile-panel .phr-mobile-socials{
  justify-content:center !important;
  gap:12px !important;
  margin-top:12px !important;
  padding-top:4px !important;
}
#phr-mobile-panel .phr-mobile-socials a{
  width:44px !important;
  height:44px !important;
  min-height:44px !important;
  border-radius:16px !important;
  background:var(--phr-mobile-social-bg,#c8a45d) !important;
  color:var(--phr-mobile-social-text,#111) !important;
  border:1px solid rgba(255,255,255,.20) !important;
  box-shadow:0 12px 24px rgba(0,0,0,.20) !important;
  transition:transform .22s ease, box-shadow .22s ease !important;
}
#phr-mobile-panel .phr-mobile-socials a:hover{transform:translateY(-3px) scale(1.04) !important;box-shadow:0 18px 34px rgba(0,0,0,.26) !important;}

/* v6.2.3 - mobile menu contact spacing + official social icons */
#phr-mobile-panel .phr-mobile-contact-block{
  gap:18px !important;
}
#phr-mobile-panel .phr-mobile-contact-row{
  margin:0 0 0 !important;
}
#phr-mobile-panel .phr-mobile-socials.phr-mobile-socials-brand{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:14px !important;
  margin-top:4px !important;
  padding-top:2px !important;
}
#phr-mobile-panel .phr-mobile-socials.phr-mobile-socials-brand a{
  width:48px !important;
  height:48px !important;
  min-height:48px !important;
  padding:0 !important;
  border:0 !important;
  border-radius:16px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  color:#fff !important;
  text-decoration:none !important;
  box-shadow:0 14px 28px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.18) !important;
  transition:transform .22s ease, box-shadow .22s ease, filter .22s ease !important;
}
#phr-mobile-panel .phr-mobile-socials.phr-mobile-socials-brand a:hover{
  transform:translateY(-3px) scale(1.06) !important;
  box-shadow:0 20px 36px rgba(0,0,0,.30), inset 0 1px 0 rgba(255,255,255,.22) !important;
  filter:saturate(1.08) brightness(1.03) !important;
}
#phr-mobile-panel .phr-mobile-socials.phr-mobile-socials-brand svg{
  width:24px !important;
  height:24px !important;
  display:block !important;
  fill:currentColor !important;
}
#phr-mobile-panel .phr-mobile-social-facebook{background:#1877F2 !important;}
#phr-mobile-panel .phr-mobile-social-twitter{background:#1DA1F2 !important;}
#phr-mobile-panel .phr-mobile-social-instagram{background:linear-gradient(135deg,#F58529 0%,#FEDA77 25%,#DD2A7B 55%,#8134AF 78%,#515BD4 100%) !important;}


/* v6.2.4 - loosen mobile menu contact cards spacing */
#phr-mobile-panel .phr-mobile-contact-block{
  gap:22px !important;
  padding:22px 4px 0 !important;
}
#phr-mobile-panel .phr-mobile-contact-row{
  grid-template-columns:58px minmax(0,1fr) !important;
  gap:16px !important;
  min-height:92px !important;
  padding:18px 18px !important;
  border-radius:24px !important;
  align-items:center !important;
}
#phr-mobile-panel .phr-mobile-contact-icon{
  width:58px !important;
  height:58px !important;
  border-radius:20px !important;
  font-size:25px !important;
  flex:0 0 58px !important;
}
#phr-mobile-panel .phr-mobile-contact-copy{
  gap:6px !important;
  overflow:visible !important;
}
#phr-mobile-panel .phr-mobile-contact-copy em{
  font-size:11.5px !important;
  line-height:1.25 !important;
  letter-spacing:.07em !important;
}
#phr-mobile-panel .phr-mobile-contact-copy strong{
  font-size:15px !important;
  line-height:1.55 !important;
  font-weight:800 !important;
  white-space:normal !important;
  overflow-wrap:anywhere !important;
  word-break:normal !important;
}
#phr-mobile-panel .phr-mobile-socials.phr-mobile-socials-brand{
  margin-top:8px !important;
  padding-top:8px !important;
  gap:16px !important;
}
@media (max-width:380px){
  #phr-mobile-panel .phr-mobile-contact-row{
    grid-template-columns:50px minmax(0,1fr) !important;
    gap:13px !important;
    min-height:86px !important;
    padding:16px 14px !important;
  }
  #phr-mobile-panel .phr-mobile-contact-icon{
    width:50px !important;
    height:50px !important;
    border-radius:18px !important;
    font-size:22px !important;
    flex-basis:50px !important;
  }
  #phr-mobile-panel .phr-mobile-contact-copy strong{
    font-size:13.5px !important;
    line-height:1.5 !important;
  }
}

/* v6.2.5 - fix mobile menu contact cards text wrapping/alignment */
#phr-mobile-panel{
  width:min(380px,94vw) !important;
  padding-left:18px !important;
  padding-right:18px !important;
}
#phr-mobile-panel .phr-mobile-contact-row{
  width:100% !important;
  box-sizing:border-box !important;
  grid-template-columns:58px minmax(0,1fr) !important;
  justify-items:stretch !important;
}
#phr-mobile-panel .phr-mobile-contact-row > .phr-mobile-contact-icon{
  width:58px !important;
  height:58px !important;
  min-width:58px !important;
  max-width:58px !important;
  flex:0 0 58px !important;
}
#phr-mobile-panel .phr-mobile-contact-row > .phr-mobile-contact-copy,
#phr-mobile-panel .phr-mobile-contact-copy{
  width:auto !important;
  height:auto !important;
  min-width:0 !important;
  max-width:100% !important;
  flex:1 1 auto !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  padding:0 !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  justify-content:center !important;
  text-align:start !important;
  gap:5px !important;
  overflow:visible !important;
}
#phr-mobile-panel .phr-mobile-contact-copy em,
#phr-mobile-panel .phr-mobile-contact-copy strong{
  width:100% !important;
  max-width:100% !important;
  display:block !important;
  text-align:start !important;
}
#phr-mobile-panel .phr-mobile-contact-copy strong{
  font-size:15px !important;
  line-height:1.45 !important;
  white-space:normal !important;
  overflow-wrap:break-word !important;
  word-break:normal !important;
  hyphens:none !important;
}
@media (max-width:380px){
  #phr-mobile-panel{
    width:96vw !important;
    padding-left:14px !important;
    padding-right:14px !important;
  }
  #phr-mobile-panel .phr-mobile-contact-row{
    grid-template-columns:54px minmax(0,1fr) !important;
    gap:14px !important;
    padding:16px 14px !important;
  }
  #phr-mobile-panel .phr-mobile-contact-row > .phr-mobile-contact-icon{
    width:54px !important;
    height:54px !important;
    min-width:54px !important;
    max-width:54px !important;
    flex-basis:54px !important;
  }
  #phr-mobile-panel .phr-mobile-contact-copy strong{
    font-size:14px !important;
    line-height:1.42 !important;
  }
}

/* v6.2.6 - enable smooth scrolling inside the mobile menu panel */
#phr-mobile-panel{
  height:100vh !important;
  max-height:100vh !important;
  overflow-y:auto !important;
  overflow-x:hidden !important;
  -webkit-overflow-scrolling:touch !important;
  overscroll-behavior:contain !important;
  padding-bottom:calc(34px + env(safe-area-inset-bottom, 0px)) !important;
  scrollbar-width:thin;
}
@supports (height:100dvh){
  #phr-mobile-panel{
    height:100dvh !important;
    max-height:100dvh !important;
  }
}
#phr-mobile-panel .phr-mobile-menu-wrap{
  flex:0 0 auto !important;
}
#phr-mobile-panel .phr-mobile-contact-block{
  padding-bottom:calc(26px + env(safe-area-inset-bottom, 0px)) !important;
}
#phr-mobile-panel::-webkit-scrollbar{
  width:6px;
}
#phr-mobile-panel::-webkit-scrollbar-thumb{
  background:rgba(255,255,255,.28);
  border-radius:999px;
}
#phr-mobile-panel::-webkit-scrollbar-track{
  background:transparent;
}
body.phr-mobile-open{
  touch-action:none;
}
body.phr-mobile-open #phr-mobile-panel{
  touch-action:pan-y;
}


/* v6.2.7 - remove link cards/bubbles from mobile menu links only */
#phr-mobile-panel .phr-mobile-menu,
#phr-mobile-panel .menu,
.phr-mobile-panel .phr-mobile-menu,
.phr-mobile-panel .menu{
  gap:12px !important;
  padding:0 !important;
  margin:0 !important;
}
#phr-mobile-panel .phr-mobile-menu li,
#phr-mobile-panel .menu li,
.phr-mobile-panel .phr-mobile-menu li,
.phr-mobile-panel .menu li{
  background:transparent !important;
  background-image:none !important;
  border:0 !important;
  box-shadow:none !important;
  outline:0 !important;
  border-radius:0 !important;
  padding:0 !important;
  margin:0 !important;
}
#phr-mobile-panel .phr-mobile-menu > li > a,
#phr-mobile-panel .menu > li > a,
.phr-mobile-panel .phr-mobile-menu > li > a,
.phr-mobile-panel .menu > li > a,
body.phr-dark-mode #phr-mobile-panel .phr-mobile-menu > li > a,
body.phr-dark-mode #phr-mobile-panel .menu > li > a{
  background:transparent !important;
  background-color:transparent !important;
  background-image:none !important;
  border:0 !important;
  outline:0 !important;
  box-shadow:none !important;
  filter:none !important;
  backdrop-filter:none !important;
  -webkit-backdrop-filter:none !important;
  border-radius:0 !important;
  width:auto !important;
  min-width:0 !important;
  max-width:100% !important;
  min-height:auto !important;
  padding:7px 4px !important;
  margin:0 !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  color:var(--phr-mobile-panel-text) !important;
}
#phr-mobile-panel .phr-mobile-menu > li > a:hover,
#phr-mobile-panel .menu > li > a:hover,
#phr-mobile-panel .phr-mobile-menu > li.current-menu-item > a,
#phr-mobile-panel .menu > li.current-menu-item > a,
.phr-mobile-panel .phr-mobile-menu > li > a:hover,
.phr-mobile-panel .menu > li > a:hover,
.phr-mobile-panel .phr-mobile-menu > li.current-menu-item > a,
.phr-mobile-panel .menu > li.current-menu-item > a{
  background:transparent !important;
  background-image:none !important;
  border:0 !important;
  box-shadow:none !important;
  transform:none !important;
  color:var(--phr-mobile-panel-text) !important;
  opacity:1 !important;
}
#phr-mobile-panel .phr-mobile-menu > li > a::before,
#phr-mobile-panel .phr-mobile-menu > li > a::after,
#phr-mobile-panel .menu > li > a::before,
#phr-mobile-panel .menu > li > a::after{
  content:none !important;
  display:none !important;
}


/* PHR 6.3.0 - Footer copyright First Marketing credit */
#phr-site-footer .phr-footer-copy{
  display:flex !important;
  align-items:center !important;
  flex-wrap:wrap !important;
  gap:8px !important;
  color:#ffffff !important;
}
#phr-site-footer .phr-footer-copy strong,
#phr-site-footer .phr-footer-rights-text{color:#ffffff !important}
#phr-site-footer .phr-footer-credit-link{
  display:inline-flex !important;
  align-items:center !important;
  gap:7px !important;
  color:#ffffff !important;
  text-decoration:none !important;
  font-weight:800 !important;
  line-height:1.2 !important;
  padding:0 !important;
  background:transparent !important;
  border-radius:0 !important;
}
#phr-site-footer .phr-footer-credit-link:hover{
  color:#ffffff !important;
  background:transparent !important;
  padding:0 !important;
  transform:translateY(-1px);
}
#phr-site-footer .phr-footer-credit-logo{
  width:var(--phr-footer-credit-logo-width,34px) !important;
  max-width:var(--phr-footer-credit-logo-width,34px) !important;
  height:var(--phr-footer-credit-logo-height,18px) !important;
  display:inline-block !important;
  object-fit:contain !important;
  vertical-align:middle !important;
}
#phr-site-footer .phr-footer-credit-text{white-space:nowrap !important}
#phr-site-footer .phr-footer-sep{color:rgba(255,255,255,.55) !important}
@media(max-width:640px){
  #phr-site-footer .phr-footer-copy{justify-content:center !important;text-align:center !important;gap:6px !important}
  #phr-site-footer .phr-footer-credit-link{justify-content:center !important;white-space:normal !important}
  #phr-site-footer .phr-footer-credit-text{white-space:normal !important}
  #phr-site-footer .phr-footer-credit-logo{width:var(--phr-footer-credit-logo-width,34px) !important;max-width:var(--phr-footer-credit-logo-width,34px) !important;height:var(--phr-footer-credit-logo-height,18px) !important}
}


/* PHR 6.3.1 - Full-width copyright bar + controllable credit logo */
#phr-site-footer .phr-footer-bottom{
  width:100vw !important;
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
  padding:12px max(18px, calc((100vw - var(--phr-footer-inner-width,1280px)) / 2 + 18px)) !important;
  background:#000000 !important;
  border-left:0 !important;
  border-right:0 !important;
  border-bottom:0 !important;
  border-radius:0 !important;
  box-sizing:border-box !important;
}
#phr-site-footer .phr-footer-credit-logo{
  width:var(--phr-footer-credit-logo-width,34px) !important;
  max-width:var(--phr-footer-credit-logo-width,34px) !important;
  height:var(--phr-footer-credit-logo-height,18px) !important;
  object-fit:contain !important;
}
@media(max-width:640px){
  #phr-site-footer .phr-footer-bottom{padding:12px 16px !important;align-items:center !important;}
}


/* PHR 6.3.3 - Add comfortable side spacing to footer copyright bar */
#phr-site-footer .phr-footer-bottom{
  padding-left:max(46px, calc((100vw - var(--phr-footer-inner-width,1280px)) / 2 + 46px)) !important;
  padding-right:max(46px, calc((100vw - var(--phr-footer-inner-width,1280px)) / 2 + 46px)) !important;
}
@media(max-width:640px){
  #phr-site-footer .phr-footer-bottom{
    padding-left:22px !important;
    padding-right:22px !important;
  }
}


/* PHR 6.3.4 - Real inner spacing for full-width footer copyright bar */
#phr-site-footer .phr-footer-bottom{
  padding:0 !important;
  display:block !important;
}
#phr-site-footer .phr-footer-bottom-inner{
  width:100% !important;
  box-sizing:border-box !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:18px !important;
  padding:13px clamp(72px, 5.8vw, 130px) !important;
}
#phr-site-footer .phr-footer-bottom .phr-footer-copy{
  margin-left:0 !important;
}
#phr-site-footer .phr-footer-bottom .phr-footer-top{
  margin-right:0 !important;
  flex:0 0 auto !important;
}
@media(max-width:767px){
  #phr-site-footer .phr-footer-bottom-inner{
    padding:14px 24px !important;
    flex-direction:column !important;
    align-items:center !important;
    text-align:center !important;
  }
}

/* PHR 6.3.7 - Remove mode toggle from all devices and show WhatsApp CTA text */
#phr-header .phr-mode-toggle{
  display:none !important;
  visibility:hidden !important;
  pointer-events:none !important;
}
#phr-header .phr-cta{
  width:auto !important;
  min-width:auto !important;
  padding:7px 14px 7px 8px !important;
  gap:9px !important;
  direction:ltr !important;
}
#phr-header .phr-cta-text{
  display:inline-flex !important;
  align-items:center !important;
  white-space:nowrap !important;
  line-height:1 !important;
}
#phr-header .phr-wa-icon{
  flex:0 0 auto !important;
}
#phr-header .phr-wa-svg{
  width:24px !important;
  height:24px !important;
  display:block !important;
}
@media(max-width:980px){
  #phr-header .phr-cta{
    display:inline-flex !important;
    min-height:46px !important;
    padding:6px 12px 6px 7px !important;
  }
  #phr-header .phr-left .phr-cta-text{
    display:inline-flex !important;
    font-size:12px !important;
  }
  #phr-header .phr-wa-icon{
    width:34px !important;
    height:34px !important;
  }
  #phr-header .phr-wa-svg{
    width:20px !important;
    height:20px !important;
  }
}
@media(max-width:420px){
  #phr-header .phr-cta{
    padding:6px 9px 6px 6px !important;
    gap:6px !important;
  }
  #phr-header .phr-left .phr-cta-text{
    font-size:11px !important;
  }
}

/* v6.3.8 - WhatsApp CTA colors + mobile icon only */
#phr-header .phr-cta{
  background:var(--phr-cta-bg) !important;
  color:var(--phr-cta-text) !important;
  border-color:rgba(255,255,255,.18) !important;
}
#phr-header .phr-cta .phr-cta-text{color:var(--phr-cta-text) !important;}
@media(max-width:980px){
  #phr-header .phr-cta{
    width:46px !important;
    min-width:46px !important;
    height:46px !important;
    min-height:46px !important;
    padding:0 !important;
    gap:0 !important;
  }
  #phr-header .phr-left .phr-cta-text,
  #phr-header .phr-cta .phr-cta-text{
    display:none !important;
  }
  #phr-header .phr-wa-icon{
    width:36px !important;
    height:36px !important;
  }
}

/* v6.3.8 - Services carousel / auto scroll */
.phr-services-mode-carousel .phr-services-grid{
  display:flex !important;
  grid-template-columns:none !important;
  gap:22px;
  overflow-x:auto;
  overflow-y:visible;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  -webkit-overflow-scrolling:touch;
  padding:8px 2px 24px;
  scrollbar-width:none;
}
.phr-services-mode-carousel .phr-services-grid::-webkit-scrollbar{display:none;}
.phr-services-mode-carousel .phr-service-card{
  flex:0 0 calc((100% - 66px) / 4);
  scroll-snap-align:start;
  height:auto;
}
.phr-services-carousel-controls{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  margin-top:12px;
}
.phr-services-carousel-btn{
  width:46px;
  height:46px;
  border-radius:999px;
  border:1px solid rgba(13,47,87,.12);
  background:rgba(255,255,255,.72);
  color:var(--phr-services-title);
  font-size:30px;
  line-height:1;
  font-weight:900;
  cursor:pointer;
  backdrop-filter:blur(12px);
  box-shadow:0 14px 35px rgba(13,47,87,.12);
  transition:transform .22s ease, background .22s ease, color .22s ease;
}
.phr-services-carousel-btn:hover{transform:translateY(-2px);background:var(--phr-services-btn-bg);color:var(--phr-services-btn-text);}
.phr-services-mode-grid .phr-services-carousel-controls{display:none !important;}
@media(max-width:1199px){.phr-services-mode-carousel .phr-service-card{flex-basis:calc((100% - 44px) / 3);}}
@media(max-width:767px){
  .phr-services-mode-carousel .phr-services-grid{gap:14px;padding-bottom:18px;}
  .phr-services-mode-carousel .phr-service-card{flex-basis:78%;}
  .phr-services-carousel-btn{width:42px;height:42px;font-size:28px;}
  .phr-service-body p{min-height:auto;}
}
@media(max-width:520px){.phr-services-mode-carousel .phr-service-card{flex-basis:86%;}}

/* v6.4.0 - Real social media icons in footer and contact section; contact section falls back to footer links */
#phr-site-footer .phr-footer-socials{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:14px;
}
#phr-site-footer .phr-footer-socials .phr-social-link,
.phr-contact-section .phr-contact-socials .phr-social-link{
    width:42px;
    height:42px;
    min-width:42px;
    border-radius:14px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    text-decoration:none;
    box-shadow:0 12px 26px rgba(0,0,0,.16), inset 0 1px 0 rgba(255,255,255,.20);
    border:1px solid rgba(255,255,255,.14);
    transition:transform .28s ease, box-shadow .28s ease, filter .28s ease;
    overflow:hidden;
    position:relative;
}
#phr-site-footer .phr-footer-socials .phr-social-link svg,
.phr-contact-section .phr-contact-socials .phr-social-link svg{
    width:20px;
    height:20px;
    display:block;
    fill:currentColor;
}
#phr-site-footer .phr-footer-socials .phr-social-link:hover,
.phr-contact-section .phr-contact-socials .phr-social-link:hover{
    transform:translateY(-4px) scale(1.04);
    box-shadow:0 18px 34px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.24);
    filter:saturate(1.08);
}
#phr-site-footer .phr-social-facebook,
.phr-contact-section .phr-social-facebook{background:#1877F2!important;color:#fff!important;}
#phr-site-footer .phr-social-twitter,
.phr-contact-section .phr-social-twitter{background:#1DA1F2!important;color:#fff!important;}
#phr-site-footer .phr-social-instagram,
.phr-contact-section .phr-social-instagram{background:linear-gradient(135deg,#F58529 0%,#FEDA77 22%,#DD2A7B 52%,#8134AF 76%,#515BD4 100%)!important;color:#fff!important;}
#phr-site-footer .phr-social-linkedin,
.phr-contact-section .phr-social-linkedin{background:#0A66C2!important;color:#fff!important;}
#phr-site-footer .phr-social-whatsapp,
.phr-contact-section .phr-social-whatsapp{background:#25D366!important;color:#fff!important;}
.phr-contact-section .phr-contact-socials-wrap{
    margin-top:22px;
    padding-top:18px;
    border-top:1px solid var(--phr-contact-border,rgba(208,154,74,.28));
}
.phr-contact-section .phr-contact-socials-title{
    display:block;
    color:var(--phr-contact-label,#fff);
    font-weight:900;
    font-size:14px;
    letter-spacing:.05em;
    text-transform:uppercase;
    margin-bottom:12px;
}
.phr-contact-section .phr-contact-socials{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    align-items:center;
}
.phr-contact-section .phr-contact-socials .phr-social-link{
    width:48px;
    height:48px;
    min-width:48px;
    border-radius:16px;
}
.phr-contact-section .phr-contact-socials .phr-social-link svg{
    width:22px;
    height:22px;
}
@media(max-width:640px){
    .phr-contact-section .phr-contact-socials{justify-content:center;}
    .phr-contact-section .phr-contact-socials-wrap{text-align:center;}
    #phr-site-footer .phr-footer-socials{gap:9px;}
}


/* v6.4.0 - Make Contact Us social icons clearly visible under contact details */
.phr-contact-section .phr-contact-details-card .phr-contact-socials-wrap{
    display:block!important;
    margin-top:24px!important;
    padding-top:20px!important;
    width:100%;
}
.phr-contact-section .phr-contact-details-card .phr-contact-socials{
    display:flex!important;
    flex-wrap:wrap;
    gap:12px;
}

/* Timeline section */

.phr-policies-section,
.phr-policies-section *{box-sizing:border-box}
.phr-policies-section{
  position:relative!important;overflow:hidden!important;
  padding:var(--phr-policies-padding-top,78px) 0 var(--phr-policies-padding-bottom,84px)!important;
  background:var(--phr-policies-bg,#33322e)!important;
  color:#fff!important;
  isolation:isolate;
}
.phr-policies-section::before,
.phr-policies-section::after{content:none!important;display:none!important}
.phr-policies-bg-layer{position:absolute;inset:0;z-index:0;background-image:var(--phr-policies-bg-image);background-size:cover;background-position:center;opacity:var(--phr-policies-bg-image-opacity,.24);pointer-events:none;filter:saturate(.9) contrast(1.05)}
.phr-policies-dark-layer{position:absolute;inset:0;z-index:0;background:var(--phr-policies-overlay,rgba(0,0,0,.82));pointer-events:none}
.phr-policies-shell{width:min(var(--phr-container),calc(100% - 28px))!important;margin:0 auto!important;position:relative!important;z-index:2!important}
.phr-policies-head{max-width:var(--phr-policies-inner-width,1500px)!important;margin:0 auto!important;text-align:center!important}
.phr-policies-title{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:13px 32px!important;margin:0 auto 34px!important;border-radius:999px!important;background:linear-gradient(135deg,var(--phr-policies-title-box-bg,#d09a4a) 0%,var(--phr-policies-title-box-bg,#d09a4a) 48%,var(--phr-policies-title-box-bg-2,#f5ecd8) 100%)!important;color:var(--phr-policies-title,#ffffff)!important;font-family:'Tajawal','Trebuchet MS',Arial,sans-serif!important;font-weight:900!important;font-size:clamp(18px,1.7vw,var(--phr-policies-title-size,24px))!important;line-height:1!important;text-shadow:0 2px 5px rgba(0,0,0,.22)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.45),0 18px 35px rgba(0,0,0,.25)!important}
.phr-policies-stripes{display:block;width:min(300px,42vw);height:18px;margin:0 auto 30px;background:repeating-linear-gradient(105deg,var(--phr-policies-stripes,#d09a4a) 0 11px,transparent 11px 21px);filter:drop-shadow(0 8px 20px rgba(0,0,0,.28))}
.phr-policies-desc,.phr-policies-text{max-width:var(--phr-policies-inner-width,1500px)!important;margin:0 auto!important;font-family:'Tajawal','Trebuchet MS',Arial,sans-serif!important;font-weight:800!important;line-height:1.75!important;text-align:center!important;text-shadow:0 2px 10px rgba(0,0,0,.38)!important;white-space:pre-line!important}
.phr-policies-desc{color:var(--phr-policies-desc,#ffffff)!important;font-size:clamp(15px,1.15vw,var(--phr-policies-desc-size,18px))!important}
.phr-policies-text{color:var(--phr-policies-text,#ffffff)!important;font-size:clamp(15px,1.15vw,var(--phr-policies-text-size,18px))!important;margin-top:18px!important}
@media (max-width:767px){.phr-policies-section{padding:58px 0 62px!important}.phr-policies-title{margin-bottom:28px!important;padding:11px 24px!important;font-size:var(--phr-policies-title-mobile-size,22px)!important}.phr-policies-stripes{width:210px;height:16px;margin-bottom:24px}.phr-policies-desc,.phr-policies-text{font-size:15px!important;line-height:1.8!important}}
.phr-policies2-section,
.phr-policies2-section *{box-sizing:border-box}
.phr-policies2-section{
  position:relative!important;overflow:hidden!important;
  padding:var(--phr-policies2-padding-top,78px) 0 var(--phr-policies2-padding-bottom,84px)!important;
  background:var(--phr-policies2-bg,#33322e)!important;
  color:#fff!important;
  isolation:isolate;
}
.phr-policies2-section::before,
.phr-policies2-section::after{content:none!important;display:none!important}
.phr-policies2-bg-layer{position:absolute;inset:0;z-index:0;background-image:var(--phr-policies2-bg-image);background-size:cover;background-position:center;opacity:var(--phr-policies2-bg-image-opacity,.24);pointer-events:none;filter:saturate(.9) contrast(1.05)}
.phr-policies2-dark-layer{position:absolute;inset:0;z-index:0;background:var(--phr-policies2-overlay,rgba(0,0,0,.82));pointer-events:none}
.phr-policies2-shell{width:min(var(--phr-container),calc(100% - 28px))!important;margin:0 auto!important;position:relative!important;z-index:2!important}
.phr-policies2-head{max-width:var(--phr-policies2-inner-width,1500px)!important;margin:0 auto!important;text-align:center!important}
.phr-policies2-title{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:13px 32px!important;margin:0 auto 34px!important;border-radius:999px!important;background:linear-gradient(135deg,var(--phr-policies2-title-box-bg,#d09a4a) 0%,var(--phr-policies2-title-box-bg,#d09a4a) 48%,var(--phr-policies2-title-box-bg-2,#f5ecd8) 100%)!important;color:var(--phr-policies2-title,#ffffff)!important;font-family:'Tajawal','Trebuchet MS',Arial,sans-serif!important;font-weight:900!important;font-size:clamp(18px,1.7vw,var(--phr-policies2-title-size,24px))!important;line-height:1!important;text-shadow:0 2px 5px rgba(0,0,0,.22)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.45),0 18px 35px rgba(0,0,0,.25)!important}
.phr-policies2-stripes{display:block;width:min(300px,42vw);height:18px;margin:0 auto 30px;background:repeating-linear-gradient(105deg,var(--phr-policies2-stripes,#d09a4a) 0 11px,transparent 11px 21px);filter:drop-shadow(0 8px 20px rgba(0,0,0,.28))}
.phr-policies2-desc,.phr-policies2-text{max-width:var(--phr-policies2-inner-width,1500px)!important;margin:0 auto!important;font-family:'Tajawal','Trebuchet MS',Arial,sans-serif!important;font-weight:800!important;line-height:1.75!important;text-align:center!important;text-shadow:0 2px 10px rgba(0,0,0,.38)!important;white-space:pre-line!important}
.phr-policies2-desc{color:var(--phr-policies2-desc,#ffffff)!important;font-size:clamp(15px,1.15vw,var(--phr-policies2-desc-size,18px))!important}
.phr-policies2-text{color:var(--phr-policies2-text,#ffffff)!important;font-size:clamp(15px,1.15vw,var(--phr-policies2-text-size,18px))!important;margin-top:18px!important}
@media (max-width:767px){.phr-policies2-section{padding:58px 0 62px!important}.phr-policies2-title{margin-bottom:28px!important;padding:11px 24px!important;font-size:var(--phr-policies2-title-mobile-size,22px)!important}.phr-policies2-stripes{width:210px;height:16px;margin-bottom:24px}.phr-policies2-desc,.phr-policies2-text{font-size:15px!important;line-height:1.8!important}}

.phr-timeline-section,
.phr-timeline-section *{box-sizing:border-box}
.phr-timeline-section{
  position:relative!important;
  overflow:hidden!important;
  padding:var(--phr-timeline-padding-top,78px) 0 var(--phr-timeline-padding-bottom,84px)!important;
  background:var(--phr-timeline-bg,#33322e)!important;
  isolation:isolate!important;
}
.phr-timeline-section::before,
.phr-timeline-section::after{content:none!important;display:none!important}
.phr-timeline-bg-layer{position:absolute;inset:0;z-index:0;background-image:var(--phr-timeline-bg-image);background-size:cover;background-position:center;opacity:var(--phr-timeline-bg-image-opacity,.34);pointer-events:none}
.phr-timeline-dark-layer{position:absolute;inset:0;z-index:0;background:var(--phr-timeline-overlay,rgba(0,0,0,.8));pointer-events:none}
.phr-timeline-shell{width:min(var(--phr-container),calc(100% - 28px))!important;margin:0 auto!important;position:relative!important;z-index:2!important}
.phr-timeline-head{max-width:var(--phr-timeline-inner-width,1500px)!important;margin:0 auto!important;text-align:center!important}
.phr-timeline-title{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:13px 32px!important;margin:0 auto 34px!important;border-radius:999px!important;background:linear-gradient(135deg,var(--phr-timeline-title-box-bg,#d09a4a) 0%,var(--phr-timeline-title-box-bg,#d09a4a) 48%,var(--phr-timeline-title-box-bg-2,#f5ecd8) 100%)!important;color:var(--phr-timeline-title,#ffffff)!important;font-family:'Tajawal','Trebuchet MS',Arial,sans-serif!important;font-weight:900!important;font-size:clamp(18px,1.7vw,var(--phr-timeline-title-size,24px))!important;line-height:1!important;text-shadow:0 2px 5px rgba(0,0,0,.22)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.45),0 18px 35px rgba(0,0,0,.25)!important}
.phr-timeline-stripes{display:block;width:min(300px,42vw);height:18px;margin:0 auto 30px;background:repeating-linear-gradient(105deg,var(--phr-timeline-stripes,#d09a4a) 0 11px,transparent 11px 21px);filter:drop-shadow(0 8px 20px rgba(0,0,0,.28))}
.phr-timeline-desc,.phr-timeline-text{max-width:var(--phr-timeline-inner-width,1500px)!important;margin:0 auto!important;font-family:'Tajawal','Trebuchet MS',Arial,sans-serif!important;font-weight:800!important;line-height:1.75!important;text-align:center!important;text-shadow:0 2px 10px rgba(0,0,0,.38)!important}
.phr-timeline-desc{color:var(--phr-timeline-desc,#ffffff)!important;font-size:clamp(15px,1.15vw,var(--phr-timeline-desc-size,18px))!important}
.phr-timeline-text{color:var(--phr-timeline-text,#ffffff)!important;font-size:clamp(15px,1.15vw,var(--phr-timeline-text-size,18px))!important;margin-top:18px!important}
.phr-timeline-list{position:relative;width:min(var(--phr-timeline-inner-width,1500px),100%);margin:52px auto 0;display:grid;gap:28px;padding:10px 0}
.phr-timeline-list::before{content:"";position:absolute;top:0;bottom:0;left:50%;width:3px;transform:translateX(-50%);background:linear-gradient(to bottom,transparent,var(--phr-timeline-stripes,#d09a4a),transparent);opacity:.75;border-radius:999px}
.phr-timeline-item{position:relative;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:46px}
.phr-timeline-dot{position:absolute;left:50%;top:30px;transform:translateX(-50%);width:18px;height:18px;border-radius:50%;background:var(--phr-timeline-stripes,#d09a4a);box-shadow:0 0 0 8px rgba(208,154,74,.16),0 0 25px rgba(208,154,74,.45);z-index:2}
.phr-timeline-card{padding:26px 28px;border:1px solid var(--phr-timeline-card-border,rgba(208,154,74,.45));border-radius:26px;background:var(--phr-timeline-card-bg,rgba(255,255,255,.12));backdrop-filter:blur(14px);box-shadow:0 22px 55px rgba(0,0,0,.28);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}
.phr-timeline-item.is-odd .phr-timeline-card{grid-column:1;text-align:right}
.phr-timeline-item.is-even .phr-timeline-card{grid-column:2;text-align:left}
.phr-timeline-card:hover{transform:translateY(-6px);box-shadow:0 28px 70px rgba(0,0,0,.35);border-color:var(--phr-timeline-stripes,#d09a4a)}
.phr-timeline-date{display:inline-flex;align-items:center;justify-content:center;margin-bottom:12px;padding:7px 14px;border-radius:999px;background:rgba(0,0,0,.28);color:var(--phr-timeline-date,#d09a4a);font-weight:900;font-size:17px;letter-spacing:.3px}
.phr-timeline-item-title{margin:0 0 10px!important;color:var(--phr-timeline-item-title,#ffffff)!important;font-family:'Tajawal','Trebuchet MS',Arial,sans-serif!important;font-size:24px!important;font-weight:900!important;line-height:1.25!important}
.phr-timeline-item-text{margin:0!important;color:var(--phr-timeline-item-text,#ffffff)!important;font-family:'Tajawal','Trebuchet MS',Arial,sans-serif!important;font-size:16px!important;font-weight:700!important;line-height:1.8!important;opacity:.95!important}
@media (max-width:767px){.phr-timeline-section{padding:58px 0 62px!important}.phr-timeline-title{margin-bottom:28px!important;padding:11px 24px!important;font-size:var(--phr-timeline-title-mobile-size,22px)!important}.phr-timeline-stripes{width:210px;height:16px;margin-bottom:24px}.phr-timeline-desc,.phr-timeline-text{font-size:15px!important;line-height:1.8!important}.phr-timeline-list{gap:18px;margin-top:34px;padding-left:22px}.phr-timeline-list::before{left:8px;transform:none}.phr-timeline-item{display:block}.phr-timeline-dot{left:8px;top:28px}.phr-timeline-card{margin-left:22px;text-align:left!important;padding:22px 20px}.phr-timeline-item-title{font-size:20px!important}.phr-timeline-item-text{font-size:15px!important}}

/* Timeline selectable professional layouts v6.4.6 */
.phr-timeline-section[class*="phr-timeline-style-"] .phr-timeline-list{isolation:isolate}

/* Glass Cards: premium card grid with subtle gold numbers */
.phr-timeline-style-cards .phr-timeline-list{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:26px!important;
  margin-top:50px!important;
  padding:0!important;
}
.phr-timeline-style-cards .phr-timeline-list::before{display:none!important;content:none!important}
.phr-timeline-style-cards .phr-timeline-item{display:block!important;min-width:0!important}
.phr-timeline-style-cards .phr-timeline-dot{display:none!important}
.phr-timeline-style-cards .phr-timeline-card{
  position:relative!important;
  min-height:220px!important;
  height:100%!important;
  text-align:left!important;
  overflow:hidden!important;
  padding:30px 28px 28px!important;
  border-radius:28px!important;
  background:linear-gradient(145deg,var(--phr-timeline-card-bg,rgba(255,255,255,.12)),rgba(255,255,255,.04))!important;
}
.phr-timeline-style-cards .phr-timeline-card::before{
  content:"";position:absolute;inset:auto -30px -55px auto;width:150px;height:150px;border-radius:50%;
  background:radial-gradient(circle,rgba(208,154,74,.36),transparent 68%);pointer-events:none
}
.phr-timeline-style-cards .phr-timeline-date{font-size:18px!important;background:rgba(208,154,74,.18)!important;border:1px solid rgba(208,154,74,.34)!important}

/* Gold Road: diagonal connected journey layout */
.phr-timeline-style-road .phr-timeline-list{
  display:flex!important;
  gap:22px!important;
  align-items:stretch!important;
  overflow-x:auto!important;
  scroll-snap-type:x mandatory!important;
  padding:18px 4px 28px!important;
}
.phr-timeline-style-road .phr-timeline-list::before{
  top:50%!important;left:0!important;right:0!important;bottom:auto!important;width:auto!important;height:4px!important;
  transform:none!important;background:linear-gradient(90deg,transparent,var(--phr-timeline-stripes,#d09a4a),transparent)!important;
}
.phr-timeline-style-road .phr-timeline-item{
  display:block!important;flex:0 0 min(330px,82vw)!important;scroll-snap-align:center!important;padding-top:34px!important;
}
.phr-timeline-style-road .phr-timeline-item:nth-child(even){padding-top:86px!important}
.phr-timeline-style-road .phr-timeline-dot{left:34px!important;top:50%!important;transform:translateY(-50%)!important;width:22px!important;height:22px!important}
.phr-timeline-style-road .phr-timeline-card{text-align:left!important;border-radius:30px!important;min-height:190px!important;background:rgba(0,0,0,.28)!important}

/* Corporate Split: strong date column with clean content area */
.phr-timeline-style-split .phr-timeline-list{display:flex!important;flex-direction:column!important;gap:20px!important;padding:0!important;margin-top:46px!important}
.phr-timeline-style-split .phr-timeline-list::before{display:none!important;content:none!important}
.phr-timeline-style-split .phr-timeline-item{display:grid!important;grid-template-columns:190px 1fr!important;gap:22px!important;align-items:stretch!important}
.phr-timeline-style-split .phr-timeline-dot{display:none!important}
.phr-timeline-style-split .phr-timeline-card{grid-column:auto!important;text-align:left!important;display:grid!important;grid-template-columns:160px 1fr!important;gap:24px!important;align-items:center!important;padding:22px 26px!important;border-radius:24px!important;background:linear-gradient(90deg,rgba(208,154,74,.13),var(--phr-timeline-card-bg,rgba(255,255,255,.12)))!important}
.phr-timeline-style-split .phr-timeline-date{margin:0!important;width:100%!important;min-height:82px!important;border-radius:20px!important;font-size:22px!important;background:linear-gradient(135deg,rgba(208,154,74,.25),rgba(0,0,0,.24))!important;border:1px solid rgba(208,154,74,.32)!important}
.phr-timeline-style-split .phr-timeline-item-title{margin-top:0!important}

/* Compact Steps: centered clean steps with numbered badges */
.phr-timeline-style-steps .phr-timeline-list{counter-reset:timelineStep;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important;padding:0!important;margin-top:44px!important}
.phr-timeline-style-steps .phr-timeline-list::before{display:none!important;content:none!important}
.phr-timeline-style-steps .phr-timeline-item{counter-increment:timelineStep;display:block!important;position:relative!important;padding-top:28px!important}
.phr-timeline-style-steps .phr-timeline-dot{display:none!important}
.phr-timeline-style-steps .phr-timeline-card{grid-column:auto!important;text-align:center!important;padding:44px 20px 24px!important;border-radius:26px!important;min-height:210px!important;background:rgba(255,255,255,.09)!important}
.phr-timeline-style-steps .phr-timeline-card::before{content:counter(timelineStep);position:absolute;top:0;left:50%;transform:translate(-50%,-45%);width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:var(--phr-timeline-stripes,#d09a4a);color:#111;font-weight:900;font-size:20px;box-shadow:0 14px 34px rgba(0,0,0,.32),0 0 0 8px rgba(208,154,74,.16)}
.phr-timeline-style-steps .phr-timeline-date{background:rgba(0,0,0,.24)!important;margin-bottom:14px!important}

@media (max-width:1024px){
  .phr-timeline-style-cards .phr-timeline-list{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .phr-timeline-style-steps .phr-timeline-list{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media (max-width:767px){
  .phr-timeline-style-cards .phr-timeline-list,
  .phr-timeline-style-steps .phr-timeline-list{grid-template-columns:1fr!important;gap:18px!important;margin-top:34px!important}
  .phr-timeline-style-cards .phr-timeline-card,
  .phr-timeline-style-road .phr-timeline-card,
  .phr-timeline-style-split .phr-timeline-card,
  .phr-timeline-style-steps .phr-timeline-card{margin-left:0!important;text-align:left!important}
  .phr-timeline-style-road .phr-timeline-list{margin-top:32px!important;padding-bottom:22px!important}
  .phr-timeline-style-road .phr-timeline-item:nth-child(even){padding-top:34px!important}
  .phr-timeline-style-road .phr-timeline-dot{display:none!important}
  .phr-timeline-style-split .phr-timeline-item{display:block!important}
  .phr-timeline-style-split .phr-timeline-card{display:block!important;padding:22px 20px!important}
  .phr-timeline-style-split .phr-timeline-date{min-height:auto!important;width:auto!important;margin:0 0 14px!important;font-size:18px!important}
  .phr-timeline-style-steps .phr-timeline-item{padding-top:24px!important}
}
.phr-policies3-section,
.phr-policies3-section *{box-sizing:border-box}
.phr-policies3-section{
  position:relative!important;overflow:hidden!important;
  padding:var(--phr-policies3-padding-top,78px) 0 var(--phr-policies3-padding-bottom,84px)!important;
  background:var(--phr-policies3-bg,#33322e)!important;
  color:#fff!important;
  isolation:isolate;
}
.phr-policies3-section::before,
.phr-policies3-section::after{content:none!important;display:none!important}
.phr-policies3-bg-layer{position:absolute;inset:0;z-index:0;background-image:var(--phr-policies3-bg-image);background-size:cover;background-position:center;opacity:var(--phr-policies3-bg-image-opacity,.24);pointer-events:none;filter:saturate(.9) contrast(1.05)}
.phr-policies3-dark-layer{position:absolute;inset:0;z-index:0;background:var(--phr-policies3-overlay,rgba(0,0,0,.82));pointer-events:none}
.phr-policies3-shell{width:min(var(--phr-container),calc(100% - 28px))!important;margin:0 auto!important;position:relative!important;z-index:2!important}
.phr-policies3-head{max-width:var(--phr-policies3-inner-width,1500px)!important;margin:0 auto!important;text-align:center!important}
.phr-policies3-title{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:13px 32px!important;margin:0 auto 34px!important;border-radius:999px!important;background:linear-gradient(135deg,var(--phr-policies3-title-box-bg,#d09a4a) 0%,var(--phr-policies3-title-box-bg,#d09a4a) 48%,var(--phr-policies3-title-box-bg-2,#f5ecd8) 100%)!important;color:var(--phr-policies3-title,#ffffff)!important;font-family:'Tajawal','Trebuchet MS',Arial,sans-serif!important;font-weight:900!important;font-size:clamp(18px,1.7vw,var(--phr-policies3-title-size,24px))!important;line-height:1!important;text-shadow:0 2px 5px rgba(0,0,0,.22)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.45),0 18px 35px rgba(0,0,0,.25)!important}
.phr-policies3-stripes{display:block;width:min(300px,42vw);height:18px;margin:0 auto 30px;background:repeating-linear-gradient(105deg,var(--phr-policies3-stripes,#d09a4a) 0 11px,transparent 11px 21px);filter:drop-shadow(0 8px 20px rgba(0,0,0,.28))}
.phr-policies3-desc,.phr-policies3-text{max-width:var(--phr-policies3-inner-width,1500px)!important;margin:0 auto!important;font-family:'Tajawal','Trebuchet MS',Arial,sans-serif!important;font-weight:800!important;line-height:1.75!important;text-align:center!important;text-shadow:0 2px 10px rgba(0,0,0,.38)!important;white-space:pre-line!important}
.phr-policies3-desc{color:var(--phr-policies3-desc,#ffffff)!important;font-size:clamp(15px,1.15vw,var(--phr-policies3-desc-size,18px))!important}
.phr-policies3-text{color:var(--phr-policies3-text,#ffffff)!important;font-size:clamp(15px,1.15vw,var(--phr-policies3-text-size,18px))!important;margin-top:18px!important}
@media (max-width:767px){.phr-policies3-section{padding:58px 0 62px!important}.phr-policies3-title{margin-bottom:28px!important;padding:11px 24px!important;font-size:var(--phr-policies3-title-mobile-size,22px)!important}.phr-policies3-stripes{width:210px;height:16px;margin-bottom:24px}.phr-policies3-desc,.phr-policies3-text{font-size:15px!important;line-height:1.8!important}}

.phr-timeline-section,
.phr-timeline-section *{box-sizing:border-box}
.phr-timeline-section{
  position:relative!important;
  overflow:hidden!important;
  padding:var(--phr-timeline-padding-top,78px) 0 var(--phr-timeline-padding-bottom,84px)!important;
  background:var(--phr-timeline-bg,#33322e)!important;
  isolation:isolate!important;
}
.phr-timeline-section::before,
.phr-timeline-section::after{content:none!important;display:none!important}
.phr-timeline-bg-layer{position:absolute;inset:0;z-index:0;background-image:var(--phr-timeline-bg-image);background-size:cover;background-position:center;opacity:var(--phr-timeline-bg-image-opacity,.34);pointer-events:none}
.phr-timeline-dark-layer{position:absolute;inset:0;z-index:0;background:var(--phr-timeline-overlay,rgba(0,0,0,.8));pointer-events:none}
.phr-timeline-shell{width:min(var(--phr-container),calc(100% - 28px))!important;margin:0 auto!important;position:relative!important;z-index:2!important}
.phr-timeline-head{max-width:var(--phr-timeline-inner-width,1500px)!important;margin:0 auto!important;text-align:center!important}
.phr-timeline-title{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:13px 32px!important;margin:0 auto 34px!important;border-radius:999px!important;background:linear-gradient(135deg,var(--phr-timeline-title-box-bg,#d09a4a) 0%,var(--phr-timeline-title-box-bg,#d09a4a) 48%,var(--phr-timeline-title-box-bg-2,#f5ecd8) 100%)!important;color:var(--phr-timeline-title,#ffffff)!important;font-family:'Tajawal','Trebuchet MS',Arial,sans-serif!important;font-weight:900!important;font-size:clamp(18px,1.7vw,var(--phr-timeline-title-size,24px))!important;line-height:1!important;text-shadow:0 2px 5px rgba(0,0,0,.22)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.45),0 18px 35px rgba(0,0,0,.25)!important}
.phr-timeline-stripes{display:block;width:min(300px,42vw);height:18px;margin:0 auto 30px;background:repeating-linear-gradient(105deg,var(--phr-timeline-stripes,#d09a4a) 0 11px,transparent 11px 21px);filter:drop-shadow(0 8px 20px rgba(0,0,0,.28))}
.phr-timeline-desc,.phr-timeline-text{max-width:var(--phr-timeline-inner-width,1500px)!important;margin:0 auto!important;font-family:'Tajawal','Trebuchet MS',Arial,sans-serif!important;font-weight:800!important;line-height:1.75!important;text-align:center!important;text-shadow:0 2px 10px rgba(0,0,0,.38)!important}
.phr-timeline-desc{color:var(--phr-timeline-desc,#ffffff)!important;font-size:clamp(15px,1.15vw,var(--phr-timeline-desc-size,18px))!important}
.phr-timeline-text{color:var(--phr-timeline-text,#ffffff)!important;font-size:clamp(15px,1.15vw,var(--phr-timeline-text-size,18px))!important;margin-top:18px!important}
.phr-timeline-list{position:relative;width:min(var(--phr-timeline-inner-width,1500px),100%);margin:52px auto 0;display:grid;gap:28px;padding:10px 0}
.phr-timeline-list::before{content:"";position:absolute;top:0;bottom:0;left:50%;width:3px;transform:translateX(-50%);background:linear-gradient(to bottom,transparent,var(--phr-timeline-stripes,#d09a4a),transparent);opacity:.75;border-radius:999px}
.phr-timeline-item{position:relative;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:46px}
.phr-timeline-dot{position:absolute;left:50%;top:30px;transform:translateX(-50%);width:18px;height:18px;border-radius:50%;background:var(--phr-timeline-stripes,#d09a4a);box-shadow:0 0 0 8px rgba(208,154,74,.16),0 0 25px rgba(208,154,74,.45);z-index:2}
.phr-timeline-card{padding:26px 28px;border:1px solid var(--phr-timeline-card-border,rgba(208,154,74,.45));border-radius:26px;background:var(--phr-timeline-card-bg,rgba(255,255,255,.12));backdrop-filter:blur(14px);box-shadow:0 22px 55px rgba(0,0,0,.28);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}
.phr-timeline-item.is-odd .phr-timeline-card{grid-column:1;text-align:right}
.phr-timeline-item.is-even .phr-timeline-card{grid-column:2;text-align:left}
.phr-timeline-card:hover{transform:translateY(-6px);box-shadow:0 28px 70px rgba(0,0,0,.35);border-color:var(--phr-timeline-stripes,#d09a4a)}
.phr-timeline-date{display:inline-flex;align-items:center;justify-content:center;margin-bottom:12px;padding:7px 14px;border-radius:999px;background:rgba(0,0,0,.28);color:var(--phr-timeline-date,#d09a4a);font-weight:900;font-size:17px;letter-spacing:.3px}
.phr-timeline-item-title{margin:0 0 10px!important;color:var(--phr-timeline-item-title,#ffffff)!important;font-family:'Tajawal','Trebuchet MS',Arial,sans-serif!important;font-size:24px!important;font-weight:900!important;line-height:1.25!important}
.phr-timeline-item-text{margin:0!important;color:var(--phr-timeline-item-text,#ffffff)!important;font-family:'Tajawal','Trebuchet MS',Arial,sans-serif!important;font-size:16px!important;font-weight:700!important;line-height:1.8!important;opacity:.95!important}
@media (max-width:767px){.phr-timeline-section{padding:58px 0 62px!important}.phr-timeline-title{margin-bottom:28px!important;padding:11px 24px!important;font-size:var(--phr-timeline-title-mobile-size,22px)!important}.phr-timeline-stripes{width:210px;height:16px;margin-bottom:24px}.phr-timeline-desc,.phr-timeline-text{font-size:15px!important;line-height:1.8!important}.phr-timeline-list{gap:18px;margin-top:34px;padding-left:22px}.phr-timeline-list::before{left:8px;transform:none}.phr-timeline-item{display:block}.phr-timeline-dot{left:8px;top:28px}.phr-timeline-card{margin-left:22px;text-align:left!important;padding:22px 20px}.phr-timeline-item-title{font-size:20px!important}.phr-timeline-item-text{font-size:15px!important}}

/* Timeline selectable professional layouts v6.4.6 */
.phr-timeline-section[class*="phr-timeline-style-"] .phr-timeline-list{isolation:isolate}

/* Glass Cards: premium card grid with subtle gold numbers */
.phr-timeline-style-cards .phr-timeline-list{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:26px!important;
  margin-top:50px!important;
  padding:0!important;
}
.phr-timeline-style-cards .phr-timeline-list::before{display:none!important;content:none!important}
.phr-timeline-style-cards .phr-timeline-item{display:block!important;min-width:0!important}
.phr-timeline-style-cards .phr-timeline-dot{display:none!important}
.phr-timeline-style-cards .phr-timeline-card{
  position:relative!important;
  min-height:220px!important;
  height:100%!important;
  text-align:left!important;
  overflow:hidden!important;
  padding:30px 28px 28px!important;
  border-radius:28px!important;
  background:linear-gradient(145deg,var(--phr-timeline-card-bg,rgba(255,255,255,.12)),rgba(255,255,255,.04))!important;
}
.phr-timeline-style-cards .phr-timeline-card::before{
  content:"";position:absolute;inset:auto -30px -55px auto;width:150px;height:150px;border-radius:50%;
  background:radial-gradient(circle,rgba(208,154,74,.36),transparent 68%);pointer-events:none
}
.phr-timeline-style-cards .phr-timeline-date{font-size:18px!important;background:rgba(208,154,74,.18)!important;border:1px solid rgba(208,154,74,.34)!important}

/* Gold Road: diagonal connected journey layout */
.phr-timeline-style-road .phr-timeline-list{
  display:flex!important;
  gap:22px!important;
  align-items:stretch!important;
  overflow-x:auto!important;
  scroll-snap-type:x mandatory!important;
  padding:18px 4px 28px!important;
}
.phr-timeline-style-road .phr-timeline-list::before{
  top:50%!important;left:0!important;right:0!important;bottom:auto!important;width:auto!important;height:4px!important;
  transform:none!important;background:linear-gradient(90deg,transparent,var(--phr-timeline-stripes,#d09a4a),transparent)!important;
}
.phr-timeline-style-road .phr-timeline-item{
  display:block!important;flex:0 0 min(330px,82vw)!important;scroll-snap-align:center!important;padding-top:34px!important;
}
.phr-timeline-style-road .phr-timeline-item:nth-child(even){padding-top:86px!important}
.phr-timeline-style-road .phr-timeline-dot{left:34px!important;top:50%!important;transform:translateY(-50%)!important;width:22px!important;height:22px!important}
.phr-timeline-style-road .phr-timeline-card{text-align:left!important;border-radius:30px!important;min-height:190px!important;background:rgba(0,0,0,.28)!important}

/* Corporate Split: strong date column with clean content area */
.phr-timeline-style-split .phr-timeline-list{display:flex!important;flex-direction:column!important;gap:20px!important;padding:0!important;margin-top:46px!important}
.phr-timeline-style-split .phr-timeline-list::before{display:none!important;content:none!important}
.phr-timeline-style-split .phr-timeline-item{display:grid!important;grid-template-columns:190px 1fr!important;gap:22px!important;align-items:stretch!important}
.phr-timeline-style-split .phr-timeline-dot{display:none!important}
.phr-timeline-style-split .phr-timeline-card{grid-column:auto!important;text-align:left!important;display:grid!important;grid-template-columns:160px 1fr!important;gap:24px!important;align-items:center!important;padding:22px 26px!important;border-radius:24px!important;background:linear-gradient(90deg,rgba(208,154,74,.13),var(--phr-timeline-card-bg,rgba(255,255,255,.12)))!important}
.phr-timeline-style-split .phr-timeline-date{margin:0!important;width:100%!important;min-height:82px!important;border-radius:20px!important;font-size:22px!important;background:linear-gradient(135deg,rgba(208,154,74,.25),rgba(0,0,0,.24))!important;border:1px solid rgba(208,154,74,.32)!important}
.phr-timeline-style-split .phr-timeline-item-title{margin-top:0!important}

/* Compact Steps: centered clean steps with numbered badges */
.phr-timeline-style-steps .phr-timeline-list{counter-reset:timelineStep;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important;padding:0!important;margin-top:44px!important}
.phr-timeline-style-steps .phr-timeline-list::before{display:none!important;content:none!important}
.phr-timeline-style-steps .phr-timeline-item{counter-increment:timelineStep;display:block!important;position:relative!important;padding-top:28px!important}
.phr-timeline-style-steps .phr-timeline-dot{display:none!important}
.phr-timeline-style-steps .phr-timeline-card{grid-column:auto!important;text-align:center!important;padding:44px 20px 24px!important;border-radius:26px!important;min-height:210px!important;background:rgba(255,255,255,.09)!important}
.phr-timeline-style-steps .phr-timeline-card::before{content:counter(timelineStep);position:absolute;top:0;left:50%;transform:translate(-50%,-45%);width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:var(--phr-timeline-stripes,#d09a4a);color:#111;font-weight:900;font-size:20px;box-shadow:0 14px 34px rgba(0,0,0,.32),0 0 0 8px rgba(208,154,74,.16)}
.phr-timeline-style-steps .phr-timeline-date{background:rgba(0,0,0,.24)!important;margin-bottom:14px!important}

@media (max-width:1024px){
  .phr-timeline-style-cards .phr-timeline-list{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .phr-timeline-style-steps .phr-timeline-list{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media (max-width:767px){
  .phr-timeline-style-cards .phr-timeline-list,
  .phr-timeline-style-steps .phr-timeline-list{grid-template-columns:1fr!important;gap:18px!important;margin-top:34px!important}
  .phr-timeline-style-cards .phr-timeline-card,
  .phr-timeline-style-road .phr-timeline-card,
  .phr-timeline-style-split .phr-timeline-card,
  .phr-timeline-style-steps .phr-timeline-card{margin-left:0!important;text-align:left!important}
  .phr-timeline-style-road .phr-timeline-list{margin-top:32px!important;padding-bottom:22px!important}
  .phr-timeline-style-road .phr-timeline-item:nth-child(even){padding-top:34px!important}
  .phr-timeline-style-road .phr-timeline-dot{display:none!important}
  .phr-timeline-style-split .phr-timeline-item{display:block!important}
  .phr-timeline-style-split .phr-timeline-card{display:block!important;padding:22px 20px!important}
  .phr-timeline-style-split .phr-timeline-date{min-height:auto!important;width:auto!important;margin:0 0 14px!important;font-size:18px!important}
  .phr-timeline-style-steps .phr-timeline-item{padding-top:24px!important}
}


/* v6.5.4 - Professional separated footer brand links */
#phr-site-footer .phr-footer-brand-links{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  gap:10px !important;
  margin-top:16px !important;
  max-width:390px !important;
  width:100% !important;
}
#phr-site-footer .phr-footer-brand-links a{
  position:relative !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  width:auto !important;
  max-width:100% !important;
  min-height:38px !important;
  padding:9px 16px 9px 38px !important;
  border:1px solid rgba(230,174,79,.42) !important;
  border-radius:999px !important;
  background:linear-gradient(135deg, rgba(230,174,79,.18), rgba(255,255,255,.055)) !important;
  box-shadow:0 12px 28px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.12) !important;
  color:var(--phr-footer-title) !important;
  text-decoration:none !important;
  font-weight:900 !important;
  font-size:.82em !important;
  line-height:1.35 !important;
  white-space:normal !important;
  overflow-wrap:anywhere !important;
  transition:transform .25s ease, border-color .25s ease, background .25s ease, color .25s ease !important;
}
#phr-site-footer .phr-footer-brand-links a::before{
  content:'›' !important;
  position:absolute !important;
  inset-inline-start:13px !important;
  top:50% !important;
  transform:translateY(-50%) !important;
  width:18px !important;
  height:18px !important;
  border-radius:50% !important;
  display:grid !important;
  place-items:center !important;
  background:var(--phr-footer-accent-bg) !important;
  color:var(--phr-footer-accent-text) !important;
  font-size:16px !important;
  font-weight:900 !important;
  line-height:1 !important;
  box-shadow:0 0 0 4px rgba(230,174,79,.10) !important;
}
#phr-site-footer .phr-footer-brand-links a::after{
  content:'' !important;
  position:absolute !important;
  inset:0 !important;
  border-radius:inherit !important;
  background:linear-gradient(120deg, transparent 0%, rgba(255,255,255,.18) 45%, transparent 70%) !important;
  transform:translateX(-120%) !important;
  transition:transform .55s ease !important;
  pointer-events:none !important;
}
#phr-site-footer .phr-footer-brand-links a:hover{
  color:var(--phr-footer-title) !important;
  border-color:rgba(230,174,79,.75) !important;
  background:linear-gradient(135deg, rgba(230,174,79,.30), rgba(255,255,255,.08)) !important;
  transform:translateY(-2px) !important;
}
#phr-site-footer .phr-footer-brand-links a:hover::after{
  transform:translateX(120%) !important;
}
#phr-site-footer[dir="rtl"] .phr-footer-brand-links a,
html[dir="rtl"] #phr-site-footer .phr-footer-brand-links a{
  padding:9px 38px 9px 16px !important;
}
#phr-site-footer[dir="rtl"] .phr-footer-brand-links a::before,
html[dir="rtl"] #phr-site-footer .phr-footer-brand-links a::before{
  content:'‹' !important;
}
@media (max-width: 767px){
  #phr-site-footer .phr-footer-brand-links{
    max-width:100% !important;
    align-items:stretch !important;
  }
  #phr-site-footer .phr-footer-brand-links a{
    width:100% !important;
    justify-content:flex-start !important;
    font-size:.86em !important;
  }
}

/* v6.5.5 Service single contact button */
.phr-service-contact-cta{
  margin-top:28px;
  display:flex;
  justify-content:center;
}
.phr-service-contact-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:54px;
  padding:14px 28px;
  border-radius:999px;
  background:var(--phr-services-btn-bg, #0d3d67);
  color:var(--phr-services-btn-text, #ffffff) !important;
  text-decoration:none !important;
  font-weight:900;
  font-size:16px;
  box-shadow:0 18px 34px rgba(13,61,103,.22);
  transition:transform .22s ease, box-shadow .22s ease, filter .22s ease;
}
.phr-service-contact-btn:hover{
  transform:translateY(-3px);
  box-shadow:0 24px 42px rgba(13,61,103,.28);
  filter:brightness(1.04);
}
.phr-service-contact-icon{
  width:30px;
  height:30px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.18);
  line-height:1;
}
@media (max-width:767px){
  .phr-service-contact-btn{width:100%;}
}


/* v116 - Force Contact title and form submit to match About Us gold pill style */
.phr-contact-about-style .phr-contact-title{
  background:linear-gradient(135deg,#d09a4a 0%,#e6b861 48%,#f5ecd8 100%)!important;
  color:#ffffff!important;
  text-shadow:0 2px 0 rgba(92,60,22,.28),0 4px 12px rgba(0,0,0,.18)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.36),0 12px 26px rgba(0,0,0,.16)!important;
}
.phr-contact-about-style.phr-contact-with-form .phr-contact-submit{
  background:linear-gradient(135deg,#d09a4a 0%,#e6b861 52%,#f5ecd8 100%)!important;
  color:#ffffff!important;
  text-shadow:0 2px 0 rgba(92,60,22,.22)!important;
  box-shadow:0 18px 42px rgba(208,154,74,.25)!important;
}
.phr-contact-about-style.phr-contact-with-form .phr-contact-submit:hover{
  transform:translateY(-2px)!important;
  filter:brightness(1.06)!important;
}

/* v6.6.9: Real footer title font application - class fallback stronger than CSS variables */
#phr-site-footer .phr-footer-brand-title{font-family:var(--phr-footer-title-font, inherit) !important;}
#phr-site-footer .phr-footer-brand-title.phr-footer-title-font-signature_script{font-family:"Allura","Great Vibes","Parisienne","Edwardian Script ITC","Vladimir Script","Snell Roundhand","Palace Script MT",cursive !important;}
#phr-site-footer .phr-footer-brand-title.phr-footer-title-font-allura{font-family:"Allura","Great Vibes","Parisienne",cursive !important;}
#phr-site-footer .phr-footer-brand-title.phr-footer-title-font-great_vibes{font-family:"Great Vibes","Allura","Parisienne",cursive !important;}
#phr-site-footer .phr-footer-brand-title.phr-footer-title-font-parisienne{font-family:"Parisienne","Great Vibes","Allura",cursive !important;}
#phr-site-footer .phr-footer-brand-title.phr-footer-title-font-dancing_script{font-family:"Dancing Script","Segoe Script",cursive !important;}
#phr-site-footer .phr-footer-brand-title.phr-footer-title-font-sacramento{font-family:"Sacramento","Allura",cursive !important;}
#phr-site-footer .phr-footer-brand-title.phr-footer-title-font-satisfy{font-family:"Satisfy","Segoe Script",cursive !important;}
#phr-site-footer .phr-footer-brand-title.phr-footer-title-font-yellowtail{font-family:"Yellowtail","Brush Script MT",cursive !important;}
#phr-site-footer .phr-footer-brand-title.phr-footer-title-font-pacifico{font-family:"Pacifico","Brush Script MT",cursive !important;}
#phr-site-footer .phr-footer-brand-title.phr-footer-title-font-caveat{font-family:"Caveat","Segoe Script",cursive !important;}
#phr-site-footer .phr-footer-brand-title.phr-footer-title-font-playfair{font-family:"Playfair Display",Georgia,"Times New Roman",serif !important;}
#phr-site-footer .phr-footer-brand-title.phr-footer-title-font-cinzel{font-family:"Cinzel",Georgia,serif !important;}
#phr-site-footer .phr-footer-brand-title.phr-footer-title-font-montserrat{font-family:"Montserrat",Arial,sans-serif !important;}
#phr-site-footer .phr-footer-brand-title.phr-footer-title-font-poppins{font-family:"Poppins",Arial,sans-serif !important;}
#phr-site-footer .phr-footer-brand-title.phr-footer-title-font-default{font-family:"Tajawal",system-ui,-apple-system,"Segoe UI",Tahoma,Arial,sans-serif !important;}


/* v6.7.0 - Timeline slow reveal on scroll: first milestone visible, next milestones reveal gently */
.phr-timeline-section .phr-timeline-list .phr-timeline-item{
  opacity:0!important;
  transform:translateY(90px) scale(.965)!important;
  filter:blur(7px)!important;
  transition:opacity 1.85s cubic-bezier(.16,1,.3,1), transform 1.85s cubic-bezier(.16,1,.3,1), filter 1.85s cubic-bezier(.16,1,.3,1)!important;
  will-change:opacity,transform,filter;
}
.phr-timeline-section .phr-timeline-list .phr-timeline-item:first-child,
.phr-timeline-section .phr-timeline-list .phr-timeline-item.phr-timeline-reveal-visible{
  opacity:1!important;
  transform:translateY(0) scale(1)!important;
  filter:blur(0)!important;
}
.phr-timeline-section .phr-timeline-list .phr-timeline-item:first-child .phr-timeline-card,
.phr-timeline-section .phr-timeline-list .phr-timeline-item.phr-timeline-reveal-visible .phr-timeline-card{
  box-shadow:0 26px 70px rgba(0,0,0,.34)!important;
}
.phr-timeline-section .phr-timeline-list .phr-timeline-item:not(:first-child) .phr-timeline-dot{
  opacity:.25;
  transition:opacity 1.85s cubic-bezier(.16,1,.3,1), transform 1.85s cubic-bezier(.16,1,.3,1)!important;
}
.phr-timeline-section .phr-timeline-list .phr-timeline-item.phr-timeline-reveal-visible .phr-timeline-dot{
  opacity:1;
}
@media (prefers-reduced-motion: reduce){
  .phr-timeline-section .phr-timeline-list .phr-timeline-item{
    opacity:1!important;
    transform:none!important;
    filter:none!important;
    transition:none!important;
  }
}
