/*
Theme Name: Vistora Properties
Theme URI: https://vistoraproperties.com
Author: Vistora Development Team
Author URI: https://vistoraproperties.com
Description: ثيم عقاري احترافي لمنصة Vistora Properties العقارية. يدعم العربية بالكامل (RTL) ومصمم لمنصات التسويق العقاري في مصر — بألوان الهوية الخضراء والحمراء.
Version: 7.0.1
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 8.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vistora
Tags: rtl-language, arabic, real-estate, custom-colors, custom-logo, custom-menu, footer-widgets, responsive-layout, threaded-comments
*/

/* Accessibility: hide screen-reader-only text (fixes raw "Posts pagination",
   "Search", "Skip to content" labels appearing on archive/blog pages). */
.screen-reader-text, .screen-reader-text span, .assistive-text {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* =========================================
   Vistora THEME — CSS VARIABLES
========================================= */
:root {
  --pcm-primary:       #0F793C;
  --pcm-primary-dark:  #072F19;
  --pcm-navy:          #0B4A26;
  --pcm-blue-light:    #3DA566;
  --pcm-lavender:      #F0F8F2;
  --pcm-beige:         #F3E7D8;
  --pcm-lp:            #E2F3E8;
  --pcm-wa:            #25D366;
  --pcm-call:          #BA2025;
  --pcm-red:           #BA2025;
  --pcm-gray:          #888888;
  --pcm-border:        #C6C6C6;
  --pcm-shadow:        0 15px 35px -5px rgba(13,90,46,.22);
  --pcm-shadow-h:      0 20px 50px -5px rgba(13,90,46,.55);
  --pcm-radius:        12px;
  --pcm-header-h:      72px;
}

/* =========================================
   RESET & BASE
========================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Cairo', sans-serif;
  font-size: 1rem;
  color: #222;
  background: #fff;
  overflow-x: hidden;
  direction: rtl;
  text-align: right;
}
a { text-decoration: none; color: inherit; transition: color .2s; }
img { max-width: 100%; display: block; height: auto; }
ul { list-style: none; padding: 0; margin: 0; }
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 15px; }
.section-pad { padding: 90px 0; }
.row { display: flex; flex-wrap: wrap; margin: 0 -12px; }
.col { padding: 0 12px; }

/* =========================================
   TYPOGRAPHY
========================================= */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Tajawal', sans-serif;
  font-weight: 900;
  line-height: 1.25;
  color: var(--pcm-primary-dark);
}
p { line-height: 1.8; color: #555; }

/* =========================================
   BUTTONS
========================================= */
.pcm-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  border-radius: 10px;
  font-family: 'Cairo', sans-serif;
  font-weight: 800;
  font-size: .95rem;
  cursor: pointer;
  border: none;
  transition: all .25s;
  white-space: nowrap;
}
.pcm-btn-primary {
  background: var(--pcm-primary);
  color: #fff;
  box-shadow: 0 6px 20px rgba(15,121,60,.35);
}
.pcm-btn-primary:hover { background: #0C6231; transform: translateY(-2px); color: #fff; }
.pcm-btn-dark {
  background: var(--pcm-primary-dark);
  color: #fff;
}
.pcm-btn-dark:hover { background: #04190B; color: #fff; transform: translateY(-2px); }
.pcm-btn-outline {
  background: transparent;
  color: var(--pcm-primary);
  border: 2px solid var(--pcm-primary);
}
.pcm-btn-outline:hover { background: var(--pcm-primary); color: #fff; }
.pcm-btn-wa {
  background: var(--pcm-wa);
  color: #fff;
  box-shadow: 0 6px 20px rgba(37,211,102,.3);
}
.pcm-btn-wa:hover { background: #1ca355; color: #fff; transform: translateY(-2px); }

/* =========================================
   SECTION HEADERS
========================================= */
.pcm-sec-head { text-align: center; margin-bottom: 50px; }
.pcm-sec-tag {
  display: inline-block;
  background: var(--pcm-lp);
  color: var(--pcm-primary);
  font-size: .78rem;
  font-weight: 700;
  padding: 4px 16px;
  border-radius: 50px;
  margin-bottom: 12px;
  letter-spacing: .3px;
}
.pcm-sec-title {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 900;
  color: var(--pcm-primary-dark);
  margin-bottom: 0;
}
.pcm-sec-title span { color: var(--pcm-primary); }
.pcm-sec-line {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--pcm-primary), var(--pcm-blue-light));
  border-radius: 2px;
  margin: 14px auto 0;
}
.pcm-sec-sub { color: var(--pcm-gray); font-size: .95rem; margin-top: 12px; }

/* =========================================
   SCROLL PROGRESS
========================================= */
#pcm-scroll-bar {
  position: fixed;
  top: 0; left: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--pcm-primary), var(--pcm-blue-light));
  z-index: 9999;
  width: 0%;
  transition: width .1s linear;
}

/* =========================================
   PAGE LOADER
========================================= */
#pcm-loader {
  position: fixed;
  inset: 0;
  background: #072F19;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: opacity .4s, visibility .4s;
  /* Failsafe: auto-hide after 1.6s even if JS never fires (never block taps) */
  animation: pcm-loader-timeout 0s 1.6s forwards;
}
@keyframes pcm-loader-timeout {
  to { opacity: 0; visibility: hidden; pointer-events: none; }
}
#pcm-loader.hide { pointer-events: none; }
#pcm-loader.hide {
  opacity: 0;
  visibility: hidden;
  animation: none; /* cancel timeout when JS hides it properly */
}
.pcm-loader-mark {
  height: 70px;
  width: auto;
  object-fit: contain;
  margin-bottom: 16px;
}
.pcm-loader-logo {
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  font-family: 'Tajawal', sans-serif;
  margin-bottom: 24px;
  letter-spacing: 1px;
}
.pcm-loader-logo span { color: var(--pcm-blue-light); }
.pcm-loader-bar {
  width: 200px; height: 3px;
  background: rgba(255,255,255,.15);
  border-radius: 2px;
  overflow: hidden;
}
.pcm-loader-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--pcm-blue-light), var(--pcm-primary));
  border-radius: 2px;
  animation: pcm-fill 1.4s ease forwards;
}
@keyframes pcm-fill { from { width: 0 } to { width: 100% } }

/* =========================================
   HEADER
========================================= */
.pcm-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 2px 24px rgba(13,90,46,.1);
  border-bottom: 1px solid rgba(15,121,60,.08);
  transition: all .3s;
}
.pcm-header.scrolled {
  background: rgba(255,255,255,.98);
  box-shadow: 0 4px 30px rgba(13,90,46,.15);
}
.pcm-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--pcm-header-h);
  gap: 16px;
}

/* Logo */
.pcm-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.pcm-logo-badge {
  width: 48px; height: 48px;
  background: linear-gradient(135deg, var(--pcm-primary), var(--pcm-blue-light));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.3rem;
  box-shadow: 0 4px 16px rgba(15,121,60,.4);
  transition: transform .3s;
}
.pcm-logo:hover .pcm-logo-badge { transform: rotate(-8deg) scale(1.08); }
.pcm-logo-mark {
  height: 46px;
  width: auto;
  object-fit: contain;
  transition: transform .3s;
}
.pcm-logo:hover .pcm-logo-mark { transform: scale(1.06); }
.pcm-logo-name {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--pcm-primary-dark);
  font-family: 'Tajawal', sans-serif;
  letter-spacing: 1px;
}
.pcm-logo-name span { color: var(--pcm-primary); }
.pcm-logo-sub {
  font-size: .7rem;
  color: var(--pcm-gray);
  display: block;
  margin-top: -4px;
}

/* Navigation */
.pcm-nav {
  display: flex;
  align-items: center;
  gap: 2px;
}
.pcm-nav li a {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 14px;
  font-size: .9rem;
  font-weight: 700;
  color: #333;
  border-radius: 8px;
  transition: all .2s;
  white-space: nowrap;
}
.pcm-nav li a:hover,
.pcm-nav li a.current-menu-item { color: var(--pcm-primary); background: var(--pcm-lavender); }

.pcm-header-ctas { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }

.pcm-btn-call {
  background: var(--pcm-call);
  color: #fff;
  border: none;
  padding: 9px 18px;
  border-radius: 9px;
  font-family: 'Cairo', sans-serif;
  font-weight: 700;
  font-size: .85rem;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: all .2s;
  white-space: nowrap;
}
.pcm-btn-call:hover { background: #951A1E; transform: translateY(-2px); color: #fff; }

.pcm-btn-wa-h {
  background: var(--pcm-wa);
  color: #fff;
  border: none;
  padding: 9px 18px;
  border-radius: 9px;
  font-family: 'Cairo', sans-serif;
  font-weight: 700;
  font-size: .85rem;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: all .2s;
  white-space: nowrap;
}
.pcm-btn-wa-h:hover { background: #1ca355; transform: translateY(-2px); color: #fff; }

.pcm-hamburger {
  display: none;
  background: none;
  border: 1px solid var(--pcm-border);
  border-radius: 8px;
  width: 40px; height: 40px;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: var(--pcm-primary-dark);
  cursor: pointer;
}

/* =========================================
   HERO SECTION
========================================= */
.pcm-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #051F0D;
}
.pcm-hero-mesh {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 80% 60% at 70% 30%, rgba(15,121,60,.5) 0%, transparent 70%),
    radial-gradient(ellipse 60% 80% at 20% 70%, rgba(7,47,25,.8) 0%, transparent 60%),
    linear-gradient(160deg, #051F0D 0%, #072F19 40%, #0E5229 100%);
}
.pcm-hero-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 60px 60px;
}
.pcm-particles { pointer-events: none; }
.pcm-hero-wave { pointer-events: none; }
.pcm-hero-content { position: relative; z-index: 2; padding: 120px 0 80px; }

