/**
 * Home, property listing, property detail — theme only (#ff385c, #66676b, #333, #707070, #f3f3f3, #e9e9e9)
 * Requires wrapper: .page-r9b-home | .page-r9b-property-list | .page-r9b-property-detail
 */

:root {
  --theme-primary: #ff385c;
  --theme-primary-hover: #e62d4f;
  --theme-secondary: #66676b;
  --theme-text: #333;
  --theme-text-muted: #707070;
  --theme-border: #e9e9e9;
  --theme-bg-soft: #f3f3f3;
  --theme-white: #fff;
  --theme-radius-lg: 16px;
  --theme-radius: 12px;
  --theme-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  --theme-font-body: Lato, sans-serif;
  --theme-font-heading: Montserrat, sans-serif;
}

/* ========== HOME ========== */
.page-r9b-home {
  font-family: var(--theme-font-body);
}

.page-r9b-home #hero-area.parallax-searchs {
  position: relative;
}

.page-r9b-home #hero-area.parallax-searchs::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(102, 103, 107, 0.72) 0%,
    rgba(102, 103, 107, 0.45) 100%
  );
  z-index: 0;
  pointer-events: none;
}

.page-r9b-home #hero-area .hero-main,
.page-r9b-home #hero-area .container,
.page-r9b-home #hero-area .hero-inner {
  position: relative;
  z-index: 1;
}

.page-r9b-home .welcome-text .h1 {
  font-family: var(--theme-font-heading);
  font-weight: 800;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}

.page-r9b-home .welcome-text .typed {
  color: var(--theme-primary);
  border-bottom-color: var(--theme-primary) !important;
}

.page-r9b-home .welcome-text p {
  font-size: 1.05rem;
  opacity: 0.95;
}

.page-r9b-home .banner-search-wrap {
  border-radius: var(--theme-radius-lg);
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.page-r9b-home .rld-banner-tab {
  border: none;
  background: var(--theme-bg-soft);
}

.page-r9b-home .rld-banner-tab .nav-item {
  margin: 0;
}

.page-r9b-home .rld-banner-tab .nav-link {
  font-family: var(--theme-font-heading);
  font-weight: 600;
  color: var(--theme-text-muted);
  border: none !important;
  border-radius: 0 !important;
  padding: 0.85rem 1.5rem !important;
  transition: background 0.2s, color 0.2s;
}

.page-r9b-home .rld-banner-tab .nav-link:hover {
  color: var(--theme-primary);
  background: rgba(255, 56, 92, 0.08);
}

.page-r9b-home .rld-banner-tab .nav-link.active {
  background: var(--theme-primary) !important;
  color: var(--theme-white) !important;
}

.page-r9b-home .rld-main-search {
  background: var(--theme-white) !important;
  border-radius: 0 0 var(--theme-radius-lg) var(--theme-radius-lg) !important;
  padding: 1rem 1rem 1.25rem !important;
}

.page-r9b-home .rld-single-input input,
.page-r9b-home .rld-single-select select,
.page-r9b-home .rld-main-search .nice-select {
  border-radius: var(--theme-radius) !important;
  border-color: var(--theme-border) !important;
}

.page-r9b-home .btn-yellow,
.page-r9b-home a.btn-yellow,
.page-r9b-home .property-submit,
.page-r9b-home .model-submit {
  background-color: var(--theme-primary) !important;
  color: var(--theme-white) !important;
  border: none !important;
  border-radius: var(--theme-radius) !important;
  font-weight: 600 !important;
  padding: 0.65rem 1.25rem !important;
  transition: background-color 0.2s, transform 0.15s;
  box-shadow: 0 6px 20px rgba(255, 56, 92, 0.3);
}

.page-r9b-home .btn-yellow:hover,
.page-r9b-home a.btn-yellow:hover,
.page-r9b-home .property-submit:hover,
.page-r9b-home .model-submit:hover {
  background-color: var(--theme-primary-hover) !important;
  color: var(--theme-white) !important;
  transform: translateY(-1px);
}

.page-r9b-home .dropdown-filter span {
  color: var(--theme-primary);
  font-weight: 600;
}

.page-r9b-home .recently.portfolio .section-title h3 {
  color: var(--theme-primary);
  font-family: var(--theme-font-heading);
  font-weight: 700;
  letter-spacing: 0.08em;
}

.page-r9b-home .recently.portfolio .section-title h2 {
  color: var(--theme-text);
  font-family: var(--theme-font-heading);
}

.page-r9b-home .project-single {
  border-radius: var(--theme-radius-lg);
  overflow: hidden;
  border: 1px solid var(--theme-border);
  box-shadow: var(--theme-shadow);
  transition: transform 0.2s, box-shadow 0.2s;
}

.page-r9b-home .project-single:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.12);
  border-color: rgba(255, 56, 92, 0.3);
}

