:root {
  --rj-orange: #ff5a12;
  --rj-orange-dark: #e94b00;
  --rj-gold: #f49a14;
  --rj-ink: #111d2b;
  --rj-muted: #596575;
  --rj-cream: #fff8ee;
  --rj-line: #e8edf1;
  --rj-dark: #15232c;
  --rj-radius: 10px;
  --rj-shadow: 0 12px 30px rgba(17, 29, 43, .10);
}

body {
  color: var(--rj-ink);
  font-family: "Poppins", "Segoe UI", Arial, sans-serif;
}

body.page-id-230 .site-content > .ast-container,
body.page-id-230 .site-main,
body.page-id-230 .entry-content,
body.page-id-230 .entry-content > .elementor {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body.page-id-230 .entry-header { display: none; }

/* Astra native header */
.site-header-above-section-left,
.site-header-above-section-right { min-height: 30px; }

.ast-above-header-wrap .ast-above-header-bar {
  min-height: 32px;
  background: #17232b;
  border: 0;
}

.ast-above-header-wrap,
.ast-above-header-wrap a,
.ast-above-header-wrap p {
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
}

.rj-top-contact { display: flex; gap: 14px; align-items: center; }
.rj-top-contact a { text-decoration: none; }
.rj-top-contact span { opacity: .45; }
.rj-top-tagline { font-style: italic; opacity: .92; }

.ast-primary-header-bar {
  min-height: 78px;
  background: #fff;
  border-bottom: 1px solid #edf0f2;
}

.site-branding img,
.custom-logo-link img { width: 230px; max-width: 230px; height: auto; }

.main-header-menu > .menu-item > .menu-link {
  color: var(--rj-ink);
  font-size: 14px;
  font-weight: 600;
  padding: 0 18px;
}

.main-header-menu > .current-menu-item > .menu-link,
.main-header-menu > .menu-item > .menu-link:hover {
  color: var(--rj-orange);
}

.main-header-menu > .current-menu-item > .menu-link:after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 17px;
  height: 2px;
  background: var(--rj-orange);
}

.ast-header-button-1 .ast-custom-button {
  border: 0;
  border-radius: 7px;
  background: var(--rj-orange);
  color: #fff;
  font-weight: 700;
  padding: 14px 24px;
  box-shadow: 0 8px 18px rgba(255,90,18,.18);
}

.ast-header-button-1 .ast-custom-button:hover { background: var(--rj-orange-dark); }

/* Elementor homepage */
.rj-home .elementor-widget-heading .elementor-heading-title,
.rj-home h1, .rj-home h2, .rj-home h3 {
  color: var(--rj-ink);
  font-family: "Poppins", "Segoe UI", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.08;
  margin: 0;
}

.rj-home p { color: var(--rj-muted); }
.rj-home .elementor-button { font-weight: 700; }

.rj-hero {
  position: relative;
  min-height: 560px;
  background-position: center center !important;
  background-size: cover !important;
  overflow: hidden;
}

.rj-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,250,242,.99) 0%, rgba(255,250,242,.96) 35%, rgba(255,250,242,.72) 48%, rgba(255,250,242,.05) 70%);
  pointer-events: none;
}

.rj-hero > .elementor-container {
  position: relative;
  max-width: 1200px;
  min-height: 560px;
  z-index: 1;
}

.rj-hero-copy > .elementor-element-populated {
  align-content: center;
  padding: 62px 20px 56px !important;
}
.rj-hero-copy { width: 54% !important; flex-basis: 54% !important; }
.rj-hero-visual { width: 46% !important; flex-basis: 46% !important; }

.rj-eyebrow .elementor-heading-title,
.rj-section-label .elementor-heading-title {
  color: #6c7480 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.rj-eyebrow .elementor-heading-title:after,
.rj-section-label .elementor-heading-title:after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 2px;
  margin: 0 0 4px 14px;
  background: var(--rj-orange);
}