.pcm-hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(15,121,60,.25);
  border: 1px solid rgba(61,165,102,.35);
  color: rgba(255,255,255,.9);
  padding: 6px 16px;
  border-radius: 50px;
  font-size: .82rem;
  font-weight: 700;
  margin-bottom: 24px;
}
.pcm-hero-title {
  font-size: clamp(2rem, 5vw, 3.4rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 18px;
}
.pcm-hero-title .highlight {
  color: transparent;
  background: linear-gradient(90deg, #F3E7D8, #3DA566);
  -webkit-background-clip: text;
  background-clip: text;
}
.pcm-hero-sub {
  font-size: 1.05rem;
  color: rgba(255,255,255,.7);
  line-height: 1.8;
  margin-bottom: 32px;
}
.pcm-hero-wave {
  position: absolute;
  bottom: -1px; left: 0; right: 0;
  line-height: 0;
}
.pcm-hero-wave svg { display: block; width: 100%; }

/* =========================================
   SEARCH BOX
========================================= */
.pcm-search-box {
  background: rgba(255,255,255,.07);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 20px;
  padding: 24px;
}
.pcm-search-tabs { display: flex; gap: 8px; margin-bottom: 20px; flex-wrap: wrap; }
.pcm-s-tab {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.75);
  padding: 8px 20px;
  border-radius: 50px;
  font-family: 'Cairo', sans-serif;
  font-size: .85rem;
  font-weight: 700;
  cursor: pointer;
  transition: all .25s;
}
.pcm-s-tab.active, .pcm-s-tab:hover {
  background: var(--pcm-primary);
  border-color: var(--pcm-primary);
  color: #fff;
}
.pcm-search-select {
  width: 100%;
  background: rgba(255,255,255,.08);
  border: 1.5px solid rgba(255,255,255,.15);
  border-radius: 10px;
  padding: 11px 14px;
  font-family: 'Cairo', sans-serif;
  font-size: .88rem;
  color: #fff;
  outline: none;
  appearance: none;
}
.pcm-search-select option { background: #0B4A26; color: #fff; }
.pcm-search-select:focus { border-color: var(--pcm-blue-light); }
.pcm-search-label {
  display: block;
  font-size: .72rem;
  font-weight: 700;
  color: rgba(255,255,255,.6);
  margin-bottom: 6px;
}
.pcm-btn-search {
  background: linear-gradient(135deg, var(--pcm-primary), var(--pcm-blue-light));
  color: #fff;
  border: none;
  padding: 12px 28px;
  border-radius: 10px;
  font-family: 'Cairo', sans-serif;
  font-weight: 800;
  font-size: .95rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all .25s;
  box-shadow: 0 6px 24px rgba(15,121,60,.5);
  white-space: nowrap;
  width: 100%;
  justify-content: center;
  margin-top: 12px;
}
.pcm-btn-search:hover { transform: translateY(-2px); box-shadow: 0 10px 32px rgba(15,121,60,.7); }

/* =========================================
   STATS
========================================= */
.pcm-stats-sec { padding: 80px 0; background: #fff; }
.pcm-stat-card {
  text-align: center;
  padding: 40px 24px;
  border-radius: 16px;
  border: 1px solid rgba(15,121,60,.1);
  box-shadow: var(--pcm-shadow);
  transition: all .3s;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.pcm-stat-card:hover { transform: translateY(-6px); box-shadow: var(--pcm-shadow-h); }
.pcm-stat-icon {
  width: 70px; height: 70px;
  border-radius: 18px;
  background: var(--pcm-lavender);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: var(--pcm-primary);
  margin: 0 auto 20px;
  transition: transform .3s;
}
.pcm-stat-card:hover .pcm-stat-icon { transform: scale(1.1) rotate(-5deg); }
.pcm-stat-num {
  font-size: 2.8rem;
  font-weight: 900;
  color: var(--pcm-primary-dark);
  font-family: 'Tajawal', sans-serif;
  line-height: 1;
  margin-bottom: 8px;
}
.pcm-stat-lbl { font-size: 1rem; font-weight: 700; color: #555; }
.pcm-stat-desc { font-size: .82rem; color: var(--pcm-gray); margin-top: 4px; }

/* =========================================
   PROPERTY CARDS
========================================= */
.pcm-prop-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--pcm-shadow);
  transition: all .4s;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.pcm-prop-card:hover { box-shadow: var(--pcm-shadow-h); transform: translateY(-8px); }
.pcm-prop-img {
  position: relative;
  height: 230px;
  overflow: hidden;
  flex-shrink: 0;
}
.pcm-prop-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s ease;
}
.pcm-prop-card:hover .pcm-prop-img img { transform: scale(1.1); }
.pcm-prop-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(7,47,25,.65) 0%, transparent 60%);
}
.pcm-prop-badge {
  position: absolute;
  top: 14px; right: 14px;
  padding: 5px 14px;
  border-radius: 50px;
  font-size: .75rem;
  font-weight: 800;
}
.pcm-badge-av { background: #22c55e; color: #fff; }
.pcm-badge-uc { background: #f59e0b; color: #fff; }
.pcm-badge-ltd { background: var(--pcm-red); color: #fff; }
.pcm-prop-price-ov {
  position: absolute;
  bottom: 14px; right: 14px;
  color: #fff;
}
.pcm-prop-price-from { font-size: .7rem; opacity: .8; }
.pcm-prop-price-val { font-size: 1.1rem; font-weight: 900; }
.pcm-prop-body {
  padding: 18px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.pcm-prop-dev { font-size: .75rem; color: var(--pcm-primary); font-weight: 700; margin-bottom: 4px; }
.pcm-prop-name { font-size: 1rem; font-weight: 800; color: #072F19; margin-bottom: 10px; }
.pcm-prop-metas { display: flex; flex-wrap: wrap; gap: 12px; font-size: .78rem; color: #666; margin-bottom: 14px; }
.pcm-prop-meta { display: flex; align-items: center; gap: 5px; }
.pcm-prop-meta i { color: var(--pcm-primary); font-size: .75rem; }
.pcm-prop-footer {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pcm-btn-prop {
  background: var(--pcm-lavender);
  color: var(--pcm-primary);
  padding: 8px 18px;
  border-radius: 8px;
  font-size: .82rem;
  font-weight: 800;
  border: 2px solid var(--pcm-lp);
  transition: all .2s;
}
.pcm-btn-prop:hover { background: var(--pcm-primary); color: #fff; border-color: var(--pcm-primary); }
.pcm-prop-wa {
  width: 36px; height: 36px;
  background: var(--pcm-wa);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
  transition: transform .2s;
}
.pcm-prop-wa:hover { transform: scale(1.1); color: #fff; }

/* =========================================
   FILTER TABS
========================================= */
.pcm-filter-tabs { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 40px; }
.pcm-f-tab {
  background: #fff;
  border: 2px solid var(--pcm-border);
  color: #555;
  padding: 9px 22px;
  border-radius: 50px;
  font-family: 'Cairo', sans-serif;
  font-size: .88rem;
  font-weight: 700;
  cursor: pointer;
  transition: all .25s;
}
.pcm-f-tab.active, .pcm-f-tab:hover {
  background: var(--pcm-primary);
  border-color: var(--pcm-primary);
  color: #fff;
  box-shadow: 0 4px 16px rgba(15,121,60,.35);
}

/* =========================================
   CONSULTATION FORM
========================================= */
.pcm-consult-sec {
  padding: 90px 0;
  background: linear-gradient(135deg, var(--pcm-primary-dark), var(--pcm-navy));
  position: relative;
  overflow: hidden;
}
.pcm-consult-form {
  background: rgba(255,255,255,.05);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 20px;
  padding: 40px;
}
.pcm-c-input {
  width: 100%;
  background: rgba(255,255,255,.07);
  border: 1.5px solid rgba(255,255,255,.15);
  border-radius: 10px;
  padding: 12px 16px;
  font-family: 'Cairo', sans-serif;
  font-size: .92rem;
  color: #fff;
  outline: none;
  transition: border-color .2s;
  margin-bottom: 14px;
}
.pcm-c-input::placeholder { color: rgba(255,255,255,.4); }
.pcm-c-input:focus { border-color: var(--pcm-blue-light); }
.pcm-c-input option { background: #0B4A26; }
.pcm-c-label {
  display: block;
  font-size: .82rem;
  font-weight: 700;
  color: rgba(255,255,255,.7);
  margin-bottom: 6px;
}
.pcm-btn-consult {
  width: 100%;
  background: linear-gradient(135deg, var(--pcm-wa), #1ca355);
  color: #fff;
  border: none;
  padding: 15px;
  border-radius: 12px;
  font-family: 'Cairo', sans-serif;
  font-weight: 900;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all .25s;
  box-shadow: 0 8px 30px rgba(37,211,102,.3);
  margin-top: 8px;
}
.pcm-btn-consult:hover { transform: translateY(-2px); box-shadow: 0 12px 40px rgba(37,211,102,.5); }

/* =========================================
   TESTIMONIALS
========================================= */
.pcm-testi-card {
  background: #fff;
  border: 1px solid rgba(15,121,60,.1);
  border-radius: 16px;
  padding: 28px;
  box-shadow: var(--pcm-shadow);
  transition: all .3s;
  height: 100%;
}
.pcm-testi-card:hover { box-shadow: var(--pcm-shadow-h); transform: translateY(-5px); }
.pcm-stars { color: #f59e0b; font-size: .95rem; margin-bottom: 14px; }
.pcm-testi-text {
  font-size: .9rem;
  color: #555;
  line-height: 1.8;
  margin-bottom: 20px;
  font-style: italic;
}
.pcm-testi-author { display: flex; align-items: center; gap: 12px; }
.pcm-testi-avatar {
  width: 48px; height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 900;
  color: #fff;
  flex-shrink: 0;
}
.pcm-testi-name { font-weight: 800; color: #072F19; font-size: .92rem; }
.pcm-testi-loc { font-size: .78rem; color: var(--pcm-gray); }

/* =========================================
   BLOG CARDS
========================================= */
.pcm-blog-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--pcm-shadow);
  transition: all .35s;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.pcm-blog-card:hover { box-shadow: var(--pcm-shadow-h); transform: translateY(-6px); }
.pcm-blog-img {
  height: 210px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
.pcm-blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s;
}
.pcm-blog-card:hover .pcm-blog-img img { transform: scale(1.1); }
.pcm-blog-cat {
  position: absolute;
  bottom: 14px; right: 14px;
  background: var(--pcm-primary);
  color: #fff;
  padding: 4px 12px;
  border-radius: 50px;
  font-size: .72rem;
  font-weight: 700;
}
.pcm-blog-body {
  padding: 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.pcm-blog-date { font-size: .78rem; color: var(--pcm-gray); margin-bottom: 10px; }
.pcm-blog-title { font-size: 1rem; font-weight: 800; color: #072F19; line-height: 1.4; margin-bottom: 10px; }
.pcm-blog-excerpt { font-size: .85rem; color: #666; line-height: 1.8; flex: 1; margin-bottom: 16px; }
.pcm-blog-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid #f0f0f0;
}
.pcm-btn-blog { color: var(--pcm-primary); font-weight: 700; font-size: .85rem; }
.pcm-btn-blog:hover { color: var(--pcm-primary); gap: 10px; }

/* =========================================
   DEVELOPERS CARDS
========================================= */
.pcm-dev-card {
  border: 2px solid rgba(15,121,60,.1);
  border-radius: 16px;
  padding: 28px 20px;
  text-align: center;
  transition: all .3s;
  background: #fff;
  cursor: pointer;
}
.pcm-dev-card:hover { border-color: var(--pcm-primary); transform: translateY(-5px); box-shadow: var(--pcm-shadow); }
.pcm-dev-logo {
  width: 80px; height: 80px;
  border-radius: 18px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 900;
  color: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,.2);
}
.pcm-dev-name { font-size: .95rem; font-weight: 800; color: #072F19; margin-bottom: 6px; }
.pcm-dev-count { font-size: .8rem; color: var(--pcm-gray); }
.pcm-dev-count strong { color: var(--pcm-primary); }

/* =========================================
   FINAL CTA
========================================= */
.pcm-cta-sec {
  padding: 100px 0;
  background: linear-gradient(135deg, var(--pcm-primary-dark), #0B4A26, var(--pcm-primary));
  text-align: center;
  position: relative;
  overflow: hidden;
}
.pcm-cta-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  color: #fff;
  margin-bottom: 14px;
}
.pcm-cta-sub { color: rgba(255,255,255,.75); font-size: 1.05rem; margin-bottom: 40px; }
.pcm-cta-btns { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; }
.pcm-btn-cta-white {
  background: #fff;
  color: var(--pcm-primary-dark);
  padding: 16px 40px;
  border-radius: 12px;
  font-weight: 900;
  font-size: 1rem;
  border: none;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all .25s;
}
.pcm-btn-cta-white:hover { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(0,0,0,.25); color: var(--pcm-primary-dark); }
.pcm-btn-cta-wa {
  background: var(--pcm-wa);
  color: #fff;
  padding: 16px 40px;
  border-radius: 12px;
  font-weight: 900;
  font-size: 1rem;
  border: none;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all .25s;
  box-shadow: 0 8px 30px rgba(37,211,102,.3);
}
.pcm-btn-cta-wa:hover { transform: translateY(-3px); color: #fff; box-shadow: 0 16px 40px rgba(37,211,102,.5); }

/* =========================================
   FOOTER
========================================= */
.pcm-footer { background: var(--pcm-navy); padding: 70px 0 0; }
.pcm-footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  margin-top: 50px;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.pcm-footer-copy { color: rgba(255,255,255,.45); font-size: .82rem; }
.pcm-footer-copy span { color: var(--pcm-blue-light); font-weight: 700; }
.pcm-footer-policy { display: flex; gap: 20px; }
.pcm-footer-policy a { color: rgba(255,255,255,.45); font-size: .8rem; transition: color .2s; }
.pcm-footer-policy a:hover { color: #fff; }
.pcm-footer-title {
  font-size: .95rem;
  font-weight: 800;
  color: #fff;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--pcm-primary);
  margin-bottom: 20px;
  display: inline-block;
}
.pcm-footer-links li a {
  color: rgba(255,255,255,.6);
  font-size: .87rem;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 0;
  transition: all .2s;
}
.pcm-footer-links li a:hover { color: #fff; gap: 12px; }
.pcm-footer-links li a i { color: var(--pcm-primary); font-size: .65rem; }
.pcm-social-row { display: flex; gap: 8px; margin-top: 18px; }
.pcm-social-btn {
  width: 38px; height: 38px;
  border-radius: 10px;
  background: rgba(255,255,255,.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.7);
  font-size: .9rem;
  transition: all .2s;
}
.pcm-social-btn:hover { background: var(--pcm-primary); color: #fff; transform: translateY(-2px); }
.pcm-contact-row { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 16px; }
.pcm-cr-icon {
  width: 36px; height: 36px;
  border-radius: 8px;
  background: rgba(15,121,60,.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pcm-blue-light);
  flex-shrink: 0;
  font-size: .9rem;
}
.pcm-cr-text strong { display: block; color: #fff; font-size: .87rem; margin-bottom: 2px; }
.pcm-cr-text span { color: rgba(255,255,255,.55); font-size: .8rem; }

/* =========================================
   FLOATING BUTTONS
========================================= */
.pcm-phone-float {
  position: fixed;
  bottom: 28px; right: 28px;
  z-index: 990;
  width: 58px; height: 58px;
  border-radius: 50%;
  background: var(--pcm-call);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  box-shadow: 0 6px 24px rgba(186,32,37,.4);
  animation: pcm-pulse-ph 2.5s ease-in-out infinite;
  transition: transform .2s;
}
.pcm-phone-float:hover { transform: scale(1.1); color: #fff; animation: none; }
@keyframes pcm-pulse-ph {
  0%, 100% { box-shadow: 0 6px 24px rgba(186,32,37,.4); }
  50% { box-shadow: 0 6px 40px rgba(186,32,37,.7); }
}

.pcm-wa-float {
  position: fixed;
  bottom: 28px; left: 28px;
  z-index: 990;
  width: 58px; height: 58px;
  border-radius: 50%;
  background: var(--pcm-wa);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  box-shadow: 0 6px 24px rgba(37,211,102,.45);
  animation: pcm-pulse-wa 2.5s ease-in-out infinite;
  animation-delay: 1.25s;
  transition: transform .2s;
}
.pcm-wa-float:hover { transform: scale(1.1); color: #fff; animation: none; }
@keyframes pcm-pulse-wa {
  0%, 100% { box-shadow: 0 6px 24px rgba(37,211,102,.45); }
  50% { box-shadow: 0 6px 40px rgba(37,211,102,.75); }
}

#pcm-back-top {
  position: fixed;
  bottom: 168px;            /* above chat (96) + 56px chat btn + 16px gap */
  right: 24px;
  width: 44px; height: 44px;
  background: var(--pcm-primary);
  color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 988;
  cursor: pointer;
  opacity: 0;
  transform: translateY(16px);
  transition: all .3s;
  box-shadow: 0 4px 16px rgba(15,121,60,.35);
  border: none;
}
#pcm-back-top.show { opacity: 1; transform: translateY(0); }
#pcm-back-top:hover { background: #0C6231; transform: translateY(-3px); }

/* =========================================
   REVEAL ANIMATIONS
========================================= */
.pcm-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .6s ease, transform .6s ease;
}
.pcm-reveal.in { opacity: 1; transform: translateY(0); }
.pcm-reveal.d1 { transition-delay: .1s; }
.pcm-reveal.d2 { transition-delay: .2s; }
.pcm-reveal.d3 { transition-delay: .3s; }

/* =========================================
   MARQUEE PARTNERS
========================================= */
.pcm-marquee { overflow: hidden; mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent); }
.pcm-marquee-inner { display: flex; gap: 16px; width: max-content; animation: pcm-slide 30s linear infinite; }
.pcm-marquee-inner:hover { animation-play-state: paused; }
@keyframes pcm-slide { to { transform: translateX(-50%); } }
.pcm-partner-logo {
  background: #f8f9fb;
  border: 1.5px solid var(--pcm-border);
  border-radius: 12px;
  padding: 14px 24px;
  min-width: 150px;
  text-align: center;
  flex-shrink: 0;
  transition: all .25s;
  cursor: pointer;
}
.pcm-partner-logo:hover { border-color: var(--pcm-primary); box-shadow: var(--pcm-shadow); transform: translateY(-3px); }
.pcm-partner-icon {
  width: 44px; height: 44px;
  border-radius: 10px;
  margin: 0 auto 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 900;
  color: #fff;
}
.pcm-partner-name { font-size: .8rem; font-weight: 700; color: #444; }

/* =========================================
   RESPONSIVE
========================================= */
@media (max-width: 991px) {
  .pcm-nav { display: none; }
  .pcm-hamburger { display: flex !important; order: 5; }
  .pcm-header-ctas { gap: 6px; }
}
/* On phones: keep the key actions (account, call, WhatsApp, menu) visible
   as clean circular icon buttons instead of hiding them. The inline language
   switcher is dropped here because it already lives in the mobile drawer,
   which frees the space needed so nothing gets cramped. */
@media (max-width: 600px) {
  .pcm-logo-sub  { display: none; }
  .pcm-logo-mark { height: 38px; }
  .pcm-logo-name { font-size: 1.25rem; }
  .pcm-logo-img  { height: 40px !important; }

  .pcm-header-inner { gap: 8px; }
  .pcm-header .pcm-lang-switcher { display: none; }

  .pcm-header-ctas { gap: 7px; }
  .pcm-header-ctas .pcm-btn-call,
  .pcm-header-ctas .pcm-btn-wa-h,
  .pcm-header-ctas .pcm-btn-nav-login,
  .pcm-user-dropdown .pcm-user-btn,
  .pcm-hamburger {
    display: inline-flex !important;
    width: 42px; min-width: 42px; height: 42px;
    padding: 0;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
  }
  .pcm-header-ctas .pcm-btn-call,
  .pcm-header-ctas .pcm-btn-wa-h { box-shadow: 0 3px 10px rgba(13,90,46,.18); }

  /* Logged-in account icon */
  .pcm-user-dropdown { display: inline-block !important; }
  .pcm-user-dropdown .pcm-user-btn { background: var(--pcm-lavender); border: none; color: var(--pcm-primary-dark); }
  .pcm-user-btn .btn-text,
  .pcm-user-btn .pcm-chevron { display: none !important; }

  /* Logged-out login icon */
  .pcm-btn-nav-login { background: var(--pcm-lavender); border: none; color: var(--pcm-primary); }

  /* Keep the menu button as a soft-bordered circle */
  .pcm-hamburger { border: 1px solid var(--pcm-border); }
}
@media (max-width: 767px) {
  .pcm-header-ctas .btn-text { display: none; }
  .pcm-phone-float  { width: 50px; height: 50px; font-size: 1.1rem; bottom: 18px; right: 18px; }
  .pcm-wa-widget    { bottom: 18px; left: 18px; }
  .pcm-wa-trigger   { width: 50px; height: 50px; font-size: 1.3rem; }
  .pcm-chat-widget  { bottom: 80px; right: 18px; }
  .pcm-chat-trigger { width: 50px; height: 50px; font-size: 1.1rem; }
  #pcm-back-top     { right: 18px; bottom: 148px; width: 40px; height: 40px; font-size: .9rem; }
  .pcm-footer-bottom { flex-direction: column; text-align: center; }
  .pcm-cta-btns { flex-direction: column; align-items: stretch; }
}

/* =========================================
   HERO STAT CARDS (right side)
========================================= */
.pcm-hstat {
  background: rgba(255,255,255,.07);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  animation: pcm-fadeup .6s ease both;
  animation-delay: var(--d, 0s);
}
@keyframes pcm-fadeup {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* =========================================
   PARTNERS MARQUEE
========================================= */
.pcm-partners-sec {
  padding: 50px 0;
  background: #fff;
  border-top: 1px solid #f0f2f5;
}

/* =========================================
   MOBILE DRAWER
========================================= */
.pcm-drawer-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  z-index: 1040;
  backdrop-filter: blur(2px);
}
.pcm-drawer-overlay.open { display: block; }

.pcm-mobile-drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 290px;
  height: 100vh;
  background: #fff;
  z-index: 1050;
  padding: 20px;
  transition: right .35s cubic-bezier(.4,0,.2,1);
  overflow-y: auto;
  box-shadow: -8px 0 40px rgba(0,0,0,.15);
}
.pcm-mobile-drawer.open { right: 0; }

.pcm-drawer-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--pcm-border);
}
.pcm-drawer-close {
  background: none;
  border: 1px solid var(--pcm-border);
  border-radius: 8px;
  width: 36px; height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: #666;
  cursor: pointer;
}
.pcm-drawer-nav li a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 0;
  font-weight: 700;
  color: #333;
  border-bottom: 1px solid #f5f5f5;
  font-size: .95rem;
  transition: color .2s;
}
.pcm-drawer-nav li a:hover { color: var(--pcm-primary); }
.pcm-drawer-nav li a i { color: var(--pcm-primary); width: 20px; }

/* =========================================
   WHATSAPP WIDGET
========================================= */
.pcm-wa-widget {
  position: fixed;
  bottom: 100px;
  left: 28px;
  z-index: 990;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.pcm-wa-box {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 48px rgba(0,0,0,.18);
  width: 300px;
  overflow: hidden;
  transform-origin: bottom left;
  transform: scale(0);
  opacity: 0;
  pointer-events: none;
  transition: transform .3s cubic-bezier(.34,1.56,.64,1), opacity .25s;
}
.pcm-wa-box.open {
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
}

.pcm-wa-head {
  background: var(--pcm-wa);
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.pcm-wa-avatar {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: rgba(255,255,255,.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: #fff;
  flex-shrink: 0;
}
.pcm-wa-info strong { display: block; color: #fff; font-size: .9rem; font-weight: 800; }
.pcm-wa-info span {
  color: rgba(255,255,255,.85);
  font-size: .74rem;
  display: flex;
  align-items: center;
  gap: 5px;
}
.pcm-wa-online {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
}
.pcm-wa-body { padding: 18px; background: #e5ddd5; }
.pcm-wa-bubble {
  background: #fff;
  border-radius: 10px 10px 10px 0;
  padding: 12px 14px;
  font-size: .86rem;
  color: #333;
  line-height: 1.65;
  box-shadow: 0 1px 4px rgba(0,0,0,.08);
}
.pcm-wa-time {
  display: block;
  font-size: .68rem;
  color: #999;
  margin-top: 6px;
  text-align: left;
}
.pcm-wa-foot {
  padding: 12px 16px;
  background: #f0f0f0;
  display: flex;
  gap: 10px;
}
.pcm-wa-inp {
  flex: 1;
  min-width: 0;
  border: none;
  border-radius: 20px;
  padding: 10px 14px;
  font-family: 'Cairo', sans-serif;
  font-size: .86rem;
  outline: none;
  cursor: text;
}
.pcm-wa-send { cursor: pointer; }
.pcm-wa-send {
  width: 40px; height: 40px;
  background: var(--pcm-wa);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  flex-shrink: 0;
}

.pcm-wa-trigger {
  width: 58px; height: 58px;
  border-radius: 50%;
  background: var(--pcm-wa);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.55rem;
  border: none;
  cursor: pointer;
  box-shadow: 0 6px 24px rgba(37,211,102,.45);
  animation: pcm-pulse-wa 2.5s ease-in-out infinite;
  transition: transform .2s;
}
.pcm-wa-trigger:hover { transform: scale(1.1); animation: none; }

/* =========================================
   BLINK ANIMATION (for WA live dot)
========================================= */
@keyframes pcm-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: .3; }
}

/* =========================================
   DEVELOPERS SECTION (front page)
========================================= */
.pcm-devs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 991px) { .pcm-devs-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 575px)  { .pcm-devs-grid { grid-template-columns: 1fr 1fr; } }

/* =========================================
   TESTIMONIALS SECTION (front page)
========================================= */
.pcm-testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 991px) { .pcm-testi-grid { grid-template-columns: 1fr; } }
@media (max-width: 767px) { .pcm-testi-grid { grid-template-columns: 1fr; } }

/* =========================================
   FOOTER ABOUT
========================================= */
.pcm-footer-about {
  color: rgba(255,255,255,.6);
  font-size: .88rem;
  line-height: 1.8;
  margin-bottom: 22px;
}

/* =========================================
   BREADCRUMB BAR
========================================= */
.pcm-bc-bar {
  background: var(--pcm-lavender);
  border-bottom: 1px solid var(--pcm-border);
  padding: 12px 0;
}
.pcm-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .84rem;
  color: #888;
  flex-wrap: wrap;
}
.pcm-breadcrumb a {
  color: var(--pcm-primary);
  font-weight: 600;
  transition: color .2s;
}
.pcm-breadcrumb a:hover { color: var(--pcm-primary-dark); }
.pcm-breadcrumb i { font-size: .7rem; color: #bbb; }
.pcm-breadcrumb span { color: #555; font-weight: 600; }

/* =========================================
   ARCHIVE HEADER
========================================= */
.pcm-archive-header {
  padding: 50px 0 40px;
  background: linear-gradient(135deg, var(--pcm-primary-dark), var(--pcm-navy));
  text-align: center;
}
.pcm-archive-header .pcm-sec-title { color: #fff; margin-bottom: 8px; }
.pcm-archive-header .pcm-sec-sub { color: rgba(255,255,255,.7); font-size: .95rem; margin: 0; }

/* =========================================
   ARCHIVE FILTERS
========================================= */
.pcm-archive-filters {
  background: #fff;
  border-bottom: 1px solid var(--pcm-border);
  position: sticky;
  top: 70px;
  z-index: 200;
  padding: 18px 0;
  box-shadow: 0 4px 20px rgba(0,0,0,.06);
}
/* NOTE: .pcm-af-grid / .pcm-af-field / .pcm-af-sel are defined once, lower in
   this file (search "ARCHIVE FILTER BAR"). The older duplicate that lived here
   conflicted with it (nested boxes on mobile) and was removed. */
.pcm-view-btn {
  width: 40px; height: 40px;
  border: 1.5px solid var(--pcm-border);
  border-radius: 8px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #888;
  font-size: .95rem;
  transition: all .2s;
  flex-shrink: 0;
}
.pcm-view-btn.active,
.pcm-view-btn:hover { background: var(--pcm-primary); border-color: var(--pcm-primary); color: #fff; }

/* =========================================
   PAGINATION
========================================= */
.pcm-pagination-wrap { padding: 40px 0 10px; display: flex; justify-content: center; }
.pcm-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.pcm-pagination a.page-numbers,
.pcm-pagination span.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px; height: 40px;
  border-radius: 10px;
  border: 1.5px solid var(--pcm-border);
  background: #fff;
  color: #555;
  font-weight: 700;
  font-size: .88rem;
  transition: all .2s;
}
.pcm-pagination a.page-numbers:hover { background: var(--pcm-primary); border-color: var(--pcm-primary); color: #fff; }
.pcm-pagination span.current { background: var(--pcm-primary); border-color: var(--pcm-primary); color: #fff; }

/* =========================================
   EMPTY STATE
========================================= */
.pcm-empty-state {
  text-align: center;
  padding: 80px 20px;
}
.pcm-empty-icon {
  width: 90px; height: 90px;
  border-radius: 50%;
  background: var(--pcm-lp);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  font-size: 2.5rem;
  color: var(--pcm-primary);
}

/* =========================================
   SINGLE PROPERTY HERO
========================================= */
.pcm-prop-hero {
  position: relative;
  height: 480px;
  overflow: hidden;
  background: var(--pcm-navy);
}
.pcm-prop-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 8s ease;
}
.pcm-prop-hero:hover .pcm-prop-hero-img { transform: scale(1.04); }
.pcm-prop-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(5,31,13,.85) 0%, rgba(5,31,13,.3) 60%, transparent 100%);
  display: flex;
  align-items: flex-end;
  padding: 40px;
}
.pcm-prop-hero-inner { width: 100%; }
.pcm-prop-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: .8rem;
  font-weight: 700;
  margin-bottom: 14px;
}
.pcm-prop-status.available { background: rgba(37,211,102,.2); color: #25D366; border: 1px solid rgba(37,211,102,.4); }
.pcm-prop-status.under-construction { background: rgba(255,193,7,.15); color: #f59e0b; border: 1px solid rgba(255,193,7,.3); }
.pcm-prop-hero-title {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 900;
  color: #fff;
  margin-bottom: 12px;
  text-shadow: 0 2px 10px rgba(0,0,0,.3);
}
.pcm-prop-hero-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.pcm-prop-hero-meta span {
  color: rgba(255,255,255,.85);
  font-size: .9rem;
  display: flex;
  align-items: center;
  gap: 7px;
}
.pcm-prop-hero-meta i { color: var(--pcm-blue-light); }

/* =========================================
   PROPERTY SINGLE LAYOUT
========================================= */
.pcm-single-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 32px;
  align-items: start;
}
@media (max-width: 991px) { .pcm-single-layout { grid-template-columns: 1fr; } }
.pcm-single-main { min-width: 0; }
.pcm-single-sidebar { position: sticky; top: 90px; }

/* =========================================
   PROPERTY PRICE BANNER
========================================= */
.pcm-price-banner {
  background: linear-gradient(135deg, var(--pcm-primary-dark), var(--pcm-navy));
  border-radius: 16px;
  padding: 24px 28px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.pcm-price-from-lbl { font-size: .8rem; color: rgba(255,255,255,.6); margin-bottom: 4px; }
.pcm-price-value {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 900;
  color: #fff;
  font-family: 'Tajawal', sans-serif;
}
.pcm-price-badges { display: flex; gap: 10px; flex-wrap: wrap; }
.pcm-tag-pill {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 20px;
  padding: 5px 14px;
  font-size: .78rem;
  color: rgba(255,255,255,.9);
  font-weight: 600;
  white-space: nowrap;
}

/* =========================================
   PROPERTY QUICK STATS
========================================= */
.pcm-prop-section-title {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--pcm-primary-dark);
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--pcm-lp);
  display: flex;
  align-items: center;
  gap: 10px;
}
.pcm-prop-section-title i { color: var(--pcm-primary); }
.pcm-prop-quick-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 28px;
}
@media (max-width: 575px) { .pcm-prop-quick-stats { grid-template-columns: repeat(2, 1fr); } }
.pcm-qs-item {
  background: var(--pcm-lavender);
  border: 1.5px solid var(--pcm-border);
  border-radius: 12px;
  padding: 16px;
  text-align: center;
  transition: border-color .2s, box-shadow .2s;
}
.pcm-qs-item:hover { border-color: var(--pcm-primary); box-shadow: 0 4px 16px rgba(15,121,60,.12); }
.pcm-qs-icon {
  font-size: 1.3rem;
  color: var(--pcm-primary);
  margin-bottom: 8px;
  display: block;
}
.pcm-qs-val {
  font-size: 1rem;
  font-weight: 800;
  color: var(--pcm-primary-dark);
  display: block;
}
.pcm-qs-lbl {
  font-size: .75rem;
  color: #888;
  display: block;
  margin-top: 3px;
}

/* =========================================
   PROPERTY AMENITIES
========================================= */
.pcm-amenities-box { margin-bottom: 28px; }
.pcm-amenities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 12px;
}
.pcm-amenity-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1.5px solid var(--pcm-border);
  border-radius: 10px;
  padding: 12px 14px;
  font-size: .85rem;
  color: #444;
  font-weight: 600;
  transition: all .2s;
}
.pcm-amenity-item:hover { border-color: var(--pcm-primary); color: var(--pcm-primary); }
.pcm-amenity-ico { color: var(--pcm-primary); font-size: 1rem; flex-shrink: 0; }

/* =========================================
   PAYMENT PLAN
========================================= */
.pcm-payment-plan { margin-bottom: 28px; }
.pcm-payment-grid {
  display: flex;
  align-items: center;
  gap: 0;
}
.pcm-pay-step {
  flex: 1;
  background: #fff;
  border: 1.5px solid var(--pcm-border);
  border-radius: 12px;
  padding: 20px 16px;
  text-align: center;
  position: relative;
}
.pcm-pay-num {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--pcm-primary);
  color: #fff;
  font-weight: 900;
  font-size: .9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}
.pcm-pay-lbl { font-size: .75rem; color: #888; margin-bottom: 6px; }
.pcm-pay-val { font-size: 1.1rem; font-weight: 900; color: var(--pcm-primary-dark); font-family: 'Tajawal', sans-serif; }
.pcm-pay-arrow {
  font-size: 1.2rem;
  color: var(--pcm-primary);
  opacity: .5;
  padding: 0 6px;
  flex-shrink: 0;
}

/* =========================================
   VIDEO & MAP BOX
========================================= */
.pcm-video-box, .pcm-map-box { margin-bottom: 28px; }
.pcm-video-wrap, .pcm-map-wrap {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--pcm-shadow);
  line-height: 0;
}
.pcm-video-wrap iframe, .pcm-map-wrap iframe {
  width: 100%;
  border: none;
  display: block;
}

/* =========================================
   SIDEBAR CARDS
========================================= */
.pcm-sidebar-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 8px 30px rgba(13,90,46,.1);
  margin-bottom: 20px;
  border: 1.5px solid var(--pcm-border);
}
.pcm-sc-head { text-align: center; margin-bottom: 20px; }
.pcm-sc-icon {
  width: 64px; height: 64px;
  border-radius: 50%;
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
}
.pcm-sc-title { font-size: 1.1rem; font-weight: 900; color: #fff; margin-bottom: 4px; }
.pcm-sc-sub { font-size: .82rem; color: rgba(255,255,255,.65); }
.pcm-sc-section-title {
  font-size: .88rem;
  font-weight: 800;
  color: var(--pcm-primary-dark);
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1.5px solid var(--pcm-border);
}

/* Booking sidebar form */
.pcm-booking-card {
  background: linear-gradient(135deg, var(--pcm-primary-dark), var(--pcm-navy));
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 12px 40px rgba(11,74,38,.35);
  margin-bottom: 20px;
}
.pcm-booking-frm .pcm-bf-field {
  margin-bottom: 12px;
}
.pcm-booking-frm input,
.pcm-booking-frm select,
.pcm-booking-frm textarea {
  width: 100%;
  background: rgba(255,255,255,.1);
  border: 1.5px solid rgba(255,255,255,.2);
  border-radius: 10px;
  padding: 11px 14px;
  color: #fff;
  font-family: 'Cairo', sans-serif;
  font-size: .88rem;
  outline: none;
  transition: border-color .2s;
}
.pcm-booking-frm input::placeholder { color: rgba(255,255,255,.5); }
.pcm-booking-frm input:focus,
.pcm-booking-frm select:focus { border-color: var(--pcm-blue-light); }
.pcm-booking-frm select option { background: var(--pcm-primary-dark); color: #fff; }
.pcm-btn-book {
  width: 100%;
  background: #fff;
  color: var(--pcm-primary-dark);
  border: none;
  border-radius: 12px;
  padding: 13px;
  font-family: 'Cairo', sans-serif;
  font-size: .9rem;
  font-weight: 800;
  cursor: pointer;
  transition: all .25s;
  margin-top: 8px;
}
.pcm-btn-book:hover { background: var(--pcm-blue-light); color: #fff; transform: translateY(-2px); }
.pcm-btn-wa-prop {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  background: var(--pcm-wa);
  color: #fff;
  border-radius: 12px;
  padding: 11px;
  font-weight: 700;
  font-size: .88rem;
  margin-top: 8px;
  transition: opacity .2s;
}
.pcm-btn-wa-prop:hover { opacity: .88; color: #fff; }
.pcm-btn-call-prop {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  background: var(--pcm-call);
  color: #fff;
  border-radius: 12px;
  padding: 11px;
  font-weight: 700;
  font-size: .88rem;
  margin-top: 8px;
  transition: opacity .2s;
}
.pcm-btn-call-prop:hover { opacity: .88; color: #fff; }

/* Info rows in sidebar */
.pcm-info-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
}
.pcm-info-row:last-child { border-bottom: none; }
.pcm-ir-icon {
  width: 36px; height: 36px;
  border-radius: 8px;
  background: var(--pcm-lp);
  color: var(--pcm-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .9rem;
  flex-shrink: 0;
}
.pcm-ir-label { font-size: .76rem; color: #999; display: block; margin-bottom: 1px; }
.pcm-ir-val { font-size: .88rem; font-weight: 700; color: #333; display: block; }

/* Share row */
.pcm-share-row { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }

/* Share buttons */
.pcm-share-btn {
  width: 40px; height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: all .2s;
  color: #fff;
  border: none;
  cursor: pointer;
}
.pcm-share-btn.fb { background: #1877F2; }
.pcm-share-btn.wa { background: #25D366; }
.pcm-share-btn.tw { background: #1DA1F2; }
.pcm-share-btn.cp { background: #666; }
.pcm-share-btn:hover { transform: translateY(-3px); opacity: .88; color: #fff; }

/* Recent posts sidebar */
.pcm-recent-post {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
  transition: color .2s;
}
.pcm-recent-post:last-child { border-bottom: none; }
.pcm-recent-post:hover .pcm-rp-title { color: var(--pcm-primary); }
.pcm-rp-title { font-size: .85rem; font-weight: 700; color: #333; line-height: 1.4; margin-bottom: 4px; }
.pcm-rp-date { font-size: .76rem; color: #999; }

/* =========================================
   RELATED SECTION
========================================= */
.pcm-related-sec { padding: 60px 0 90px; background: var(--pcm-lavender); }

/* =========================================
   RENTALS PAGE
========================================= */
.pcm-rentals-hero {
  padding: 90px 0 70px;
  background: linear-gradient(135deg, var(--pcm-primary-dark), var(--pcm-navy));
  position: relative;
  overflow: hidden;
}
.pcm-hero-mesh {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 70% 30%, rgba(15,121,60,.4), transparent);
  pointer-events: none;
}
.pcm-hero-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}
.pcm-stab-rent {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 8px;
  padding: 8px 20px;
  color: rgba(255,255,255,.7);
  font-family: 'Cairo', sans-serif;
  font-weight: 700;
  font-size: .88rem;
  cursor: pointer;
  transition: all .25s;
}
.pcm-stab-rent.active,
.pcm-stab-rent:hover {
  background: #fff;
  color: var(--pcm-primary-dark);
  border-color: #fff;
}
.pcm-rent-stats-panel {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid rgba(255,255,255,.12);
}
.pcm-rsp-item { text-align: center; }
.pcm-rsp-val {
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  font-family: 'Tajawal', sans-serif;
  line-height: 1;
  margin-bottom: 4px;
}
.pcm-rsp-lbl { font-size: .82rem; color: rgba(255,255,255,.6); }
.pcm-rent-filter-bar {
  background: #fff;
  border-bottom: 1px solid var(--pcm-border);
  padding: 18px 0;
  position: sticky;
  top: 70px;
  z-index: 100;
  box-shadow: 0 4px 16px rgba(0,0,0,.06);
}

/* =========================================
   BENEFIT CARDS
========================================= */
.pcm-benefit-card {
  background: #fff;
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: var(--pcm-shadow);
  border: 1.5px solid var(--pcm-border);
  height: 100%;
  transition: transform .3s, box-shadow .3s;
}
.pcm-benefit-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px -10px rgba(13,90,46,.28); }
.pcm-benefit-icon {
  width: 60px; height: 60px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 16px;
  transition: transform .3s;
}
.pcm-benefit-card:hover .pcm-benefit-icon { transform: scale(1.1) rotate(-5deg); }
.pcm-benefit-title { font-size: 1rem; font-weight: 800; color: var(--pcm-primary-dark); margin-bottom: 10px; }
.pcm-benefit-desc { font-size: .85rem; color: #666; line-height: 1.75; margin: 0; }

/* =========================================
   BOOKING PAGE
========================================= */
.pcm-booking-page-sec {
  padding: 60px 0 90px;
  background: var(--pcm-lavender);
}
.pcm-booking-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 32px;
  align-items: start;
}
@media (max-width: 991px) { .pcm-booking-layout { grid-template-columns: 1fr; } }

.pcm-booking-form-wrap {
  background: #fff;
  border-radius: 20px;
  padding: 36px;
  box-shadow: var(--pcm-shadow);
  border: 1.5px solid var(--pcm-border);
}
.pcm-booking-form-header { text-align: center; margin-bottom: 28px; }
.pcm-bfh-icon {
  width: 70px; height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pcm-primary), var(--pcm-primary-dark));
  color: #fff;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.pcm-bfh-title { font-size: 1.4rem; font-weight: 900; color: var(--pcm-primary-dark); margin-bottom: 6px; }
.pcm-bfh-sub { color: #888; font-size: .88rem; }

/* Step indicators */
.pcm-booking-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 32px;
}
.pcm-bs {
  display: flex;
  align-items: center;
  gap: 0;
}
.pcm-bs-num {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--pcm-border);
  color: #aaa;
  font-weight: 800;
  font-size: .88rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
  position: relative;
  z-index: 1;
}
.pcm-bs-num.active { background: var(--pcm-primary); color: #fff; box-shadow: 0 0 0 4px rgba(15,121,60,.18); }
.pcm-bs-num.done { background: #25D366; color: #fff; }
.pcm-bs-lbl {
  font-size: .76rem;
  color: #aaa;
  margin-top: 4px;
  white-space: nowrap;
}
.pcm-bs-wrap { display: flex; flex-direction: column; align-items: center; }
.pcm-bs-line {
  width: 60px;
  height: 2px;
  background: var(--pcm-border);
  margin: 0 8px;
  margin-bottom: 20px;
  transition: background .3s;
}
.pcm-bs-line.done { background: #25D366; }

/* Step panels */
.pcm-step-panel { display: none; }
.pcm-step-panel.active { display: block; }

/* Form fields (booking page) — .pcm-fl is the LABEL, .pcm-fi is the FIELD */
.pcm-fl {
  display: block;
  font-size: .85rem;
  font-weight: 700;
  color: #444;
  margin-bottom: 7px;
}
.pcm-fi {
  width: 100%;
  display: block;
  border: 1.5px solid var(--pcm-border);
  border-radius: 10px;
  padding: 12px 14px;
  margin-bottom: 16px;
  font-family: 'Cairo', sans-serif;
  font-size: .9rem;
  color: #333;
  background: #fafafa;
  outline: none;
  transition: border-color .2s, box-shadow .2s, background .2s;
}
.pcm-fi:focus {
  border-color: var(--pcm-primary);
  box-shadow: 0 0 0 3px rgba(15,121,60,.12);
  background: #fff;
}
textarea.pcm-fi { resize: vertical; min-height: 110px; }

/* Sidebar booking form (dark card) — light labels for contrast */
.pcm-booking-frm label,
.pcm-bf-field label { display:block; color: rgba(255,255,255,.85); font-size:.82rem; font-weight:700; margin-bottom:6px; }

/* Summary & terms */
.pcm-confirm-summary {
  background: var(--pcm-lavender);
  border: 1.5px solid var(--pcm-border);
  border-radius: 14px;
  padding: 20px;
  margin-bottom: 16px;
  font-size: .86rem;
  color: #444;
  line-height: 1.9;
}
.pcm-confirm-terms {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: .83rem;
  color: #555;
  margin-bottom: 20px;
}
.pcm-confirm-terms input[type=checkbox] { margin-top: 3px; flex-shrink: 0; }
.pcm-confirm-terms a { color: var(--pcm-primary); font-weight: 700; }

/* Step nav buttons */
.pcm-step-btns { display: flex; gap: 12px; margin-top: 8px; }
.pcm-btn-step-next,
.pcm-btn-step-back,
.pcm-btn-submit-booking {
  flex: 1;
  padding: 13px;
  border-radius: 12px;
  font-family: 'Cairo', sans-serif;
  font-weight: 800;
  font-size: .92rem;
  cursor: pointer;
  border: none;
  transition: all .25s;
}
.pcm-btn-step-next,
.pcm-btn-submit-booking {
  background: linear-gradient(135deg, var(--pcm-primary), var(--pcm-primary-dark));
  color: #fff;
}
.pcm-btn-step-next:hover,
.pcm-btn-submit-booking:hover { opacity: .88; transform: translateY(-2px); }
.pcm-btn-step-back {
  background: var(--pcm-lavender);
  color: var(--pcm-primary-dark);
  border: 1.5px solid var(--pcm-border);
}
.pcm-btn-step-back:hover { background: var(--pcm-border); }

/* Booking info sidebar */
.pcm-bi-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: var(--pcm-shadow);
  border: 1.5px solid var(--pcm-border);
  margin-bottom: 20px;
}
.pcm-bi-head {
  font-size: 1rem;
  font-weight: 800;
  color: var(--pcm-primary-dark);
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1.5px solid var(--pcm-border);
  display: flex;
  align-items: center;
  gap: 10px;
}
.pcm-bi-head i { color: var(--pcm-primary); }
.pcm-bi-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
  font-size: .85rem;
  color: #444;
}
.pcm-bi-item:last-child { border-bottom: none; }
.pcm-bi-item i { color: #25D366; font-size: 1rem; flex-shrink: 0; }
.pcm-bi-hours { display: flex; flex-direction: column; gap: 6px; }
.pcm-bi-hours span { font-size: .82rem; color: #666; display: flex; align-items: center; gap: 8px; }

/* =========================================
   TEAM CARDS (About Page)
========================================= */
.pcm-team-card {
  background: #fff;
  border-radius: 20px;
  padding: 32px 24px 24px;
  box-shadow: var(--pcm-shadow);
  border: 1.5px solid var(--pcm-border);
  text-align: center;
  height: 100%;
  transition: transform .3s, box-shadow .3s;
}
.pcm-team-card:hover { transform: translateY(-8px); box-shadow: 0 24px 55px -10px rgba(13,90,46,.3); }
.pcm-team-avatar {
  width: 80px; height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #fff;
  margin: 0 auto 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,.2);
}
.pcm-team-name { font-size: 1.05rem; font-weight: 900; color: var(--pcm-primary-dark); margin-bottom: 4px; }
.pcm-team-role { font-size: .82rem; font-weight: 700; color: var(--pcm-primary); margin-bottom: 12px; }
.pcm-team-bio { font-size: .83rem; color: #777; line-height: 1.7; margin-bottom: 16px; }
.pcm-team-social { display: flex; justify-content: center; gap: 10px; }

/* =========================================
   BLOG POST TEMPLATE
========================================= */
.pcm-blog-hero { margin-bottom: 28px; }
.pcm-blog-article-body {
  background: #fff;
  border-radius: 20px;
  padding: 36px;
  box-shadow: var(--pcm-shadow);
  border: 1.5px solid var(--pcm-border);
}
.pcm-art-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  font-size: .82rem;
  color: #888;
  margin-bottom: 18px;
}
.pcm-art-meta span { display: flex; align-items: center; gap: 6px; }
.pcm-art-meta i { color: var(--pcm-primary); }
.pcm-art-meta a { color: var(--pcm-primary); font-weight: 700; }
.pcm-art-title {
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 900;
  color: var(--pcm-primary-dark);
  margin-bottom: 24px;
  line-height: 1.4;
}
.pcm-art-content {
  color: #444;
  line-height: 1.9;
  font-size: .95rem;
}
.pcm-art-content h2, .pcm-art-content h3 {
  color: var(--pcm-primary-dark);
  font-weight: 800;
  margin: 24px 0 14px;
}
.pcm-art-content p { margin-bottom: 18px; }
.pcm-art-content ul, .pcm-art-content ol { padding-right: 24px; margin-bottom: 18px; }
.pcm-art-content li { margin-bottom: 8px; }
.pcm-art-content img { max-width: 100%; border-radius: 12px; margin: 16px 0; }
.pcm-art-content blockquote {
  border-right: 4px solid var(--pcm-primary);
  padding: 16px 20px;
  background: var(--pcm-lavender);
  border-radius: 0 12px 12px 0;
  font-style: italic;
  color: #555;
  margin: 20px 0;
}

.pcm-art-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 24px; }

/* ── Professional article upgrade ── */
.pcm-reading-bar { position: fixed; top: 0; inset-inline-start: 0; height: 4px; width: 0; z-index: 100000;
  background: linear-gradient(90deg, var(--pcm-primary,#0F793C), var(--pcm-light-blue,#3DA566)); transition: width .1s linear; }
.pcm-blog-article-body { padding: 46px clamp(20px,4vw,56px); }
.pcm-art-title { font-size: clamp(1.6rem,3.4vw,2.5rem); line-height: 1.35; letter-spacing: -.3px; }
.pcm-art-content { font-size: 1.06rem; line-height: 2.05; color: #36414c; max-width: 760px; }
.pcm-art-content > p:first-of-type::first-letter {
  float: inline-start; font-size: 3.3rem; line-height: .82; font-weight: 900;
  color: var(--pcm-primary,#0F793C); margin-inline-end: 10px; margin-top: 6px;
}
.pcm-art-content h2 { font-size: 1.5rem; padding-inline-start: 14px; border-inline-start: 4px solid var(--pcm-primary,#0F793C); margin: 36px 0 16px; }
.pcm-art-content h3 { font-size: 1.2rem; margin: 28px 0 12px; }
.pcm-art-content a { color: var(--pcm-primary,#0F793C); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.pcm-art-content img { box-shadow: 0 10px 34px rgba(7,47,25,.12); display: block; }
.pcm-art-content blockquote { font-size: 1.1rem; box-shadow: 0 6px 20px rgba(15,121,60,.08); }
.pcm-art-content ul li::marker { color: var(--pcm-primary,#0F793C); }
.pcm-art-content hr { border: none; height: 1px; background: linear-gradient(90deg,transparent,#cdd8d2,transparent); margin: 32px 0; }
/* meta as pill row */
.pcm-art-meta { gap: 10px; }
.pcm-art-meta span { background: var(--pcm-lp,#E2F3E8); color: var(--pcm-primary-dark,#072F19); padding: 5px 12px; border-radius: 20px; font-weight: 600; }
.pcm-art-meta a { color: inherit; }
.pcm-art-tags a {
  background: var(--pcm-lp);
  color: var(--pcm-primary);
  border-radius: 20px;
  padding: 5px 14px;
  font-size: .78rem;
  font-weight: 700;
  transition: all .2s;
}
.pcm-art-tags a:hover { background: var(--pcm-primary); color: #fff; }

.pcm-art-share {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1.5px solid var(--pcm-border);
  flex-wrap: wrap;
}
.pcm-art-share span { font-weight: 700; color: #555; font-size: .88rem; }

/* Post Navigation */
.pcm-post-nav {
  display: flex;
  gap: 16px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1.5px solid var(--pcm-border);
  flex-wrap: wrap;
}
.pcm-post-nav-item {
  flex: 1;
  min-width: 200px;
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--pcm-lavender);
  border: 1.5px solid var(--pcm-border);
  border-radius: 12px;
  padding: 16px;
  transition: all .2s;
  color: #333;
}
.pcm-post-nav-item:hover {
  border-color: var(--pcm-primary);
  background: var(--pcm-lp);
  color: var(--pcm-primary-dark);
  transform: translateY(-2px);
}
.pcm-post-nav-item i { color: var(--pcm-primary); font-size: 1.1rem; flex-shrink: 0; }
.pcm-pn-lbl { font-size: .74rem; color: #888; margin-bottom: 4px; }
.pcm-pn-title { font-size: .88rem; font-weight: 700; }
.pcm-post-nav-item.next { flex-direction: row-reverse; }

/* =========================================
   GENERIC PAGE CONTENT
========================================= */
.pcm-page-content {
  color: #444;
  line-height: 1.9;
  font-size: .97rem;
  max-width: 820px;
}
.pcm-page-content h2, .pcm-page-content h3 {
  color: var(--pcm-primary-dark);
  font-weight: 800;
  margin: 28px 0 14px;
}
.pcm-page-content p { margin-bottom: 18px; }
.pcm-page-content ul, .pcm-page-content ol { padding-right: 24px; margin-bottom: 18px; }
.pcm-page-content li { margin-bottom: 8px; }
.pcm-page-content img { max-width: 100%; border-radius: 12px; margin: 16px 0; }
.pcm-page-content table { width: 100%; border-collapse: collapse; margin-bottom: 20px; }
.pcm-page-content table th { background: var(--pcm-primary-dark); color: #fff; padding: 10px 14px; }
.pcm-page-content table td { padding: 10px 14px; border-bottom: 1px solid var(--pcm-border); }
.pcm-page-content table tr:hover td { background: var(--pcm-lavender); }

/* =========================================
   LIVE SEARCH RESULTS
========================================= */
.pcm-search-results-drop {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  background: #fff;
  border-radius: 0 0 16px 16px;
  box-shadow: 0 20px 50px rgba(0,0,0,.15);
  z-index: 500;
  overflow: hidden;
  display: none;
  max-height: 380px;
  overflow-y: auto;
  border: 1px solid var(--pcm-border);
  border-top: none;
}
.pcm-search-results-drop.open { display: block; }
.pcm-sr-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  border-bottom: 1px solid #f5f5f5;
  transition: background .15s;
  text-decoration: none;
  color: #333;
}
.pcm-sr-item:hover { background: var(--pcm-lavender); }
.pcm-sr-item:last-child { border-bottom: none; }
.pcm-sr-thumb {
  width: 50px; height: 50px;
  border-radius: 10px;
  object-fit: cover;
  background: var(--pcm-lp);
  flex-shrink: 0;
}
.pcm-sr-info { min-width: 0; }
.pcm-sr-title { font-weight: 700; font-size: .88rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pcm-sr-type { font-size: .74rem; color: #999; }
.pcm-sr-loading, .pcm-sr-empty {
  padding: 18px;
  text-align: center;
  color: #aaa;
  font-size: .88rem;
}

/* CTA buttons (About page) */
.pcm-btn-cta-white {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: var(--pcm-primary-dark);
  padding: 13px 26px;
  border-radius: 12px;
  font-weight: 800;
  font-size: .92rem;
  transition: all .25s;
}
.pcm-btn-cta-white:hover { background: var(--pcm-blue-light); color: #fff; transform: translateY(-2px); }
.pcm-btn-cta-wa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--pcm-wa);
  color: #fff;
  padding: 13px 26px;
  border-radius: 12px;
  font-weight: 800;
  font-size: .92rem;
  transition: all .25s;
}
.pcm-btn-cta-wa:hover { opacity: .88; transform: translateY(-2px); color: #fff; }

/* Consult button (sidebar) */
.pcm-btn-consult {
  display: block;
  background: #fff;
  color: var(--pcm-primary-dark);
  padding: 12px;
  border-radius: 10px;
  font-weight: 800;
  font-size: .88rem;
  text-align: center;
  transition: all .25s;
}
.pcm-btn-consult:hover { background: var(--pcm-blue-light); color: #fff; }

/* =========================================
   DEVELOPER CARDS (Archive)
========================================= */
.pcm-dev-card-link { text-decoration: none; display: block; }
.pcm-dev-card {
  background: #fff;
  border-radius: 18px;
  padding: 28px 24px;
  box-shadow: var(--pcm-shadow);
  border: 1.5px solid var(--pcm-border);
  text-align: center;
  height: 100%;
  transition: transform .3s, box-shadow .3s, border-color .3s;
}
.pcm-dev-card:hover { transform: translateY(-8px); box-shadow: 0 24px 55px -10px rgba(13,90,46,.28); border-color: var(--pcm-primary); }
.pcm-dev-logo { display: flex; justify-content: center; margin-bottom: 16px; }
.pcm-dev-name { font-size: 1rem; font-weight: 900; color: var(--pcm-primary-dark); margin-bottom: 6px; }
.pcm-dev-since { font-size: .78rem; color: #999; margin-bottom: 8px; }
.pcm-dev-count { font-size: .82rem; color: #666; font-weight: 600; margin-bottom: 14px; }
.pcm-dev-count i { color: var(--pcm-primary); }
.pcm-dev-cta { font-size: .82rem; font-weight: 700; color: var(--pcm-primary); transition: gap .2s; }

/* =========================================
   HERO SEARCH WRAPPER (for live search dropdown)
========================================= */
.pcm-search-wrap { position: relative; }

/* =========================================
   RESPONSIVE ADJUSTMENTS (NEW PAGES)
========================================= */
@media (max-width: 991px) {
  .pcm-single-sidebar { position: static; }
  .pcm-prop-hero { height: 320px; }
  .pcm-prop-hero-overlay { padding: 24px; }
  .pcm-booking-form-wrap { padding: 24px; }
  .pcm-payment-grid { flex-direction: column; }
  .pcm-pay-arrow { transform: rotate(90deg); }
}
@media (max-width: 767px) {
  .pcm-prop-quick-stats { grid-template-columns: repeat(2, 1fr); }
  .pcm-amenities-grid { grid-template-columns: repeat(2, 1fr); }
  .pcm-blog-article-body { padding: 20px; }
  .pcm-post-nav { flex-direction: column; }
  .pcm-booking-steps { transform: scale(.85); transform-origin: top center; }
  .pcm-rent-stats-panel { gap: 24px; justify-content: center; }
  .pcm-af-grid { flex-direction: column; align-items: stretch; }
  .pcm-af-field { min-width: 100%; }
  .pcm-af-grid .pcm-btn { width: 100%; justify-content: center; align-self: stretch !important; }
}

/* =============================================
   Vistora v3.0 — NEW FEATURES CSS
   User System, Auth, Account, Chatbot,
   Language Switcher, WhatsApp Fixed, Rentals
============================================= */

/* ── WhatsApp: TRULY FIXED — Always left side ── */
.pcm-wa-widget {
  position: fixed !important;
  bottom: 24px;
  left: 24px;               /* Always LEFT — separate from phone/chat (right) */
  right: auto !important;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
/* WA popup opens upward from left */
body.pcm-rtl .pcm-wa-widget { left: 24px; right: auto !important; align-items: flex-start; }
body.pcm-ltr .pcm-wa-widget { left: 24px; right: auto !important; align-items: flex-start; }

.pcm-wa-trigger {
  width: 58px; height: 58px;
  background: var(--pcm-wa, #25D366);
  border: none; border-radius: 50%;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; color: #fff;
  box-shadow: 0 6px 24px rgba(37,211,102,.45);
  transition: transform .2s, box-shadow .2s;
  animation: pcm-wa-pulse 2.5s ease-in-out infinite;
  position: relative;
}
.pcm-wa-trigger:hover { transform: scale(1.1); box-shadow: 0 8px 32px rgba(37,211,102,.6); }
@keyframes pcm-wa-pulse {
  0%,100% { box-shadow: 0 6px 24px rgba(37,211,102,.45); }
  50%      { box-shadow: 0 6px 32px rgba(37,211,102,.7), 0 0 0 12px rgba(37,211,102,.12); }
}

/* ── Phone Float: FIXED bottom-right, stacked with chat ── */
.pcm-phone-float {
  position: fixed !important;
  bottom: 24px;
  right: 24px;            /* Always right side, both RTL & LTR */
  left: auto !important;
  z-index: 9998;
  width: 56px; height: 56px;
  background: var(--pcm-call, #BA2025);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 1.3rem;
  box-shadow: 0 6px 24px rgba(186,32,37,.4),
              0 0 0 0 rgba(186,32,37,.35);
  animation: pcm-phone-pulse 2.5s ease infinite;
  transition: transform .2s, box-shadow .2s;
}
.pcm-phone-float:hover { transform: scale(1.1); color: #fff; box-shadow: 0 10px 35px rgba(186,32,37,.55); }
@keyframes pcm-phone-pulse {
  0%,100% { box-shadow: 0 6px 24px rgba(186,32,37,.4), 0 0 0 0 rgba(186,32,37,.35); }
  50%      { box-shadow: 0 6px 32px rgba(186,32,37,.5), 0 0 0 12px rgba(186,32,37,.12); }
}

/* ── Language Switcher ── */
.pcm-lang-switcher {
  display: flex;
  align-items: center;
  gap: 2px;
  background: rgba(15,121,60,.07);
  border-radius: 10px;
  padding: 4px 6px;
  border: 1.5px solid rgba(15,121,60,.12);
}
.pcm-lang-sep {
  color: rgba(15,121,60,.3);
  font-size: .8rem;
  padding: 0 2px;
}
.pcm-lang-btn {
  display: inline-flex; align-items: center; gap: 4px;
  padding: 5px 10px;
  border-radius: 7px;
  color: #888;
  font-size: .8rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .18s;
  white-space: nowrap;
}
.pcm-lang-btn:hover { background: rgba(15,121,60,.1); color: var(--pcm-primary); }
.pcm-lang-btn.active {
  background: var(--pcm-primary);
  color: #fff !important;
  box-shadow: 0 2px 8px rgba(15,121,60,.25);
}
.pcm-lang-btn i { font-size: .78rem; }
.pcm-lang-btn-mobile {
  background: var(--pcm-primary);
  color: #fff;
  padding: 5px 12px;
  border-radius: 8px;
  font-size: .8rem;
  font-weight: 800;
  text-decoration: none;
  transition: all .2s;
}
.pcm-lang-btn-mobile:hover { background: var(--pcm-primary-dark); color: #fff; }

/* =========================================
   LTR SUPPORT (English)
========================================= */
body.pcm-ltr {
  direction: ltr;
  text-align: left;
  font-family: 'Cairo', 'Roboto', sans-serif;
}
/* Header direction */
body.pcm-ltr .pcm-header-inner { flex-direction: row; }
body.pcm-ltr .pcm-nav { direction: ltr; }
body.pcm-ltr .pcm-nav li a { font-size: .9rem; }
/* Footer */
body.pcm-ltr .pcm-footer { direction: ltr; text-align: left; }
body.pcm-ltr .pcm-footer-links li::before { content: '→ '; }
body.pcm-ltr .pcm-footer-links li { padding-right: 0; }
/* Breadcrumb */
body.pcm-ltr .pcm-breadcrumb { direction: ltr; }
body.pcm-ltr .pcm-breadcrumb .fa-chevron-left { transform: scaleX(-1); }
/* Floating buttons */
/* LTR overrides — Phone & Chat still RIGHT side, WA still LEFT */
body.pcm-ltr .pcm-phone-float { right: 24px !important; left: auto !important; }
body.pcm-ltr .pcm-chat-widget { right: 24px !important; left: auto !important; }
/* Auth forms */
body.pcm-ltr .pcm-auth-card  { direction: ltr; text-align: left; }
body.pcm-ltr .pcm-form-group { direction: ltr; }
/* Chatbot */
body.pcm-ltr .pcm-chat-widget { right: 24px; left: auto; }
body.pcm-ltr .pcm-chat-window { direction: ltr; }
/* Search box */
body.pcm-ltr .pcm-search-box  { direction: ltr; }
/* Property cards */
body.pcm-ltr .pcm-prop-body   { text-align: left; }
/* User dropdown */
body.pcm-ltr .pcm-user-menu   { right: auto; left: 0; }

/* Login button in nav */
.pcm-btn-nav-login {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 7px 16px;
  border-radius: 10px;
  border: 1.5px solid rgba(15,121,60,.25);
  color: var(--pcm-primary-dark);
  font-size: .85rem; font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  white-space: nowrap;
}
.pcm-btn-nav-login:hover { background: var(--pcm-primary); color: #fff; border-color: var(--pcm-primary); }

/* Elementor page wrapper */
.pcm-elementor-page,
#pcm-elementor-front,
#pcm-elementor-main { width: 100%; }

/* pcm-chevron animation */
.pcm-chevron { transition: transform .2s; font-size: .65rem; }
.pcm-user-menu-open ~ .pcm-chevron,
.pcm-user-btn:focus .pcm-chevron { transform: rotate(180deg); }

/* Drawer footer buttons */
.pcm-drawer-footer-btns {
  display: flex; flex-direction: column; gap: 10px;
  margin-top: 20px; padding: 0 20px 24px;
}

/* ── User Dropdown ── */
.pcm-user-dropdown { position: relative; }
.pcm-user-btn {
  display: flex; align-items: center; gap: 8px;
  background: transparent; border: 1.5px solid rgba(15,121,60,.2);
  border-radius: 10px; padding: 6px 14px;
  cursor: pointer; font-family: 'Cairo', sans-serif;
  font-size: .88rem; font-weight: 600; color: var(--pcm-primary-dark);
  transition: all .2s;
}
.pcm-user-btn:hover { background: var(--pcm-lavender); border-color: var(--pcm-primary); }
.pcm-user-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(0,0,0,.15);
  padding: 8px;
  min-width: 180px;
  display: none;
  z-index: 999;
  border: 1px solid rgba(0,0,0,.06);
}
.pcm-user-menu.pcm-user-menu-open { display: block; animation: pcm-fade-in .2s ease; }
.pcm-user-menu a {
  display: flex; align-items: center; gap: 10px;
  padding: 9px 14px; border-radius: 8px;
  color: #444; text-decoration: none; font-size: .88rem;
  font-weight: 600; transition: background .15s;
}
.pcm-user-menu a:hover { background: var(--pcm-lavender); color: var(--pcm-primary); }
.pcm-user-menu .pcm-user-submit-link { color: var(--pcm-primary); }

.pcm-btn-login {
  display: flex; align-items: center; gap: 6px;
  padding: 8px 16px; border-radius: 10px;
  border: 1.5px solid var(--pcm-primary);
  color: var(--pcm-primary); text-decoration: none;
  font-family: 'Cairo', sans-serif; font-size: .88rem; font-weight: 700;
  transition: all .2s;
}
.pcm-btn-login:hover { background: var(--pcm-primary); color: #fff; }

/* ── Auth Pages ── */
.pcm-auth-page {
  min-height: 100vh;
  background: linear-gradient(135deg, var(--pcm-lavender) 0%, #fff 100%);
  display: flex; align-items: center; padding: 60px 0;
}
.pcm-auth-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(15,121,60,.15);
  padding: 48px 40px;
  max-width: 500px;
  margin: 0 auto;
}
.pcm-auth-logo {
  display: flex; align-items: center; gap: 12px;
  justify-content: center; margin-bottom: 24px;
}
.pcm-auth-brand { font-size: 1.3rem; font-weight: 900; color: var(--pcm-primary-dark); font-family: 'Tajawal', sans-serif; }
.pcm-auth-title { font-size: 1.6rem; font-weight: 800; color: var(--pcm-primary-dark); text-align: center; margin-bottom: 8px; }
.pcm-auth-sub   { color: #777; text-align: center; font-size: .92rem; margin-bottom: 28px; }

.pcm-auth-form { display: flex; flex-direction: column; gap: 16px; }
.pcm-form-group { display: flex; flex-direction: column; gap: 6px; }
.pcm-form-group label { font-weight: 700; font-size: .88rem; color: #444; display: flex; align-items: center; gap: 6px; }
.pcm-form-group input,
.pcm-form-group textarea,
.pcm-form-group select {
  padding: 12px 16px;
  border: 1.5px solid #DEEBE2;
  border-radius: 10px;
  font-family: 'Cairo', sans-serif;
  font-size: .92rem;
  transition: border-color .2s, box-shadow .2s;
  width: 100%; box-sizing: border-box;
}
.pcm-form-group input:focus,
.pcm-form-group textarea:focus,
.pcm-form-group select:focus {
  outline: none;
  border-color: var(--pcm-primary);
  box-shadow: 0 0 0 3px rgba(15,121,60,.12);
}
.pcm-pass-wrap { position: relative; }
.pcm-pass-wrap input { padding-left: 46px; }
body.pcm-rtl .pcm-pass-wrap input { padding-left: 16px; padding-right: 46px; }
.pcm-toggle-pass {
  position: absolute; top: 50%; transform: translateY(-50%);
  left: 14px; background: none; border: none; cursor: pointer; color: #999; font-size: .9rem;
}
body.pcm-rtl .pcm-toggle-pass { left: auto; right: 14px; }
.pcm-toggle-pass:hover { color: var(--pcm-primary); }

.pcm-form-check {
  display: flex; align-items: flex-start; gap: 10px;
}
.pcm-form-check input[type="checkbox"] { margin-top: 3px; flex-shrink: 0; accent-color: var(--pcm-primary); }
.pcm-form-check label { font-size: .88rem; color: #555; line-height: 1.5; }
.pcm-form-check a { color: var(--pcm-primary); }

.pcm-auth-submit {
  background: linear-gradient(135deg, var(--pcm-primary) 0%, var(--pcm-primary-dark) 100%);
  color: #fff; border: none;
  padding: 14px 24px; border-radius: 12px;
  font-family: 'Cairo', sans-serif; font-size: 1rem; font-weight: 700;
  cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 8px;
  transition: all .25s; width: 100%;
}
.pcm-auth-submit:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(15,121,60,.35); }
.pcm-auth-submit:disabled { opacity: .7; cursor: not-allowed; transform: none; }

.pcm-auth-switch { text-align: center; margin-top: 20px; font-size: .9rem; color: #666; }
.pcm-auth-switch a { color: var(--pcm-primary); font-weight: 700; text-decoration: none; }

.pcm-auth-message {
  padding: 12px 16px; border-radius: 10px; font-size: .9rem;
  display: flex; align-items: center; gap: 8px;
}
.pcm-msg-success { background: #ecfdf5; color: #065f46; border: 1px solid #a7f3d0; }
.pcm-msg-error   { background: #fef2f2; color: #991b1b; border: 1px solid #fca5a5; }

.pcm-login-options { display: flex; align-items: center; justify-content: space-between; }
.pcm-check-label { display: flex; align-items: center; gap: 6px; font-size: .88rem; cursor: pointer; }
.pcm-forgot-link { color: var(--pcm-primary); font-size: .88rem; text-decoration: none; }
.pcm-forgot-link:hover { text-decoration: underline; }

.pcm-auth-divider {
  display: flex; align-items: center; gap: 12px; margin: 20px 0;
  color: #bbb; font-size: .85rem;
}
.pcm-auth-divider::before,
.pcm-auth-divider::after { content: ''; flex: 1; height: 1px; background: #eee; }

.pcm-auth-register-btn {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 12px; border-radius: 12px;
  border: 2px solid var(--pcm-primary); color: var(--pcm-primary);
  text-decoration: none; font-family: 'Cairo', sans-serif; font-weight: 700;
  font-size: .95rem; transition: all .2s;
}
.pcm-auth-register-btn:hover { background: var(--pcm-primary); color: #fff; }

/* ── User Account Page ── */
.pcm-account-page { padding: 40px 0 80px; background: var(--pcm-lavender); min-height: 70vh; }
.pcm-account-sidebar { position: sticky; top: 90px; }
.pcm-account-user-card {
  background: linear-gradient(135deg, var(--pcm-primary-dark) 0%, var(--pcm-primary) 100%);
  border-radius: 16px; padding: 24px; text-align: center; margin-bottom: 16px;
  box-shadow: 0 8px 24px rgba(15,121,60,.25);
}
.pcm-account-avatar { margin-bottom: 12px; }
.pcm-avatar-img { width: 64px; height: 64px; border-radius: 50%; border: 3px solid rgba(255,255,255,.3); }
.pcm-account-user-info { color: #fff; }
.pcm-account-user-info strong { display: block; font-size: 1rem; font-weight: 800; }
.pcm-account-user-info span  { font-size: .8rem; opacity: .75; }

.pcm-account-nav { display: flex; flex-direction: column; gap: 4px; }
.pcm-account-nav-item {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 16px; border-radius: 12px;
  background: #fff; color: #444; text-decoration: none;
  font-size: .9rem; font-weight: 600; transition: all .2s;
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
}
.pcm-account-nav-item:hover { background: var(--pcm-primary); color: #fff; }
.pcm-account-nav-item.active { background: var(--pcm-primary); color: #fff; box-shadow: 0 4px 16px rgba(15,121,60,.3); }

.pcm-account-content { background: #fff; border-radius: 20px; padding: 32px; box-shadow: 0 4px 20px rgba(0,0,0,.06); }
.pcm-account-content h2 { font-size: 1.4rem; font-weight: 800; color: var(--pcm-primary-dark); margin-bottom: 24px; }

.pcm-account-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 20px; }
.pcm-acc-stat { border-radius: 14px; padding: 20px; text-align: center; }
.pcm-acc-stat-pending  { background: #fffbeb; border: 1px solid #fde68a; }
.pcm-acc-stat-approved { background: #ecfdf5; border: 1px solid #a7f3d0; }
.pcm-acc-stat-rejected { background: #fef2f2; border: 1px solid #fca5a5; }
.pcm-acc-stat-num   { font-size: 2rem; font-weight: 900; color: var(--pcm-primary-dark); }
.pcm-acc-stat-label { font-size: .85rem; color: #666; font-weight: 600; margin-top: 4px; }

/* My Listings */
.pcm-my-listings { display: flex; flex-direction: column; gap: 12px; }
.pcm-my-listing-card {
  display: flex; align-items: center; gap: 16px;
  background: var(--pcm-lavender); border-radius: 14px; padding: 16px;
  border: 1px solid rgba(15,121,60,.1);
}
.pcm-mlc-img { width: 90px; height: 70px; border-radius: 10px; overflow: hidden; flex-shrink: 0; background: #ddd; }
.pcm-mlc-img img { width: 100%; height: 100%; object-fit: cover; }
.pcm-mlc-no-img { width: 100%; height: 100%; background: var(--pcm-primary); display: flex; align-items: center; justify-content: center; }
.pcm-mlc-body { flex: 1; }
.pcm-mlc-body h4 { font-size: .95rem; font-weight: 700; margin: 0 0 6px; color: var(--pcm-primary-dark); }
.pcm-mlc-meta { display: flex; gap: 12px; flex-wrap: wrap; font-size: .8rem; color: #777; margin-bottom: 8px; }
.pcm-mlc-meta span { display: flex; align-items: center; gap: 4px; }
.pcm-mlc-actions { display: flex; align-items: center; gap: 8px; }
.pcm-delete-listing {
  background: none; border: 1.5px solid #fca5a5; color: #e74c3c;
  padding: 6px 10px; border-radius: 8px; cursor: pointer; transition: all .2s;
}
.pcm-delete-listing:hover { background: #fef2f2; }
.pcm-rejection-note { cursor: help; color: #f59e0b; }

.pcm-listing-status {
  display: inline-flex; align-items: center; gap: 4px;
  padding: 3px 10px; border-radius: 6px; font-size: .78rem; font-weight: 700;
}
.pcm-status-pending  { background: #fef3c7; color: #92400e; }
.pcm-status-approved { background: #d1fae5; color: #065f46; }
.pcm-status-rejected { background: #fee2e2; color: #991b1b; }

/* Submit Form */
.pcm-submit-form { max-width: 100%; }
.pcm-listing-type-toggle { display: flex; gap: 12px; }
.pcm-lt-opt { flex: 1; }
.pcm-lt-opt input[type="radio"] { display: none; }
.pcm-lt-opt span {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px; border-radius: 12px;
  border: 2px solid #DEEBE2; cursor: pointer; font-weight: 700;
  transition: all .2s; font-size: .92rem; color: #555;
}
.pcm-lt-opt input:checked + span { border-color: var(--pcm-primary); background: var(--pcm-lp); color: var(--pcm-primary); }
.pcm-file-input { padding: 10px; border: 2px dashed #DEEBE2; border-radius: 10px; width: 100%; box-sizing: border-box; }
.pcm-field-hint { color: #999; font-size: .8rem; }
.pcm-submit-notice { text-align: center; color: #777; font-size: .85rem; margin-top: 12px; }

.pcm-empty-state { text-align: center; padding: 48px 24px; }

/* ── Chatbot Widget: FIXED above phone button ── */
.pcm-chat-widget {
  position: fixed !important;
  bottom: 96px;             /* 56px phone + 16px gap + 24px base = 96px */
  right: 24px;              /* Same column as phone: right side */
  left: auto !important;
  z-index: 9998;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
/* Both RTL and LTR: chat stays right side above phone */
body.pcm-rtl .pcm-chat-widget { right: 24px; left: auto !important; align-items: flex-end; }
body.pcm-ltr .pcm-chat-widget { right: 24px; left: auto !important; align-items: flex-end; }

.pcm-chat-trigger {
  width: 54px; height: 54px;
  background: var(--pcm-primary);
  border: none; border-radius: 50%; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; color: #fff;
  box-shadow: 0 6px 20px rgba(15,121,60,.4);
  transition: transform .2s, box-shadow .2s;
  position: relative;
}
.pcm-chat-trigger:hover { transform: scale(1.1); box-shadow: 0 8px 28px rgba(15,121,60,.5); }

.pcm-chat-badge {
  position: absolute; top: -4px; right: -4px;
  background: var(--pcm-accent, #BA2025); color: #fff;
  width: 18px; height: 18px; border-radius: 50%;
  font-size: .68rem; font-weight: 800;
  display: none; align-items: center; justify-content: center;
  border: 2px solid #fff;
}

.pcm-chat-window {
  width: 320px;
  background: #fff; border-radius: 18px;
  box-shadow: 0 16px 50px rgba(0,0,0,.18);
  margin-bottom: 12px;
  flex-direction: column;
  max-height: 480px;
  border: 1px solid rgba(0,0,0,.06);
  animation: pcm-chat-in .25s cubic-bezier(.34,1.56,.64,1);
  overflow: hidden;
}
@keyframes pcm-chat-in {
  from { opacity: 0; transform: scale(.95) translateY(10px); }
  to   { opacity: 1; transform: scale(1) translateY(0); }
}

.pcm-chat-header {
  background: linear-gradient(135deg, var(--pcm-primary-dark) 0%, var(--pcm-primary) 100%);
  padding: 14px 16px;
  display: flex; align-items: center; gap: 10px;
  flex-shrink: 0;
}
.pcm-chat-avatar {
  width: 38px; height: 38px; background: rgba(255,255,255,.2);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 1rem; color: #fff; flex-shrink: 0; position: relative;
}
.pcm-chat-online {
  position: absolute; bottom: 0; right: 0;
  width: 10px; height: 10px; background: #22c55e;
  border-radius: 50%; border: 2px solid var(--pcm-primary-dark);
}
.pcm-chat-info { flex: 1; color: #fff; }
.pcm-chat-info strong { display: block; font-size: .88rem; font-weight: 700; }
.pcm-chat-info span   { font-size: .75rem; opacity: .8; display: flex; align-items: center; gap: 4px; }
.pcm-chat-close {
  background: none; border: none; color: rgba(255,255,255,.7);
  cursor: pointer; font-size: 1rem; transition: color .2s;
}
.pcm-chat-close:hover { color: #fff; }

.pcm-chat-messages {
  flex: 1; overflow-y: auto; padding: 16px;
  display: flex; flex-direction: column; gap: 12px;
  scroll-behavior: smooth;
}
.pcm-chat-messages::-webkit-scrollbar { width: 4px; }
.pcm-chat-messages::-webkit-scrollbar-thumb { background: #ddd; border-radius: 4px; }

.pcm-chat-msg { display: flex; }
.pcm-chat-bubble {
  max-width: 85%; padding: 10px 14px; border-radius: 14px;
  font-size: .87rem; line-height: 1.6; word-break: break-word;
}
.pcm-chat-bot  .pcm-chat-bubble { background: var(--pcm-lavender); color: #333; border-radius: 4px 14px 14px 14px; }
.pcm-chat-user { justify-content: flex-end; }
.pcm-chat-user .pcm-chat-bubble { background: var(--pcm-primary); color: #fff; border-radius: 14px 4px 14px 14px; }
.pcm-chat-bubble a { color: inherit; }
.pcm-chat-user .pcm-chat-bubble a { color: rgba(255,255,255,.9); }

/* Typing indicator */
.pcm-typing-indicator .pcm-chat-bubble {
  display: flex; align-items: center; gap: 4px; padding: 12px 16px;
}
.pcm-typing-indicator span {
  width: 7px; height: 7px; background: #aaa; border-radius: 50%;
  animation: pcm-typing 1.2s ease-in-out infinite;
}
.pcm-typing-indicator span:nth-child(2) { animation-delay: .2s; }
.pcm-typing-indicator span:nth-child(3) { animation-delay: .4s; }
@keyframes pcm-typing {
  0%,60%,100% { transform: translateY(0); }
  30%          { transform: translateY(-6px); }
}

/* Quick replies */
.pcm-chat-quick {
  padding: 10px 12px;
  display: flex; flex-wrap: wrap; gap: 6px;
  border-top: 1px solid #f0f0f0; flex-shrink: 0;
}
.pcm-quick-btn {
  background: var(--pcm-lp); border: 1px solid rgba(15,121,60,.2);
  color: var(--pcm-primary); padding: 6px 12px; border-radius: 20px;
  font-family: 'Cairo', sans-serif; font-size: .8rem; font-weight: 600;
  cursor: pointer; transition: all .2s; white-space: nowrap;
}
.pcm-quick-btn:hover { background: var(--pcm-primary); color: #fff; border-color: var(--pcm-primary); }

/* Input */
.pcm-chat-input-wrap {
  display: flex; gap: 8px; padding: 12px 14px;
  border-top: 1px solid #f0f0f0; flex-shrink: 0;
}
.pcm-chat-input {
  flex: 1; padding: 10px 14px;
  border: 1.5px solid #DEEBE2; border-radius: 24px;
  font-family: 'Cairo', sans-serif; font-size: .88rem;
  outline: none; transition: border-color .2s;
}
.pcm-chat-input:focus { border-color: var(--pcm-primary); }
.pcm-chat-send {
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--pcm-primary); border: none;
  color: #fff; cursor: pointer; font-size: .9rem;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; transition: all .2s;
}
.pcm-chat-send:hover { background: var(--pcm-primary-dark); transform: scale(1.05); }

/* ── Rental Cards ── */
.pcm-rental-card { background: #fff; border-radius: 14px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,.08); transition: transform .3s, box-shadow .3s; }
.pcm-rental-card:hover { transform: translateY(-6px); box-shadow: 0 12px 40px rgba(15,121,60,.2); }
.pcm-rental-prices { border-top: 1px solid #f0f0f0; border-bottom: 1px solid #f0f0f0; padding: 12px 0; margin: 12px 0; }
.pcm-rental-price-row { display: flex; justify-content: space-between; align-items: center; padding: 4px 0; font-size: .88rem; }
.pcm-rental-price-row span { color: #777; }
.pcm-rental-price-row strong { color: var(--pcm-primary); font-weight: 800; }

/* Rental filter */
.pcm-rental-filter-form { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.pcm-filter-select {
  padding: 10px 16px; border: 1.5px solid #DEEBE2; border-radius: 10px;
  font-family: 'Cairo', sans-serif; font-size: .9rem;
  background: #fff; cursor: pointer; min-width: 150px;
}
.pcm-filter-select:focus { outline: none; border-color: var(--pcm-primary); }

/* ── Mobile Drawer Divider ── */
.pcm-drawer-divider { border-top: 1px solid rgba(0,0,0,.08); margin: 8px 0; pointer-events: none; }

/* ── Animations ── */
@keyframes pcm-fade-in {
  from { opacity: 0; transform: translateY(-8px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── Responsive Auth ── */
@media (max-width: 576px) {
  .pcm-auth-card { padding: 32px 20px; }
  .pcm-auth-title { font-size: 1.3rem; }
  .pcm-account-stats { grid-template-columns: 1fr; }
  .pcm-chat-window { width: 290px; }
  .pcm-my-listing-card { flex-wrap: wrap; }
  .pcm-account-sidebar { position: static; margin-bottom: 24px; }
}

/* =========================================
   ALWAYS RTL — WA & PHONE FLOAT POSITIONS
========================================= */
.pcm-wa-widget {
  position: fixed !important;
  bottom: 24px !important;
  left: 24px !important;
  right: auto !important;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.pcm-phone-float {
  position: fixed !important;
  bottom: 24px !important;
  right: 24px !important;
  left: auto !important;
  z-index: 9998;
}

/* =========================================
   ADVANCED HERO SEARCH — BUY/RENT/SELL
========================================= */
.pcm-s-tab-sell {
  background: linear-gradient(135deg, #e8512a, #c0392b) !important;
  border-color: transparent !important;
  color: #fff !important;
  font-weight: 800;
}
.pcm-s-tab-sell.active,
.pcm-s-tab-sell:hover {
  background: linear-gradient(135deg, #c0392b, #922b21) !important;
  color: #fff !important;
}

/* Sell panel */
.pcm-sell-quick {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: rgba(255,255,255,.08);
  border: 1.5px solid rgba(255,255,255,.2);
  border-radius: 14px;
  padding: 22px;
}
.pcm-sell-icon {
  width: 56px; height: 56px;
  border-radius: 14px;
  background: rgba(232,81,42,.2);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem;
  color: #f5a623;
  flex-shrink: 0;
}
.pcm-btn-sell-go {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff;
  color: var(--pcm-primary-dark);
  padding: 11px 22px;
  border-radius: 10px;
  font-weight: 800;
  font-size: .9rem;
  transition: all .2s;
  text-decoration: none;
}
.pcm-btn-sell-go:hover { background: var(--pcm-beige); color: var(--pcm-primary-dark); }
.pcm-btn-sell-login {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent;
  color: rgba(255,255,255,.9);
  border: 1.5px solid rgba(255,255,255,.4);
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: 700;
  font-size: .88rem;
  transition: all .2s;
  text-decoration: none;
}
.pcm-btn-sell-login:hover { background: rgba(255,255,255,.12); color: #fff; }

/* =========================================
   SUBMIT PROPERTY PAGE
========================================= */
.pcm-submit-page { background: #f8f9fc; min-height: 100vh; }
.pcm-submit-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: var(--pcm-shadow);
  overflow: hidden;
}
.pcm-submit-header {
  display: flex; align-items: center; gap: 18px;
  background: linear-gradient(135deg, var(--pcm-primary-dark), var(--pcm-primary));
  padding: 28px 32px;
}
.pcm-submit-icon {
  width: 58px; height: 58px;
  border-radius: 16px;
  background: rgba(255,255,255,.15);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem; color: #fff; flex-shrink: 0;
}
.pcm-submit-title { font-size: 1.3rem; font-weight: 900; color: #fff; margin: 0 0 4px; }
.pcm-submit-sub { color: rgba(255,255,255,.75); font-size: .87rem; margin: 0; }
.pcm-submit-form { padding: 28px 32px; }

/* Form sections */
.pcm-form-section {
  margin-bottom: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid #f0f0f0;
}
.pcm-form-section:last-of-type { border-bottom: none; margin-bottom: 0; }
.pcm-form-section-title {
  display: flex; align-items: center; gap: 12px;
  font-size: 1rem; font-weight: 800; color: var(--pcm-primary-dark);
  margin-bottom: 18px;
}
.pcm-form-section-title span {
  width: 28px; height: 28px;
  border-radius: 8px;
  background: var(--pcm-primary);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: .85rem; font-weight: 900; flex-shrink: 0;
}

/* Listing type cards */
.pcm-listing-type-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.pcm-type-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 20px;
  border: 2px solid #e8e8e8;
  border-radius: 14px;
  cursor: pointer;
  transition: all .2s;
  text-align: center;
  background: #fff;
}
.pcm-type-card input[type="radio"] { position: absolute; opacity: 0; pointer-events: none; }
.pcm-type-card i { font-size: 1.8rem; color: var(--pcm-gray); transition: color .2s; }
.pcm-type-card strong { font-size: 1rem; font-weight: 800; color: #333; }
.pcm-type-card span { font-size: .8rem; color: #999; }
.pcm-type-card.active,
.pcm-type-card:hover {
  border-color: var(--pcm-primary);
  background: var(--pcm-lp);
}
.pcm-type-card.active i { color: var(--pcm-primary); }

/* Image upload area */
.pcm-image-upload-area {
  border: 2px dashed var(--pcm-border);
  border-radius: 14px;
  padding: 24px;
  text-align: center;
  cursor: pointer;
  transition: border-color .2s;
}
.pcm-image-upload-area:hover { border-color: var(--pcm-primary); }
.pcm-upload-placeholder {
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  cursor: pointer;
}
.pcm-upload-placeholder i { font-size: 2.5rem; color: var(--pcm-gray); }
.pcm-upload-placeholder strong { font-size: .95rem; color: #555; }
.pcm-upload-placeholder span { font-size: .8rem; color: #999; }

/* Submit button */
.pcm-submit-btn {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  width: 100%;
  padding: 16px;
  background: linear-gradient(135deg, var(--pcm-primary-dark), var(--pcm-primary));
  color: #fff;
  border: none;
  border-radius: 12px;
  font-family: 'Cairo', sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  cursor: pointer;
  transition: all .25s;
  margin-top: 24px;
}
.pcm-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(15,121,60,.35);
}
.pcm-submit-btn:disabled { opacity: .65; cursor: not-allowed; transform: none; }

.pcm-btn-outline {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 10px 18px;
  border: 1.5px solid var(--pcm-primary);
  border-radius: 10px;
  color: var(--pcm-primary);
  font-weight: 700;
  font-size: .88rem;
  transition: all .2s;
  text-decoration: none;
}
.pcm-btn-outline:hover { background: var(--pcm-primary); color: #fff; }
.pcm-sw-title {
  font-size: .95rem;
  font-weight: 800;
  color: var(--pcm-primary-dark);
  display: flex; align-items: center; gap: 8px;
}

/* Responsive submit page */
@media (max-width: 768px) {
  .pcm-submit-form { padding: 20px 18px; }
  .pcm-submit-header { padding: 22px 18px; }
  .pcm-listing-type-grid { grid-template-columns: 1fr; }
  .pcm-sell-quick { flex-direction: column; }
}

/* =========================================
   SEARCH PANEL (hero)
========================================= */
.pcm-search-panel {
  animation: pcm-fade-down .25s ease;
}
@keyframes pcm-fade-down {
  from { opacity: 0; transform: translateY(-8px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* =========================================
   PROPERTY CARD — ENHANCED v4
========================================= */
.pcm-prop-no-img {
  width: 100%; height: 100%;
  background: linear-gradient(145deg, var(--pcm-primary-dark), var(--pcm-primary));
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 10px; color: rgba(255,255,255,.6);
}
.pcm-prop-no-img i { font-size: 2.5rem; }
.pcm-prop-no-img span { font-size: .85rem; }

.pcm-prop-badges {
  position: absolute; top: 12px; right: 12px;
  display: flex; gap: 6px; flex-wrap: wrap;
}

/* Quick action buttons on card image */
.pcm-prop-quick-actions {
  position: absolute; bottom: 12px; left: 12px;
  display: flex; gap: 6px;
  opacity: 0; transform: translateY(6px);
  transition: all .25s;
}
.pcm-prop-card:hover .pcm-prop-quick-actions {
  opacity: 1; transform: translateY(0);
}
.pcm-pqa-btn {
  width: 36px; height: 36px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem; color: #fff;
  text-decoration: none; transition: transform .2s;
  backdrop-filter: blur(4px);
}
.pcm-pqa-btn:hover { transform: scale(1.15); color: #fff; }
.pcm-pqa-wa   { background: rgba(37,211,102,.85); }
.pcm-pqa-call { background: rgba(186,32,37,.85); }

/* Card stats */
.pcm-prop-stats {
  display: flex; gap: 14px; flex-wrap: wrap;
  margin: 10px 0 8px;
}
.pcm-ps-item {
  display: flex; align-items: center; gap: 5px;
  font-size: .8rem; color: #666;
}
.pcm-ps-item i { color: var(--pcm-primary); }

/* Amenities pills */
.pcm-prop-amenities {
  display: flex; flex-wrap: wrap; gap: 5px;
  margin-bottom: 10px;
}
.pcm-pam {
  font-size: .75rem;
  background: var(--pcm-lavender);
  color: var(--pcm-primary-dark);
  padding: 3px 8px;
  border-radius: 20px;
  display: inline-flex; align-items: center; gap: 4px;
  white-space: nowrap;
}

/* Payment plan */
.pcm-prop-payment {
  display: flex; gap: 12px;
  background: #f8f9fc;
  border-radius: 8px;
  padding: 8px 12px;
  margin-bottom: 12px;
}
.pcm-pp-item {
  display: flex; flex-direction: column; gap: 2px;
}
.pcm-pp-label { font-size: .72rem; color: #999; }
.pcm-pp-val { font-size: .88rem; font-weight: 800; color: var(--pcm-primary-dark); }

/* Location */
.pcm-prop-location {
  font-size: .83rem; color: #777;
  display: flex; align-items: center; gap: 6px;
  margin-bottom: 8px;
}
.pcm-prop-location i { color: var(--pcm-red); }

/* =========================================
   PROPERTY LIST VIEW
========================================= */
#pcm-props-grid.pcm-list-view {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
#pcm-props-grid.pcm-list-view .pcm-prop-col {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
#pcm-props-grid.pcm-list-view .pcm-prop-card {
  flex-direction: row;
  height: 180px;
}
#pcm-props-grid.pcm-list-view .pcm-prop-img {
  width: 260px;
  height: 180px;
  flex-shrink: 0;
  border-radius: 12px 0 0 12px;
}
#pcm-props-grid.pcm-list-view .pcm-prop-body {
  flex: 1;
  padding: 16px 20px;
  overflow: hidden;
}
#pcm-props-grid.pcm-list-view .pcm-prop-stats { margin: 6px 0; }
#pcm-props-grid.pcm-list-view .pcm-prop-amenities { display: none; }
#pcm-props-grid.pcm-list-view .pcm-prop-quick-actions { display: none; }

/* View toggle buttons */
.pcm-view-btn {
  width: 36px; height: 36px;
  border: 1.5px solid #ddd;
  border-radius: 8px;
  background: #fff;
  color: #888;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: all .2s;
}
.pcm-view-btn.active, .pcm-view-btn:hover {
  border-color: var(--pcm-primary);
  color: var(--pcm-primary);
  background: var(--pcm-lp);
}

/* =========================================
   ARCHIVE FILTER BAR
========================================= */
.pcm-archive-filter-bar {
  background: #fff;
  padding: 20px 0;
  border-bottom: 1px solid #f0f0f0;
  position: sticky;
  top: var(--pcm-header-h, 72px);
  z-index: 100;
  box-shadow: 0 2px 12px rgba(13,90,46,.07);
}
.pcm-af-grid {
  display: flex;
  gap: 12px;
  align-items: flex-end;
  flex-wrap: wrap;
}
.pcm-af-field {
  display: block;            /* label stacked above the select */
  flex: 1; min-width: 160px;
  background: none; border: none; padding: 0;
}
.pcm-af-field label {
  display: flex; align-items: center; gap: 6px;
  font-size: .78rem;
  font-weight: 700;
  color: #666;
  margin-bottom: 5px;
}
.pcm-af-field label i { color: var(--pcm-primary); font-size: .85rem; }
.pcm-af-sel {
  width: 100%;
  padding: 10px 12px;
  border: 1.5px solid #e8e8e8;
  border-radius: 9px;
  font-family: 'Cairo', sans-serif;
  font-size: .88rem;
  color: #333;
  background: #fff;
  transition: border-color .2s;
  outline: none;
}
.pcm-af-sel:focus { border-color: var(--pcm-primary); }

/* Pagination */
.pcm-pagination-wrap { margin-top: 48px; display: flex; justify-content: center; }
.pcm-pagination-wrap .page-numbers {
  display: inline-flex; align-items: center; gap: 6px;
}
.pcm-pagination-wrap .page-numbers a,
.pcm-pagination-wrap .page-numbers span {
  width: 40px; height: 40px;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  font-size: .88rem; font-weight: 700;
  border: 1.5px solid #e8e8e8;
  color: var(--pcm-primary-dark);
  transition: all .2s;
  text-decoration: none;
}
.pcm-pagination-wrap .page-numbers .current,
.pcm-pagination-wrap .page-numbers a:hover {
  background: var(--pcm-primary);
  border-color: var(--pcm-primary);
  color: #fff;
}

/* =========================================
   EMPTY STATE (archive)
========================================= */
.pcm-empty-state {
  text-align: center;
  padding: 80px 20px;
}
.pcm-empty-icon {
  font-size: 4rem;
  color: #ccc;
  margin-bottom: 20px;
}
.pcm-empty-state h3 { font-size: 1.3rem; color: #555; margin-bottom: 10px; }
.pcm-empty-state p { color: #999; margin-bottom: 24px; }

/* =========================================
   FAVORITES BUTTON
========================================= */
.pcm-fav-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,.9);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #ccc;
  transition: all .25s;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 2px 10px rgba(0,0,0,.12);
  flex-shrink: 0;
}
.pcm-fav-btn:hover { transform: scale(1.15); color: #BA2025; }
.pcm-fav-btn.active { color: #BA2025; background: #fff; }
.pcm-fav-btn.active .pcm-fav-icon { animation: pcm-fav-pop .35s ease; }
.pcm-fav-btn:focus-visible { outline: 2px solid var(--pcm-primary); outline-offset: 2px; }
@keyframes pcm-fav-pop {
  0%   { transform: scale(1); }
  40%  { transform: scale(1.5); }
  70%  { transform: scale(.85); }
  100% { transform: scale(1); }
}

/* =========================================
   TOAST NOTIFICATION
========================================= */
#pcm-toast-wrap {
  position: fixed;
  bottom: 110px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  pointer-events: none;
}
.pcm-toast {
  background: #0B4A26;
  color: #fff;
  padding: 10px 22px;
  border-radius: 30px;
  font-size: .88rem;
  font-weight: 600;
  box-shadow: 0 8px 24px rgba(0,0,0,.25);
  animation: pcm-toast-in .3s ease, pcm-toast-out .4s ease 2.5s forwards;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 8px;
}
.pcm-toast.success { background: #0B4A26; border-right: 4px solid #25D366; }
.pcm-toast.error   { background: #0B4A26; border-right: 4px solid #BA2025; }
@keyframes pcm-toast-in  { from { opacity:0; transform:translateY(16px); } to { opacity:1; transform:translateY(0); } }
@keyframes pcm-toast-out { from { opacity:1; transform:translateY(0); } to { opacity:0; transform:translateY(-16px); } }

/* =========================================
   FORM STYLES (Contact / Submit)
========================================= */
.pcm-form-card {
  background: #fff;
  border-radius: 18px;
  padding: 36px;
  box-shadow: var(--pcm-shadow);
}
.pcm-form-label {
  display: block;
  font-size: .82rem;
  font-weight: 700;
  color: var(--pcm-primary-dark);
  margin-bottom: 6px;
}
.pcm-form-control {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid #e8e8e8;
  border-radius: 10px;
  font-family: 'Cairo', sans-serif;
  font-size: .9rem;
  color: #333;
  background: #fafafa;
  transition: border-color .2s, box-shadow .2s;
  outline: none;
}
.pcm-form-control:focus {
  border-color: var(--pcm-primary);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(15,121,60,.12);
}
.pcm-form-control::placeholder { color: #aaa; }
.pcm-form-feedback {
  padding: 12px 16px;
  border-radius: 10px;
  font-size: .88rem;
  font-weight: 600;
  margin-bottom: 14px;
}
.pcm-form-feedback.success { background: rgba(37,211,102,.12); color: #1b7a3e; border: 1px solid rgba(37,211,102,.3); }
.pcm-form-feedback.error   { background: rgba(186,32,37,.08);  color: #BA2025; border: 1px solid rgba(186,32,37,.2); }

/* =========================================
   BLOG CARDS
========================================= */
.pcm-blog-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(13,90,46,.10);
  transition: all .3s;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.pcm-blog-card:hover { transform: translateY(-6px); box-shadow: var(--pcm-shadow-h); }
.pcm-blog-img { position: relative; overflow: hidden; height: 220px; flex-shrink: 0; }
.pcm-blog-thumb { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.pcm-blog-card:hover .pcm-blog-thumb { transform: scale(1.07); }
.pcm-blog-no-img {
  width: 100%; height: 100%;
  background: linear-gradient(135deg, var(--pcm-primary) 0%, var(--pcm-primary-dark) 100%);
  display: flex; align-items: center; justify-content: center;
  font-size: 3rem; color: rgba(255,255,255,.35);
}
.pcm-blog-cat {
  position: absolute; top: 12px; right: 12px;
  background: var(--pcm-primary);
  color: #fff;
  padding: 3px 12px;
  border-radius: 20px;
  font-size: .75rem;
  font-weight: 700;
}
.pcm-blog-body { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.pcm-blog-meta {
  display: flex; gap: 14px; align-items: center; flex-wrap: wrap;
  font-size: .77rem; color: var(--pcm-gray); margin-bottom: 12px;
}
.pcm-blog-meta i { color: var(--pcm-primary); margin-left: 3px; }
.pcm-blog-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--pcm-primary-dark);
  line-height: 1.4;
  margin-bottom: 10px;
}
.pcm-blog-title a { color: inherit; }
.pcm-blog-title a:hover { color: var(--pcm-primary); }
.pcm-blog-excerpt {
  font-size: .88rem;
  color: #666;
  line-height: 1.7;
  flex: 1;
  margin-bottom: 16px;
}
.pcm-blog-read-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--pcm-primary);
  font-weight: 700;
  font-size: .88rem;
  transition: gap .2s;
}
.pcm-blog-read-more:hover { gap: 10px; color: var(--pcm-primary); }

/* =========================================
   LTR (English) OVERRIDES
========================================= */
body.pcm-ltr {
  direction: ltr;
  text-align: left;
  font-family: 'Roboto', 'Cairo', sans-serif;
}
body.pcm-ltr .pcm-fav-btn { right: auto; left: 10px; }
body.pcm-ltr .pcm-form-feedback.success { border-left: 4px solid #25D366; border-right: none; }
body.pcm-ltr .pcm-form-feedback.error   { border-left: 4px solid #BA2025; border-right: none; }
body.pcm-ltr .pcm-toast.success { border-left: 4px solid #25D366; border-right: none; }
body.pcm-ltr .pcm-toast.error   { border-left: 4px solid #BA2025; border-right: none; }

/* =========================================
   RESPONSIVE: new elements
========================================= */
@media (max-width: 576px) {
  .pcm-form-card { padding: 22px 16px; }
  .pcm-blog-img  { height: 180px; }
  #pcm-toast-wrap { bottom: 80px; left: 16px; right: 16px; transform: none; }
  .pcm-toast { font-size: .82rem; padding: 9px 16px; }
}

/* =========================================
   CHATBOT GUEST GATE (login required)
========================================= */
.pcm-chat-gate {
  padding: 30px 24px 28px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.pcm-chat-gate-icon {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: var(--pcm-lp, #E2F3E8);
  color: var(--pcm-primary, #0F793C);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.pcm-chat-gate-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--pcm-primary-dark, #072F19);
  margin: 0;
}
.pcm-chat-gate-text {
  font-size: .86rem;
  color: #666;
  line-height: 1.7;
  margin: 4px 0 14px;
}
.pcm-chat-gate-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--pcm-primary, #0F793C);
  color: #fff;
  font-weight: 800;
  font-size: .9rem;
  padding: 11px 26px;
  border-radius: 10px;
  transition: background .2s, transform .2s;
}
.pcm-chat-gate-btn:hover { background: var(--pcm-primary-dark, #0B4A26); color: #fff; transform: translateY(-2px); }
.pcm-chat-gate-link {
  font-size: .82rem;
  color: var(--pcm-primary, #0F793C);
  font-weight: 700;
  margin-top: 4px;
}
.pcm-chat-gate-link:hover { color: var(--pcm-primary-dark, #0B4A26); text-decoration: underline; }

/* =========================================
   BADGE DISPLAY FIX (authoritative)
   Fixes: blog category & property badges rendering as tall
   stretched bars (caused by conflicting top+bottom rules and
   absolute children inside a flex container).
========================================= */
.pcm-prop-badges {
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  bottom: auto !important;
  left: auto !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 6px;
  align-items: flex-start;
  width: max-content !important;
  max-width: calc(100% - 24px);
  z-index: 3;
}
/* Bare badge (single, placed directly on the image) stays a top-right pill */
.pcm-prop-badge {
  bottom: auto !important;
  left: auto !important;
  display: inline-flex !important;
  align-items: center;
  white-space: nowrap !important;
  width: auto !important;
  height: auto !important;
  padding: 5px 12px;
  border-radius: 50px;
  font-size: .72rem;
  font-weight: 800;
  line-height: 1.4;
}
/* Badge inside the flex container flows in the row (no absolute stacking) */
.pcm-prop-badges .pcm-prop-badge {
  position: static !important;
  top: auto !important;
  right: auto !important;
}
.pcm-blog-cat {
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  bottom: auto !important;        /* kill the stretch from the legacy rule */
  left: auto !important;
  display: inline-block !important;
  white-space: nowrap !important;
  width: auto !important;
  height: auto !important;
  padding: 4px 12px;
  border-radius: 50px;
  font-size: .72rem;
  font-weight: 700;
  line-height: 1.5;
  z-index: 3;
}
/* Single property/rental hero badge: force a clean inline tag (no overlap with title) */
.pcm-prop-hero-overlay .pcm-prop-badge {
  position: static !important;
  top: auto !important; right: auto !important; bottom: auto !important; left: auto !important;
  display: inline-block !important;
  width: auto !important; height: auto !important;
  white-space: nowrap !important;
  margin: 0 0 14px !important;
  vertical-align: middle;
}
.pcm-prop-hero-title { clear: both; margin-top: 4px; }

/* =========================================
   FOOTER HARDENING — guarantee full-width dark background
   (defends against cache/layout edge cases where part of the
   footer appeared white with invisible white-on-white text)
========================================= */
.pcm-footer {
  width: 100% !important;
  background: var(--pcm-navy, #0B4A26) !important;
  color: #fff;
  position: relative;
  z-index: 1;
}
.pcm-footer .container { width: 100%; max-width: 1200px; margin-left: auto; margin-right: auto; }
.pcm-footer .pcm-footer-title,
.pcm-footer .pcm-cr-text strong { color: #fff; }
.pcm-footer .row > [class*="col-"] { margin-bottom: 10px; }

/* =========================================
   BLOG / ARCHIVE SIDEBAR WIDGETS
   (were rendering unstyled as a plain white text block)
========================================= */
.pcm-widget {
  background: #fff;
  border: 1px solid rgba(15,121,60,.12);
  border-radius: 14px;
  padding: 20px 22px;
  margin-bottom: 22px;
  box-shadow: 0 6px 20px rgba(13,90,46,.06);
}
.pcm-widget h2,
.pcm-widget .wp-block-heading,
.pcm-widget .widget-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--pcm-primary-dark, #072F19);
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--pcm-lp, #E2F3E8);
}
.pcm-widget ul { list-style: none; margin: 0; padding: 0; }
.pcm-widget li {
  padding: 8px 0;
  border-bottom: 1px solid #f1f1f1;
  font-size: .9rem;
  line-height: 1.6;
}
.pcm-widget li:last-child { border-bottom: none; }
.pcm-widget a { color: #444; transition: color .2s; }
.pcm-widget a:hover { color: var(--pcm-primary, #0F793C); }
.pcm-widget .wp-block-search__label {
  display: block; font-weight: 800;
  color: var(--pcm-primary-dark, #072F19); margin-bottom: 8px;
  border: none; padding: 0;
}
.pcm-widget .wp-block-search__inside-wrapper { display: flex; gap: 6px; }
.pcm-widget .wp-block-search__input {
  flex: 1; border: 1.5px solid var(--pcm-border, #C6C6C6);
  border-radius: 8px; padding: 8px 12px; font-family: inherit; outline: none;
}
.pcm-widget .wp-block-search__button {
  background: var(--pcm-primary, #0F793C); color: #fff; border: none;
  border-radius: 8px; padding: 8px 16px; font-weight: 700; cursor: pointer;
}
.pcm-widget .wp-block-latest-comments__comment { font-size: .85rem; line-height: 1.6; }

/* Reveal fail-safe: never leave content invisible if the reveal
   observer doesn't fire (prevents "empty white" sections) */
.no-js .pcm-reveal { opacity: 1 !important; transform: none !important; }

/* =========================================
   CHATBOT GUEST NOTIFICATION BUBBLE
========================================= */
.pcm-chat-notif {
  position: absolute;
  bottom: 78px;            /* sits just above the chat trigger */
  right: 0;
  width: 300px;
  max-width: calc(100vw - 48px);
  background: #fff;
  border: 1px solid rgba(15,121,60,.15);
  border-radius: 16px;
  box-shadow: 0 16px 44px rgba(13,90,46,.22);
  padding: 16px 16px 18px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(14px) scale(.96);
  transform-origin: bottom right;
  transition: opacity .3s ease, transform .3s ease, visibility .3s;
  z-index: 9999;
}
.pcm-chat-notif.pcm-notif-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  animation: pcm-notif-pop .45s ease;
}
@keyframes pcm-notif-pop {
  0%   { transform: translateY(14px) scale(.9); }
  60%  { transform: translateY(-3px) scale(1.02); }
  100% { transform: translateY(0) scale(1); }
}
/* little pointer toward the chat icon */
.pcm-chat-notif::after {
  content: '';
  position: absolute;
  bottom: -8px; right: 26px;
  width: 16px; height: 16px;
  background: #fff;
  border-right: 1px solid rgba(15,121,60,.15);
  border-bottom: 1px solid rgba(15,121,60,.15);
  transform: rotate(45deg);
}
.pcm-chat-notif-close {
  position: absolute;
  top: 4px; left: 6px;
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
  background: none; border: none;
  font-size: 1.5rem; line-height: 1;
  color: #aaa; cursor: pointer;
  border-radius: 50%;
  z-index: 5;                       /* sit above the clickable notif row */
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;       /* removes the 300ms tap delay on mobile */
  transition: color .2s, background .2s;
}
.pcm-chat-notif-close:hover,
.pcm-chat-notif-close:active { color: var(--pcm-red, #BA2025); background: rgba(186,32,37,.08); }
.pcm-chat-notif-row { display: flex; gap: 12px; align-items: flex-start; cursor: pointer; }
.pcm-chat-notif-avatar {
  flex-shrink: 0;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pcm-primary, #0F793C), var(--pcm-primary-dark, #0B4A26));
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.15rem;
}
.pcm-chat-notif-text strong {
  display: block;
  font-size: .92rem;
  font-weight: 800;
  color: var(--pcm-primary-dark, #072F19);
  margin-bottom: 4px;
}
.pcm-chat-notif-text p {
  font-size: .82rem;
  color: #666;
  line-height: 1.6;
  margin: 0 0 10px;
}
.pcm-chat-notif-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--pcm-primary, #0F793C);
  color: #fff;
  font-weight: 700;
  font-size: .82rem;
  padding: 8px 18px;
  border-radius: 9px;
  transition: background .2s, transform .2s;
}
.pcm-chat-notif-btn:hover { background: var(--pcm-primary-dark, #0B4A26); color: #fff; transform: translateY(-1px); }
body.pcm-ltr .pcm-chat-notif { right: auto; left: 0; transform-origin: bottom left; }
body.pcm-ltr .pcm-chat-notif::after { right: auto; left: 26px; }
body.pcm-ltr .pcm-chat-notif-close { left: auto; right: 10px; }

/* =========================================
   CHATBOT SMART-SEARCH RESULT CARDS
========================================= */
.pcm-chat-window { width: 370px !important; max-width: calc(100vw - 32px); position: relative; z-index: 10001; }
@media (max-width:480px){ .pcm-chat-window { width: calc(100vw - 32px) !important; } }

/* ── Chat tap-fixes (mobile) ──────────────────────────────
   The window must sit ABOVE the notification bubble (z-9999) and the bubble
   must vanish once the chat is open, otherwise it swallows taps on the
   Sign In / close buttons. */
.pcm-chat-widget.pcm-chat-opened .pcm-chat-notif { display: none !important; }
.pcm-chat-close {
  padding: 8px; margin: -8px -4px -8px -8px; line-height: 1;
  position: relative; z-index: 2; min-width: 34px; min-height: 34px;
}
.pcm-chat-gate-btn, .pcm-chat-gate-link, .pcm-chat-notif-btn { position: relative; z-index: 2; }
@media (max-width: 600px) {
  /* Open chat becomes a clean fixed panel on top of everything */
  .pcm-chat-widget.pcm-chat-opened .pcm-chat-window {
    position: fixed; left: 14px; right: 14px; bottom: 84px;
    width: auto !important; max-width: none; max-height: 78vh; z-index: 100001;
  }
  .pcm-chat-trigger { position: relative; z-index: 100002; }
  /* hide the side float buttons while chatting so nothing overlaps the panel */
  .pcm-chat-widget.pcm-chat-opened ~ .pcm-wa-widget,
  .pcm-chat-widget.pcm-chat-opened ~ .pcm-phone-float { opacity: 0; pointer-events: none; }
}
.pcm-chat-results { display: flex; flex-direction: column; gap: 10px; margin-top: 8px; }
.pcm-chat-card {
  display: flex; gap: 10px;
  background: #fff;
  border: 1px solid rgba(15,121,60,.15);
  border-radius: 12px;
  padding: 8px;
  box-shadow: 0 4px 14px rgba(13,90,46,.08);
}
.pcm-cc-img {
  width: 76px; flex-shrink: 0;
  border-radius: 9px;
  background-size: cover; background-position: center;
  background-color: #eef3ef;
  min-height: 76px;
}
.pcm-cc-noimg {
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--pcm-primary,#0F793C), var(--pcm-primary-dark,#0B4A26));
  color: rgba(255,255,255,.85); font-size: 1.6rem;
}
.pcm-cc-body { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.pcm-cc-title {
  font-weight: 800; font-size: .86rem; color: var(--pcm-primary-dark,#072F19);
  line-height: 1.35; text-decoration: none;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.pcm-cc-title:hover { color: var(--pcm-primary,#0F793C); }
.pcm-cc-dev, .pcm-cc-loc { font-size: .73rem; color: #777; line-height: 1.4; }
.pcm-cc-dev i { color: var(--pcm-primary,#0F793C); }
.pcm-cc-price { font-size: .9rem; font-weight: 900; color: var(--pcm-primary,#0F793C); margin-top: 2px; }
.pcm-cc-price span { font-size: .72rem; font-weight: 600; color: #999; }
.pcm-cc-actions { display: flex; gap: 6px; margin-top: 6px; }
.pcm-cc-btn {
  flex: 1; text-align: center;
  background: var(--pcm-primary,#0F793C); color: #fff;
  font-size: .76rem; font-weight: 700; padding: 6px 10px; border-radius: 7px; text-decoration: none;
  transition: background .2s;
}
.pcm-cc-btn:hover { background: var(--pcm-primary-dark,#0B4A26); color:#fff; }
.pcm-cc-wa {
  width: 34px; flex-shrink: 0; display: flex; align-items: center; justify-content: center;
  background: var(--pcm-wa,#25D366); color: #fff; border-radius: 7px; text-decoration: none;
}
.pcm-cc-wa:hover { filter: brightness(.95); color:#fff; }

/* =========================================
   LEGAL PAGES (Privacy / Terms)
========================================= */
.pcm-legal { color: #444; font-size: .98rem; line-height: 2; }
.pcm-legal > p:first-child {
  font-size: 1.05rem; color: #333; background: var(--pcm-lavender, #F0F8F2);
  border-right: 4px solid var(--pcm-primary, #0F793C);
  padding: 16px 20px; border-radius: 10px; margin-bottom: 28px;
}
body.pcm-ltr .pcm-legal > p:first-child { border-right: none; border-left: 4px solid var(--pcm-primary, #0F793C); }
.pcm-legal h2 {
  font-size: 1.25rem; font-weight: 800; color: var(--pcm-primary-dark, #072F19);
  margin: 30px 0 12px; padding-bottom: 8px;
  border-bottom: 2px solid var(--pcm-lp, #E2F3E8);
}
.pcm-legal ul { margin: 0 0 14px; padding-inline-start: 22px; }
.pcm-legal li { margin-bottom: 8px; }
.pcm-legal a { color: var(--pcm-primary, #0F793C); font-weight: 700; }
.pcm-legal a:hover { color: var(--pcm-primary-dark, #0B4A26); text-decoration: underline; }

/* =========================================
   DEVELOPERS ARCHIVE GRID (rebuilt)
========================================= */
.pcm-devs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 22px;
}
.pcm-dev-card {
  display: flex; flex-direction: column; align-items: center; text-align: center;
  background: #fff; border: 1px solid rgba(15,121,60,.1); border-radius: 16px;
  padding: 26px 18px 20px; text-decoration: none;
  box-shadow: 0 6px 20px rgba(13,90,46,.06);
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.pcm-dev-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(13,90,46,.14); border-color: rgba(15,121,60,.3); }
.pcm-dev-logo {
  width: 92px; height: 92px; border-radius: 16px;
  background: #f6faf7; border: 1px solid rgba(15,121,60,.1);
  display: flex; align-items: center; justify-content: center; overflow: hidden;
  margin-bottom: 14px;
}
.pcm-dev-logo img { width: 100%; height: 100%; object-fit: contain; padding: 8px; }
.pcm-dev-initial {
  font-size: 2.1rem; font-weight: 900; color: #fff;
  width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--pcm-primary,#0F793C), var(--pcm-primary-dark,#0B4A26));
}
.pcm-dev-name {
  font-size: 1rem; font-weight: 800; color: var(--pcm-primary-dark,#072F19);
  margin: 0 0 10px; line-height: 1.4;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 2.6em;
}
.pcm-dev-meta { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; margin-bottom: 14px; }
.pcm-dev-meta span { font-size: .78rem; color: #777; }
.pcm-dev-meta i { color: var(--pcm-primary,#0F793C); margin-inline-end: 3px; }
.pcm-dev-cta {
  margin-top: auto; font-size: .82rem; font-weight: 700; color: var(--pcm-primary,#0F793C);
  display: inline-flex; align-items: center; gap: 6px;
}
.pcm-dev-card:hover .pcm-dev-cta { gap: 10px; }

/* =========================================
   CUSTOM BRANDED CURSOR (desktop / fine pointer only)
========================================= */
@media (pointer:fine) {
  .pcm-cursor-dot, .pcm-cursor-ring {
    position: fixed; top: 0; left: 0;
    border-radius: 50%;
    pointer-events: none;
    z-index: 99999;
    margin-left: -4px; margin-top: -4px;
    will-change: transform;
  }
  .pcm-cursor-dot {
    width: 8px; height: 8px;
    background: var(--pcm-primary, #0F793C);
    box-shadow: 0 0 8px rgba(15,121,60,.6);
  }
  .pcm-cursor-ring {
    width: 34px; height: 34px;
    margin-left: -17px; margin-top: -17px;
    border: 2px solid rgba(15,121,60,.45);
    transition: width .22s ease, height .22s ease, margin .22s ease, background-color .22s ease, border-color .22s ease;
  }
  .pcm-cursor-ring.pcm-cursor-hover {
    width: 54px; height: 54px; margin-left: -27px; margin-top: -27px;
    background: rgba(15,121,60,.12);
    border-color: var(--pcm-primary, #0F793C);
  }
  .pcm-cursor-ring.pcm-cursor-down { width: 26px; height: 26px; margin-left: -13px; margin-top: -13px; border-color: var(--pcm-red, #BA2025); }
}
@media (pointer:coarse) { .pcm-cursor-dot, .pcm-cursor-ring { display: none !important; } }

/* =========================================
   MAP SEARCH PAGE (Leaflet — Nawy style)
========================================= */
.pcm-map-page { background: #eef1f4; }
.pcm-map-bar {
  display: flex; gap: 10px; align-items: center; flex-wrap: wrap;
  padding: 14px 22px; background: #fff;
  border-bottom: 1px solid rgba(15,121,60,.12);
  position: sticky; top: var(--pcm-header-h, 72px); z-index: 20;
}
.pcm-map-search {
  flex: 1; min-width: 220px; display: flex; align-items: center; gap: 8px;
  background: #f5f7f9; border: 1.5px solid rgba(15,121,60,.15); border-radius: 10px; padding: 9px 14px;
}
.pcm-map-search i { color: var(--pcm-primary,#0F793C); }
.pcm-map-search input { flex: 1; border: none; background: transparent; outline: none; font-family: inherit; font-size: .9rem; }
.pcm-map-sel {
  border: 1.5px solid rgba(15,121,60,.15); border-radius: 10px; padding: 9px 14px;
  font-family: inherit; font-size: .88rem; background: #fff; cursor: pointer; color: #333;
}
.pcm-map-reset {
  border: none; background: var(--pcm-primary,#0F793C); color: #fff; border-radius: 10px;
  padding: 9px 16px; font-weight: 700; font-size: .85rem; cursor: pointer; font-family: inherit;
}
.pcm-map-count { margin-inline-start: auto; font-weight: 800; color: var(--pcm-primary-dark,#072F19); font-size: .9rem; }
.pcm-map-layout { display: flex; height: calc(100vh - var(--pcm-header-h,72px) - 64px); }
.pcm-map-side { width: 380px; max-width: 42vw; background: #fff; overflow-y: auto; border-inline-end: 1px solid rgba(0,0,0,.06); }
.pcm-map-side-head { padding: 14px 18px; font-weight: 800; color: var(--pcm-primary-dark,#072F19); border-bottom: 1px solid rgba(0,0,0,.05); position: sticky; top: 0; background: #fff; z-index: 2; }
.pcm-map-list { padding: 12px; display: flex; flex-direction: column; gap: 10px; }
.pcm-map-empty { padding: 40px 16px; text-align: center; color: #888; }
.pcm-map-card { display: flex; gap: 10px; background: #fff; border: 1px solid rgba(15,121,60,.12); border-radius: 12px; overflow: hidden; text-decoration: none; transition: box-shadow .2s, transform .2s, border-color .2s; }
.pcm-map-card:hover { box-shadow: 0 10px 26px rgba(13,90,46,.14); border-color: var(--pcm-primary,#0F793C); transform: translateY(-2px); }
.pcm-map-card-img { width: 92px; flex-shrink: 0; background-size: cover; background-position: center; background-color: #e7efe9; display: flex; align-items: center; justify-content: center; color: #b9ccbf; font-size: 1.5rem; }
.pcm-map-card-body { flex: 1; min-width: 0; padding: 10px 12px; }
.pcm-map-card-title { font-weight: 800; font-size: .9rem; color: var(--pcm-primary-dark,#072F19); line-height: 1.4; display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden; }
.pcm-map-card-loc { font-size: .76rem; color: #888; margin-top: 3px; }
.pcm-map-card-price { font-size: .95rem; font-weight: 900; color: var(--pcm-primary,#0F793C); margin-top: 5px; }
.pcm-map-canvas { flex: 1; height: 100%; }
@media (max-width: 860px){
  .pcm-map-layout { flex-direction: column; height: auto; }
  .pcm-map-side { width: 100%; max-width: none; max-height: 300px; order: 2; }
  .pcm-map-canvas { height: 60vh; order: 1; }
}
/* Leaflet price pins */
.pcm-pin-wrap { background: none; border: none; }
.pcm-pin {
  background: var(--pcm-primary,#0F793C); color: #fff; font-weight: 800; font-size: .72rem;
  padding: 4px 9px; border-radius: 50px; white-space: nowrap; text-align: center;
  box-shadow: 0 3px 10px rgba(13,90,46,.4); border: 2px solid #fff; position: relative;
  transition: transform .15s, background .15s;
}
.pcm-pin::after { content:''; position:absolute; bottom:-6px; left:50%; transform:translateX(-50%); border:5px solid transparent; border-top-color:#fff; }
.pcm-pin-wrap:hover .pcm-pin { transform: scale(1.12); background: var(--pcm-primary-dark,#0B4A26); }
.pcm-map-pop { width: 200px; }
.pcm-map-pop-img { height: 96px; border-radius: 8px; background-size: cover; background-position: center; margin-bottom: 8px; }
.pcm-map-pop strong { font-size: .92rem; color: var(--pcm-primary-dark,#072F19); }
.pcm-map-pop-dev, .pcm-map-pop-loc { font-size: .76rem; color: #777; margin-top: 3px; }
.pcm-map-pop-price { font-size: 1rem; font-weight: 900; color: var(--pcm-primary,#0F793C); margin: 6px 0; }
.pcm-map-pop-btn { display: block; text-align: center; background: var(--pcm-primary,#0F793C) !important; color: #fff !important; padding: 8px; border-radius: 8px; font-weight: 800; font-size: .85rem; text-decoration: none !important; }
.pcm-map-pop-btn:hover { background: var(--pcm-primary-dark,#0B4A26) !important; color:#fff !important; }
.leaflet-popup-content { margin: 12px 14px !important; }
.leaflet-popup-content a.pcm-map-pop-btn { color:#fff !important; }
/* Map mobile: stack cleanly and keep the map visibly tall */
@media (max-width: 860px){
  .pcm-map-bar { position: static; padding: 12px 14px; gap: 8px; }
  .pcm-map-search { flex: 1 1 100%; order: -1; }
  .pcm-map-sel { flex: 1 1 30%; min-width: 0; font-size: .82rem; padding: 9px 10px; }
  .pcm-map-reset { flex: 1 1 100%; }
  .pcm-map-count { flex: 1 1 100%; text-align: center; margin: 0; }
  .pcm-map-layout { flex-direction: column; height: auto; }
  .pcm-map-canvas { order: 1; width: 100%; height: 62vh; min-height: 360px; }
  .pcm-map-side { order: 2; width: 100%; max-width: none; max-height: 340px; }
}
.leaflet-cluster-anim .leaflet-marker-icon { transition: transform .3s ease; }
.marker-cluster { background: rgba(15,121,60,.25); }
.marker-cluster div { background: var(--pcm-primary,#0F793C); color: #fff; font-weight: 800; }

/* =========================================
   ICON ANIMATIONS (site-wide motion)
========================================= */
@keyframes pcm-float { 0%,100%{ transform: translateY(0); } 50%{ transform: translateY(-7px); } }
@keyframes pcm-pulse-soft { 0%,100%{ transform: scale(1); } 50%{ transform: scale(1.08); } }
@keyframes pcm-spin-slow { from{ transform: rotate(0); } to{ transform: rotate(360deg); } }
.pcm-stat-icon, .pcm-hstat-icon { animation: pcm-float 3.5s ease-in-out infinite; }
.pcm-feature-card:hover .feat-icon, .pcm-benefit-card:hover .pcm-benefit-icon,
.pcm-value-card:hover .pcm-benefit-icon { animation: pcm-pulse-soft 1.2s ease-in-out infinite; }
.pcm-sec-tag i { display:inline-block; animation: pcm-pulse-soft 2.5s ease-in-out infinite; }
@media (prefers-reduced-motion: reduce){
  .pcm-stat-icon,.pcm-hstat-icon,.pcm-sec-tag i { animation: none !important; }
}

/* =========================================
   3D TILT CARDS
========================================= */
.pcm-tilt { transform-style: preserve-3d; transition: transform .15s ease; will-change: transform; }
.pcm-tilt > * { transform: translateZ(20px); }

/* =========================================
   SCROLL-BASED 3D / SCROLLYTELLING
   (.pcm-s3d is added by JS only → no-JS = fully visible)
========================================= */
.pcm-s3d {
  opacity: 0;
  transform: perspective(900px) rotateX(12deg) translateY(46px) scale(.97);
  transform-origin: center top;
  transition: opacity .7s ease, transform .75s cubic-bezier(.22,.9,.3,1);
  will-change: transform, opacity;
}
.pcm-s3d.pcm-s3d-in {
  opacity: 1;
  transform: perspective(900px) rotateX(0) translateY(0) scale(1);
}
/* stagger cards within the same row for a wave effect */
.row > [class*="col-"]:nth-child(2) .pcm-s3d { transition-delay: .06s; }
.row > [class*="col-"]:nth-child(3) .pcm-s3d { transition-delay: .12s; }
.row > [class*="col-"]:nth-child(4) .pcm-s3d { transition-delay: .18s; }
@media (prefers-reduced-motion: reduce){
  .pcm-s3d { opacity: 1 !important; transform: none !important; }
}

/* =========================================
   DISTINCTIVE "UPLOAD NEW LISTING" BUTTON
========================================= */
.pcm-btn-upload-ad {
  position: relative;
  display: inline-flex; align-items: center; gap: 10px;
  padding: 12px 26px;
  font-family: 'Cairo', sans-serif; font-weight: 800; font-size: .98rem;
  color: #fff; text-decoration: none;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--pcm-primary,#0F793C) 0%, var(--pcm-light-blue,#3DA566) 60%, var(--pcm-primary,#0F793C) 100%);
  background-size: 200% 100%;
  box-shadow: 0 8px 22px rgba(15,121,60,.38), inset 0 1px 0 rgba(255,255,255,.25);
  overflow: hidden;
  transition: transform .25s, box-shadow .25s, background-position .6s;
  animation: pcm-ua-glow 2.6s ease-in-out infinite;
}
.pcm-btn-upload-ad:hover {
  color: #fff;
  transform: translateY(-3px);
  background-position: 100% 0;
  box-shadow: 0 14px 32px rgba(15,121,60,.5), inset 0 1px 0 rgba(255,255,255,.3);
}
/* shine sweep */
.pcm-btn-upload-ad::before {
  content: ''; position: absolute; top: 0; left: -120%;
  width: 60%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.55), transparent);
  transform: skewX(-20deg);
  animation: pcm-ua-shine 3.2s ease-in-out infinite;
}
.pcm-btn-upload-ad .pcm-ua-ic {
  display: inline-flex; align-items: center; justify-content: center;
  width: 28px; height: 28px; border-radius: 50%;
  background: rgba(255,255,255,.2);
  animation: pcm-ua-bob 1.8s ease-in-out infinite;
}
.pcm-btn-upload-ad .pcm-ua-txt { position: relative; z-index: 1; }
@keyframes pcm-ua-glow {
  0%,100% { box-shadow: 0 8px 22px rgba(15,121,60,.38), inset 0 1px 0 rgba(255,255,255,.25); }
  50%     { box-shadow: 0 10px 30px rgba(15,121,60,.55), inset 0 1px 0 rgba(255,255,255,.3); }
}
@keyframes pcm-ua-shine {
  0%   { left: -120%; }
  55%  { left: 130%; }
  100% { left: 130%; }
}
@keyframes pcm-ua-bob {
  0%,100% { transform: translateY(0); }
  50%     { transform: translateY(-3px); }
}
@media (prefers-reduced-motion: reduce){
  .pcm-btn-upload-ad, .pcm-btn-upload-ad::before, .pcm-btn-upload-ad .pcm-ua-ic { animation: none !important; }
  .pcm-btn-upload-ad::before { display: none; }
}

/* Broker CRM banner inside My Account overview */
.pcm-broker-banner {
  display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
  margin-top: 26px; padding: 18px 20px;
  background: linear-gradient(135deg, rgba(15,121,60,.08), rgba(61,165,102,.06));
  border: 1px solid rgba(15,121,60,.18);
  border-radius: 16px;
}
.pcm-broker-banner-ic {
  width: 52px; height: 52px; flex-shrink: 0; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--pcm-primary,#0F793C), var(--pcm-primary-dark,#0B4A26));
  color: #fff; font-size: 1.3rem;
}
.pcm-broker-banner-txt { flex: 1; min-width: 180px; }
.pcm-broker-banner-txt strong { display: block; color: var(--pcm-primary-dark,#072F19); font-size: 1.02rem; margin-bottom: 3px; }
.pcm-broker-banner-txt span { color: #666; font-size: .86rem; line-height: 1.6; }
@media (max-width: 480px){ .pcm-broker-banner .pcm-btn-upload-ad, .pcm-broker-banner .pcm-btn { width: 100%; justify-content: center; } }

/* =========================================
   BRANDED IMAGE PLACEHOLDER (logo on white)
========================================= */
.pcm-logo-ph {
  width: 100%; height: 100%; min-height: 100%;
  background: #ffffff;
  display: flex; align-items: center; justify-content: center;
  padding: 18px;
}
.pcm-logo-ph img { max-width: 62%; max-height: 78%; width: auto; height: auto; object-fit: contain; opacity: .95; }
/* ensure containers give the placeholder height */
.pcm-prop-img .pcm-logo-ph, .pcm-blog-img .pcm-logo-ph, .pcm-map-card-img .pcm-logo-ph { position: absolute; inset: 0; }
.pcm-prop-hero .pcm-logo-ph { min-height: 420px; }
@media (max-width:767px){ .pcm-prop-hero .pcm-logo-ph { min-height: 280px; } }

/* =========================================
   ACCOUNT TYPE SELECTOR (register) + OTP recovery
========================================= */
.pcm-acct-type { display: flex; gap: 10px; }
.pcm-acct-opt {
  flex: 1; display: flex; align-items: center; justify-content: center; gap: 8px;
  border: 1.5px solid var(--pcm-border,#C6C6C6); border-radius: 10px; padding: 12px;
  cursor: pointer; font-weight: 700; font-size: .88rem; color: #555; transition: all .2s;
}
.pcm-acct-opt input { display: none; }
.pcm-acct-opt:has(input:checked) { border-color: var(--pcm-primary,#0F793C); background: var(--pcm-lavender,#F0F8F2); color: var(--pcm-primary-dark,#072F19); }
.pcm-acct-opt i { color: var(--pcm-primary,#0F793C); }
.pcm-otp-wrap { margin-top: 18px; border: 1px solid rgba(15,121,60,.18); border-radius: 14px; padding: 18px; background: #fafdfb; }
.pcm-otp-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; color: var(--pcm-primary-dark,#072F19); }
.pcm-otp-cancel { background: none; border: none; font-size: 1.4rem; color: #999; cursor: pointer; line-height: 1; }
#pcm-otp-code { letter-spacing: 8px; text-align: center; font-weight: 800; font-size: 1.1rem; }

/* =========================================
   BROKER LANDING + CRM
========================================= */
.pcm-broker-hero { padding: 80px 0; background: linear-gradient(135deg,var(--pcm-primary-dark,#072F19),var(--pcm-navy,#0B4A26)); position: relative; overflow: hidden; }
.pcm-broker-commission { display: flex; align-items: center; gap: 26px; background: var(--pcm-lavender,#F0F8F2); border: 1px solid rgba(15,121,60,.15); border-radius: 18px; padding: 28px; margin-bottom: 36px; flex-wrap: wrap; }
.pcm-bc-big { font-size: 4rem; font-weight: 900; color: var(--pcm-primary,#0F793C); line-height: 1; font-family: 'Tajawal',sans-serif; }
.pcm-broker-feats { display: grid; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); gap: 20px; }
.pcm-broker-feat { background: #fff; border: 1px solid rgba(15,121,60,.1); border-radius: 16px; padding: 26px 20px; text-align: center; box-shadow: 0 6px 20px rgba(13,90,46,.06); }
.pcm-broker-feat-ic { width: 56px; height: 56px; border-radius: 14px; background: var(--pcm-lp,#E2F3E8); color: var(--pcm-primary,#0F793C); display: flex; align-items: center; justify-content: center; font-size: 1.4rem; margin: 0 auto 14px; }
.pcm-broker-feat h3 { font-size: 1rem; font-weight: 800; color: var(--pcm-primary-dark,#072F19); margin-bottom: 8px; }
.pcm-broker-feat p { font-size: .86rem; color: #666; line-height: 1.7; margin: 0; }

.pcm-crm-head { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 24px; }
.pcm-crm-title { font-size: 1.5rem; font-weight: 900; color: var(--pcm-primary-dark,#072F19); }
.pcm-crm-title i { color: var(--pcm-primary,#0F793C); }
.pcm-crm-sub { color: #666; font-size: .92rem; }
.pcm-crm-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.pcm-crm-stats { display: grid; grid-template-columns: repeat(auto-fit,minmax(180px,1fr)); gap: 16px; margin-bottom: 26px; }
.pcm-crm-stat { background: #fff; border: 1px solid rgba(15,121,60,.1); border-radius: 14px; padding: 18px; display: flex; align-items: center; gap: 14px; box-shadow: 0 4px 14px rgba(13,90,46,.05); }
.pcm-crm-stat-ic { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; flex-shrink: 0; }
.pcm-crm-stat-num { font-size: 1.5rem; font-weight: 900; color: var(--pcm-primary-dark,#072F19); line-height: 1; }
.pcm-crm-stat-lbl { font-size: .8rem; color: #888; margin-top: 3px; }
.pcm-crm-card { background: #fff; border: 1px solid rgba(15,121,60,.1); border-radius: 16px; overflow: hidden; box-shadow: 0 6px 20px rgba(13,90,46,.06); }
.pcm-crm-card-head { padding: 16px 20px; font-weight: 800; color: var(--pcm-primary-dark,#072F19); border-bottom: 1px solid rgba(0,0,0,.05); }
.pcm-crm-table-wrap { overflow-x: auto; }
.pcm-crm-table { width: 100%; border-collapse: collapse; min-width: 720px; }
.pcm-crm-table th { text-align: start; font-size: .8rem; color: #888; font-weight: 700; padding: 12px 14px; border-bottom: 2px solid var(--pcm-lp,#E2F3E8); background: #f8faf8; }
.pcm-crm-table td { padding: 12px 14px; border-bottom: 1px solid #f1f1f1; font-size: .88rem; color: #444; }
.pcm-crm-empty-row td { text-align: center; color: #999; padding: 40px; }
.pcm-crm-badge { font-size: .74rem; font-weight: 800; padding: 3px 10px; border-radius: 50px; }
.pcm-crm-new { background: rgba(15,121,60,.12); color: #0F793C; }
.pcm-crm-negotiating { background: rgba(245,158,11,.16); color: #c47d04; }
.pcm-crm-closed { background: rgba(37,211,102,.16); color: #1ca355; }
.pcm-crm-lost { background: rgba(186,32,37,.12); color: #BA2025; }
.pcm-crm-edit, .pcm-crm-del { background: none; border: 1px solid rgba(0,0,0,.1); border-radius: 8px; width: 32px; height: 32px; cursor: pointer; color: #666; transition: all .2s; }
.pcm-crm-edit:hover { border-color: var(--pcm-primary,#0F793C); color: var(--pcm-primary,#0F793C); }
.pcm-crm-del:hover { border-color: var(--pcm-red,#BA2025); color: var(--pcm-red,#BA2025); }
.pcm-crm-modal { position: fixed; inset: 0; background: rgba(7,47,25,.55); display: none; align-items: center; justify-content: center; z-index: 100000; padding: 16px; }
.pcm-crm-modal.open { display: flex; }
.pcm-crm-modal-box { background: #fff; border-radius: 18px; padding: 28px; max-width: 560px; width: 100%; max-height: 90vh; overflow-y: auto; position: relative; }
.pcm-crm-modal-close { position: absolute; top: 14px; left: 16px; background: none; border: none; font-size: 1.6rem; color: #999; cursor: pointer; }
.pcm-crm-modal-box h3 { font-size: 1.2rem; font-weight: 900; color: var(--pcm-primary-dark,#072F19); margin-bottom: 18px; }
.pcm-crm-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width:560px){ .pcm-crm-grid { grid-template-columns: 1fr; } }
.pcm-crm-modal-box label { display: block; font-size: .82rem; font-weight: 700; color: #555; margin-bottom: 5px; }
.pcm-crm-modal-box input, .pcm-crm-modal-box select, .pcm-crm-modal-box textarea {
  width: 100%; border: 1.5px solid var(--pcm-border,#C6C6C6); border-radius: 9px; padding: 10px 12px;
  font-family: 'Cairo',sans-serif; font-size: .88rem; outline: none;
}
.pcm-crm-modal-box input:focus, .pcm-crm-modal-box select:focus, .pcm-crm-modal-box textarea:focus { border-color: var(--pcm-primary,#0F793C); }

/* =========================================================
   CRM — PHASE 1 (Dashboard + Leads + Pipeline)
========================================================= */
.pcm-crm { padding: 32px 0 70px; background: #f4f7f5; min-height: 70vh; }
.pcm-crm .container { max-width: 1280px; }

/* Tabs */
.pcm-crm-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin: 6px 0 22px; }
.pcm-crm-tab {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; border: 1.5px solid #e6ece8; color: #555;
  padding: 10px 18px; border-radius: 12px; font-family: 'Cairo',sans-serif;
  font-weight: 700; font-size: .9rem; cursor: pointer; transition: all .2s;
}
.pcm-crm-tab:hover { border-color: var(--pcm-primary,#0F793C); color: var(--pcm-primary,#0F793C); }
.pcm-crm-tab.active { background: linear-gradient(135deg,var(--pcm-primary,#0F793C),var(--pcm-primary-dark,#0B4A26)); color: #fff; border-color: transparent; box-shadow: 0 6px 18px rgba(15,121,60,.3); }
.pcm-crm-tab-count { background: rgba(0,0,0,.12); border-radius: 20px; padding: 1px 8px; font-size: .75rem; }
.pcm-crm-tab.active .pcm-crm-tab-count { background: rgba(255,255,255,.25); }

/* KPI cards */
.pcm-kpi-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(160px,1fr)); gap: 14px; margin-bottom: 22px; }
.pcm-kpi {
  background: #fff; border-radius: 16px; padding: 16px; display: flex; align-items: center; gap: 13px;
  box-shadow: 0 3px 14px rgba(7,47,25,.06); border: 1px solid #eef2f0;
  position: relative; overflow: hidden; animation: pcm-kpi-in .5s both;
}
.pcm-kpi::before { content: ''; position: absolute; inset-inline-start: 0; top: 0; bottom: 0; width: 4px; background: var(--kc,#0F793C); }
.pcm-kpi-ic { width: 46px; height: 46px; flex-shrink: 0; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; color: var(--kc,#0F793C); background: color-mix(in srgb, var(--kc,#0F793C) 13%, #fff); }
.pcm-kpi-num { font-size: 1.65rem; font-weight: 900; color: #16241c; line-height: 1.1; }
.pcm-kpi-num small { font-size: .7rem; color: #8a9a90; font-weight: 700; }
.pcm-kpi-lbl { font-size: .8rem; color: #6c7a72; font-weight: 600; margin-top: 2px; }
@keyframes pcm-kpi-in { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

/* Charts */
.pcm-charts-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(300px,1fr)); gap: 16px; }
.pcm-chart-card { background: #fff; border-radius: 16px; padding: 18px 20px; box-shadow: 0 3px 14px rgba(7,47,25,.06); border: 1px solid #eef2f0; }
.pcm-chart-wide { grid-column: 1 / -1; }
.pcm-chart-title { font-size: .95rem; font-weight: 800; color: var(--pcm-primary-dark,#072F19); margin: 0 0 16px; display: flex; align-items: center; gap: 8px; }
.pcm-chart-title i { color: var(--pcm-primary,#0F793C); }

/* Funnel */
.pcm-funnel { display: flex; flex-direction: column; gap: 9px; }
.pcm-funnel-row { display: flex; align-items: center; gap: 10px; }
.pcm-funnel-lbl { width: 80px; flex-shrink: 0; font-size: .8rem; color: #555; font-weight: 600; }
.pcm-funnel-track { flex: 1; background: #f1f5f3; border-radius: 8px; overflow: hidden; height: 26px; }
.pcm-funnel-bar { height: 100%; width: 0; border-radius: 8px; display: flex; align-items: center; justify-content: flex-end; padding: 0 8px; color: #fff; font-size: .78rem; font-weight: 800; transition: width 1s cubic-bezier(.2,.8,.2,1); min-width: 26px; }

/* Donut */
.pcm-donut-wrap { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.pcm-donut { width: 140px; height: 140px; flex-shrink: 0; animation: pcm-pop .6s ease; }
.pcm-donut-seg { transition: stroke-dasharray 1s ease; }
.pcm-donut-num { font-size: 26px; font-weight: 900; fill: #16241c; font-family: 'Cairo',sans-serif; }
.pcm-donut-cap { font-size: 11px; fill: #8a9a90; font-family: 'Cairo',sans-serif; }
.pcm-donut-legend { flex: 1; min-width: 140px; display: flex; flex-direction: column; gap: 6px; }
.pcm-leg { font-size: .82rem; color: #555; display: flex; align-items: center; gap: 7px; }
.pcm-leg span { width: 11px; height: 11px; border-radius: 3px; flex-shrink: 0; }
.pcm-leg b { margin-inline-start: auto; color: #16241c; }
@keyframes pcm-pop { from { opacity: 0; transform: scale(.85); } to { opacity: 1; transform: none; } }

/* Line chart */
.pcm-line-chart { width: 100%; height: 150px; }
.pcm-line-path { stroke-dasharray: 1400; stroke-dashoffset: 1400; animation: pcm-draw 1.5s ease forwards; }
@keyframes pcm-draw { to { stroke-dashoffset: 0; } }
.pcm-line-x { display: flex; justify-content: space-between; font-size: .75rem; color: #99a; margin-top: 4px; }
.pcm-activity-feed { font-size: .85rem; color: #555; }

/* Toolbar */
.pcm-crm-toolbar { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 16px; align-items: center; }
.pcm-crm-search { flex: 1; min-width: 200px; position: relative; }
.pcm-crm-search i { position: absolute; inset-inline-start: 14px; top: 50%; transform: translateY(-50%); color: #aaa; }
.pcm-crm-search input { width: 100%; padding: 11px 40px; border: 1.5px solid #e6ece8; border-radius: 11px; font-family: 'Cairo',sans-serif; font-size: .88rem; outline: none; }
.pcm-crm-search input:focus { border-color: var(--pcm-primary,#0F793C); }
.pcm-crm-filter { padding: 11px 14px; border: 1.5px solid #e6ece8; border-radius: 11px; font-family: 'Cairo',sans-serif; font-size: .85rem; background: #fff; cursor: pointer; outline: none; }

/* Table cells */
.pcm-crm-table-wrap { background: #fff; border-radius: 16px; box-shadow: 0 3px 14px rgba(7,47,25,.06); border: 1px solid #eef2f0; padding: 6px; }
.pcm-crm-name { color: var(--pcm-primary-dark,#072F19); font-weight: 800; text-decoration: none; }
.pcm-crm-name:hover { color: var(--pcm-primary,#0F793C); }
.pcm-crm-sub2 { font-size: .76rem; color: #99a59e; margin-top: 2px; }
.pcm-stg { display: inline-flex; align-items: center; gap: 5px; padding: 4px 10px; border-radius: 20px; font-size: .76rem; font-weight: 800; white-space: nowrap; }
.pcm-hot { font-size: .9rem; }
.pcm-score { display: inline-block; width: 64px; height: 7px; background: #eef2f0; border-radius: 6px; overflow: hidden; vertical-align: middle; }
.pcm-score-bar { height: 100%; border-radius: 6px; transition: width .8s ease; }
.pcm-score-n { font-size: .76rem; color: #667; margin-inline-start: 6px; font-weight: 700; }
.pcm-crm-rowact { white-space: nowrap; }
.pcm-ra { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 9px; border: 1px solid #e6ece8; background: #fff; color: #667; cursor: pointer; margin-inline-start: 4px; text-decoration: none; transition: all .15s; }
.pcm-ra:hover { transform: translateY(-2px); }
.pcm-ra.call:hover { background: #0ea5e9; color: #fff; border-color: transparent; }
.pcm-ra.wa:hover { background: #25D366; color: #fff; border-color: transparent; }
.pcm-ra.view:hover { background: var(--pcm-primary,#0F793C); color: #fff; border-color: transparent; }
.pcm-ra.edit:hover { background: #f59e0b; color: #fff; border-color: transparent; }
.pcm-ra.del:hover { background: #dc2626; color: #fff; border-color: transparent; }
.pcm-crm-empty { text-align: center; padding: 50px 20px; color: #99a59e; }
.pcm-crm-empty i { font-size: 2.6rem; display: block; margin-bottom: 12px; color: #cdd8d2; }

/* Kanban */
.pcm-kanban { display: flex; gap: 12px; overflow-x: auto; padding-bottom: 14px; }
.pcm-kan-col { flex: 0 0 250px; background: #eef2f0; border-radius: 14px; display: flex; flex-direction: column; max-height: 70vh; }
.pcm-kan-head { display: flex; align-items: center; justify-content: space-between; padding: 11px 14px; font-weight: 800; font-size: .85rem; color: #fff; background: var(--kc,#0F793C); border-radius: 14px 14px 0 0; position: sticky; top: 0; }
.pcm-kan-count { background: rgba(255,255,255,.25); border-radius: 20px; padding: 1px 9px; font-size: .76rem; }
.pcm-kan-body { padding: 10px; display: flex; flex-direction: column; gap: 9px; overflow-y: auto; min-height: 60px; transition: background .2s; }
.pcm-kan-body.over { background: rgba(15,121,60,.1); outline: 2px dashed var(--pcm-primary,#0F793C); outline-offset: -6px; }
.pcm-kan-card { background: #fff; border-radius: 11px; padding: 11px 12px; box-shadow: 0 2px 8px rgba(7,47,25,.07); cursor: grab; border: 1px solid #eef2f0; }
.pcm-kan-card:active { cursor: grabbing; }
.pcm-kan-card.dragging { opacity: .5; }
.pcm-kan-card-top { font-size: .9rem; color: #16241c; font-weight: 800; margin-bottom: 5px; }
.pcm-kan-sub { font-size: .76rem; color: #778; display: flex; align-items: center; gap: 5px; margin-top: 2px; }
.pcm-kan-sub i { color: var(--pcm-primary,#0F793C); }
.pcm-kan-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 8px; font-size: .76rem; color: #99a; }
.pcm-kan-acts { display: flex; gap: 8px; }
.pcm-kan-acts a, .pcm-kan-acts button { color: #25D366; background: none; border: none; cursor: pointer; font-size: .95rem; }
.pcm-kan-acts button { color: var(--pcm-primary,#0F793C); }

/* Large form modal */
.pcm-crm-modal-lg { max-width: 880px; }
.pcm-crm-modal-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.pcm-crm-modal-head h3 { margin: 0; font-size: 1.2rem; font-weight: 900; color: var(--pcm-primary-dark,#072F19); }
.pcm-crm-x { background: none; border: none; font-size: 1.7rem; line-height: 1; color: #aaa; cursor: pointer; padding: 0 4px; }
.pcm-crm-x:hover { color: #dc2626; }
.pcm-crm-form-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px; }
.pcm-crm-fld { display: flex !important; flex-direction: column; gap: 5px; margin: 0 !important; }
.pcm-crm-fld span { font-size: .78rem; font-weight: 700; color: #555; }
.pcm-crm-fld.pcm-crm-col2 { grid-column: span 2; }
.pcm-crm-form-foot { display: flex; justify-content: flex-end; gap: 10px; margin-top: 18px; }
.pcm-crm-msg { padding: 10px 14px; border-radius: 9px; font-size: .85rem; margin-bottom: 12px; }
.pcm-crm-msg.ok  { background: #e7f6ec; color: #16a34a; }
.pcm-crm-msg.err { background: #fdeaea; color: #dc2626; }

/* Drawer */
.pcm-crm-drawer { position: fixed; inset: 0; background: rgba(7,47,25,.5); z-index: 100001; opacity: 0; visibility: hidden; transition: opacity .25s; }
.pcm-crm-drawer.open { opacity: 1; visibility: visible; }
.pcm-crm-drawer-panel { position: absolute; inset-inline-start: 0; top: 0; bottom: 0; width: 460px; max-width: 92vw; background: #fff; box-shadow: 0 0 50px rgba(0,0,0,.3); transform: translateX(-100%); transition: transform .3s cubic-bezier(.2,.8,.2,1); display: flex; flex-direction: column; }
body.pcm-rtl .pcm-crm-drawer-panel { inset-inline-start: auto; inset-inline-end: 0; transform: translateX(100%); }
.pcm-crm-drawer.open .pcm-crm-drawer-panel { transform: translateX(0) !important; }
.pcm-crm-drawer-head { display: flex; align-items: flex-start; justify-content: space-between; padding: 18px 20px; background: linear-gradient(135deg,var(--pcm-primary-dark,#0B4A26),var(--pcm-primary,#0F793C)); color: #fff; }
.pcm-crm-drawer-head h3 { margin: 0; font-size: 1.15rem; font-weight: 900; }
.pcm-crm-d-meta { font-size: .8rem; opacity: .9; }
.pcm-crm-drawer-head .pcm-crm-x { color: rgba(255,255,255,.8); }
.pcm-crm-drawer-body { padding: 18px 20px; overflow-y: auto; flex: 1; }
.pcm-crm-loading { text-align: center; padding: 40px; color: var(--pcm-primary,#0F793C); font-size: 1.6rem; }
.pcm-d-score { display: flex; align-items: center; gap: 14px; background: #f4f7f5; border-radius: 14px; padding: 14px; margin-bottom: 14px; }
.pcm-d-score-ring { width: 60px; height: 60px; border-radius: 50%; flex-shrink: 0; background: conic-gradient(var(--c,#16a34a) calc(var(--p,0)*1%), #e6ece8 0); display: flex; align-items: center; justify-content: center; position: relative; }
.pcm-d-score-ring::after { content: ''; position: absolute; inset: 7px; background: #fff; border-radius: 50%; }
.pcm-d-score-ring span { position: relative; z-index: 1; font-weight: 900; color: #16241c; font-size: 1rem; }
.pcm-d-quick { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 16px; }
.pcm-d-quick .pcm-btn { padding: 8px 14px; font-size: .82rem; }
.pcm-btn-wa { background: #25D366; color: #fff; }
.pcm-btn-wa:hover { background: #1da851; color: #fff; }
.pcm-d-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 18px; }
.pcm-d-f { background: #f8faf8; border-radius: 9px; padding: 8px 11px; }
.pcm-d-f span { display: block; font-size: .72rem; color: #99a59e; margin-bottom: 2px; }
.pcm-d-f b { font-size: .85rem; color: #16241c; }
.pcm-d-sec { margin-bottom: 18px; }
.pcm-d-sec h4 { font-size: .9rem; font-weight: 800; color: var(--pcm-primary-dark,#072F19); margin: 0 0 10px; display: flex; align-items: center; gap: 7px; }
.pcm-d-addnote { display: flex; gap: 6px; margin-bottom: 12px; }
.pcm-d-addnote select { width: 90px; flex-shrink: 0; padding: 8px; border: 1.5px solid #e6ece8; border-radius: 9px; font-family: 'Cairo',sans-serif; font-size: .8rem; }
.pcm-d-addnote input { flex: 1; padding: 8px 12px; border: 1.5px solid #e6ece8; border-radius: 9px; font-family: 'Cairo',sans-serif; font-size: .82rem; outline: none; }
.pcm-d-addnote .pcm-btn { padding: 8px 12px; }
.pcm-d-timeline { display: flex; flex-direction: column; gap: 10px; }
.pcm-d-tl { display: flex; gap: 10px; align-items: flex-start; }
.pcm-d-tl-tag { background: var(--pcm-lp,#E2F3E8); color: var(--pcm-primary,#0F793C); font-size: .7rem; font-weight: 800; padding: 3px 8px; border-radius: 6px; flex-shrink: 0; }
.pcm-d-tl p { margin: 0; font-size: .85rem; color: #333; }
.pcm-d-tl small { color: #99a59e; font-size: .72rem; }
.pcm-d-tl.small .pcm-d-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--pcm-primary,#0F793C); margin-top: 5px; flex-shrink: 0; }
.pcm-d-empty { color: #99a59e; font-size: .82rem; }

@media (max-width: 700px){
  .pcm-crm-form-grid { grid-template-columns: 1fr 1fr; }
  .pcm-crm-fld.pcm-crm-col2 { grid-column: span 2; }
  .pcm-d-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px){
  .pcm-crm-form-grid { grid-template-columns: 1fr; }
  .pcm-crm-fld.pcm-crm-col2 { grid-column: span 1; }
  .pcm-kpi-num { font-size: 1.4rem; }
}

/* CRM import modal */
.pcm-import-howto { background: #f4f7f5; border-radius: 12px; padding: 14px 16px; margin-bottom: 14px; font-size: .86rem; color: #444; }
.pcm-import-howto strong { color: var(--pcm-primary-dark,#072F19); }
.pcm-import-howto ol { margin: 8px 18px 8px; padding: 0; line-height: 1.9; }
.pcm-import-cols { font-size: .76rem; color: #778; background: #fff; border: 1px dashed #cdd8d2; border-radius: 8px; padding: 8px 10px; margin: 8px 0 0; direction: ltr; text-align: left; }
.pcm-import-drop { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; padding: 28px; border: 2px dashed #bcd4c5; border-radius: 14px; background: #fbfdfb; color: #6c7a72; cursor: pointer; transition: all .2s; margin-bottom: 12px; }
.pcm-import-drop:hover, .pcm-import-drop.over { border-color: var(--pcm-primary,#0F793C); background: rgba(15,121,60,.06); color: var(--pcm-primary,#0F793C); }
.pcm-import-drop i { font-size: 2rem; }

/* CRM smart assistant (floating) */
.pcm-crm-bot { position: fixed; left: 24px; right: auto; bottom: 96px; z-index: 10000; }
.pcm-crm-bot-trigger { width: 54px; height: 54px; border-radius: 50%; border: none; cursor: pointer; color: #fff; font-size: 1.35rem; background: linear-gradient(135deg,#6366f1,#0F793C); box-shadow: 0 8px 22px rgba(99,102,241,.4); animation: pcm-ua-glow 2.8s ease-in-out infinite; }
.pcm-crm-bot-trigger:hover { transform: scale(1.08); }
.pcm-crm-bot-win { position: absolute; bottom: 66px; left: 0; right: auto; width: 330px; max-width: calc(100vw - 40px); height: 440px; max-height: 70vh; background: #fff; border-radius: 16px; box-shadow: 0 16px 50px rgba(0,0,0,.22); border: 1px solid #e6ece8; display: none; flex-direction: column; overflow: hidden; }
.pcm-crm-bot.open .pcm-crm-bot-win { display: flex; animation: pcm-pop .25s ease; }
.pcm-crm-bot-head { background: linear-gradient(135deg,#0B4A26,#0F793C); color: #fff; padding: 12px 15px; display: flex; align-items: center; justify-content: space-between; font-weight: 800; font-size: .9rem; }
.pcm-crm-bot-head button { background: none; border: none; color: rgba(255,255,255,.85); font-size: 1.4rem; cursor: pointer; line-height: 1; }
.pcm-crm-bot-msgs { flex: 1; overflow-y: auto; padding: 14px; display: flex; flex-direction: column; gap: 9px; background: #f7faf8; }
.pcm-bot-msg { max-width: 88%; padding: 9px 13px; border-radius: 13px; font-size: .85rem; line-height: 1.7; }
.pcm-bot-msg.bot { background: #fff; border: 1px solid #eef2f0; color: #333; align-self: flex-start; border-bottom-right-radius: 4px; }
.pcm-bot-msg.me { background: var(--pcm-primary,#0F793C); color: #fff; align-self: flex-end; border-bottom-left-radius: 4px; }
.pcm-bot-msg a { color: inherit; font-weight: 700; text-decoration: underline; }
.pcm-bot-msg.bot a { color: var(--pcm-primary,#0F793C); }
.pcm-crm-bot-quick { display: flex; gap: 6px; flex-wrap: wrap; padding: 8px 10px; border-top: 1px solid #f0f0f0; }
.pcm-crm-bot-quick button { background: var(--pcm-lp,#E2F3E8); border: none; color: var(--pcm-primary,#0F793C); padding: 5px 10px; border-radius: 20px; font-family: 'Cairo',sans-serif; font-size: .76rem; font-weight: 700; cursor: pointer; }
.pcm-crm-bot-quick button:hover { background: var(--pcm-primary,#0F793C); color: #fff; }
.pcm-crm-bot-input { display: flex; gap: 6px; padding: 10px; border-top: 1px solid #f0f0f0; }
.pcm-crm-bot-input input { flex: 1; padding: 9px 12px; border: 1.5px solid #e6ece8; border-radius: 22px; font-family: 'Cairo',sans-serif; font-size: .84rem; outline: none; }
.pcm-crm-bot-input button { width: 38px; height: 38px; border-radius: 50%; border: none; background: var(--pcm-primary,#0F793C); color: #fff; cursor: pointer; flex-shrink: 0; }
.pcm-bot-typing { display: inline-flex !important; gap: 4px; align-items: center; padding: 11px 14px !important; }
.pcm-bot-typing span { width: 7px; height: 7px; border-radius: 50%; background: #aaa; animation: pcm-typing 1.2s ease-in-out infinite; }
.pcm-bot-typing span:nth-child(2) { animation-delay: .2s; }
.pcm-bot-typing span:nth-child(3) { animation-delay: .4s; }

/* =========================================================
   GLOBAL RESPONSIVE SAFETY (all pages / all devices)
========================================================= */
html { overflow-x: hidden; }
body { overflow-x: hidden; max-width: 100%; }
img, svg, video, iframe { max-width: 100%; }
/* Keep page content centered with a sane max width instead of stretching
   edge-to-edge on wide screens (fixes the hero "stretch"). width:100% still
   keeps it fluid below this cap, so there is no horizontal overflow. */
.container { width: 100%; max-width: 1200px; margin-left: auto; margin-right: auto; }
.pcm-container { max-width: 100%; }
*, *::before, *::after { box-sizing: border-box; }

/* Tidy the floating action buttons so they never overlap each other on phones */
@media (max-width: 600px) {
  .pcm-wa-widget   { bottom: 18px !important; left: 16px !important; right: auto !important; }
  .pcm-phone-float { bottom: 18px !important; right: 16px !important; left: auto !important; width: 50px; height: 50px; font-size: 1.05rem; }
  .pcm-chat-widget { bottom: 80px !important; right: 16px !important; left: auto !important; }
  #pcm-back-top    { bottom: 142px !important; right: 16px !important; }
  /* keep tables and wide blocks scrollable instead of breaking the layout */
  .pcm-crm-table-wrap, .pcm-kanban, table { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .pcm-archive-filters, .pcm-rent-filter-bar { position: static !important; }
}

/* Make sure Font Awesome glyphs always render (avoid empty boxes if a weight
   class is missing by falling back to the solid family). */
.fa-solid, .fas { font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", sans-serif; font-weight: 900; }
.fa-brands, .fab { font-family: "Font Awesome 6 Brands", "Font Awesome 5 Brands", sans-serif; font-weight: 400; }
.fa-regular, .far { font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", sans-serif; font-weight: 400; }