.page-r9b-home .homes-content h3 a {
  color: var(--theme-text);
}

.page-r9b-home .homes-content h3 a:hover {
  color: var(--theme-primary);
}

.page-r9b-home .price-properties h3.title a {
  color: var(--theme-primary);
}

.page-r9b-home .how-it-works {
  background: var(--theme-white) !important;
}

.page-r9b-home .how-it-works .section-title h3 {
  color: var(--theme-primary);
}

.page-r9b-home .how-it-works .section-title h2 {
  color: var(--theme-text);
}

.page-r9b-home .serv-flex {
  border-radius: var(--theme-radius-lg);
  border: 1px solid var(--theme-border);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.page-r9b-home .serv-flex:hover {
  border-color: rgba(255, 56, 92, 0.35);
  box-shadow: var(--theme-shadow);
}

.page-r9b-home .counterup {
  background: var(--theme-secondary) !important;
}

.page-r9b-home .counterup .countr {
  color: var(--theme-white);
}

.page-r9b-home .counterup .count-me h3 {
  color: rgba(255, 255, 255, 0.92);
}

@media (max-width: 991px) {
  .page-r9b-home .banner-search-wrap {
    border-radius: var(--theme-radius);
  }
}

/* ========== PROPERTY LISTING ========== */
.page-r9b-property-list {
  font-family: var(--theme-font-body);
  background: linear-gradient(180deg, var(--theme-bg-soft) 0%, var(--theme-white) 34%);
  min-height: 100vh;
}

.page-r9b-property-list .properties-list.featured {
  background: transparent !important;
  padding-top: 2rem;
}

.page-r9b-property-list .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.page-r9b-property-list .property-list-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5rem;
  position: relative;
  overflow: hidden;
  max-width: 1320px;
  margin: 0 auto 1.5rem;
  padding: clamp(1.5rem, 4vw, 3rem);
  color: var(--theme-white);
  background:
    radial-gradient(circle at 86% 10%, rgba(255, 56, 92, 0.22), transparent 30%),
    linear-gradient(135deg, #333 0%, #66676b 100%);
  border-radius: var(--theme-radius-lg);
  box-shadow: var(--theme-shadow);
}

.page-r9b-property-list .property-list-hero::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -110px;
  width: 300px;
  height: 300px;
  border: 48px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.page-r9b-property-list .property-list-hero__content,
.page-r9b-property-list .property-list-hero__stats {
  position: relative;
  z-index: 1;
}

.page-r9b-property-list .property-list-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.9rem;
  padding: 0.35rem 0.8rem;
  color: var(--theme-white);
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-r9b-property-list .property-list-hero__eyebrow i,
.page-r9b-property-list .dropdown-filter i {
  color: var(--theme-primary);
}

.page-r9b-property-list .property-list-hero h1 {
  max-width: 780px;
  margin-bottom: 1rem !important;
  color: var(--theme-white);
  font-family: var(--theme-font-heading);
  font-size: clamp(2rem, 5vw, 4rem) !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.05em;
  text-transform: none !important;
}

.page-r9b-property-list .property-list-hero p {
  max-width: 660px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 2vw, 1.16rem);
  line-height: 1.7;
}

.page-r9b-property-list .property-list-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.page-r9b-property-list .property-list-hero__button,
.page-r9b-property-list .property-list-hero__link,
.page-r9b-property-list .property-results-bar__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.72rem 1.25rem;
  border-radius: var(--theme-radius);
  font-weight: 700;
  transition: transform 0.15s, background-color 0.2s, color 0.2s;
}

.page-r9b-property-list .property-list-hero__button {
  color: var(--theme-white);
  background: var(--theme-primary);
  box-shadow: 0 10px 28px rgba(255, 56, 92, 0.32);
}

