@font-face { font-family: "Lato"; src: url("../fonts/lato-300.woff2") format("woff2"); font-style: normal; font-weight: 300; font-display: swap; }
@font-face { font-family: "Lato"; src: url("../fonts/lato-400.woff2") format("woff2"); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: "Lato"; src: url("../fonts/lato-700.woff2") format("woff2"); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: "Lato"; src: url("../fonts/lato-900.woff2") format("woff2"); font-style: normal; font-weight: 900; font-display: swap; }
@font-face { font-family: "Playfair Display"; src: url("../fonts/playfair-display.woff2") format("woff2"); font-style: normal; font-weight: 500 700; font-display: swap; }
@font-face { font-family: "Cairo"; src: url("../fonts/cairo-arabic.woff2") format("woff2"); font-style: normal; font-weight: 400 800; font-display: swap; unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0897-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC; }

:root {
  --pc-navy: #032b50;
  --pc-navy-deep: #012443;
  --pc-teal: #2f9fa2;
  --pc-teal-soft: #eaf5f5;
  --pc-coral: #ff6259;
  --pc-gold: #dda84d;
  --pc-ink: #172334;
  --pc-muted: #5f6670;
  --pc-ivory: #fffdf9;
  --pc-blush: #fbf6f2;
  --pc-line: #e8e4df;
  --pc-white: #fff;
  --pc-display: "Playfair Display", Georgia, serif;
  --pc-body: "Lato", Arial, sans-serif;
  --pc-shadow: 0 18px 45px rgba(3, 43, 80, .10);
}

html { scroll-behavior: smooth; }
html, body { width: 100%; max-width: 100%; overflow-x: hidden; }
body { margin: 0; color: var(--pc-ink); background: var(--pc-ivory); font-family: var(--pc-body); font-size: 16px; line-height: 1.65; }
body.admin-bar .pc-header { top: 32px; }
* { box-sizing: border-box; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.elementor-widget-shortcode, .elementor-widget-shortcode > .elementor-widget-container { width: 100%; }
.elementor-element.e-con { --container-max-width: 100%; width: 100%; max-width: none; padding: 0 !important; gap: 0 !important; }
.pc-shell { width: min(1320px, calc(100% - 96px)); margin: 0 auto; }
.pc-section { position: relative; }
.pc-icon { width: 22px; height: 22px; flex: 0 0 auto; }
.pc-eyebrow { margin: 0 0 18px; color: var(--pc-teal); font-size: 13px; font-weight: 900; letter-spacing: .035em; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, .pc-service-card h3 { color: var(--pc-navy); font-family: var(--pc-display); }
h1 { font-size: clamp(55px, 5.2vw, 82px); line-height: 1.06; letter-spacing: -.035em; }
h2 { font-size: clamp(38px, 3.35vw, 54px); line-height: 1.1; letter-spacing: -.025em; }
.pc-lead { color: var(--pc-muted); font-size: 19px; line-height: 1.8; }

.pc-btn { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; gap: 13px; padding: 0 28px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 700; line-height: 1; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.pc-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 26px rgba(3,43,80,.15); }
.pc-btn--navy { color: var(--pc-white); background: var(--pc-navy); }
.pc-btn--coral { color: var(--pc-white); background: var(--pc-coral); }
.pc-btn--outline { color: var(--pc-teal); border-color: var(--pc-teal); background: transparent; }
.pc-actions { display: flex; flex-wrap: wrap; gap: 22px; }
.pc-text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--pc-teal); font-weight: 700; }
.pc-text-link .pc-icon, .pc-service-card a .pc-icon, .pc-blog-card a .pc-icon { width: 18px; height: 18px; }