.rj-hero-title .elementor-heading-title { font-size: clamp(44px, 4.4vw, 68px) !important; }
.rj-hero-title .rj-accent { color: var(--rj-orange); }
.rj-hero-text { max-width: 600px; margin-top: 18px; }
.rj-hero-text p { color: #25323e; font-size: 18px; line-height: 1.45; }

.rj-btn-row > .elementor-container { gap: 14px; justify-content: flex-start; }
.rj-btn-row .elementor-column { width: auto !important; }
.rj-btn-primary .elementor-button,
.rj-cta-button .elementor-button {
  border: 2px solid var(--rj-orange);
  border-radius: 7px;
  background: var(--rj-orange) !important;
  color: #fff !important;
  padding: 14px 24px;
}
.rj-btn-secondary .elementor-button {
  border: 2px solid #24313e;
  border-radius: 7px;
  background: rgba(255,255,255,.88) !important;
  color: var(--rj-ink) !important;
  padding: 14px 26px;
}
.rj-btn-primary .elementor-button:hover,
.rj-cta-button .elementor-button:hover { background: var(--rj-orange-dark) !important; border-color: var(--rj-orange-dark); }
.rj-btn-secondary .elementor-button:hover { background: var(--rj-ink) !important; color: #fff !important; }

.rj-hero-visual > .elementor-element-populated { position: relative; }
.rj-hero-slogan {
  position: absolute;
  right: 10px;
  top: 54px;
  max-width: 190px;
  transform: rotate(-5deg);
}
.rj-hero-slogan .elementor-heading-title {
  color: #112130 !important;
  font-family: "Segoe Print", cursive !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
}
.rj-location-card {
  position: absolute;
  right: 2px;
  top: 370px;
  bottom: auto;
  width: 220px !important;
  max-width: 220px;
  height: auto !important;
  min-height: 0 !important;
  max-height: 85px;
  box-sizing: border-box;
  padding: 15px 18px;
  border-radius: 8px 0 0 8px;
  background: rgba(17,29,43,.91);
}
.rj-location-card p { margin: 0; color: #fff; font-size: 14px; line-height: 1.35; }

.rj-section { padding: 62px 22px; }
.rj-section > .elementor-container { max-width: 1200px; }
.rj-section-heading .elementor-heading-title { font-size: clamp(32px, 3vw, 44px) !important; }
.rj-heading-row { margin-bottom: 24px; }
.rj-heading-row > .elementor-container > .elementor-column:first-child { width: 78% !important; flex-basis: 78% !important; }
.rj-heading-row > .elementor-container > .elementor-column:last-child { width: 22% !important; flex-basis: 22% !important; }
.rj-view-all { text-align: right; }
.rj-view-all a { color: var(--rj-orange); font-weight: 700; text-decoration: none; }

.rj-property-grid > .elementor-container { gap: 18px; }
.rj-property-card > .elementor-element-populated {
  overflow: hidden;
  padding: 0 0 18px !important;
  border: 1px solid var(--rj-line);
  border-radius: var(--rj-radius);
  background: #fff;
  box-shadow: var(--rj-shadow);
}
.rj-property-card .elementor-widget-image img { width: 100%; height: 220px; object-fit: cover; }
.rj-property-title, .rj-property-meta, .rj-property-bottom { padding-left: 18px; padding-right: 18px; }
.rj-property-title { margin-top: 14px; }
.rj-property-title .elementor-heading-title { font-size: 19px !important; line-height: 1.3 !important; }
.rj-property-meta { margin-top: 4px; }
.rj-property-meta p { margin: 0; font-size: 14px; }
.rj-property-meta p:before { content: "●"; color: var(--rj-orange); margin-right: 8px; }
.rj-property-bottom { margin-top: 10px; }
.rj-property-bottom > .elementor-container { align-items: center; justify-content: space-between; }
.rj-property-price .elementor-heading-title { font-size: 16px !important; }
.rj-card-button { text-align: right; }
.rj-card-button .elementor-button {
  border: 1.5px solid var(--rj-orange);
  border-radius: 6px;
  background: #fff !important;
  color: var(--rj-orange) !important;
  padding: 10px 17px;
  font-size: 13px;
}
.rj-card-button .elementor-button:hover { background: var(--rj-orange) !important; color: #fff !important; }

.rj-why { background: linear-gradient(90deg, #fffaf2, #fff); }
.rj-why > .elementor-container { align-items: center; }
.rj-why-intro { width: 31% !important; flex-basis: 31% !important; }
.rj-feature-grid { width: 69% !important; flex-basis: 69% !important; }
.rj-why-intro { padding-right: 30px; }
.rj-feature-grid > .elementor-container { gap: 0; }
.rj-feature-item > .elementor-element-populated { padding: 10px 20px !important; text-align: center; }
.rj-feature-item + .rj-feature-item { border-left: 1px solid #e3e7e9; }
.rj-feature-item .elementor-icon-box-icon { margin-bottom: 12px !important; }
.rj-feature-item .elementor-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #fff;
  color: var(--rj-orange) !important;
  box-shadow: 0 8px 18px rgba(17,29,43,.08);
}
.rj-feature-item .elementor-icon-box-title { margin: 0 0 5px; font-size: 17px; font-weight: 800; }
.rj-feature-item .elementor-icon-box-title,
.rj-feature-item .elementor-icon-box-title a { color: var(--rj-ink) !important; }
.rj-feature-item .elementor-icon-box-description { color: var(--rj-muted); font-size: 14px; line-height: 1.45; }

.rj-about { padding-top: 54px; padding-bottom: 54px; }
.rj-about-copy { width: 39% !important; flex-basis: 39% !important; }
.rj-about-visual { width: 61% !important; flex-basis: 61% !important; }
.rj-about-copy > .elementor-element-populated { padding: 0 54px 0 0 !important; }
.rj-about-text p { font-size: 16px; line-height: 1.65; }
.rj-about-visual > .elementor-element-populated {
  min-height: 285px;
  overflow: hidden;
  border-radius: var(--rj-radius);
  background-position: center center;
  background-size: cover;
}
.rj-quote-card {
  max-width: 320px;
  margin: 42px 0 0 24px;
  padding: 25px;
  border-radius: 8px;
  background: rgba(255,248,238,.92);
  box-shadow: 0 10px 25px rgba(17,29,43,.08);
}
.rj-quote-card .elementor-heading-title { font-size: 24px !important; font-style: italic; font-weight: 500 !important; line-height: 1.35 !important; }
.rj-quote-card p { margin: 12px 0 0; color: #384550; }

.rj-cta { padding: 26px 22px; background: linear-gradient(90deg, #f18b00, #ff5a12); }
.rj-cta > .elementor-container { max-width: 1200px; align-items: center; }
.rj-cta-copy { width: 72% !important; flex-basis: 72% !important; }
.rj-cta-action { width: 28% !important; flex-basis: 28% !important; }
.rj-cta .elementor-heading-title, .rj-cta p { color: #fff !important; }
.rj-cta .elementor-heading-title { font-size: 28px !important; }
.rj-cta p { margin: 5px 0 0; }
.rj-cta-button { text-align: right; }
.rj-cta-button .elementor-button { background: #fff !important; color: var(--rj-ink) !important; border-color: #fff; }
.rj-cta-button .elementor-button:hover { background: var(--rj-ink) !important; border-color: var(--rj-ink); color: #fff !important; }

/* Astra native footer */
.site-primary-footer-wrap { background: var(--rj-dark) !important; color: #d9e0e4; border: 0; padding: 36px 0 26px; }
.site-below-footer-wrap { background: #101b22 !important; color: #cbd3d8; border-top: 1px solid rgba(255,255,255,.09); min-height: 44px; }
.site-primary-footer-wrap .ast-builder-grid-row { grid-template-columns: 1.35fr 1fr 1.2fr 1fr; gap: 42px; }
.site-footer .widget { margin: 0; }
.site-footer .widget-title { color: #fff; font-size: 16px; font-weight: 800; margin: 0 0 14px; }
.site-footer p, .site-footer li, .site-footer a { color: #d9e0e4; font-size: 13px; line-height: 1.65; }
.site-footer a:hover { color: var(--rj-orange); }
.rj-footer-logo { width: 205px; margin-bottom: 12px; }
.rj-footer-tag { color: #fff; font-weight: 700; margin-bottom: 8px; }
.rj-footer-list { list-style: none; margin: 0; padding: 0; }
.rj-footer-contact li { margin-bottom: 7px; }
.rj-socials { display: flex; flex-wrap: wrap; gap: 9px; }
.rj-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255,255,255,.10);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}
.rj-socials a:hover { background: var(--rj-orange); color: #fff; }
.ast-footer-copyright { color: #cbd3d8; font-size: 12px; }

@media (max-width: 1024px) {
  .site-branding img, .custom-logo-link img { width: 190px; }
  .rj-top-contact { gap: 8px; }
  .rj-hero, .rj-hero > .elementor-container { min-height: 520px; }
  .rj-hero-copy > .elementor-element-populated { padding-left: 28px !important; }
  .rj-hero-slogan { right: 20px; }
  .rj-property-card .elementor-widget-image img { height: 180px; }
  .site-primary-footer-wrap .ast-builder-grid-row { gap: 24px; }
}

@media (max-width: 921px) {
  .ast-above-header-wrap { display: none; }
  .ast-primary-header-bar { min-height: 68px; }
  .site-branding img, .custom-logo-link img { width: 170px; }
  .rj-hero:before { background: linear-gradient(90deg, rgba(255,250,242,.98) 0%, rgba(255,250,242,.94) 58%, rgba(255,250,242,.35) 100%); }
  .rj-hero-copy { width: 62% !important; flex-basis: 62% !important; }
  .rj-hero-visual { width: 38% !important; flex-basis: 38% !important; }
  .rj-hero-slogan { display: none; }
  .rj-hero-slogan .elementor-heading-title { font-size: 21px !important; }
  .rj-location-card { top: auto; right: 0; bottom: 15px; width: 190px !important; max-width: 190px; }
  .rj-property-grid > .elementor-container { flex-wrap: wrap; }
  .rj-property-card { width: calc(50% - 9px) !important; }
  .rj-why-intro { width: 100% !important; flex-basis: 100% !important; margin-bottom: 28px; }
  .rj-feature-grid { width: 100% !important; flex-basis: 100% !important; }
  .site-primary-footer-wrap .ast-builder-grid-row { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 767px) {
  .rj-section { padding: 44px 18px; }
  .rj-hero { min-height: 650px; background-position: 62% center !important; }
  .rj-hero > .elementor-container { min-height: 650px; align-content: flex-start; }
  .rj-hero:before { background: linear-gradient(180deg, rgba(255,250,242,.99) 0%, rgba(255,250,242,.95) 62%, rgba(255,250,242,.30) 100%); }
  .rj-hero-copy, .rj-hero-visual { width: 100% !important; flex-basis: 100% !important; }
  .rj-hero-copy > .elementor-element-populated { padding: 46px 18px 20px !important; }
  .rj-hero-title .elementor-heading-title { font-size: 42px !important; }
  .rj-hero-text p { font-size: 16px; }
  .rj-btn-row > .elementor-container { flex-direction: row; flex-wrap: wrap; }
  .rj-btn-row .elementor-column { width: auto !important; }
  .rj-hero-slogan { display: none; }
  .rj-location-card { top: auto; bottom: 18px; right: 0; }
  .rj-heading-row > .elementor-container { align-items: flex-end; }
  .rj-heading-row > .elementor-container { flex-wrap: wrap; }
  .rj-heading-row .elementor-column:first-child,
  .rj-heading-row .elementor-column:last-child { width: 100% !important; flex-basis: 100% !important; }
  .rj-view-all { margin-top: 12px; text-align: left; }
  .rj-section-heading .elementor-heading-title { font-size: 32px !important; }
  .rj-property-card { width: 100% !important; }
  .rj-property-card .elementor-widget-image img { height: 220px; }
  .rj-feature-grid > .elementor-container { flex-wrap: wrap; }
  .rj-feature-item { width: 50% !important; }
  .rj-feature-item + .rj-feature-item { border-left: 0; }
  .rj-about-copy, .rj-about-visual { width: 100% !important; flex-basis: 100% !important; }
  .rj-about-copy > .elementor-element-populated { padding: 0 0 28px !important; }
  .rj-quote-card { margin: 55px 14px 0; }
  .rj-cta-copy, .rj-cta-action { width: 100% !important; flex-basis: 100% !important; text-align: left; }
  .rj-cta-button { text-align: left; margin-top: 16px; }
  .site-primary-footer-wrap .ast-builder-grid-row { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 480px) {
  .rj-hero-title .elementor-heading-title { font-size: 36px !important; }
  .rj-eyebrow .elementor-heading-title, .rj-section-label .elementor-heading-title { letter-spacing: 2.5px; }
  .rj-btn-row .elementor-column { width: 100% !important; }
  .rj-btn-row .elementor-button { width: 100%; }
  .rj-view-all a { font-size: 12px; }
  .rj-feature-item { width: 100% !important; }
  .rj-property-card .elementor-widget-image img { height: 195px; }
}

/* RJ Realty About Us — Elementor body with Astra-native site chrome */
body.page-id-900 .site-content > .ast-container,
body.page-id-900 .site-main,
body.page-id-900 .entry-content,
body.page-id-900 .entry-content > .elementor {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body.page-id-900 .entry-header { display: none; }

.page-id-900 .elementor-widget-heading .elementor-heading-title,
.page-id-900 h1,
.page-id-900 h2,
.page-id-900 h3 {
  color: var(--rj-ink);
  font-family: "Poppins", "Segoe UI", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.1;
  margin: 0;
}

.page-id-900 p { color: var(--rj-muted); }

.rj-about-hero {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background-position: center center !important;
  background-size: cover !important;
}

.rj-about-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,249,240,.99) 0%, rgba(255,249,240,.94) 42%, rgba(255,249,240,.45) 62%, rgba(17,29,43,.08) 100%);
}

.rj-about-hero > .elementor-container {
  position: relative;
  z-index: 1;
  min-height: 430px;
  max-width: 1200px;
}

.rj-about-hero-copy > .elementor-element-populated {
  justify-content: center;
  padding: 62px 20px !important;
}

.rj-about-hero-title .elementor-heading-title {
  max-width: 740px;
  font-size: clamp(42px, 4.2vw, 62px) !important;
}

.rj-about-hero-title .rj-accent { color: var(--rj-orange); }
.rj-about-hero-text { max-width: 680px; margin-top: 18px; }
.rj-about-hero-text p { color: #25323e; font-size: 17px; line-height: 1.65; }

.rj-about-intro,
.rj-about-services,
.rj-about-coverage {
  padding: 68px 22px;
}

.rj-about-intro > .elementor-container,
.rj-about-services > .elementor-container,
.rj-about-coverage > .elementor-container {
  max-width: 1200px;
}

.rj-about-intro > .elementor-container { align-items: center; gap: 56px; }
.rj-about-intro-image { width: 46% !important; flex-basis: 46% !important; }
.rj-about-intro-copy { width: 54% !important; flex-basis: 54% !important; }
.rj-about-intro-image img {
  width: 100%;
  max-height: 540px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: var(--rj-shadow);
}
.rj-about-intro-text { margin-top: 16px; }
.rj-about-intro-text p { font-size: 16px; line-height: 1.75; }

.rj-about-trust-row { margin-top: 22px; }
.rj-about-trust-row > .elementor-container { gap: 12px; }
.rj-about-trust-item > .elementor-element-populated {
  min-height: 96px;
  padding: 17px !important;
  border: 1px solid #f0dfc8;
  border-radius: 9px;
  background: var(--rj-cream);
}
.rj-about-trust-item .elementor-heading-title { color: var(--rj-orange) !important; font-size: 19px !important; }
.rj-about-trust-item p { margin: 5px 0 0; font-size: 12px; line-height: 1.4; }

.rj-about-services { background: #f7f9fa; text-align: center; }
.rj-about-services-head { max-width: 760px; margin: 0 auto 30px; }
.rj-about-services-head .rj-section-label,
.rj-about-services-head .rj-section-heading { text-align: center; }
.rj-about-services-head .rj-section-label .elementor-heading-title:after { display: none; }
.rj-about-services-copy p { margin: 12px 0 0; font-size: 16px; }
.rj-about-service-grid > .elementor-container { gap: 18px; }
.rj-about-service-card > .elementor-element-populated {
  height: 100%;
  min-height: 215px;
  padding: 28px 22px !important;
  border: 1px solid var(--rj-line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(17,29,43,.06);
}
.rj-about-service-card .elementor-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #fff0df;
  color: var(--rj-orange) !important;
}
.rj-about-service-card .elementor-icon-box-title { margin: 14px 0 7px; color: var(--rj-ink) !important; font-size: 18px; }
.rj-about-service-card .elementor-icon-box-title a { color: var(--rj-ink) !important; }
.rj-about-service-card .elementor-icon-box-description { color: var(--rj-muted); font-size: 14px; line-height: 1.55; }

.rj-about-coverage {
  position: relative;
  overflow: hidden;
  background-position: center center !important;
  background-size: cover !important;
}
.rj-about-coverage:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(17,29,43,.96) 0%, rgba(17,29,43,.88) 50%, rgba(17,29,43,.30) 100%);
}
.rj-about-coverage > .elementor-container { position: relative; z-index: 1; min-height: 310px; align-items: center; }
.rj-about-coverage-copy { width: 58% !important; flex-basis: 58% !important; }
.rj-about-coverage-spacer { width: 42% !important; flex-basis: 42% !important; }
.rj-about-coverage .rj-section-label .elementor-heading-title { color: #ffb15f !important; }
.rj-about-coverage .rj-section-heading .elementor-heading-title,
.rj-about-coverage p { color: #fff !important; }
.rj-about-coverage-text p { max-width: 670px; margin: 16px 0 0; font-size: 16px; line-height: 1.7; }
.rj-about-areas { margin-top: 18px; }
.rj-about-areas p { font-weight: 700; word-spacing: 8px; }

/* Easy Property Listings archive and single pages */
body.post-type-archive-property,
body.single-property { background: #f4f7f9; }

body.post-type-archive-property #secondary,
body.single-property #secondary { display: none !important; }

body.post-type-archive-property .site-content > .ast-container,
body.single-property .site-content > .ast-container {
  display: block;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 62px 22px 72px;
}

body.post-type-archive-property #primary,
body.single-property #primary {
  float: none;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.post-type-archive-property .archive-header {
  margin: 0 0 24px;
  padding: 0;
  border: 0;
  background: transparent;
}
.post-type-archive-property .archive-title {
  color: var(--rj-ink);
  font-size: clamp(32px, 3vw, 44px);
  font-weight: 800;
}
.post-type-archive-property .archive-title:before {
  content: "EXPLORE RJ REALTY";
  display: block;
  margin-bottom: 8px;
  color: var(--rj-orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 3px;
}
.post-type-archive-property .loop-content.epl-template-default {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.post-type-archive-property .epl-loop-tools-wrap { grid-column: 1 / -1; margin: 0 0 2px; }
.post-type-archive-property .epl-loop-tools {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.post-type-archive-property .epl-sort-listings {
  min-width: 210px;
  height: 44px;
  border: 1px solid #dce3e8;
  border-radius: 7px;
  background: #fff;
}
.post-type-archive-property .epl-listing-post {
  position: relative;
  float: none !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid var(--rj-line);
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--rj-shadow);
}
.post-type-archive-property .epl-property-blog-entry-wrapper { display: flex; flex-direction: column; height: 100%; }
.post-type-archive-property .property-box-left,
.post-type-archive-property .property-box-right {
  float: none !important;
  width: 100% !important;
}
.post-type-archive-property .epl-blog-image,
.post-type-archive-property .epl-blog-image a { display: block; width: 100%; }
.post-type-archive-property .epl-blog-image img {
  display: block;
  width: 100% !important;
  height: 230px !important;
  max-width: none !important;
  object-fit: cover;
}
.post-type-archive-property .property-content { flex: 1; padding: 18px 19px 20px !important; }
.post-type-archive-property .property-content .entry-title { min-height: 52px; margin: 0 0 12px; font-size: 19px; line-height: 1.35; }
.post-type-archive-property .property-content .entry-title a { color: var(--rj-ink); text-decoration: none; }
.post-type-archive-property .property-content .entry-title a:after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
}
.post-type-archive-property .property-content .entry-title a:hover { color: var(--rj-orange); }
.post-type-archive-property .property-feature-icons,
.post-type-archive-property .property-address,
.post-type-archive-property .epl-excerpt-content { display: none !important; }
.post-type-archive-property .price { display: flex; justify-content: space-between; align-items: center; margin-top: 12px; }
.post-type-archive-property .page-price { color: var(--rj-ink); font-size: 16px; font-weight: 800; }
.post-type-archive-property .price:after {
  content: "View Details  →";
  display: inline-flex;
  padding: 9px 13px;
  border: 1px solid var(--rj-orange);
  border-radius: 6px;
  color: var(--rj-orange);
  font-size: 12px;
  font-weight: 700;
  pointer-events: none;
}

.single-property .epl-listing-single {
  margin: 0;
  padding: 34px;
  border: 1px solid var(--rj-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--rj-shadow);
}
.single-property .epl-listing-single > .entry-header { display: none; }
.single-property .entry-image { margin: 0 0 30px; }
.single-property .entry-image img {
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: min(48vw, 520px);
  object-fit: cover;
  border-radius: 10px;
}
.single-property .epl-tab-wrapper { display: grid; grid-template-columns: 1fr 1.55fr; gap: 22px; }
.single-property .epl-tab-section {
  margin: 0;
  padding: 24px;
  border: 1px solid var(--rj-line);
  border-radius: 9px;
  background: #fff;
}
.single-property .epl-section-description { grid-column: 2; grid-row: 1 / span 2; }
.single-property .epl-tab-title {
  margin: 0 0 16px;
  padding: 0 0 12px;
  border-bottom: 2px solid #ffe3cc;
  color: var(--rj-ink);
  font-size: 16px;
  font-weight: 800;
}
.single-property .epl-tab-title:after {
  content: "";
  display: block;
  width: 42px;
  height: 2px;
  margin-top: 12px;
  background: var(--rj-orange);
}
.single-property .epl-section-description .entry-title { margin: 0; color: var(--rj-ink); font-size: clamp(28px, 3vw, 42px); line-height: 1.18; }
.single-property .epl-section-description .secondary-heading { display: none; }
.single-property .epl-property-address .page-price { color: var(--rj-orange); font-size: 24px; font-weight: 800; }
.single-property .epl-property-address .epl-tab-address:empty { display: none; }
.single-property .epl-property-features { margin: 0; padding-left: 20px; }
.single-property .epl-gallery { grid-column: 1 / -1; margin-top: 26px; }
.single-property .gallery { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; }
.single-property .gallery-item { width: 100% !important; max-width: none !important; margin: 0 !important; }
.single-property .gallery img { width: 100%; height: 160px; object-fit: cover; border: 0 !important; border-radius: 7px; }
.single-property .epl-author-box-wrapper,
.single-property #comments { display: none !important; }

@media (max-width: 921px) {
  .rj-about-intro > .elementor-container { gap: 30px; }
  .rj-about-service-grid > .elementor-container { flex-wrap: wrap; }
  .rj-about-service-card { width: calc(50% - 9px) !important; }
  .post-type-archive-property .loop-content.epl-template-default { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  .rj-about-hero { min-height: 500px; background-position: 67% center !important; }
  .rj-about-hero:before { background: linear-gradient(180deg, rgba(255,249,240,.99) 0%, rgba(255,249,240,.92) 68%, rgba(17,29,43,.16) 100%); }
  .rj-about-hero > .elementor-container { min-height: 500px; }
  .rj-about-hero-copy > .elementor-element-populated { padding: 48px 18px 60px !important; }
  .rj-about-hero-title .elementor-heading-title { font-size: 40px !important; }
  .rj-about-intro, .rj-about-services, .rj-about-coverage { padding: 48px 18px; }
  .rj-about-intro > .elementor-container { flex-wrap: wrap; }
  .rj-about-intro-image, .rj-about-intro-copy,
  .rj-about-coverage-copy, .rj-about-coverage-spacer { width: 100% !important; flex-basis: 100% !important; }
  .rj-about-trust-row > .elementor-container { flex-wrap: wrap; }
  .rj-about-trust-item { width: 100% !important; }
  .rj-about-service-card { width: 100% !important; }
  .rj-about-coverage-spacer { display: none; }
  body.post-type-archive-property .site-content > .ast-container,
  body.single-property .site-content > .ast-container { padding: 42px 16px 55px; }
  .post-type-archive-property .loop-content.epl-template-default { grid-template-columns: 1fr; }
  .post-type-archive-property .epl-loop-tools { justify-content: flex-start; }
  .single-property .epl-listing-single { padding: 18px; }
  .single-property .entry-image img { height: 300px; }
  .single-property .epl-tab-wrapper { display: block; }
  .single-property .epl-tab-section { margin-bottom: 16px; }
  .single-property .gallery { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .single-property .gallery img { height: 125px; }
}

@media (max-width: 480px) {
  .rj-about-hero-title .elementor-heading-title { font-size: 34px !important; }
  .rj-about-hero-text p { font-size: 15px; }
  .post-type-archive-property .epl-blog-image img { height: 215px !important; }
  .single-property .entry-image img { height: 230px; }
}