.page-r9b-property-list .property-list-hero__button:hover {
  color: var(--theme-white);
  background: var(--theme-primary-hover);
  transform: translateY(-1px);
}

.page-r9b-property-list .property-list-hero__link {
  color: var(--theme-white);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.page-r9b-property-list .property-list-hero__link:hover {
  color: var(--theme-white);
  background: rgba(255, 255, 255, 0.2);
}

.page-r9b-property-list .property-list-hero__stats {
  display: grid;
  gap: 1rem;
}

.page-r9b-property-list .property-list-hero__stats div {
  padding: 1.15rem;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: var(--theme-radius-lg);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.14);
}

.page-r9b-property-list .property-list-hero__stats strong {
  display: block;
  color: var(--theme-primary);
  font-family: var(--theme-font-heading);
  font-size: 2rem;
  line-height: 1;
}

.page-r9b-property-list .property-list-hero__stats span {
  color: var(--theme-text-muted);
  font-weight: 700;
}

.page-r9b-property-list .listing-search-panel,
.page-r9b-property-list .property-results-bar,
.page-r9b-property-list .property-list-grid,
.page-r9b-property-list .adsbygoogle {
  max-width: 1320px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.page-r9b-property-list .listing-search-panel {
  width: 100%;
  margin-bottom: 1.5rem !important;
}

.page-r9b-property-list .listing-search-panel .banner-search-wrap {
  padding: 1.25rem;
  background: var(--theme-white);
  border: 1px solid var(--theme-border);
  border-radius: var(--theme-radius-lg);
  box-shadow: var(--theme-shadow);
}

.page-r9b-property-list .listing-search-panel__header {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.page-r9b-property-list .listing-search-panel__header span {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--theme-primary);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-r9b-property-list .listing-search-panel__header h2 {
  margin: 0;
  color: var(--theme-text);
  font-family: var(--theme-font-heading);
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  font-weight: 800;
}

.page-r9b-property-list .listing-search-panel__header p {
  max-width: 390px;
  margin: 0;
  color: var(--theme-text-muted);
  line-height: 1.6;
}

.page-r9b-property-list .parallax-searchs .rld-main-search,
.page-r9b-property-list .item .banner-search-wrap .rld-main-search {
  background: var(--theme-bg-soft) !important;
  border-radius: var(--theme-radius) !important;
  border: 1px solid var(--theme-border) !important;
  box-shadow: none !important;
  padding: 1rem !important;
}

.page-r9b-property-list .rld-single-input input,
.page-r9b-property-list .rld-single-select select,
.page-r9b-property-list .rld-main-search .nice-select,
.page-r9b-property-list .form-group .nice-select {
  min-height: 48px;
  border-color: var(--theme-border) !important;
  border-radius: var(--theme-radius) !important;
  background-color: var(--theme-white) !important;
}

.page-r9b-property-list .full-filter {
  margin-top: 1rem;
  padding: 1rem 1rem 0.5rem;
  background: var(--theme-white);
  border: 1px solid var(--theme-border);
  border-radius: var(--theme-radius);
}

.page-r9b-property-list .btn-yellow,
.page-r9b-property-list button.btn-yellow {
  background-color: var(--theme-primary) !important;
  color: var(--theme-white) !important;
  border: none !important;
  border-radius: var(--theme-radius) !important;
  font-weight: 600 !important;
  padding: 0.65rem 1.25rem !important;
  box-shadow: 0 6px 20px rgba(255, 56, 92, 0.28);
}

.page-r9b-property-list .btn-yellow:hover {
  background-color: var(--theme-primary-hover) !important;
  color: var(--theme-white) !important;
}

.page-r9b-property-list .p-title {
  font-size: clamp(0.95rem, 1.8vw, 1.05rem) !important;
  line-height: 1.65 !important;
  font-weight: 400 !important;
  color: var(--theme-text-muted) !important;
  max-width: 960px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 1.25rem 1.25rem !important;
  background: var(--theme-white);
  border-radius: var(--theme-radius-lg);
  border: 1px solid var(--theme-border);
}

.page-r9b-property-list .p-title a {
  color: var(--theme-primary);
  font-weight: 600;
}

.page-r9b-property-list .property-results-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem !important;
  padding: 1.1rem 1.25rem;
  background: var(--theme-white);
  border: 1px solid var(--theme-border);
  border-radius: var(--theme-radius-lg);
  box-shadow: var(--theme-shadow);
}

.page-r9b-property-list .property-results-bar__label {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--theme-primary);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-r9b-property-list .property-results-bar h2 {
  margin: 0;
  color: var(--theme-text);
  font-family: var(--theme-font-heading);
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  font-weight: 800;
}

.page-r9b-property-list .property-results-bar__cta {
  color: var(--theme-primary);
  background: rgba(255, 56, 92, 0.1);
}

.page-r9b-property-list .property-results-bar__cta:hover {
  color: var(--theme-white);
  background: var(--theme-primary);
}

.page-r9b-property-list .project-single {
  height: 100%;
  border-radius: var(--theme-radius-lg);
  overflow: hidden;
  background: var(--theme-white);
  border: 1px solid var(--theme-border);
  box-shadow: var(--theme-shadow);
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.page-r9b-property-list .project-single:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 56, 92, 0.3);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.1);
}