.pc-header { position: relative; z-index: 100; padding: 10px 0 8px; background: var(--pc-ivory); }
.pc-header__inner { display: flex; align-items: center; gap: 26px; }
.pc-logo { display: inline-flex; width: 148px; min-width: 148px; height: 102px; align-items: center; justify-content: center; }
.pc-logo img { width: 100%; height: 100%; object-fit: contain; }
.pc-logo--light { width: 164px; height: 134px; filter: drop-shadow(0 2px 10px rgba(255,255,255,.18)); }
.pc-nav { display: flex; margin-left: auto; align-items: center; gap: 34px; font-size: 14px; }
.pc-nav > a, .pc-nav-dropdown > button { position: relative; padding: 13px 0; border: 0; color: var(--pc-ink); background: transparent; cursor: pointer; }
.pc-nav > a:first-child::after, .pc-nav > a:hover::after, .pc-nav-dropdown > button:hover::after { position: absolute; right: 0; bottom: 2px; left: 0; height: 2px; background: var(--pc-teal); content: ""; }
.pc-nav-dropdown { position: relative; }
.pc-nav-dropdown__menu { position: absolute; top: 48px; left: -20px; display: grid; width: 230px; padding: 12px; border: 1px solid var(--pc-line); border-radius: 16px; background: #fff; box-shadow: var(--pc-shadow); opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s ease; }
.pc-nav-dropdown:hover .pc-nav-dropdown__menu, .pc-nav-dropdown.is-open .pc-nav-dropdown__menu { opacity: 1; visibility: visible; transform: none; }
.pc-nav-dropdown__menu a { padding: 10px 12px; border-radius: 9px; }
.pc-nav-dropdown__menu a:hover { color: var(--pc-teal); background: var(--pc-teal-soft); }
.pc-header__contact { display: flex; align-items: center; gap: 11px; white-space: nowrap; }
.pc-header__contact > span:last-child { display: grid; }
.pc-header__contact small { color: var(--pc-muted); font-size: 10px; }
.pc-header__contact a { color: var(--pc-navy); font-size: 14px; font-weight: 900; }
.pc-header__contact a, .pc-emergency__action strong, .pc-footer a[href^="tel:"], .pc-contact__info a[href^="tel:"] { direction: ltr; unicode-bidi: isolate; }
.pc-header__phone-icon { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; color: var(--pc-teal); background: var(--pc-teal-soft); }
.pc-header__cta { min-height: 52px; padding: 0 22px; white-space: nowrap; }
.pc-header__cta .pc-icon { width: 18px; }
.pc-lang-switch { display: inline-flex; min-width: 45px; height: 38px; align-items: center; justify-content: center; padding: 0 12px; border: 1px solid var(--pc-teal); border-radius: 999px; color: var(--pc-teal); font-weight: 900; line-height: 1; }
.pc-lang-switch:hover { color: #fff; background: var(--pc-teal); }
.pc-header .pc-menu-toggle { display: none !important; width: 46px; height: 46px; padding: 0; place-items: center; border: 0; border-radius: 50%; color: #fff; background: var(--pc-navy); }
.pc-menu-close { display: none; }
.pc-menu-toggle[aria-expanded="true"] .pc-menu-open { display: none; }
.pc-menu-toggle[aria-expanded="true"] .pc-menu-close { display: block; }

.pc-hero { min-height: 840px; padding: 48px 0 80px; background: var(--pc-ivory); }
.pc-hero__grid { display: grid; grid-template-columns: 43% 57%; align-items: center; }
.pc-hero__copy { position: relative; z-index: 3; padding: 64px 0 0 24px; }
.pc-hero h1 { max-width: 610px; margin-bottom: 28px; }
.pc-gold-line { display: block; width: 72px; height: 3px; margin-bottom: 28px; background: var(--pc-gold); }
.pc-hero .pc-lead { max-width: 490px; margin-bottom: 35px; }
.pc-hero__features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 590px; margin-top: 92px; }
.pc-hero__features > * { display: flex; min-height: 42px; align-items: center; gap: 13px; color: var(--pc-ink); }
.pc-hero__features span { display: grid; width: 42px; height: 42px; flex: 0 0 auto; place-items: center; color: var(--pc-teal); }
.pc-hero__features p { margin: 0; font-size: 12px; line-height: 1.5; }
.pc-hero__feature-link { border-radius: 12px; transition: color .2s ease, transform .2s ease, background .2s ease; }
.pc-hero__feature-link:hover { color: var(--pc-teal); background: rgba(47,159,162,.07); transform: translateY(-2px); }
.pc-hero__feature-link:focus-visible { outline: 3px solid rgba(47,159,162,.35); outline-offset: 5px; }
.pc-hero__visual { position: relative; min-height: 680px; }
.pc-hero__image-wrap { position: absolute; z-index: 2; top: 0; right: -48px; display: flex; width: 880px; height: 660px; align-items: flex-end; justify-content: center; }
.pc-hero__image-wrap img { width: 100%; height: auto; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 22px 24px rgba(3,43,80,.12)); }
.pc-shape--teal { position: absolute; z-index: 1; top: 30px; left: -18px; width: 250px; height: 250px; border-radius: 50%; background: var(--pc-teal); }
.pc-shape--dots { position: absolute; z-index: 3; bottom: 48px; left: -22px; width: 90px; height: 90px; opacity: .65; background-image: radial-gradient(var(--pc-gold) 1.5px, transparent 1.5px); background-size: 14px 14px; }

.pc-stats { padding: 82px 0 96px; overflow: hidden; background: radial-gradient(circle at 8% 12%,rgba(255,98,89,.055),transparent 24%),radial-gradient(circle at 92% 88%,rgba(221,168,77,.06),transparent 28%),var(--pc-ivory); }
.pc-stats .pc-shell { position: relative; z-index: 2; }
.pc-stats__heading { max-width: 980px; margin: 0 auto 54px; text-align: center; }
.pc-stats__heading .pc-eyebrow { margin-bottom: 12px; font-size: 15px; letter-spacing: .18em; }
.pc-stats__heading h2 { margin: 0; color: var(--pc-navy); font-family: var(--pc-display) !important; font-size: clamp(50px,4.5vw,72px); font-weight: 500; }
.pc-stats__grid { display: grid; max-width: 1220px; margin: 0 auto; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 26px; }
.pc-stat-card { display: flex; min-height: 312px; padding: 35px 28px 38px; align-items: center; justify-content: center; flex-direction: column; border: 1px solid #e2d8ce; border-radius: 28px; text-align: center; background: rgba(255,255,255,.92); box-shadow: 0 18px 34px rgba(3,43,80,.12); }
.pc-stat-card__icon { display: grid; width: 92px; height: 92px; margin-bottom: 23px; place-items: center; border-radius: 50%; }
.pc-stat-card__icon .pc-icon { width: 47px; height: 47px; stroke-width: 1.55; }
.pc-stat-card:nth-child(1) .pc-stat-card__icon { color: var(--pc-teal); background: rgba(47,159,162,.14); }
.pc-stat-card:nth-child(2) .pc-stat-card__icon { color: var(--pc-gold); background: rgba(221,168,77,.15); }
.pc-stat-card:nth-child(3) .pc-stat-card__icon { color: var(--pc-coral); background: rgba(255,98,89,.14); }
.pc-stat-card strong { display: block; color: var(--pc-navy); font-size: clamp(54px,5.1vw,78px); font-weight: 900; line-height: 1; letter-spacing: -.04em; font-variant-numeric: tabular-nums; }
.pc-stat-card p { margin: 17px 0 0; color: var(--pc-navy); font-size: 18px; line-height: 1.35; }
.pc-stats__arc { position: absolute; z-index: 1; width: 470px; height: 310px; border: 2px solid rgba(221,168,77,.9); border-radius: 50%; pointer-events: none; }
.pc-stats__arc--top { top: -250px; left: -215px; transform: rotate(-18deg); }
.pc-stats__arc--bottom { right: -240px; bottom: -230px; transform: rotate(-16deg); }
.pc-stats__dots { position: absolute; z-index: 1; width: 190px; height: 125px; opacity: .34; pointer-events: none; background-image: radial-gradient(var(--pc-teal) 2px,transparent 2px); background-size: 16px 16px; }
.pc-stats__dots--top { top: 5px; right: 8px; }
.pc-stats__dots--bottom { bottom: 5px; left: 6px; }

.pc-services { padding: 62px 0 68px; background: var(--pc-blush); }
.pc-section-heading { display: flex; margin-bottom: 32px; align-items: flex-end; justify-content: space-between; }
.pc-section-heading h2 { margin-bottom: 0; }
.pc-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.pc-service-card { position: relative; min-width: 0; overflow: hidden; border: 1px solid #e2ded9; border-radius: 15px; background: #fff; box-shadow: 0 8px 20px rgba(3,43,80,.03); }
.pc-service-card__image { overflow: hidden; aspect-ratio: 4 / 3; background: #eef4f3; }
.pc-service-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.pc-service-card:hover img { transform: scale(1.05); }
.pc-service-card__icon { position: relative; z-index: 2; display: grid; width: 66px; height: 66px; margin: -33px 0 0 22px; place-items: center; border-radius: 50%; color: var(--pc-teal); background: #fff; box-shadow: 0 8px 18px rgba(3,43,80,.10); }
.pc-service-card:nth-child(1) .pc-service-card__icon { color: var(--pc-coral); }
.pc-service-card:nth-child(2) .pc-service-card__icon { color: #3089b0; }
.pc-service-card:nth-child(3) .pc-service-card__icon { color: #8055a6; }
.pc-service-card:nth-child(4) .pc-service-card__icon { color: #8055a6; }
.pc-service-card:nth-child(5) .pc-service-card__icon { color: var(--pc-gold); }
.pc-service-card:nth-child(6) .pc-service-card__icon { color: #3d9b73; }
.pc-service-card__icon .pc-icon { width: 32px; height: 32px; }
.pc-service-card__body { min-height: 215px; padding: 18px 24px 24px; }
.pc-service-card h3 { margin-bottom: 12px; font-size: 22px; line-height: 1.2; }
.pc-service-card p { min-height: 63px; margin-bottom: 17px; color: #4e545c; font-size: 14px; line-height: 1.5; }
.pc-service-card a { display: inline-flex; align-items: center; gap: 10px; color: var(--pc-teal); font-size: 14px; font-weight: 700; }

.pc-about { padding: 55px 0 25px; background: #fffdfa; }
.pc-about__grid { display: grid; grid-template-columns: 40% 60%; align-items: center; }
.pc-about__copy { padding: 10px 20px 10px 20px; }
.pc-about__copy h2 { margin-bottom: 28px; font-size: clamp(46px,4vw,64px); }
.pc-about__copy > p:not(.pc-eyebrow) { max-width: 500px; margin-bottom: 30px; color: var(--pc-muted); font-size: 17px; }
.pc-about__visual { position: relative; min-height: 377px; }
.pc-about__visual img { position: absolute; z-index: 2; top: 0; right: 20px; width: 590px; height: 365px; object-fit: cover; border-radius: 46% 48% 40% 44% / 38% 36% 48% 42%; }
.pc-about__ring { position: absolute; z-index: 1; top: 22px; right: 0; width: 475px; height: 325px; border: 2px solid var(--pc-gold); border-radius: 48%; }
.pc-about__dots { position: absolute; z-index: 3; bottom: 20px; left: 20px; width: 100px; height: 95px; background-image: radial-gradient(var(--pc-teal) 1.6px, transparent 1.6px); background-size: 16px 16px; }

.pc-team { padding: 82px 0 92px; background: linear-gradient(180deg,#fffdfa 0%,#f4faf9 100%); }
.pc-team__heading { max-width: 760px; margin: 0 auto 42px; text-align: center; }
.pc-team__heading h2 { margin-bottom: 16px; }
.pc-team__heading > p:last-child { color: var(--pc-muted); font-size: 18px; }
.pc-team-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; }
.pc-team-card { overflow: hidden; border: 1px solid var(--pc-line); border-radius: 24px; background: #fff; box-shadow: var(--pc-shadow); }
.pc-team-card > img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center top; transition: transform .6s ease; }
.pc-team-card:hover > img { transform: scale(1.025); }
.pc-team-card > div { padding: 24px 26px 27px; text-align: center; }
.pc-team-card h3 { margin: 0 0 5px; color: var(--pc-navy); font-family: var(--pc-display); font-size: 30px; line-height: 1.2; }
.pc-team-card p { margin: 0; color: var(--pc-teal); font-size: 13px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }

.pc-emergency-wrap { padding: 10px 0 22px; background: #fffdfa; }
.pc-emergency { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 26px; padding: 20px 48px; border-radius: 22px; color: #fff; background: linear-gradient(110deg, var(--pc-navy), #003965); box-shadow: var(--pc-shadow); }
.pc-emergency__icon { display: grid; width: 74px; height: 74px; place-items: center; border-radius: 50%; background: var(--pc-coral); }
.pc-emergency__icon .pc-icon { width: 40px; height: 40px; }
.pc-emergency h2 { margin-bottom: 2px; color: #fff; font-size: 34px; }
.pc-emergency p { margin: 0; }
.pc-emergency__action { display: grid; justify-items: center; gap: 8px; }
.pc-emergency__action strong { font-size: 23px; }

.pc-trusted { padding: 18px 0 52px; background: #fffdfa; }
.pc-trusted__title { display: grid; margin-bottom: 24px; justify-items: center; color: var(--pc-navy); font-size: 12px; font-weight: 900; letter-spacing: .35em; }
.pc-trusted__title .pc-icon { margin-bottom: 8px; color: var(--pc-teal); fill: var(--pc-teal); stroke: none; }
.pc-trusted__grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 24px; }
.pc-trusted__item { display: flex; height: 74px; align-items: center; justify-content: center; gap: 12px; border: 1px solid #e5e2de; border-radius: 15px; color: #7f838a; background: rgba(255,255,255,.7); }
.pc-trusted__item .pc-icon { width: 32px; height: 32px; color: #a7aab0; }

.pc-reviews { padding: 76px 0 84px; overflow: hidden; background: linear-gradient(180deg,#fffdfa 0%,#fbf6f2 100%); }
.pc-reviews__heading { display: flex; margin-bottom: 34px; align-items: flex-end; justify-content: space-between; gap: 30px; }
.pc-reviews__heading h2 { max-width: 700px; margin: 0; }
.pc-reviews__controls { display: flex; gap: 10px; }
.pc-reviews__controls button { display: grid; width: 48px; height: 48px; padding: 0; place-items: center; border: 1px solid var(--pc-teal); border-radius: 50%; color: var(--pc-teal); background: #fff; cursor: pointer; transition: color .2s ease, background .2s ease, transform .2s ease; }
.pc-reviews__controls button:hover { color: #fff; background: var(--pc-teal); transform: translateY(-2px); }
.pc-reviews__viewport { overflow-x: auto; padding: 5px 2px 22px; scroll-behavior: smooth; scrollbar-width: thin; scrollbar-color: var(--pc-teal) transparent; scroll-snap-type: x mandatory; }
.pc-reviews__track { display: flex; width: max-content; gap: 22px; }
.pc-review-card { width: 310px; height: 505px; margin: 0; overflow: hidden; flex: 0 0 auto; border: 1px solid var(--pc-line); border-radius: 22px; background: #fff; box-shadow: var(--pc-shadow); scroll-snap-align: start; }
.pc-review-card img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.pc-review-card--featured { width: 377px; height: auto; aspect-ratio: 1194 / 1600; }
.pc-review-card--featured img { object-fit: contain; }

.pc-footer { padding: 34px 0 12px; color: #fff; background: linear-gradient(120deg,#02284a,#00375f); }
.pc-footer__grid { display: grid; grid-template-columns: 1.35fr .8fr .9fr 1.15fr 1.1fr; gap: 38px; }
.pc-footer__grid > div { min-width: 0; }
.pc-footer__grid > div:not(:first-child) { padding-left: 25px; border-left: 1px solid rgba(255,255,255,.12); }
.pc-footer h3 { margin-bottom: 18px; color: var(--pc-gold); font-family: var(--pc-body); font-size: 14px; }
.pc-footer a, .pc-footer__grid > div:not(:first-child) > p { display: flex; margin-bottom: 7px; align-items: center; gap: 8px; font-size: 13px; }
.pc-footer a { color: #fff; }
.pc-footer p { color: rgba(255,255,255,.92); }
.pc-footer .pc-icon { width: 17px; height: 17px; }
.pc-footer__brand p { max-width: 250px; margin: 12px 0 10px; font-size: 12px; line-height: 1.45; }
.pc-socials { display: flex; gap: 9px; }
.pc-socials a { display: grid; width: 28px; height: 28px; margin: 0; place-items: center; border-radius: 50%; color: var(--pc-navy); background: #fff; font-weight: 900; }
.pc-footer .pc-footer__emergency { color: #ff8b85; font-weight: 700; }
.pc-footer__grid > div:last-child p { justify-content: space-between; }
.pc-footer__grid > div:last-child span { min-width: 75px; }
.pc-footer__grid > div:last-child b { white-space: nowrap; font-weight: 400; }
.pc-footer__bottom { display: flex; margin-top: 20px; padding-top: 12px; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.82); font-size: 11px; }
.pc-footer__bottom b { color: var(--pc-coral); }
.pc-footer__bottom a { display: inline; margin: 0; color: #fff; font-size: inherit; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.pc-footer__bottom .pc-icon { display: inline; margin-left: 10px; color: var(--pc-teal); vertical-align: middle; }

.pc-inner-hero { padding: 86px 0 90px; background: linear-gradient(120deg,#fffdfa 0%,#f7f4ef 100%); }
.pc-inner-hero__grid { display: grid; grid-template-columns: 47% 53%; align-items: center; gap: 70px; }
.pc-inner-hero h1 { max-width: 680px; margin-bottom: 25px; }
.pc-inner-hero .pc-lead { max-width: 620px; }
.pc-inner-hero__visual { height: 470px; overflow: hidden; border-radius: 42% 12% 42% 12% / 25% 18% 25% 20%; box-shadow: var(--pc-shadow); }
.pc-inner-hero__visual img { width: 100%; height: 100%; object-fit: cover; }
.pc-content-section { padding: 100px 0; background: #fff; }
.pc-content-intro { max-width: 820px; margin: 0 auto 55px; text-align: center; }
.pc-content-intro p:last-child { color: var(--pc-muted); font-size: 18px; }
.pc-value-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.pc-value-grid article { padding: 38px; border: 1px solid var(--pc-line); border-radius: 20px; background: var(--pc-ivory); }
.pc-value-grid article > span { display: grid; width: 62px; height: 62px; margin-bottom: 22px; place-items: center; border-radius: 50%; color: var(--pc-teal); background: var(--pc-teal-soft); }
.pc-value-grid h3 { color: var(--pc-navy); font-size: 22px; }
.pc-value-grid p { margin-bottom: 0; color: var(--pc-muted); }
.pc-service-detail { display: grid; grid-template-columns: 1fr 380px; gap: 80px; align-items: start; }
.pc-service-detail > div > p { color: var(--pc-muted); font-size: 18px; }
.pc-service-detail ul { display: grid; padding: 0; list-style: none; gap: 14px; }
.pc-service-detail li::before { margin-right: 10px; color: var(--pc-teal); content: "✓"; font-weight: 900; }
.pc-service-detail aside { padding: 38px; border-radius: 24px; color: #fff; background: var(--pc-navy); }
.pc-service-detail aside > span { display: grid; width: 64px; height: 64px; margin-bottom: 22px; place-items: center; border-radius: 50%; color: var(--pc-navy); background: #fff; }
.pc-service-detail aside h3 { font-family: var(--pc-display); font-size: 30px; }
.pc-service-detail aside p { color: rgba(255,255,255,.75); }
.pc-service-detail aside .pc-btn { margin-top: 10px; color: var(--pc-navy); background: #fff; }
.pc-vet-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; }
.pc-vet-card { overflow: hidden; border: 1px solid var(--pc-line); border-radius: 22px; background: #fff; box-shadow: var(--pc-shadow); }
.pc-vet-card img { width: 100%; height: 470px; object-fit: cover; object-position: top center; }
.pc-vet-card div { padding: 26px; }
.pc-vet-card h2 { margin-bottom: 5px; font-size: 30px; }
.pc-vet-card p { margin-bottom: 10px; color: var(--pc-teal); font-weight: 700; }
.pc-vet-card span { color: var(--pc-muted); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.pc-contact { padding: 100px 0; background: var(--pc-blush); }
.pc-contact__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.pc-contact__info > p:not(.pc-eyebrow) { color: var(--pc-muted); }
.pc-contact__info > a { display: flex; margin-top: 24px; align-items: center; gap: 16px; }
.pc-contact__info > a > .pc-icon, .pc-location .pc-icon { width: 46px; height: 46px; padding: 11px; border-radius: 50%; color: var(--pc-teal); background: var(--pc-teal-soft); }
.pc-contact__info a span { display: grid; color: var(--pc-navy); font-weight: 900; }
.pc-contact__info small { color: var(--pc-muted); font-weight: 400; }
.pc-location { display: flex; margin-top: 25px; align-items: center; gap: 16px; color: var(--pc-navy)!important; font-weight: 700; }
.pc-contact-form { display: grid; gap: 20px; padding: 38px; border-radius: 24px; background: #fff; box-shadow: var(--pc-shadow); }
.pc-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.pc-contact-form label { display: grid; gap: 7px; color: var(--pc-navy); font-size: 13px; font-weight: 700; }
.pc-contact-form input, .pc-contact-form select, .pc-contact-form textarea { width: 100%; padding: 14px 15px; border: 1px solid #d9dddf; border-radius: 10px; color: var(--pc-ink); background: #fff; outline: none; }
.pc-contact-form input:focus, .pc-contact-form select:focus, .pc-contact-form textarea:focus { border-color: var(--pc-teal); box-shadow: 0 0 0 3px rgba(47,159,162,.12); }
.pc-contact-form [aria-invalid="true"] { border-color: var(--pc-coral); }
.pc-contact-form .pc-btn { justify-self: start; border: 0; cursor: pointer; }
.pc-contact-form .pc-btn:disabled { cursor: wait; opacity: .65; }
.pc-contact-form .pc-honeypot { position: absolute!important; width: 1px!important; height: 1px!important; margin: -1px!important; padding: 0!important; overflow: hidden!important; clip: rect(0 0 0 0)!important; white-space: nowrap!important; border: 0!important; }
.pc-form-message { margin: 0; color: var(--pc-teal); font-weight: 700; }
.pc-form-message[data-status="error"] { color: #c44125; }
.pc-form-message[data-status="success"] { color: #16884c; }
.pc-blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; }
.pc-blog-card { overflow: hidden; border: 1px solid var(--pc-line); border-radius: 22px; background: #fff; box-shadow: var(--pc-shadow); }
.pc-blog-card > img { width: 100%; height: 270px; object-fit: cover; }
.pc-blog-card > div { padding: 28px; }
.pc-blog-card span { color: var(--pc-teal); font-size: 12px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.pc-blog-card h2 { margin: 10px 0 12px; font-size: 29px; }
.pc-blog-card p { color: var(--pc-muted); }
.pc-blog-card a { display: inline-flex; align-items: center; gap: 10px; color: var(--pc-teal); font-weight: 700; }
.pc-article-hero { padding: 100px 0 80px; text-align: center; background: var(--pc-blush); }
.pc-article-hero h1 { max-width: 920px; margin: 0 auto; }
.pc-article { padding: 80px 0; background: #fff; }
.pc-article__body { width: min(760px,calc(100% - 48px)); margin: 0 auto; color: var(--pc-muted); font-size: 19px; }
.pc-article__body .pc-text-link { margin-top: 30px; }

.pc-mobile-emergency { display: none; }

html[dir="rtl"] body { direction: rtl; text-align: right; font-family: "Cairo", Tahoma, Arial, sans-serif; line-height: 1.8; }
html[dir="rtl"] button, html[dir="rtl"] input, html[dir="rtl"] textarea, html[dir="rtl"] select { font-family: "Cairo", Tahoma, Arial, sans-serif; }
html[dir="rtl"] h1, html[dir="rtl"] h2, html[dir="rtl"] h3, html[dir="rtl"] .pc-service-card h3 { font-family: "Cairo", Tahoma, Arial, sans-serif; font-weight: 700; line-height: 1.28; letter-spacing: 0; }
html[dir="rtl"] .pc-hero h1 { font-size: clamp(50px,4.8vw,72px); }
html[dir="rtl"] .pc-lead { line-height: 1.95; }
html[dir="rtl"] .pc-nav, html[dir="rtl"] .pc-btn, html[dir="rtl"] .pc-text-link { font-weight: 700; }
html[dir="rtl"] .pc-eyebrow { letter-spacing: 0; }
html[dir="rtl"] .pc-hero__copy { padding-right: 24px; padding-left: 0; }
html[dir="rtl"] .pc-service-card__icon { margin-right: 22px; margin-left: 0; }
html[dir="rtl"] .pc-section-heading, html[dir="rtl"] .pc-reviews__heading { text-align: right; }
html[dir="rtl"] .pc-text-link .pc-icon, html[dir="rtl"] .pc-service-card a .pc-icon, html[dir="rtl"] .pc-blog-card a .pc-icon, html[dir="rtl"] .pc-btn--outline .pc-icon, html[dir="rtl"] .pc-about__copy .pc-btn .pc-icon, html[dir="rtl"] .pc-service-detail .pc-btn .pc-icon { transform: rotate(180deg); }
html[dir="rtl"] .pc-footer__grid > div { border-right: 1px solid rgba(255,255,255,.1); border-left: 0; }
html[dir="rtl"] .pc-footer__grid > div:first-child { border-right: 0; }
html[dir="rtl"] .pc-contact-form, html[dir="rtl"] .pc-contact__info, html[dir="rtl"] .pc-service-card__body, html[dir="rtl"] .pc-service-detail { text-align: right; }
html[dir="rtl"] .pc-contact-form .pc-btn { justify-self: start; }
html[dir="rtl"] .pc-article__body { text-align: right; }

@media (max-width: 1180px) {
  .pc-shell { width: min(100% - 48px, 1080px); }
  .pc-header__contact { display: none; }
  .pc-nav { gap: 22px; }
  .pc-hero { min-height: 760px; }
  .pc-hero__grid { grid-template-columns: 46% 54%; }
  .pc-hero__image-wrap { right: -24px; width: 700px; height: 590px; }
  .pc-hero__features { margin-top: 65px; }
  .pc-service-grid { grid-template-columns: repeat(3,1fr); }
  .pc-about__visual img { width: 530px; }
  .pc-footer__grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .pc-footer__grid > div { border-left: 0!important; }
}

@media (max-width: 920px) {
  body.admin-bar .pc-header { top: 46px; }
  .pc-header { padding: 16px 0; }
  .pc-header__inner { justify-content: space-between; }
  .pc-header .pc-menu-toggle { display: grid !important; }
  .pc-header__cta { margin-left: auto; }
  .pc-header .pc-nav { position: absolute; top: calc(100% + 1px); right: 24px; left: 24px; display: none !important; margin: 0; padding: 22px; align-items: stretch; flex-direction: column; gap: 3px; border: 1px solid var(--pc-line); border-radius: 18px; background: #fff; box-shadow: var(--pc-shadow); }
  .pc-header .pc-nav.is-open { display: flex !important; }
  .pc-nav > a, .pc-nav-dropdown > button { display: block; width: 100%; padding: 10px 8px; text-align: left; }
  html[dir="rtl"] .pc-nav > a, html[dir="rtl"] .pc-nav-dropdown > button { text-align: right; }
  .pc-nav > a::after { display: none; }
  .pc-nav-dropdown__menu { position: static; display: none; width: auto; margin-top: 4px; padding: 5px 12px; border: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .pc-nav-dropdown.is-open .pc-nav-dropdown__menu { display: grid; }
  .pc-hero { min-height: 0; padding-top: 25px; }
  .pc-hero__grid { grid-template-columns: 1fr; }
  .pc-hero__copy { padding: 45px 25px 0; }
  .pc-hero__visual { min-height: 570px; grid-row: 2; margin-top: 35px; }
  .pc-hero__image-wrap { right: 0; left: 0; width: 100%; height: 540px; }
  .pc-shape--teal { left: -15px; }
  .pc-stats { padding: 72px 0 82px; }
  .pc-stats__heading { margin-bottom: 40px; }
  .pc-stats__grid { gap: 16px; }
  .pc-stat-card { min-height: 260px; padding: 28px 16px 30px; }
  .pc-stat-card__icon { width: 74px; height: 74px; margin-bottom: 18px; }
  .pc-stat-card__icon .pc-icon { width: 38px; height: 38px; }
  .pc-stat-card p { font-size: 15px; }
  .pc-service-grid { grid-template-columns: repeat(2,1fr); }
  .pc-team-grid { grid-template-columns: repeat(2,1fr); }
  .pc-about__grid { grid-template-columns: 1fr; gap: 35px; }
  .pc-about__visual { min-height: 470px; }
  .pc-about__visual img { right: 0; width: 90%; }
  .pc-emergency { grid-template-columns: auto 1fr; padding: 30px; }
  .pc-emergency__action { grid-column: 2; justify-items: start; }
  .pc-trusted__grid { grid-template-columns: repeat(3,1fr); }
  .pc-inner-hero__grid { grid-template-columns: 1fr; }
  .pc-inner-hero__visual { height: 420px; }
  .pc-service-detail { grid-template-columns: 1fr; }
  .pc-vet-grid, .pc-blog-grid { grid-template-columns: repeat(2,1fr); }
  .pc-contact__grid { grid-template-columns: 1fr; }
  .pc-footer__grid { grid-template-columns: repeat(2,1fr); }
  .pc-review-card { width: 290px; height: 480px; }
  .pc-review-card--featured { width: 358px; height: auto; }
}

@media (max-width: 767px) {
  body { padding-bottom: 180px; }
  .pc-shell { width: calc(100% - 32px); max-width: none; }
  .pc-header__inner { justify-content: flex-start; gap: 10px; }
  .pc-header__inner > .pc-logo { margin-inline-end: auto; }
  .pc-logo { width: 106px; min-width: 106px; height: 78px; }
  .pc-lang-switch { order: 2; min-width: 42px; height: 40px; padding: 0 10px; }
  .pc-menu-toggle { order: 3; }
  .pc-header__cta { display: none; }
  .pc-hero { padding: 18px 0 56px; }
  .pc-hero__copy { padding: 30px 4px 0; text-align: left; }
  html[dir="rtl"] .pc-hero__copy { padding: 30px 4px 0; text-align: right; }
  html[dir="rtl"] .pc-hero h1 { font-size: 46px; line-height: 1.38; }
  .pc-hero h1 { font-size: 50px; }
  .pc-hero .pc-lead { font-size: 16px; line-height: 1.65; }
  .pc-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .pc-btn { min-height: 52px; padding: 0 18px; font-size: 13px; }
  .pc-hero__features { grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: 32px; gap: 7px; }
  .pc-hero__features > * { min-width: 0; min-height: 94px; padding: 9px 4px; align-items: center; justify-content: center; flex-direction: column; gap: 5px; border: 1px solid rgba(47,159,162,.16); border-radius: 14px; text-align: center; background: rgba(255,255,255,.72); }
  .pc-hero__features span { width: 34px; height: 34px; }
  .pc-hero__features .pc-icon { width: 24px; height: 24px; }
  .pc-hero__features p { font-size: 10.5px; line-height: 1.45; }
  .pc-hero__features br { display: block; }
  .pc-hero__visual { min-height: 390px; }
  .pc-hero__image-wrap { right: -56px; left: -56px; width: auto; height: 370px; }
  .pc-shape--teal { width: 160px; height: 160px; }
  .pc-stats { padding: 44px 0 50px; }
  .pc-stats__heading { max-width: 330px; margin-bottom: 25px; }
  .pc-stats__heading .pc-eyebrow { font-size: 12px; letter-spacing: .13em; }
  .pc-stats__heading h2 { font-size: 34px; }
  .pc-stats__grid { grid-template-columns: 1fr; gap: 12px; }
  .pc-stat-card { display: grid; min-height: 112px; padding: 15px 17px; grid-template-columns: 62px 102px minmax(0,1fr); gap: 12px; border-radius: 20px; text-align: start; }
  .pc-stat-card__icon { width: 58px; height: 58px; margin: 0; }
  .pc-stat-card__icon .pc-icon { width: 31px; height: 31px; }
  .pc-stat-card strong { font-size: 36px; letter-spacing: -.025em; }
  .pc-stat-card p { margin: 0; font-size: 13px; line-height: 1.45; }
  .pc-stats__dots { width: 110px; height: 90px; background-size: 14px 14px; }
  .pc-stats__arc { width: 290px; height: 220px; }
  .pc-section-heading { display: block; }
  .pc-section-heading .pc-text-link { margin-top: 18px; }
  .pc-services, .pc-about, .pc-team, .pc-content-section, .pc-contact { padding: 70px 0; }
  .pc-service-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
  .pc-service-card__icon { width: 54px; height: 54px; margin: -27px 0 0 13px; }
  html[dir="rtl"] .pc-service-card__icon { margin: -27px 13px 0 0; }
  .pc-service-card__icon .pc-icon { width: 26px; height: 26px; }
  .pc-service-card__body { min-height: 0; }
  .pc-service-card__body { padding: 14px 13px 18px; }
  .pc-service-card h3 { font-size: 18px; }
  .pc-service-card p { min-height: 0; font-size: 12px; }
  .pc-service-card a { font-size: 12px; }
  .pc-about__copy { padding: 0; }
  .pc-about__visual { min-height: 350px; }
  .pc-about__visual img { width: 100%; height: 340px; }
  .pc-about__ring { width: 85%; height: 290px; }
  .pc-emergency-wrap { padding-bottom: 38px; }
  .pc-emergency { grid-template-columns: 1fr; gap: 18px; padding: 28px; text-align: center; }
  .pc-emergency__icon { width: 72px; height: 72px; margin: 0 auto; }
  .pc-emergency h2 { font-size: 30px; }
  .pc-emergency__action { grid-column: auto; justify-items: center; }
  .pc-trusted__grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .pc-trusted__item { height: 64px; font-size: 12px; }
  .pc-reviews { padding: 62px 0 66px; }
  .pc-reviews__heading { align-items: flex-start; flex-direction: column; }
  .pc-review-card { width: min(280px,calc(100vw - 64px)); height: 460px; }
  .pc-review-card--featured { width: min(342px,calc(100vw - 48px)); height: auto; }
  .pc-footer { padding-top: 26px; }
  .pc-footer .pc-shell { width: 100%; margin: 0; padding-inline: 24px; }
  .pc-footer__grid { grid-template-columns: 1fr; gap: 0; }
  .pc-footer__grid > div { width: 100%; padding: 22px 0!important; border-top: 1px solid rgba(255,255,255,.1); border-right: 0!important; border-left: 0!important; overflow-wrap: anywhere; }
  .pc-footer__brand { padding-top: 0!important; }
  .pc-footer__brand p { max-width: 340px; margin: 12px 0 4px; font-size: 13px; line-height: 1.75; }
  .pc-footer__bottom { gap: 15px; padding-bottom: 18px; flex-direction: column; }
  .pc-inner-hero { padding: 65px 0; }
  .pc-inner-hero__grid { gap: 35px; }
  .pc-inner-hero h1 { font-size: 48px; }
  .pc-inner-hero__visual { height: 320px; }
  .pc-value-grid, .pc-vet-grid, .pc-blog-grid, .pc-team-grid { grid-template-columns: 1fr; }
  .pc-vet-card img { height: 430px; }
  .pc-service-detail aside { padding: 28px; }
  .pc-form-row { grid-template-columns: 1fr; }
  .pc-contact-form { padding: 24px; }
  .pc-mobile-emergency { position: fixed; z-index: 9999; right: 10px; bottom: 9px; left: 10px; display: grid; padding: 12px; border: 1px solid #eadbd4; border-radius: 24px; color: #312821; background: rgba(255,255,255,.97); box-shadow: 0 18px 50px rgba(3,43,80,.22); backdrop-filter: blur(16px); will-change: transform; }
  .pc-mobile-emergency__top { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 10px; padding: 0 5px 10px; }
  .pc-mobile-emergency__icon { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; color: #cb4022; background: #faece7; }
  .pc-mobile-emergency__icon .pc-icon { width: 25px; height: 25px; }
  .pc-mobile-emergency__copy { display: grid; line-height: 1.1; }
  .pc-mobile-emergency__copy strong { font-size: 17px; font-weight: 900; }
  .pc-mobile-emergency__copy small { margin-top: 5px; color: #84746b; font-size: 12px; font-weight: 700; }
  .pc-mobile-emergency__badge { padding: 6px 12px; border-radius: 999px; color: #c44125; background: #faece7; font-size: 12px; font-weight: 900; }
  .pc-mobile-emergency__actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
  .pc-mobile-emergency__actions a { display: flex; min-width: 0; height: 54px; align-items: center; justify-content: center; gap: 9px; border-radius: 16px; color: #fff; font-size: 17px; font-weight: 900; box-shadow: 0 9px 20px rgba(3,43,80,.14); }
  .pc-mobile-emergency__actions .pc-icon { width: 25px; height: 25px; }
  .pc-mobile-emergency__whatsapp { background: #20c566; }
  .pc-mobile-emergency__call { background: #1593cd; }
  .pc-mobile-emergency a:focus-visible { outline: 3px solid var(--pc-navy); outline-offset: 2px; }
}

@media (max-width: 430px) {
  .pc-stat-card { min-height: 108px; padding: 13px 12px; grid-template-columns: 54px 108px minmax(0,1fr); gap: 8px; }
  .pc-stat-card__icon { width: 52px; height: 52px; }
  .pc-stat-card__icon .pc-icon { width: 28px; height: 28px; }
  .pc-stat-card strong { min-width: 0; max-width: 100%; overflow: hidden; font-size: 30px; line-height: 1; white-space: nowrap; }
  .pc-stat-card strong[data-pc-suffix="+"] { direction: ltr; unicode-bidi: isolate; }
  html[dir="rtl"] .pc-stat-card strong[data-pc-suffix*="دقيقة"] { font-size: 24px; }
  .pc-stat-card p { min-width: 0; font-size: 12px; line-height: 1.4; overflow-wrap: anywhere; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto!important; animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; }
}