.page-r9b-property-list .homes-img img {
  width: 100%;
  min-height: 220px;
  max-height: 220px;
  object-fit: cover;
}

.page-r9b-property-list .homes-content h3 a:hover {
  color: var(--theme-primary);
}

.page-r9b-property-list .price-properties h3.title a,
.page-r9b-property-list .homes-address i,
.page-r9b-property-list .homes-list i {
  color: var(--theme-primary);
}

.page-r9b-property-list .homes-list li {
  background: var(--theme-bg-soft);
  border-radius: 8px;
  margin: 0 0.35rem 0.5rem 0;
  padding: 0.35rem 0.55rem;
}

.page-r9b-property-list .price-properties {
  border-top: 1px solid var(--theme-border);
  padding-top: 0.8rem;
}

.page-r9b-property-list .dropdown-filter span {
  color: var(--theme-primary);
  font-weight: 600;
}

@media (min-width: 992px) {
  .page-r9b-property-list .container-fluid {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .page-r9b-property-list .property-list-hero {
    grid-template-columns: minmax(0, 1fr) 300px;
    align-items: end;
  }
}

@media (min-width: 1400px) {
  .page-r9b-property-list .container-fluid {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
}

@media (max-width: 575px) {
  .page-r9b-property-list .property-list-hero__actions,
  .page-r9b-property-list .property-results-bar {
    align-items: stretch;
    flex-direction: column;
  }
}

/* ========== NEAR ME LISTING ========== */
.page-r9b-near-me {
  font-family: var(--theme-font-body);
  background: linear-gradient(180deg, var(--theme-bg-soft) 0%, var(--theme-white) 32%);
  min-height: 100vh;
}

.page-r9b-near-me .properties-list.featured {
  background: transparent !important;
  padding-top: 2rem;
}

.page-r9b-near-me .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.page-r9b-near-me .near-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5rem;
  position: relative;
  overflow: hidden;
  margin: 0 auto 2rem;
  padding: clamp(1.5rem, 4vw, 3rem);
  max-width: 1320px;
  border-radius: var(--theme-radius-lg);
  background:
    radial-gradient(circle at 85% 15%, rgba(255, 56, 92, 0.2), transparent 28%),
    linear-gradient(135deg, #333 0%, #66676b 100%);
  color: var(--theme-white);
  box-shadow: var(--theme-shadow);
}

.page-r9b-near-me .near-hero::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -100px;
  width: 280px;
  height: 280px;
  border: 46px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.page-r9b-near-me .near-hero__content,
.page-r9b-near-me .near-hero__panel {
  position: relative;
  z-index: 1;
}

.page-r9b-near-me .near-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.9rem;
  padding: 0.35rem 0.8rem;
  color: var(--theme-white);
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-r9b-near-me .near-hero__eyebrow i,
.page-r9b-near-me .near-hero__status i {
  color: var(--theme-primary);
}

.page-r9b-near-me .near-hero h1 {
  max-width: 780px;
  margin-bottom: 1rem !important;
  color: var(--theme-white);
  font-family: var(--theme-font-heading);
  font-size: clamp(2rem, 5vw, 4rem) !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.05em;
  text-transform: none !important;
}

.page-r9b-near-me .near-hero p {
  max-width: 650px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 2vw, 1.16rem);
  line-height: 1.7;
}

.page-r9b-near-me .near-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.5rem;
}

.page-r9b-near-me .near-hero__button,
.page-r9b-near-me .near-hero__link,
.page-r9b-near-me .near-results-bar__cta,
.page-r9b-near-me .near-empty-state a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.72rem 1.25rem;
  border-radius: var(--theme-radius);
  font-weight: 700;
  transition: transform 0.15s, background-color 0.2s, color 0.2s;
}

.page-r9b-near-me .near-hero__button,
.page-r9b-near-me .near-empty-state a {
  color: var(--theme-white);
  background: var(--theme-primary);
  box-shadow: 0 10px 28px rgba(255, 56, 92, 0.32);
}

.page-r9b-near-me .near-hero__button:hover,
.page-r9b-near-me .near-empty-state a:hover {
  color: var(--theme-white);
  background: var(--theme-primary-hover);
  transform: translateY(-1px);
}

.page-r9b-near-me .near-hero__link {
  color: var(--theme-white);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.page-r9b-near-me .near-hero__link:hover {
  color: var(--theme-white);
  background: rgba(255, 255, 255, 0.2);
}

.page-r9b-near-me .near-hero__panel {
  align-self: end;
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: var(--theme-radius-lg);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.16);
}

.page-r9b-near-me .near-hero__stat {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--theme-border);
}

.page-r9b-near-me .near-hero__stat strong {
  display: block;
  color: var(--theme-primary);
  font-family: var(--theme-font-heading);
  font-size: 2.25rem;
  line-height: 1;
}

.page-r9b-near-me .near-hero__stat span,
.page-r9b-near-me .near-hero__status span {
  color: var(--theme-text-muted);
  font-weight: 600;
}

.page-r9b-near-me .near-hero__status {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  line-height: 1.5;
}

.page-r9b-near-me .near-results-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  max-width: 1320px;
  margin: 0 auto 1.5rem;
  padding: 1.1rem 1.25rem;
  background: var(--theme-white);
  border: 1px solid var(--theme-border);
  border-radius: var(--theme-radius-lg);
  box-shadow: var(--theme-shadow);
}

.page-r9b-near-me .near-results-bar__label {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--theme-primary);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-r9b-near-me .near-results-bar h2 {
  margin: 0;
  color: var(--theme-text);
  font-family: var(--theme-font-heading);
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  font-weight: 800;
}

.page-r9b-near-me .near-results-bar__cta {
  color: var(--theme-primary);
  background: rgba(255, 56, 92, 0.1);
}

.page-r9b-near-me .near-results-bar__cta:hover {
  color: var(--theme-white);
  background: var(--theme-primary);
}

.page-r9b-near-me .near-property-grid {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.page-r9b-near-me .project-single {
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--theme-border);
  border-radius: var(--theme-radius-lg);
  background: var(--theme-white);
  box-shadow: var(--theme-shadow);
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.page-r9b-near-me .project-single:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 56, 92, 0.35);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.12);
}

.page-r9b-near-me .homes-img img {
  width: 100%;
  min-height: 220px;
  max-height: 220px;
  object-fit: cover;
}

.page-r9b-near-me .homes-content h3 a {
  color: var(--theme-text);
}

.page-r9b-near-me .homes-content h3 a:hover,
.page-r9b-near-me .price-properties h3.title a,
.page-r9b-near-me .homes-address i,
.page-r9b-near-me .homes-list i {
  color: var(--theme-primary);
}

.page-r9b-near-me .homes-list li {
  background: var(--theme-bg-soft);
  border-radius: 8px;
  margin: 0 0.35rem 0.5rem 0;
  padding: 0.35rem 0.55rem;
}

.page-r9b-near-me .price-properties {
  border-top: 1px solid var(--theme-border);
  padding-top: 0.8rem;
}

.page-r9b-near-me .near-empty-state {
  max-width: 620px;
  margin: 1rem auto 0;
  padding: 2.5rem 1.5rem;
  text-align: center;
  background: var(--theme-white);
  border: 1px solid var(--theme-border);
  border-radius: var(--theme-radius-lg);
  box-shadow: var(--theme-shadow);
}

.page-r9b-near-me .near-empty-state i {
  color: var(--theme-primary);
  font-size: 2rem;
  margin-bottom: 1rem;
}

.page-r9b-near-me .near-empty-state h3 {
  color: var(--theme-text);
  font-family: var(--theme-font-heading);
  font-weight: 800;
}

.page-r9b-near-me .near-empty-state p {
  color: var(--theme-text-muted);
  margin-bottom: 1.2rem;
}

@media (min-width: 992px) {
  .page-r9b-near-me .container-fluid {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .page-r9b-near-me .near-hero {
    grid-template-columns: minmax(0, 1fr) 340px;
    align-items: end;
  }
}

@media (min-width: 1400px) {
  .page-r9b-near-me .container-fluid {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
}

@media (max-width: 575px) {
  .page-r9b-near-me .near-hero__actions,
  .page-r9b-near-me .near-results-bar {
    align-items: stretch;
    flex-direction: column;
  }
}

/* ========== PROPERTY DETAIL ========== */
.page-r9b-property-detail {
  font-family: var(--theme-font-body);
  background: var(--theme-bg-soft);
}

.page-r9b-property-detail .swiper-container.singlepropertys {
  border-radius: 0 0 var(--theme-radius-lg) var(--theme-radius-lg);
  overflow: hidden;
  box-shadow: var(--theme-shadow);
}

.page-r9b-property-detail .swiper-container .img-fluid {
  height: auto !important;
  min-height: 220px;
  max-height: 480px;
  width: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .page-r9b-property-detail .swiper-container .img-fluid {
    min-height: 320px;
    max-height: 520px;
  }
}

.page-r9b-property-detail .single-proper.blog.details {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.page-r9b-property-detail .single-proper.blog.details .container {
  background: transparent;
}

.page-r9b-property-detail .blog-pots .headings-2 {
  background: var(--theme-white) !important;
  border-radius: var(--theme-radius-lg);
  border: 1px solid var(--theme-border);
  padding: 1.25rem 1.5rem !important;
  margin-bottom: 1.25rem !important;
  box-shadow: var(--theme-shadow);
}

.page-r9b-property-detail .listing-title-bar .p-title {
  font-family: var(--theme-font-heading) !important;
  font-weight: 700 !important;
  font-size: clamp(1.25rem, 2.5vw, 1.65rem) !important;
  color: var(--theme-text) !important;
  line-height: 1.3 !important;
}

.page-r9b-property-detail .category-tag {
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0.2rem 0.65rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  background: rgba(255, 56, 92, 0.12);
  color: var(--theme-primary);
  border-radius: 6px;
}

.page-r9b-property-detail .listing-address {
  color: var(--theme-text-muted) !important;
}

.page-r9b-property-detail .single.detail-wrapper {
  background-color: var(--theme-primary);
  border-radius: var(--theme-radius);
  padding: 1rem 1.25rem !important;
  border: none !important;
  box-shadow: 0 8px 24px rgba(255, 56, 92, 0.25);
}

.page-r9b-property-detail .single.detail-wrapper h4,
.page-r9b-property-detail .single.detail-wrapper p,
.page-r9b-property-detail .single.detail-wrapper .listing-address {
  color: var(--theme-white) !important;
}

.page-r9b-property-detail .blog-info.details,
.page-r9b-property-detail .single.homes-content.details {
  background: var(--theme-white);
  border-radius: var(--theme-radius-lg);
  border: 1px solid var(--theme-border);
  padding: 1.5rem 1.5rem !important;
  box-shadow: var(--theme-shadow);
}

.page-r9b-property-detail .blog-info.details h5,
.page-r9b-property-detail .single.homes-content.details h5 {
  font-family: var(--theme-font-heading);
  color: var(--theme-text);
  border-bottom: 2px solid var(--theme-primary);
  padding-bottom: 0.5rem;
  display: inline-block;
}

.page-r9b-property-detail .homes-list li .font-weight-bold {
  color: var(--theme-secondary);
}

.page-r9b-property-detail .homes-list li .det {
  color: var(--theme-text);
}

.page-r9b-property-detail .fa-map-marker,
.page-r9b-property-detail .ti-location-pin {
  color: var(--theme-primary);
}

.page-r9b-property-detail .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

@media (min-width: 992px) {
  .page-r9b-property-detail .container-fluid {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

@media (min-width: 1400px) {
  .page-r9b-property-detail .container-fluid {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
}
