@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Sora:wght@600;700;800&display=swap');

:root {
  --pg-primary: #07347a;
  --pg-accent: #ff9f1a;
  --pg-gold: #f4b84a;
  --pg-ink: #172033;
  --pg-soft: #f4f7fb;
  --pg-hero: #071a4b;
}

body {
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  background: var(--pg-soft);
  color: var(--pg-ink);
  overflow-x: hidden;
}

h1, h2, h3, .navbar-brand, .hero-title {
  font-family: "Sora", "Plus Jakarta Sans", sans-serif;
}

* {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.site-nav-menu .nav-link,
.hero-post-btn,
.site-login-btn,
.btn,
.card,
.feature-chip,
.hero-category-card {
  transition: all .25s ease;
}

.hero-rental {
  background:
    linear-gradient(120deg, rgba(5, 17, 56, .8), rgba(11, 42, 120, .38)),
    url("../img/hero-bhopal-rent.jpg") center/cover;
  background-attachment: fixed;
  color: #fff;
  min-height: 640px;
  padding: 110px 0 70px;
  position: relative;
}

.hero-rental::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(420px 160px at 18% 15%, rgba(255, 184, 74, .14), transparent 70%),
    radial-gradient(380px 140px at 78% 8%, rgba(105, 191, 255, .14), transparent 72%);
  pointer-events: none;
}

.hero-title {
  font-size: clamp(2.2rem, 4.3vw, 4.1rem);
  line-height: 1.06;
  letter-spacing: -0.03em;
}

.hero-title span {
  color: var(--pg-accent);
}

.hero-city-badge {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  color: #fff;
  font-weight: 600;
  padding: 0.5rem 0.95rem;
}

.hero-points span {
  align-items: center;
  background: rgba(8, 25, 80, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  display: inline-flex;
  font-size: .93rem;
  gap: .45rem;
  padding: .42rem .85rem;
}

.hero-points i {
  color: #6ad9ff;
}

.hero-rental::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 54px;
  background: linear-gradient(to bottom, rgba(244, 247, 251, 0), rgba(244, 247, 251, 1));
  pointer-events: none;
}

.search-box {
  background: rgba(255,255,255,.96);
  border-radius: 22px;
  box-shadow: 0 24px 70px rgba(0,0,0,.22);
  color: var(--pg-ink);
  padding: 18px;
}

.hero-search-box {
  border: 1px solid rgba(255,255,255,.6);
  margin-top: .8rem;
}

.hero-search-box .form-label {
  color: #667085;
  font-weight: 600;
  margin-bottom: .25rem;
}

.hero-search-box .form-control,
.hero-search-box .form-select {
  border-color: #d0d5dd;
  min-height: 48px;
}

.hero-category-card {
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(245,248,255,.95));
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 18px;
  box-shadow: 0 14px 28px rgba(6, 20, 56, .2);
  color: #132243;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
  padding: 10px;
}

.hero-category-thumb {
  border-radius: 12px;
  height: 90px;
  object-fit: cover;
  width: 100%;
}

.hero-category-card strong {
  font-size: 1.02rem;
  padding: 0 .25rem;
}

.hero-category-card small {
  color: #52607d;
  padding: 0 .25rem;
}

.hero-stats {
  background: linear-gradient(90deg, rgba(3, 20, 71, .94), rgba(15, 48, 124, .9));
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 20px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
  padding: 14px;
}

.hero-stat-card {
  align-items: center;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 88px;
}

.hero-stat-card strong {
  color: #fff;
  font-size: 1.45rem;
}

.hero-stat-card span {
  color: rgba(255,255,255,.84);
  font-size: .9rem;
}

.property-card {
  border-radius: 18px;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}

.property-card:hover {
  box-shadow: 0 18px 40px rgba(23, 32, 51, .14) !important;
  transform: translateY(-3px);
}

.site-flash-stack {
  left: 50%;
  max-width: min(92vw, 520px);
  pointer-events: none;
  position: fixed;
  top: clamp(76px, 12vh, 130px);
  transform: translateX(-50%);
  width: max-content;
  z-index: 3000;
}

.site-flash-message {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(13, 110, 253, .14);
  border-radius: 16px;
  box-shadow: 0 22px 55px rgba(6, 26, 62, .18);
  color: #061a3e;
  display: flex;
  gap: 10px;
  font-size: .95rem;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 10px;
  padding: 14px 18px;
  text-align: left;
}

.site-flash-message i {
  flex: 0 0 auto;
  font-size: 1.2rem;
}

.site-flash-success i {
  color: #16a34a;
}

.site-flash-error i {
  color: #dc2626;
}

.broker-profile-edit-form {
  padding: 22px;
}

.broker-edit-preview {
  background: linear-gradient(180deg, #f8fbff, #fff);
  border: 1px solid #dbe6f5;
  border-radius: 18px;
  padding: 18px;
}

.broker-edit-avatar {
  background: #eef4ff;
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0 12px 32px rgba(8, 31, 74, .12);
  display: grid;
  height: 118px;
  object-fit: cover;
  place-items: center;
  width: 118px;
}

.broker-edit-avatar-fallback {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 900;
  background: linear-gradient(135deg, #2364f4, #ff7a00);
}

.broker-edit-office-img {
  aspect-ratio: 16 / 10;
  border-radius: 14px;
  display: block;
  margin-top: 18px;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 575.98px) {
  .site-flash-stack {
    max-width: calc(100vw - 24px);
    top: 72px;
    width: calc(100vw - 24px);
  }

  .site-flash-message {
    border-radius: 14px;
    font-size: .86rem;
    padding: 12px 14px;
  }
}

.feature-chip:hover,
.hero-category-card:hover {
  transform: translateY(-2px);
}

@media (hover: none) {
  .property-card:hover,
  .feature-chip:hover,
  .hero-category-card:hover {
    transform: none !important;
  }
}

.home-section-head h2 {
  letter-spacing: -0.2px;
}

.featured-showcase {
  background:
    radial-gradient(620px 240px at 16% -8%, rgba(79, 138, 255, .14), transparent 64%),
    linear-gradient(180deg, #f9fbff, #f5f8ff);
  border: 1px solid rgba(7, 52, 122, .12);
  border-radius: 22px;
  padding: 1.2rem 1.15rem;
}

.featured-kicker {
  letter-spacing: .09em !important;
}

.featured-title {
  font-size: clamp(1.75rem, 3.2vw, 2.45rem);
  line-height: 1.08;
}

.featured-grid .property-card {
  border: 1px solid rgba(7, 52, 122, .12) !important;
  box-shadow: 0 18px 34px rgba(12, 38, 96, .12) !important;
}

.featured-grid .property-card .card-body {
  padding-top: .95rem;
}

.home-section-cta {
  border-radius: 999px;
  padding-inline: 16px;
}

.property-thumb {
  aspect-ratio: 4 / 3;
  background: #eef3f8;
  display: block;
  height: 150px;
  object-fit: cover;
  width: 100%;
}

.feature-chip,
.city-card,
.category-card {
  background: #fff;
  border: 1px solid rgba(13, 110, 253, .08);
  border-radius: 18px;
}

.verified-badge {
  background: #e8fff5;
  color: #067647;
}

.featured-badge {
  background: var(--pg-accent);
  color: #fff;
}

.requirement-type-badge {
  background: rgb(255, 145, 0);
  color: #fff;
}

.details-gallery img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.locked-phone {
  filter: blur(3px);
  user-select: none;
}

.dashboard-card {
  background: #fff;
  border: 0;
  border-radius: 18px;
  box-shadow: 0 12px 35px rgba(23, 32, 51, .08);
}

.account-page {
  background:
    radial-gradient(circle at top left, rgba(255, 122, 0, .12), transparent 34%),
    linear-gradient(180deg, #f5f8ff 0%, #ffffff 48%);
  min-height: calc(100vh - 72px);
  padding: 28px 0 46px;
}

.account-shell {
  display: grid;
  gap: 18px;
}

.account-hero {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(7, 52, 122, .1);
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(8, 31, 74, .09);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 22px;
}

.account-user {
  align-items: center;
  display: flex;
  gap: 16px;
  min-width: 0;
}

.account-avatar {
  background: #eef4ff;
  border: 3px solid #fff;
  box-shadow: 0 12px 28px rgba(7, 52, 122, .15);
  flex: 0 0 auto;
  height: 68px;
  object-fit: cover;
  width: 68px;
}

.account-avatar-fallback {
  align-items: center;
  background: linear-gradient(135deg, #07347a, #0d6efd);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 900;
  justify-content: center;
}

.account-eyebrow {
  color: #ff7a00;
  display: block;
  font-size: .78rem;
  font-weight: 800;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.account-hero h1 {
  color: #061a3e;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0;
}

.account-hero p {
  color: #667085;
  margin: 6px 0 0;
}

.account-hero-actions,
.account-card-actions,
.account-quick-amounts,
.account-inline-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.account-hero-actions .btn {
  align-items: center;
  display: inline-flex;
  gap: 7px;
  min-height: 42px;
}

.account-nav {
  background: #fff;
  border: 1px solid rgba(7, 52, 122, .1);
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(8, 31, 74, .07);
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 10px;
  scrollbar-width: thin;
}

.account-nav a {
  align-items: center;
  border-radius: 12px;
  color: #344054;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
  min-height: 42px;
  padding: 9px 14px;
  text-decoration: none;
  white-space: nowrap;
}

.account-nav a:hover,
.account-nav a.active {
  background: #07347a;
  color: #fff;
}

.account-panel {
  background: #fff;
  border: 1px solid rgba(7, 52, 122, .1);
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(8, 31, 74, .08);
  padding: 22px;
}

.account-stat-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 260px));
  justify-content: start;
}

.account-stat-card {
  color: #061a3e;
  display: grid;
  gap: 6px;
  min-height: 150px;
  padding: 18px;
  text-decoration: none;
}

.account-stat-card i {
  align-items: center;
  background: #eef4ff;
  border-radius: 12px;
  color: #07347a;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.account-stat-card span {
  color: #667085;
  font-size: .86rem;
  font-weight: 700;
}

.account-stat-card strong {
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  font-weight: 900;
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.account-stat-card small {
  color: #0d6efd;
  font-weight: 700;
}

.account-listing-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.account-listing-card {
  min-width: 0;
}

.account-listing-card .property-card,
.account-hostel-card {
  border-radius: 16px;
  overflow: hidden;
}

.account-card-actions {
  background: #fff;
  border: 1px solid rgba(7, 52, 122, .1);
  border-radius: 14px;
  box-shadow: 0 10px 26px rgba(8, 31, 74, .06);
  margin-top: 10px;
  padding: 10px;
}

.account-card-actions .btn {
  align-items: center;
  display: inline-flex;
  gap: 5px;
}

body.page-my-properties .account-listing-grid {
  gap: 12px;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

body.page-my-properties .account-listing-card .property-card {
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(8, 31, 74, .06) !important;
}

body.page-my-properties .account-listing-card .property-thumb {
  height: 118px;
  object-fit: cover;
}

body.page-my-properties .account-listing-card .card-body {
  padding: 10px;
}

body.page-my-properties .account-listing-card .property-card h3 {
  font-size: .92rem;
  line-height: 1.18;
  min-height: 2.15em;
}

body.page-my-properties .my-property-head {
  align-items: flex-start;
  display: flex;
  gap: 8px;
  justify-content: space-between;
}

body.page-my-properties .my-property-head h3 {
  margin: 0;
}

body.page-my-properties .my-property-head h3 a {
  color: #061a3e;
  text-decoration: none;
}

body.page-my-properties .account-listing-card .text-primary.text-nowrap {
  font-size: .86rem;
}

body.page-my-properties .account-listing-card p {
  font-size: .76rem;
  line-height: 1.25;
}

body.page-my-properties .my-property-code,
body.page-my-properties .my-property-meta {
  color: #667085;
  margin: 4px 0 0;
}

body.page-my-properties .my-property-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 8px;
}

body.page-my-properties .my-property-tags span {
  background: #eef4ff;
  border-radius: 999px;
  color: #07347a;
  font-size: .66rem;
  font-weight: 800;
  padding: 4px 7px;
}

body.page-my-properties .my-property-featured {
  align-items: center;
  background: #ff8a00;
  border-radius: 999px;
  bottom: 8px;
  color: #fff;
  display: inline-flex;
  font-size: .68rem;
  font-weight: 900;
  gap: 4px;
  left: 8px;
  padding: 5px 8px;
  position: absolute;
}

body.page-my-properties .account-listing-card .badge {
  font-size: .66rem;
  padding: 4px 6px;
}

body.page-my-properties .account-listing-card .property-card-actions {
  gap: 6px;
  margin-top: 8px !important;
}

body.page-my-properties .account-card-actions {
  border: 0;
  border-top: 1px solid #edf2f7;
  border-radius: 0;
  box-shadow: none;
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 10px;
  padding: 10px 0 0;
}

body.page-my-properties .my-property-actions {
  background: transparent;
}

body.page-my-properties .account-card-actions .btn {
  font-size: .72rem;
  justify-content: center;
  min-height: 32px;
  padding: 6px 8px;
  white-space: normal;
}

.account-list-row {
  align-items: center;
  border-bottom: 1px solid #eef2f7;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 12px 0;
}

.account-list-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.account-wallet-balance {
  padding: 24px;
}

.account-wallet-balance i {
  align-items: center;
  background: #07347a;
  border-radius: 14px;
  color: #fff;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  margin-bottom: 14px;
  width: 44px;
}

.account-wallet-balance p,
.account-wallet-balance span {
  color: #667085;
  margin: 0;
}

.account-wallet-balance h2 {
  color: #061a3e;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  margin: 4px 0 8px;
  overflow-wrap: anywhere;
}

.account-profile-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 230px 1fr;
}

.account-profile-photo {
  align-content: start;
  background: #f7faff;
  border: 1px solid #e2eaf8;
  border-radius: 16px;
  display: grid;
  gap: 14px;
  justify-items: center;
  padding: 20px;
  text-align: center;
}

.account-profile-photo .account-avatar {
  height: 104px;
  width: 104px;
}

.account-submit-btn {
  min-width: 160px;
}

/* Premium account panel */
.account-page {
  background: #f8fbff;
  min-height: 100vh;
  padding: 0;
}

.account-shell {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  margin: 0 auto;
  max-width: 1920px;
  min-height: 100vh;
  width: 100%;
}

.account-sidebar {
  background: #fff;
  border-right: 1px solid #e8edf6;
  display: flex;
  flex-direction: column;
  gap: 18px;
  height: 100vh;
  overflow-y: auto;
  padding: 22px 22px;
  position: sticky;
  top: 0;
}

.account-sidebar-close,
.account-sidebar-backdrop {
  display: none;
}

.account-brand {
  align-items: center;
  color: #061a3e;
  display: flex;
  gap: 12px;
  text-decoration: none;
}

.account-brand-mark {
  align-items: center;
  background: linear-gradient(135deg, #ff7a00, #ff9f1a);
  border-radius: 12px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 1.2rem;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.account-brand strong {
  display: block;
  font-family: "Sora", "Plus Jakarta Sans", sans-serif;
  font-size: 1.34rem;
  line-height: 1;
}

.account-brand strong span {
  color: #ff7300;
}

.account-brand small {
  color: #061a3e;
  display: block;
  font-size: .62rem;
  font-weight: 800;
  line-height: 1.25;
  margin-top: 4px;
}

.account-workspace {
  display: grid;
  gap: 22px;
  min-width: 0;
  padding: 24px 28px 34px;
}

.account-topbar {
  align-items: center;
  background: #f8fbff;
  display: grid;
  gap: 16px;
  grid-template-columns: 46px minmax(240px, 1fr) auto auto auto 46px max-content;
  padding: 10px 0;
  position: sticky;
  top: 0;
  z-index: 20;
}

.account-mobile-logo {
  display: none;
}

.account-search-toggle {
  display: none;
}

.account-menu-btn,
.account-bell {
  align-items: center;
  background: #fff;
  border: 1px solid #dfe7f3;
  border-radius: 12px;
  color: #061a3e;
  display: inline-flex;
  font-size: 1rem;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.account-search {
  align-items: center;
  background: #fff;
  border: 1px solid #dfe7f3;
  border-radius: 12px;
  display: flex;
  gap: 12px;
  min-height: 46px;
  padding: 0 18px;
}

.account-search i {
  color: #1f3d72;
  font-size: 1.2rem;
}

.account-search input {
  border: 0;
  color: #061a3e;
  flex: 1;
  font-size: .95rem;
  font-weight: 700;
  min-width: 0;
  outline: 0;
}

.account-top-action {
  align-items: center;
  background: linear-gradient(135deg, #ff7a00, #ff6900);
  border-radius: 11px;
  box-shadow: 0 12px 28px rgba(255, 111, 0, .22);
  color: #fff;
  display: inline-flex;
  font-weight: 900;
  gap: 8px;
  justify-content: center;
  font-size: .92rem;
  min-height: 46px;
  padding: 0 18px;
  text-decoration: none;
  white-space: nowrap;
}

.account-site-link,
.account-logout-link {
  align-items: center;
  background: #fff;
  border: 1px solid #dfe7f3;
  border-radius: 11px;
  color: #061a3e;
  display: inline-flex;
  font-size: .9rem;
  font-weight: 900;
  gap: 7px;
  justify-content: center;
  min-height: 46px;
  padding: 0 14px;
  text-decoration: none;
  white-space: nowrap;
}

.account-logout-link {
  border-color: #07347a;
  color: #07347a;
}

.account-site-link:hover,
.account-logout-link:hover {
  background: #eef5ff;
  color: #075bff;
}

.account-profile-chip {
  align-items: center;
  color: #061a3e;
  display: inline-flex;
  gap: 12px;
  text-decoration: none;
  white-space: nowrap;
}

.account-profile-chip strong,
.account-profile-chip small {
  display: block;
  line-height: 1.15;
}

.account-profile-chip small {
  color: #667085;
  font-weight: 700;
  margin-top: 4px;
}

.account-mini-avatar {
  align-items: center;
  background: #2f66ef;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 1.05rem;
  font-weight: 900;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.account-nav {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: grid;
  gap: 6px;
  overflow: visible;
  padding: 0;
}

.account-nav a {
  border-radius: 12px;
  color: #061a3e;
  display: grid;
  font-weight: 800;
  font-size: .9rem;
  gap: 12px;
  grid-template-columns: 22px 1fr;
  min-height: 44px;
  padding: 0 14px;
  width: 100%;
}

.account-nav a i {
  color: #0b2a62;
  font-size: 1rem;
}

.account-nav a:hover,
.account-nav a.active {
  background: #eef5ff;
  color: #075bff;
}

.account-nav a:hover i,
.account-nav a.active i {
  color: #075bff;
}

.account-nav-divider {
  border-top: 1px solid #e1e8f3;
  display: block;
  margin: 10px 0;
}

.account-refer-card {
  background:
    radial-gradient(circle at 82% 76%, rgba(255, 159, 26, .28), transparent 30%),
    linear-gradient(135deg, #f6f9ff, #eef5ff);
  border: 1px solid #dbe6f6;
  border-radius: 14px;
  color: #061a3e;
  display: grid;
  gap: 8px;
  margin-top: auto;
  padding: 14px;
  text-decoration: none;
}

.account-refer-card strong {
  color: #075bff;
  font-size: 1rem;
}

.account-refer-card span {
  color: #344054;
  font-size: .88rem;
  font-weight: 600;
}

.account-refer-card em {
  align-items: center;
  background: #fff;
  border: 1px solid #d8e4f6;
  border-radius: 9px;
  color: #075bff;
  display: inline-flex;
  font-style: normal;
  font-weight: 900;
  gap: 8px;
  justify-content: center;
  min-height: 40px;
  width: 126px;
}

.account-hero {
  background:
    radial-gradient(520px 180px at 82% 10%, rgba(7, 52, 122, .08), transparent 70%),
    radial-gradient(420px 160px at 58% 18%, rgba(255, 122, 0, .08), transparent 70%),
    linear-gradient(135deg, #ffffff, #f7fbff);
  border: 1px solid #dfe7f3;
  border-radius: 18px;
  box-shadow: 0 18px 36px rgba(6, 26, 62, .06);
  min-height: 190px;
  padding: 38px 34px;
}

.account-user {
  max-width: 720px;
}

.account-avatar {
  border: 4px solid #fff;
  box-shadow: 0 14px 32px rgba(47, 102, 239, .24);
  height: 76px;
  width: 76px;
}

.account-avatar-fallback {
  background: #2f66ef;
  font-size: 1.85rem;
}

.account-eyebrow {
  color: #075bff;
  font-size: .8rem;
  margin-bottom: 8px;
}

.account-hero h1 {
  font-size: clamp(1.75rem, 2.45vw, 2.2rem);
}

.account-hero p {
  color: #203454;
  font-size: .95rem;
  font-weight: 600;
}

.account-tenant-stats {
  grid-template-columns: repeat(3, minmax(220px, 300px));
  justify-content: start;
}

.account-stat-card {
  align-items: center;
  border: 1px solid #e4ebf6;
  border-radius: 14px;
  box-shadow: 0 12px 24px rgba(6, 26, 62, .055);
  display: grid;
  gap: 6px 14px;
  grid-template-columns: 52px 1fr 16px;
  min-height: 116px;
  overflow: hidden;
  padding: 16px;
}

.account-stat-card i {
  border-radius: 16px;
  font-size: 1.28rem;
  height: 52px;
  width: 52px;
}

.account-stat-card span,
.account-stat-card strong,
.account-stat-card small {
  grid-column: 2;
}

.account-stat-card span {
  color: #1b3158;
  font-size: .78rem;
}

.account-stat-card strong {
  font-size: 1.18rem;
}

.account-stat-card small {
  color: #075bff;
  font-size: .82rem;
  line-height: 1.35;
}

.account-card-arrow {
  align-items: center;
  background: transparent;
  color: #061a3e;
  display: inline-flex;
  grid-column: 3;
  grid-row: 1 / span 3;
  justify-content: center;
  margin: 0;
}

.account-card-blue i {
  background: #eaf2ff;
  color: #075bff;
}

.account-card-green {
  background: linear-gradient(135deg, #fff, #f5fff0);
}

.account-card-green i {
  background: #eaf8df;
  color: #438c21;
}

.account-card-orange {
  background: linear-gradient(135deg, #fff, #fff7ed);
}

.account-card-orange i {
  background: #fff1dc;
  color: #ff7300;
}

.account-panel {
  border: 1px solid #e4ebf6;
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(6, 26, 62, .05);
  padding: 26px;
}

.account-panel-head {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 14px;
}

.account-panel h2,
.account-panel-head h2 {
  color: #061a3e;
  font-size: 1.35rem;
  font-weight: 900;
  margin: 0;
}

.account-panel-head a {
  align-items: center;
  border: 1px solid #cfe0ff;
  border-radius: 12px;
  color: #075bff;
  display: inline-flex;
  font-weight: 900;
  gap: 8px;
  min-height: 44px;
  padding: 0 18px;
  text-decoration: none;
}

.account-list-row {
  align-items: center;
  background: #fff;
  border: 1px solid #edf1f7;
  border-radius: 15px;
  display: grid;
  gap: 18px;
  grid-template-columns: 76px 1fr auto 42px;
  margin-top: 12px;
  padding: 16px;
}

.account-list-row:not(:has(.account-row-icon)) {
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) max-content;
}

.account-list-row:not(:has(.account-row-icon)) > div,
.account-list-row:not(:has(.account-row-icon)) strong,
.account-list-row:not(:has(.account-row-icon)) span,
.account-list-row:not(:has(.account-row-icon)) small {
  min-width: 0;
  overflow-wrap: anywhere;
}

.account-list-row:not(:has(.account-row-icon)) strong {
  color: #061a3e;
  display: block;
  font-size: .92rem;
  line-height: 1.25;
}

.account-list-row:not(:has(.account-row-icon)) small {
  color: #667085;
  display: block;
  font-size: .76rem;
  font-weight: 700;
  margin-top: 4px;
}

.account-list-row:not(:has(.account-row-icon)) span {
  justify-self: end;
  text-align: right;
  white-space: nowrap;
}

.account-payment-row,
.account-unlock-row {
  min-height: 70px;
  padding: 14px 16px;
}

.account-payment-row span {
  color: #344054;
  display: grid;
  gap: 4px;
}

.account-payment-row span b {
  color: #061a3e;
  font-size: .92rem;
  font-weight: 900;
}

.account-payment-row span em {
  background: #e8fff5;
  border-radius: 999px;
  color: #067647;
  display: inline-flex;
  font-size: .72rem;
  font-style: normal;
  font-weight: 900;
  justify-self: end;
  line-height: 1;
  padding: 5px 9px;
  text-transform: capitalize;
}

.account-unlock-row strong {
  color: #075bff !important;
}

.account-unlock-row span {
  color: #344054;
  font-size: .82rem;
  font-weight: 800;
}

.account-list-row:last-child {
  padding-bottom: 16px;
}

.account-row-icon {
  align-items: center;
  background: #eef5ff;
  border-radius: 18px;
  color: #075bff;
  display: inline-flex;
  font-size: 1.8rem;
  height: 76px;
  justify-content: center;
  width: 76px;
}

.account-row-main {
  min-width: 0;
}

.account-row-main strong {
  color: #061a3e;
  display: block;
  font-size: 1.08rem;
}

.account-row-main p {
  color: #344054;
  font-size: .9rem;
  font-weight: 600;
  margin: 2px 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-row-main small {
  color: #667085;
  font-weight: 700;
}

.account-status-pill {
  background: #ddf8ce;
  border-radius: 9px;
  color: #218000;
  font-size: .84rem;
  font-weight: 900;
  padding: 6px 16px;
}

.account-row-menu {
  align-items: center;
  background: #fff;
  border: 1px solid #e2e8f2;
  border-radius: 10px;
  color: #061a3e;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.account-quick-panel {
  max-width: 1320px;
}

.account-quick-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 18px;
}

.account-quick-grid a {
  align-items: center;
  border: 1px solid #e4ebf6;
  border-radius: 15px;
  color: #061a3e;
  display: flex;
  font-weight: 800;
  gap: 16px;
  min-height: 88px;
  padding: 18px;
  text-decoration: none;
}

.account-quick-grid i {
  align-items: center;
  background: #fff1dc;
  border-radius: 16px;
  color: #ff7300;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 1.4rem;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.post-property-card {
  border-radius: 20px;
}

.post-property-card .form-label {
  color: #344054;
  font-weight: 600;
  margin-bottom: .35rem;
}

.post-property-card .form-control,
.post-property-card .form-select {
  border-radius: 12px;
  border-color: #d0d5dd;
  min-height: 44px;
}

.post-property-card .form-control:focus,
.post-property-card .form-select:focus {
  border-color: var(--pg-primary);
  box-shadow: 0 0 0 .2rem rgba(13, 110, 253, .12);
}

.footer {
  background: linear-gradient(90deg, #061a3e, #062b63);
  color: #ffffff;
  margin-top: 2rem;
  padding: 1.65rem 0 1.25rem;
  position: relative;
}

.footer-shell {
  align-items: start;
  display: grid;
  gap: 1.6rem;
  grid-template-columns: 1.35fr repeat(4, 0.82fr) 1.2fr;
  position: relative;
}

.footer-logo {
  align-items: center;
  color: #ffffff;
  display: inline-flex;
  gap: 0.42rem;
  margin-bottom: 0.62rem;
  text-decoration: none;
}

.footer-logo span {
  align-items: center;
  color: #ff7900;
  display: inline-flex;
  font-size: 1.25rem;
}

.footer-logo strong {
  font-size: 1.05rem;
  font-style: normal;
  font-weight: 900;
}

.footer-logo b {
  color: #ffffff;
}

.footer-logo em {
  color: #ff8a00;
  font-style: normal;
}

.footer-brand-block p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.72rem;
  line-height: 1.55;
  margin: 0 0 0.82rem;
  max-width: 210px;
}

.footer-brand-block small {
  color: rgba(255, 255, 255, 0.72);
  display: block;
  font-size: 0.66rem;
  margin-top: 0.82rem;
}

.footer-socials {
  display: flex;
  gap: 0.5rem;
}

.footer-social {
  align-items: center;
  border-radius: 50%;
  color: #ffffff;
  display: inline-flex;
  font-size: 0.9rem;
  height: 30px;
  justify-content: center;
  margin: 0;
  text-decoration: none;
  width: 30px;
}

.footer-social:hover {
  color: #ffffff;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.14);
  filter: brightness(1.08);
}

.footer-social-facebook { background: #1877f2; }
.footer-social-instagram { background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045); }
.footer-social-linkedin { background: #0a66c2; }
.footer-social-youtube { background: #ff0000; }

.footer-link-column,
.footer-contact-block {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  min-height: 116px;
  padding-left: 1.05rem;
}

.footer h2 {
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 900;
  margin: 0 0 0.58rem;
}

.footer a,
.footer-contact-block span {
  color: rgba(255, 255, 255, 0.76);
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 0.34rem;
  text-decoration: none;
}

.footer a:hover {
  color: #ffffff;
}

.footer .footer-social {
  align-items: center;
  display: inline-flex;
  flex: 0 0 30px;
  font-size: 0.9rem;
  height: 30px;
  justify-content: center;
  line-height: 1;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  width: 30px;
}

.footer .footer-social i {
  display: block;
  line-height: 1;
}

.footer-contact-block a,
.footer-contact-block span {
  align-items: center;
  display: flex;
  gap: 0.48rem;
  margin-bottom: 0.58rem;
}

.footer-contact-block i {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.9rem;
}

.footer-payments {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-top: 1.3rem;
}

.footer-payments b {
  align-items: center;
  background: #ffffff;
  border-radius: 3px;
  color: #09224d;
  display: inline-flex;
  font-size: 0.58rem;
  font-weight: 900;
  height: 18px;
  justify-content: center;
  min-width: 32px;
  padding: 0 0.3rem;
}

.footer-whatsapp {
  align-items: center;
  background: #18c768;
  border: 3px solid rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  bottom: 1.2rem;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
  color: #ffffff;
  display: inline-flex;
  font-size: 1.6rem;
  height: 58px;
  justify-content: center;
  margin: 0;
  position: absolute;
  right: 2.2rem;
  text-decoration: none;
  width: 58px;
}

.footer-whatsapp:hover {
  color: #ffffff;
}

.cms-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.cms-content h2,
.cms-content h3 {
  margin-top: 1.25rem;
}

main.container,
.container.py-5 {
  position: relative;
  z-index: 2;
}

.card,
.modal-content {
  border: 1px solid rgba(15, 61, 176, .08) !important;
  border-radius: 18px !important;
  box-shadow: 0 12px 32px rgba(16, 41, 96, .08);
}

.card:hover {
  box-shadow: 0 18px 38px rgba(16, 41, 96, .13);
}

.card h1,
.card h2,
.card h3 {
  letter-spacing: -0.01em;
}

.feature-chip {
  background: linear-gradient(180deg, #ffffff, #f3f7ff);
  border-color: rgba(7, 52, 122, .14);
}

.btn {
  border-radius: 12px;
  font-weight: 600;
}

.btn-primary {
  background-image: linear-gradient(180deg, #0c4ea3, #07347a);
  box-shadow: 0 10px 24px rgba(7, 52, 122, .35);
}

.btn-primary:hover,
.btn-primary:focus {
  filter: brightness(1.03);
}

.btn-outline-primary {
  border-width: 1.5px !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  box-shadow: 0 10px 24px rgba(7, 52, 122, .2);
}

.form-control,
.form-select {
  border: 1px solid #d0d7e8;
  border-radius: 12px;
  min-height: 44px;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--pg-primary);
  box-shadow: 0 0 0 .22rem rgba(7, 52, 122, .14);
}

.badge {
  border-radius: 999px;
  font-weight: 600;
}

.alert {
  border: 1px solid rgba(7, 52, 122, .16);
  border-radius: 14px;
}

.sticky-lg-top {
  z-index: 6;
}

.details-gallery .carousel-inner {
  border-radius: 18px;
  box-shadow: 0 20px 45px rgba(7, 23, 62, .18);
}

.details-gallery .carousel-control-prev-icon,
.details-gallery .carousel-control-next-icon {
  background-color: rgba(0,0,0,.35);
  border-radius: 50%;
  padding: 18px;
}

.home-section-head p,
section > .d-flex > div > p.text-primary {
  color: #1a58f5 !important;
  font-size: .86rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

aside form.card,
aside .card.sticky-lg-top {
  background: linear-gradient(180deg, #ffffff, #f7f9ff);
}

.table {
  border-color: #e8edfb;
}

.table thead th {
  color: #3a4d75;
  font-weight: 700;
}

.pagination .page-link {
  border: 1px solid #d5def5;
  border-radius: 10px !important;
  color: #07347a;
  margin: 0 3px;
}

.pagination .active > .page-link {
  background: #07347a;
  border-color: #07347a;
}

.page-search .search-filter-card {
  border: 1px solid rgba(7, 52, 122, .14) !important;
  border-radius: 20px !important;
  box-shadow: 0 18px 36px rgba(12, 35, 88, .12);
}

.search-filter-head {
  align-items: flex-start;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 14px;
}

.search-filter-head span {
  color: #ff7a00;
  display: block;
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.search-filter-head h1 {
  color: #061a3e;
  font-size: 1.28rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.18;
  margin: 2px 0 0;
}

.search-filter-toggle,
.search-filter-toggle-btn {
  display: none;
}

.search-rent-row {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
}

.page-search .search-filter-card .form-label {
  color: #344054;
  font-size: .86rem;
  font-weight: 800;
}

.page-search .search-filter-card .form-control,
.page-search .search-filter-card .form-select {
  min-height: 42px;
}

.search-result-head {
  background: linear-gradient(90deg, rgba(255,255,255,.96), rgba(243,248,255,.96));
  border: 1px solid rgba(7, 52, 122, .12);
  border-radius: 16px;
  padding: .85rem 1rem;
}

.search-info-block {
  background: linear-gradient(180deg, #ffffff, #f7faff);
  border: 1px solid rgba(7, 52, 122, .11);
  border-radius: 16px;
  padding: 1.1rem 1rem;
}

.search-info-block .btn.btn-sm {
  border-radius: 999px;
}

.search-sort {
  min-width: 180px;
}

.page-search .property-card {
  border: 1px solid rgba(7, 52, 122, .1) !important;
  border-radius: 16px !important;
  overflow: hidden;
}

.page-search .property-card .card-body {
  padding: 14px;
}

.page-search .property-card h3 {
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.25;
  margin-right: 6px;
}

.page-search .property-card .text-primary.text-nowrap {
  background: #fff4e8;
  border-radius: 999px;
  color: #ff7400 !important;
  display: inline-flex;
  font-size: .86rem;
  font-weight: 900;
  padding: 5px 8px;
}

.page-search .property-card .badge {
  background: #f1f5fb !important;
  color: #253858;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-search .property-card .verified-badge {
  background: #0aa861 !important;
  color: #fff;
}

.property-thumb-link {
  background: #eef3f8;
  display: block;
  position: relative;
}

.property-image-badge {
  border-radius: 4px;
  color: #fff;
  font-size: .64rem;
  font-weight: 900;
  padding: .28rem .46rem;
  position: absolute;
  right: .55rem;
  text-transform: uppercase;
  top: .55rem;
  z-index: 2;
}

.property-image-badge.verified {
  background: #08a66f;
}

.page-search .property-card-actions {
  align-items: center;
}

.page-search .property-card-actions .btn {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  min-height: 38px;
}

.page-search .property-card-actions .ajax-wishlist {
  min-width: 78px;
}

.page-search .property-thumb[src$="property-placeholder.svg"] {
  background: linear-gradient(180deg, #f5f8ff, #eef3f8);
  object-fit: contain;
  padding: 28px;
}

.page-search {
  background: #f6f9fd;
}

.search-hero {
  background:
    linear-gradient(90deg, rgba(235, 245, 255, .98) 0%, rgba(235, 245, 255, .86) 52%, rgba(235, 245, 255, .58) 100%),
    url("../img/hero-bhopal-rent.jpg") center/cover no-repeat;
  border-bottom: 1px solid #dce7f4;
  padding: 28px 0 30px;
}

.search-breadcrumb {
  align-items: center;
  color: #5b6b86;
  display: flex;
  font-size: .78rem;
  font-weight: 700;
  gap: 8px;
  margin-bottom: 16px;
}

.search-breadcrumb a {
  color: #6f8cc4;
  text-decoration: none;
}

.search-hero h1 {
  color: #061a3e;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 8px;
}

.search-hero p {
  color: #132a54;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 20px;
}

.search-hero-form {
  align-items: end;
  background: #fff;
  border: 1px solid #dbe6f4;
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(6, 26, 62, .12);
  display: grid;
  gap: 14px;
  grid-template-columns: 1.45fr .82fr .72fr .82fr auto;
  max-width: 1180px;
  padding: 16px;
}

.search-hero-form label {
  align-items: center;
  border: 1px solid #dce5f1;
  border-radius: 7px;
  display: grid;
  gap: 0 10px;
  grid-template-columns: 24px 1fr;
  margin: 0;
  min-height: 58px;
  padding: 8px 12px;
}

.search-hero-form label span {
  color: #65758f;
  font-size: .68rem;
  font-weight: 800;
  grid-column: 2;
  line-height: 1;
}

.search-hero-form label i {
  color: #07347a;
  grid-row: 1 / span 2;
}

.search-hero-form select {
  appearance: auto;
  border: 0;
  color: #061a3e;
  font-size: .84rem;
  font-weight: 700;
  grid-column: 2;
  min-width: 0;
  outline: 0;
}

.search-hero-form .btn {
  border-radius: 7px;
  font-weight: 900;
  min-height: 58px;
  min-width: 118px;
}

.search-results-layout {
  max-width: 1240px;
}

.page-search .search-filter-card {
  border-radius: 8px !important;
  box-shadow: 0 10px 26px rgba(6, 26, 62, .08);
  padding: 0 !important;
}

.search-filter-head {
  border-bottom: 1px solid #e5edf7;
  margin: 0;
  padding: 14px 14px 12px;
}

.search-filter-head h2 {
  color: #061a3e;
  font-size: .95rem;
  font-weight: 900;
  margin: 0;
}

.search-filter-head a {
  color: #075bff;
  font-size: .78rem;
  font-weight: 800;
  text-decoration: none;
}

.search-filter-fields {
  padding: 14px;
}

.page-search .search-filter-card .form-label {
  color: #061a3e;
  font-size: .78rem;
  margin-bottom: 6px;
}

.page-search .search-filter-card .form-control,
.page-search .search-filter-card .form-select {
  border-color: #dce5f1;
  border-radius: 6px;
  font-size: .82rem;
  min-height: 38px;
}

.search-result-head {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.search-result-head h2 {
  color: #061a3e;
  font-size: .94rem;
  font-weight: 800;
}

.search-sort {
  border-color: #dce5f1;
  border-radius: 6px;
  min-width: 154px;
}

.search-view-toggle {
  align-items: center;
  background: #fff;
  border: 1px solid #dce5f1;
  border-radius: 6px;
  color: #667085;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.search-view-toggle.active {
  border-color: #07347a;
  color: #07347a;
}

.page-search .search-map-panel {
  display: none;
}

.page-search .property-card {
  border-radius: 8px !important;
  box-shadow: 0 8px 22px rgba(6, 26, 62, .06) !important;
  height: 100%;
}

.page-search .property-thumb {
  aspect-ratio: auto;
  height: 130px;
  max-height: none;
  object-fit: cover;
}

.page-search .property-card .card-body {
  display: flex;
  flex-direction: column;
  min-height: 178px;
  padding: 12px;
}

.page-search .property-card .card-body > .d-flex:first-child {
  display: block !important;
}

.page-search .property-card h3 {
  display: -webkit-box;
  font-size: .9rem;
  line-height: 1.28;
  margin: 0 0 6px;
  min-height: 36px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.page-search .property-card .text-primary.text-nowrap {
  background: transparent;
  border-radius: 0;
  color: #ff7400 !important;
  display: block;
  font-size: .82rem;
  padding: 0;
}

.page-search .property-card p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-search .property-card .d-flex.flex-wrap.gap-2.small {
  display: grid !important;
  gap: 6px !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: auto;
}

.page-search .property-card .badge {
  background: transparent !important;
  border: 0;
  color: #344054;
  font-size: .68rem;
  padding: 0;
  text-align: left;
}

.page-search .property-card-actions {
  display: none !important;
}

.page-property .property-main-card,
.page-property .property-map-card,
.page-property .property-video-card,
.page-property .owner-contact-card {
  border: 1px solid rgba(7, 52, 122, .14) !important;
  border-radius: 20px !important;
  box-shadow: 0 16px 35px rgba(10, 33, 86, .1);
}

.property-hero-strip {
  background: linear-gradient(90deg, rgba(10, 44, 122, .95), rgba(23, 85, 201, .92));
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 16px;
  box-shadow: 0 14px 32px rgba(8, 28, 79, .24);
  padding: .85rem 1rem;
}

.property-hero-pill {
  align-items: center;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: .86rem;
  font-weight: 600;
  padding: .35rem .72rem;
  white-space: nowrap;
}

.property-main-card h1 {
  font-size: clamp(1.5rem, 3.2vw, 2rem);
}

.property-main-card h2.h3 {
  font-size: clamp(1.28rem, 2.4vw, 1.7rem);
}

.property-stats-grid .feature-chip {
  border-radius: 14px;
  height: 100%;
}

.property-main-card .badge.text-bg-light {
  background: #edf3ff !important;
  color: #26417b !important;
}

.property-main-card p {
  line-height: 1.7;
}

.details-gallery .carousel-inner {
  border: 1px solid rgba(255,255,255,.58);
}

.owner-contact-card .btn-success {
  background: linear-gradient(180deg, #25d366, #11b75a);
  border: 0;
}

.owner-contact-card hr {
  border-color: rgba(7, 52, 122, .14);
}

.owner-contact-card h2.h5 {
  margin-bottom: .35rem;
}

.owner-contact-card .h4 {
  font-weight: 800;
}

.owner-trust-list {
  background: linear-gradient(180deg, #eef3ff, #f8fbff);
  border: 1px solid rgba(7, 52, 122, .13);
  border-radius: 12px;
  padding: .6rem .7rem;
}

.owner-trust-list div {
  align-items: center;
  color: #1d3b75;
  display: flex;
  font-size: .86rem;
  font-weight: 600;
  gap: .45rem;
  padding: .2rem 0;
}

.owner-trust-list i {
  color: #07347a;
}

.amenity-chip {
  align-items: center;
  display: inline-flex !important;
  font-weight: 600;
}

.amenity-chip i {
  color: #07347a;
}

.property-card-actions .btn {
  border-radius: 10px;
}

.search-map-panel {
  background: linear-gradient(180deg, #ffffff, #f7faff);
  border: 1px solid rgba(7, 52, 122, .12);
  border-radius: 16px;
  padding: .8rem;
}

.search-map-frame {
  border: 0;
  border-radius: 12px;
  height: 220px;
}

.mobile-book-visit {
  align-items: center;
  background: linear-gradient(180deg, #0c4ea3, #07347a);
  border-radius: 999px;
  bottom: 12px;
  box-shadow: 0 16px 28px rgba(7, 52, 122, .32);
  color: #fff;
  display: none;
  font-weight: 700;
  justify-content: center;
  left: 12px;
  padding: .72rem 1rem;
  position: fixed;
  right: 84px;
  text-decoration: none;
  z-index: 1035;
}

.similar-properties-block {
  background: linear-gradient(180deg, #ffffff, #f7faff);
  border: 1px solid rgba(7, 52, 122, .11);
  border-radius: 18px;
  padding: 1rem;
}

.similar-properties-block > h2,
.search-info-block > h2 {
  position: relative;
  padding-left: .8rem;
}

.similar-properties-block > h2::before,
.search-info-block > h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: .22em;
  width: 4px;
  height: 1.05em;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--pg-gold), var(--pg-primary));
}

.admin-sidebar {
  background: #101828;
  min-height: calc(100vh - 57px);
}

.admin-sidebar a {
  border-radius: 12px;
  color: rgba(255,255,255,.76);
  display: block;
  margin-bottom: 6px;
  padding: 11px 14px;
  text-decoration: none;
}

.admin-sidebar a:hover,
.admin-sidebar a.active {
  background: rgba(255,255,255,.1);
  color: #fff;
}

body.dark-mode {
  background: #0b1220;
  color: #e5e7eb;
}

body.dark-mode .bg-white,
body.dark-mode .card,
body.dark-mode .dashboard-card,
body.dark-mode .feature-chip,
body.dark-mode .city-card,
body.dark-mode .category-card,
body.dark-mode .search-box,
body.dark-mode .modal-content {
  background: #111827 !important;
  color: #e5e7eb;
}

body.dark-mode .text-dark {
  color: #f9fafb !important;
}

body.dark-mode .text-muted {
  color: #a7b0c0 !important;
}

@media (max-width: 767px) {
  .account-page {
    padding: 16px 0 30px;
  }

  .account-shell {
    gap: 14px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .account-hero {
    align-items: stretch;
    border-radius: 16px;
    flex-direction: column;
    padding: 16px;
  }

  .account-user {
    align-items: flex-start;
    gap: 12px;
  }

  .account-avatar {
    height: 54px;
    width: 54px;
  }

  .account-hero h1 {
    font-size: 1.55rem;
  }

  .account-hero p {
    font-size: .92rem;
  }

  .account-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .account-hero-actions .btn,
  .account-submit-btn {
    justify-content: center;
    width: 100%;
  }

  .account-nav {
    border-radius: 14px;
    margin-left: -2px;
    margin-right: -2px;
    padding: 8px;
  }

  .account-nav a {
    min-height: 40px;
    padding: 8px 12px;
  }

  .account-panel {
    border-radius: 16px;
    padding: 16px;
  }

  .account-stat-grid,
  .account-listing-grid {
    grid-template-columns: 1fr;
  }

  .account-stat-card {
    min-height: auto;
    padding: 16px;
  }

  .account-card-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .account-card-actions .btn {
    justify-content: center;
    min-height: 38px;
    white-space: nowrap;
  }

  .account-list-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .account-quick-amounts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .account-quick-amounts .btn {
    padding-left: 8px;
    padding-right: 8px;
  }

  .account-profile-grid {
    grid-template-columns: 1fr;
  }

  .account-profile-photo {
    justify-items: stretch;
    text-align: left;
  }

  .account-profile-photo img,
  .account-profile-photo .account-avatar {
    justify-self: center;
  }

  .account-table-wrap {
    overflow: visible;
  }

  .account-table {
    border-collapse: separate;
    border-spacing: 0 12px;
    min-width: 0;
  }

  .account-table thead {
    display: none;
  }

  .account-table,
  .account-table tbody,
  .account-table tr,
  .account-table td {
    display: block;
    width: 100%;
  }

  .account-table tr {
    background: #f8fbff;
    border: 1px solid #e4ebf7;
    border-radius: 14px;
    overflow: hidden;
    padding: 8px 0;
  }

  .account-table td {
    align-items: flex-start;
    border: 0;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    padding: 8px 12px;
    text-align: right !important;
  }

  .account-table td::before {
    color: #667085;
    content: attr(data-label);
    flex: 0 0 86px;
    font-size: .76rem;
    font-weight: 800;
    text-align: left;
    text-transform: uppercase;
  }

  .account-table td[colspan] {
    display: block;
    text-align: left !important;
  }

  .account-table td[colspan]::before {
    display: none;
  }

  .account-inline-form {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .account-inline-form .btn,
  .account-leads-table td .btn {
    width: 100%;
  }

  .hero-rental {
    background-attachment: scroll;
    min-height: auto;
    padding: 70px 0 36px;
  }

  .display-4 {
    font-size: 2.3rem;
  }

  .hero-rental .lead {
    font-size: .98rem;
    margin-bottom: 0;
  }

  .search-box {
    border-radius: 14px;
    padding: 14px;
  }

  .hero-points span {
    font-size: .84rem;
    padding: .35rem .65rem;
  }

  .hero-category-card {
    border-radius: 14px;
    padding: 8px;
  }

  .hero-category-thumb {
    height: 74px;
  }

  .hero-stats {
    border-radius: 14px;
    padding: 10px;
  }

  .hero-stat-card {
    border-radius: 10px;
    min-height: 74px;
  }

  .hero-stat-card strong {
    font-size: 1.12rem;
  }

  .hero-stat-card span {
    font-size: .78rem;
  }

  .home-section-head {
    align-items: flex-start !important;
    flex-direction: column;
    gap: 10px;
  }

  .home-section-head h2 {
    font-size: 1.35rem;
    line-height: 1.25;
  }

  .featured-showcase {
    border-radius: 14px;
    padding: .9rem .8rem;
  }

  .home-section-cta {
    width: 100%;
  }

  .category-card,
  .city-card {
    border-radius: 14px;
    padding: 14px !important;
  }

  .card.p-4 {
    padding: 1rem !important;
  }

  .page-property .similar-properties-block .property-card {
    transform: none !important;
  }

  .page-search {
    padding-top: 1rem !important;
  }

  .page-search .row.g-4 {
    gap: 1rem !important;
  }

  .search-result-head {
    align-items: flex-start !important;
    flex-direction: column;
    gap: .7rem;
    padding: .78rem;
  }

  .page-search aside .search-filter-card.sticky-lg-top {
    position: static !important;
    top: auto !important;
    margin-bottom: 1rem;
    padding: 14px !important;
  }

  .page-search .search-result-head {
    margin-top: .25rem;
  }

  .search-filter-head {
    align-items: center;
    margin-bottom: 0;
  }

  .search-filter-head h1 {
    font-size: 1.06rem;
  }

  .search-filter-toggle-btn {
    align-items: center;
    background: #07347a;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: .82rem;
    font-weight: 800;
    gap: 6px;
    min-height: 38px;
    padding: 8px 12px;
    white-space: nowrap;
  }

  .search-filter-fields {
    display: none;
    margin-top: 14px;
  }

  .search-filter-toggle:checked ~ .search-filter-fields {
    display: block;
  }

  .search-rent-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .search-result-head h2 {
    font-size: 1.08rem;
  }

  .search-result-head > div,
  .search-result-head form {
    align-items: stretch !important;
    display: grid !important;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .search-sort {
    min-width: 0;
    width: 100%;
  }

  .search-map-frame {
    height: 160px;
  }

  .search-map-panel {
    margin-bottom: 1rem !important;
    padding: .65rem;
  }

  .search-map-panel .d-flex {
    align-items: flex-start !important;
    flex-direction: column;
    gap: 2px;
  }

  .page-search .search-filter-card,
  .page-property .property-main-card,
  .page-property .property-map-card,
  .page-property .property-video-card,
  .page-property .owner-contact-card,
  .similar-properties-block,
  .search-info-block {
    border-radius: 14px !important;
  }

  .search-results-grid {
    --bs-gutter-y: 1rem;
  }

  .page-search .property-card {
    border-radius: 14px !important;
  }

  .page-search .property-thumb {
    height: auto;
    max-height: 185px;
  }

  .page-search .property-card .card-body > .d-flex:first-child {
    align-items: flex-start;
    flex-direction: column;
  }

  .page-search .property-card .text-primary.text-nowrap {
    font-size: .82rem;
    white-space: normal !important;
  }

  .page-search .property-card-actions {
    display: grid !important;
    grid-template-columns: 1fr auto;
  }

  .page-search .property-card-actions .ajax-wishlist {
    min-width: 72px;
  }

  .property-hero-strip {
    border-radius: 12px;
    padding: .7rem .8rem;
  }

  .property-hero-strip .d-flex {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .property-hero-strip .d-flex::-webkit-scrollbar {
    display: none;
  }

  .property-hero-pill {
    font-size: .78rem;
  }

  .mobile-book-visit {
    display: flex;
  }

  .page-property .row > [class*="col-"] {
    position: static !important;
  }

  .page-property .card,
  .page-property .property-card,
  .page-property .feature-chip,
  .page-property .similar-properties-block .property-card {
    transform: none !important;
  }

  .page-property .property-card {
    overflow: hidden;
    z-index: 1;
  }

  .page-property .row {
    --bs-gutter-y: 1rem;
  }

  .page-property .similar-properties-block .row {
    --bs-gutter-y: 1rem;
  }

  .page-property .owner-contact-card {
    margin-bottom: 1rem;
  }

  .page-property #inquiryForm {
    margin-bottom: .35rem;
  }

  .page-property .owner-contact-card.sticky-lg-top {
    position: static !important;
    top: auto !important;
  }

  .page-property .row.g-4 > aside {
    margin-bottom: 1rem;
  }
}

@media (max-width: 1199.98px) {
  .account-shell {
    grid-template-columns: 74px minmax(0, 1fr);
  }

  .account-sidebar {
    padding: 18px 10px;
  }

  .account-brand {
    justify-content: center;
  }

  .account-brand span:last-child,
  .account-nav a span,
  .account-refer-card {
    display: none;
  }

  .account-nav a {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 0;
  }

  .account-topbar {
    grid-template-columns: 46px minmax(180px, 1fr) auto auto 46px;
  }

  .account-profile-chip,
  .account-logout-link {
    display: none;
  }

  .account-tenant-stats {
    grid-template-columns: repeat(auto-fit, minmax(210px, 260px));
  }

  .account-quick-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .account-shell {
    display: block;
    min-height: 0;
  }

  .account-sidebar {
    border-bottom: 1px solid #e8edf6;
    border-right: 0;
    display: block;
    height: auto;
    overflow: visible;
    padding: 12px 14px;
    position: static;
  }

  .account-brand {
    justify-content: flex-start;
  }

  .account-brand span:last-child {
    display: block;
  }

  .account-brand strong {
    font-size: 1.25rem;
  }

  .account-brand small,
  .account-refer-card {
    display: none;
  }

  .account-sidebar .account-nav {
    display: flex;
    gap: 8px;
    margin-top: 12px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .account-sidebar .account-nav::-webkit-scrollbar {
    display: none;
  }

  .account-nav-divider {
    display: none;
  }

  .account-nav a {
    display: inline-flex;
    flex: 0 0 auto;
    gap: 8px;
    grid-template-columns: none;
    min-height: 40px;
    padding: 0 12px;
    width: auto;
  }

  .account-nav a span {
    display: inline;
    font-size: .84rem;
  }

  .account-workspace {
    gap: 16px;
    padding: 14px;
  }

  .account-workspace > .row {
    margin-left: 0;
    margin-right: 0;
  }

  .account-workspace > .row > [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  .account-topbar {
    gap: 10px;
    grid-template-columns: 42px 1fr 42px 42px;
    padding: 8px 0;
  }

  .account-menu-btn,
  .account-bell {
    border-radius: 12px;
    height: 42px;
    width: 42px;
  }

  .account-search {
    min-height: 42px;
    padding: 0 12px;
  }

  .account-search input {
    font-size: .86rem;
  }

  .account-top-action,
  .account-profile-chip {
    display: none;
  }

  .account-site-link,
  .account-logout-link {
    border-radius: 12px;
    font-size: 0;
    height: 42px;
    min-height: 42px;
    padding: 0;
    width: 42px;
  }

  .account-site-link i,
  .account-logout-link i {
    font-size: 1rem;
  }

  .account-hero {
    background:
      radial-gradient(260px 120px at 82% 0%, rgba(7, 52, 122, .08), transparent 70%),
      linear-gradient(135deg, #ffffff, #f7fbff);
    border-radius: 16px;
    min-height: 0;
    padding: 20px;
  }

  .account-user {
    align-items: center;
  }

  .account-avatar {
    height: 62px;
    width: 62px;
  }

  .account-avatar-fallback {
    font-size: 1.5rem;
  }

  .account-hero h1 {
    font-size: 1.55rem;
  }

  .account-hero p {
    font-size: .9rem;
  }

  .account-stat-grid,
  .account-tenant-stats {
    gap: 12px;
    grid-template-columns: 1fr;
  }

  .account-stat-card {
    gap: 8px 14px;
    grid-template-columns: 48px 1fr 18px;
    min-height: 98px;
    padding: 16px;
  }

  .account-stat-card i {
    border-radius: 15px;
    font-size: 1.2rem;
    height: 48px;
    width: 48px;
  }

  .account-stat-card strong {
    font-size: 1.12rem;
  }

  .account-stat-card small {
    font-size: .8rem;
  }

  .account-panel {
    border-radius: 16px;
    padding: 14px;
  }

  .account-panel-head {
    align-items: flex-start;
  }

  .account-panel h2,
  .account-panel-head h2 {
    font-size: 1.1rem;
  }

  .account-panel-head a {
    min-height: 38px;
    padding: 0 12px;
    white-space: nowrap;
  }

  .account-list-row {
    gap: 12px;
    grid-template-columns: 54px 1fr auto;
    padding: 12px;
  }

  .account-list-row:not(:has(.account-row-icon)) {
    grid-template-columns: 1fr;
  }

  .account-list-row:not(:has(.account-row-icon)) span {
    justify-self: start;
    text-align: left;
    white-space: normal;
  }

  .account-payment-row span {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .account-payment-row span em {
    justify-self: start;
  }

  .account-row-icon {
    border-radius: 14px;
    font-size: 1.35rem;
    height: 54px;
    width: 54px;
  }

  .account-row-main p {
    white-space: normal;
  }

  .account-status-pill {
    grid-column: 2;
    justify-self: start;
    padding: 5px 12px;
  }

  .account-row-menu {
    grid-column: 3;
    grid-row: 1;
    height: 38px;
    width: 38px;
  }

  .account-quick-grid {
    gap: 10px;
    grid-template-columns: 1fr;
  }

  .account-quick-grid a {
    min-height: 62px;
    padding: 12px;
  }

  .account-quick-grid i {
    border-radius: 13px;
    height: 42px;
    width: 42px;
  }
}

@media (max-width: 1199.98px) {
  .footer {
    margin-top: 2rem;
  }

  .footer-shell {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-brand-block {
    grid-column: 1 / -1;
  }

  .footer-brand-block p {
    max-width: 360px;
  }
}

@media (max-width: 359px) {
  .hero-rental {
    padding: 58px 0 34px;
  }

  .display-4 {
    font-size: 1.85rem;
  }

  .site-nav-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  main.container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* Bhopal.Rent bright marketplace theme */
:root {
  --pg-primary: #07347a;
  --pg-primary-2: #0c4ea3;
  --pg-accent: #ff7a00;
  --pg-accent-2: #ff9a22;
  --pg-ink: #071b42;
  --pg-soft: #f6f9fd;
}

body {
  background: #ffffff;
  color: var(--pg-ink);
}

/* Site header */
.site-navbar {
  background: #f7fbff;
  border-bottom: 1px solid rgba(7, 52, 122, 0.04);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.85);
  min-height: 64px;
  padding: 0.36rem 0;
}

.site-nav-container {
  max-width: 1480px;
}

.site-nav-brand {
  align-items: center;
  color: #08275f;
  display: grid;
  font-size: 1.42rem;
  font-weight: 900;
  grid-template-columns: auto minmax(0, max-content);
  line-height: 1;
  max-width: none;
}

.site-logo-mark {
  align-items: center;
  background: linear-gradient(180deg, #ffffff, #edf6ff);
  border-radius: 7px;
  box-shadow: inset 0 0 0 1px rgba(7, 52, 122, 0.08);
  color: #ff7400;
  display: inline-flex;
  font-size: 1.55rem;
  grid-row: 1 / span 2;
  height: 38px;
  justify-content: center;
  margin-right: 0.48rem;
  width: 38px;
}

.site-nav-brand small {
  color: #1d2d4f;
  display: block;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.54rem;
  font-weight: 800;
  grid-column: 2;
  margin-top: 0.14rem;
}

.site-brand-name {
  grid-column: 2;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand-bhopal {
  color: #07285f;
}

.brand-rent {
  color: var(--pg-accent);
}

.site-nav-collapse {
  align-items: center;
}

.site-nav-menu {
  background: transparent;
  border: 0;
  box-shadow: none;
  gap: 1.15rem;
  padding: 0;
}

.site-nav-menu .nav-link {
  color: #0c2144;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  padding: 0.62rem 0;
  position: relative;
}

.site-nav-menu .nav-link:hover,
.site-nav-menu .nav-link:focus,
.site-nav-menu .nav-link.active {
  background: transparent;
  color: var(--pg-primary);
}

.site-nav-menu .nav-link::before {
  background: var(--pg-accent);
  border-radius: 999px;
  bottom: -0.35rem;
  content: "";
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  transform: scaleX(0.4);
  transform-origin: left;
  transition: opacity 0.2s, transform 0.2s;
  width: 34px;
}

.site-nav-menu .nav-link:hover::before,
.site-nav-menu .nav-link:focus::before,
.site-nav-menu .nav-link.active::before {
  opacity: 1;
  transform: scaleX(1);
}

.site-nav-menu .dropdown-toggle::after {
  border-top-width: 0.25em;
  margin-left: 0.42rem;
  vertical-align: 0.1em;
}

.site-nav-menu .dropdown-menu {
  border: 1px solid rgba(7, 52, 122, 0.08);
  border-radius: 8px;
  box-shadow: 0 18px 36px rgba(8, 31, 74, 0.12);
  font-size: 13px;
  margin-top: 0.7rem;
  padding: 0.42rem;
}

.site-nav-menu .dropdown-item {
  border-radius: 6px;
  color: #102344;
  font-weight: 800;
  padding: 0.54rem 0.7rem;
}

.site-nav-menu .dropdown-item:hover,
.site-nav-menu .dropdown-item:focus {
  background: #eef6ff;
  color: #07347a;
}

.site-login-btn {
  align-items: center;
  background: #ffffff;
  border: 1px solid #061a3e;
  border-radius: 4px;
  box-shadow: none;
  color: #061a3e;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  gap: 0.4rem;
  min-height: 34px;
  padding: 0.52rem 1.05rem;
}

.site-login-btn i {
  display: none;
}

.hero-post-btn {
  align-items: center;
  background: linear-gradient(180deg, #ff991f, #ff7900);
  border: 0;
  border-radius: 5px;
  box-shadow: 0 8px 16px rgba(255, 121, 0, 0.2);
  color: #ffffff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  min-height: 34px;
  padding: 0.55rem 1.05rem;
}

.user-nav-link {
  border: 1px solid rgba(7, 52, 122, 0.16);
  border-radius: 6px;
}

@media (min-width: 1200px) {
  .site-nav-collapse {
    gap: 1.15rem;
  }

  .site-nav-menu {
    align-items: center;
  }

  .site-nav-menu .nav-mobile-action {
    margin-left: 0.35rem;
  }
}

@media (max-width: 1199.98px) {
  .site-navbar {
    min-height: 58px;
    padding: 0.26rem 0;
  }

  .site-nav-brand {
    font-size: 1.12rem;
    max-width: calc(100% - 48px);
  }

  .site-logo-mark {
    font-size: 1.25rem;
    height: 32px;
    margin-right: 0.36rem;
    width: 32px;
  }

  .site-nav-brand small {
    display: block;
    font-size: 0.48rem;
    line-height: 1.05;
    margin-top: 0.08rem;
    max-width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .site-nav-toggler {
    background: #eef4ff;
    border-radius: 9px;
    height: 34px;
    padding: 0.18rem 0.38rem;
    width: 40px;
  }

  .site-nav-collapse {
    background: #ffffff;
    border: 1px solid rgba(7, 52, 122, 0.08);
    border-radius: 10px;
    box-shadow: 0 18px 34px rgba(8, 31, 74, 0.12);
    margin-top: 0.45rem;
    padding: 0.45rem;
  }

  .site-nav-menu {
    gap: 0;
  }

  .site-nav-menu .nav-link,
  .site-nav-menu .dropdown-item {
    font-size: 13px;
    line-height: 1.2;
    padding: 0.58rem 0.68rem;
  }

  .site-nav-menu .nav-link::before {
    display: none;
  }

  .site-nav-menu .dropdown-menu {
    border: 0;
    box-shadow: none;
    margin: 0 0 0.2rem;
    padding: 0 0 0 0.35rem;
  }

  .site-nav-menu .nav-mobile-action {
    margin-top: 0.2rem;
    width: 100%;
  }

  .site-login-btn,
  .hero-post-btn {
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .site-navbar {
    min-height: 52px;
  }

  .site-nav-brand {
    font-size: 0.98rem;
  }

  .site-nav-brand small {
    font-size: 0.44rem;
    max-width: 165px;
  }

  .site-logo-mark {
    font-size: 1.2rem;
    height: 30px;
    width: 30px;
  }

  .site-nav-toggler {
    height: 32px;
    width: 38px;
  }
}

/* Marketplace homepage */
.market-hero {
  background:
    linear-gradient(90deg, rgba(248, 251, 255, 0.98) 0%, rgba(248, 251, 255, 0.9) 32%, rgba(248, 251, 255, 0.22) 68%, rgba(248, 251, 255, 0.08) 100%),
    url("../img/hero-bhopal-rent.jpg") center/cover;
  min-height: 335px;
  padding: 38px 0 90px;
}

.market-shell {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: minmax(0, 1fr) 260px;
}

.market-hero-copy {
  max-width: 760px;
}

.market-badge,
.market-proof span {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(7, 52, 122, 0.08);
  border-radius: 6px;
  color: #0a2a5f;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 800;
  gap: 0.38rem;
  padding: 0.45rem 0.62rem;
}

.market-badge i,
.market-proof i {
  color: #0c4ea3;
}

.market-hero h1 {
  color: #061a3e;
  font-size: clamp(2.4rem, 4.35vw, 4rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.04;
  margin: 1.1rem 0 0.7rem;
  max-width: 720px;
}

.market-hero h1 span {
  color: #ff7900;
}

.market-hero p {
  color: #102344;
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 1.05rem;
}

.market-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.market-live-card {
  align-self: start;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(7, 52, 122, 0.08);
  border-radius: 10px;
  box-shadow: 0 18px 38px rgba(8, 31, 74, 0.16);
  padding: 1rem;
}

.market-live-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.8rem;
}

.market-live-head strong {
  color: #061a3e;
  font-size: 0.9rem;
}

.market-live-head span {
  color: #e12d39;
  font-size: 0.7rem;
  font-weight: 900;
}

.market-live-head i {
  background: #e12d39;
  border-radius: 50%;
  display: inline-block;
  height: 7px;
  margin-right: 0.25rem;
  width: 7px;
}

.market-live-card ul {
  display: grid;
  gap: 0.7rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.market-live-card li {
  align-items: center;
  border-bottom: 1px solid #eef2f7;
  display: grid;
  gap: 0.7rem;
  grid-template-columns: 40px 1fr;
  padding-bottom: 0.58rem;
}

.market-live-card li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.market-activity-thumb {
  align-items: center;
  background: #f0f6ff;
  border: 1px solid #dbe9ff;
  border-radius: 8px;
  color: #07347a;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  overflow: hidden;
  width: 40px;
}

.market-live-card li:nth-child(2) .market-activity-thumb {
  background: #fff6eb;
  border-color: #ffe0bd;
  color: #ff7a00;
}

.market-live-card li:nth-child(3) .market-activity-thumb {
  background: #eefaf4;
  border-color: #ccefdc;
  color: #149b58;
}

.market-live-card li:nth-child(4) .market-activity-thumb {
  background: #f4f0ff;
  border-color: #ddd2ff;
  color: #6b46d8;
}

.market-activity-thumb i {
  font-size: 1rem;
  line-height: 1;
}

.market-live-card b,
.market-live-card small {
  display: block;
}

.market-live-card b {
  color: #061a3e;
  font-size: 0.76rem;
}

.market-live-card small {
  color: #6b7588;
  font-size: 0.68rem;
}

.market-home {
  margin-top: -76px;
  padding-bottom: 2.2rem;
}

.market-search-panel,
.market-stats-strip,
.market-card,
.market-requirement-card,
.market-trust-grid div {
  background: #ffffff;
  border: 1px solid #e7edf5;
  box-shadow: 0 8px 20px rgba(8, 31, 74, 0.06);
}

.market-search-panel {
  border-radius: 10px;
  box-shadow: 0 18px 40px rgba(8, 31, 74, 0.14);
  overflow: hidden;
}

.market-tabs {
  background: #062a63;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.market-tabs a {
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  color: #ffffff;
  display: grid;
  gap: 0 0.7rem;
  grid-template-columns: 38px 1fr;
  min-height: 72px;
  padding: 0.8rem 1.2rem;
  text-decoration: none;
}

.market-tabs a.active {
  background: #0a3b88;
}

.market-tabs span {
  align-items: center;
  background: #ffffff;
  border-radius: 50%;
  color: #062a63;
  display: inline-flex;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.market-tabs b,
.market-tabs small {
  display: block;
}

.market-tabs b {
  font-size: 0.82rem;
  text-transform: uppercase;
}

.market-tabs small {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.7rem;
}

.market-search-form {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1.2fr 1.2fr 0.8fr 1.4fr auto;
  padding: 1rem 1.2rem;
}

.market-search-form label {
  color: #43506a;
  font-size: 0.72rem;
  font-weight: 900;
}

.market-search-form select,
.market-search-form input {
  background: #ffffff;
  border: 1px solid #dde5ef;
  border-radius: 5px;
  color: #25334d;
  display: block;
  font-size: 0.82rem;
  margin-top: 0.36rem;
  min-height: 42px;
  padding: 0.55rem 0.65rem;
  width: 100%;
}

.market-budget-row {
  align-items: center;
  display: grid;
  gap: 0.45rem;
  grid-template-columns: 1fr auto 1fr;
}

.market-search-form button {
  align-self: end;
  background: #ff7900;
  border: 0;
  border-radius: 6px;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 900;
  min-height: 42px;
  padding: 0 1.2rem;
  white-space: nowrap;
}

.market-quick-search {
  align-items: center;
  border-top: 1px solid #eef2f7;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  padding: 0.85rem 1.2rem 1rem;
}

.market-quick-search strong,
.market-quick-search a {
  font-size: 0.74rem;
  font-weight: 900;
}

.market-quick-search a {
  background: #f0f4fb;
  border-radius: 5px;
  color: #07347a;
  padding: 0.42rem 0.68rem;
  text-decoration: none;
}

.market-stats-strip {
  border-radius: 9px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 1rem 0 1.55rem;
  padding: 1rem 0.8rem;
}

.market-stats-strip div {
  align-items: center;
  border-right: 1px solid #edf1f6;
  display: grid;
  gap: 0 0.72rem;
  grid-template-columns: auto 1fr;
  padding: 0 1rem;
}

.market-stats-strip div:last-child {
  border-right: 0;
}

.market-stats-strip i {
  align-items: center;
  background: #1c8bdc;
  border-radius: 50%;
  color: #ffffff;
  display: inline-flex;
  font-size: 1.15rem;
  grid-row: 1 / span 2;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.market-stats-strip div:nth-child(2) i { background: #ff8a00; }
.market-stats-strip div:nth-child(3) i { background: #14a66a; }
.market-stats-strip div:nth-child(4) i { background: #155ff0; }
.market-stats-strip div:nth-child(5) i { background: #7657e8; }

.market-stats-strip strong {
  color: #061a3e;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1;
}

.market-stats-strip span {
  color: #5b667a;
  font-size: 0.72rem;
  font-weight: 700;
}

.market-section {
  margin-bottom: 1.35rem;
}

.market-section-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.85rem;
}

.market-section-head h2 {
  color: #061a3e;
  font-size: 1.25rem;
  font-weight: 900;
  margin: 0;
}

.market-section-head h2 span {
  color: #ff7900;
}

.market-section-head h2 small {
  color: #34415b;
  font-size: 0.82rem;
}

.market-section-head a {
  color: #07347a;
  font-size: 0.78rem;
  font-weight: 900;
  text-decoration: none;
}

.market-card-grid,
.market-requirement-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.market-card,
.market-requirement-card {
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  min-height: 214px;
  overflow: hidden;
}

.market-card-media {
  background: #eef3f8;
  display: block;
  height: 136px;
  overflow: hidden;
  position: relative;
}

.market-card-media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.market-card-badge {
  background: #ff7900;
  border-radius: 4px;
  color: #ffffff;
  font-size: 0.62rem;
  font-weight: 900;
  padding: 0.28rem 0.42rem;
  position: absolute;
  right: 0.48rem;
  text-transform: uppercase;
  top: 0.48rem;
}

.market-card-badge.verified {
  background: #08a66f;
}

.market-save {
  align-items: center;
  background: rgba(6, 26, 62, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  color: #ffffff;
  display: inline-flex;
  height: 28px;
  justify-content: center;
  left: 0.48rem;
  position: absolute;
  top: 0.48rem;
  width: 28px;
}

.market-card-body,
.market-requirement-card {
  padding: 0.75rem;
}

.market-card h3,
.market-requirement-card h3 {
  display: -webkit-box;
  font-size: 0.82rem;
  font-weight: 900;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.25;
  margin: 0 0 0.28rem;
  min-height: 2.05em;
  overflow: hidden;
}

.market-card h3 a {
  color: #061a3e;
  text-decoration: none;
}

.market-card p,
.market-requirement-card p {
  color: #637087;
  display: -webkit-box;
  font-size: 0.7rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin: 0 0 0.45rem;
  min-height: 1.25em;
  overflow: hidden;
}

.market-card strong,
.market-requirement-card b {
  color: #ff7900;
  display: block;
  font-size: 0.86rem;
  font-weight: 900;
  margin-bottom: 0.55rem;
}

.market-card strong small {
  color: #6b7588;
  font-size: 0.66rem;
  font-weight: 800;
}

.market-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.55rem;
  margin-bottom: 0.7rem;
}

.market-card-meta span {
  align-items: center;
  color: #47546b;
  display: inline-flex;
  font-size: 0.66rem;
  font-weight: 800;
  gap: 0.22rem;
}

.market-quick-btn {
  background: #f0f5ff;
  border-radius: 5px;
  color: #07347a;
  display: block;
  font-size: 0.68rem;
  font-weight: 900;
  margin-top: auto;
  padding: 0.42rem 0.55rem;
  text-align: center;
  text-decoration: none;
}

.market-ad-space {
  align-items: center;
  background: #f7f9fc;
  border: 1px solid #e0e6ef;
  border-radius: 6px;
  color: #43506a;
  display: grid;
  justify-content: center;
  margin: 1.25rem 0;
  min-height: 76px;
  text-align: center;
}

.market-ad-space strong {
  color: #536079;
  font-size: 1rem;
  font-weight: 900;
}

.market-ad-space span {
  font-size: 0.8rem;
}

.market-tenant {
  align-items: center;
  display: flex;
  gap: 0.55rem;
  margin-bottom: 0.65rem;
}

.market-tenant > span {
  align-items: center;
  background: #eaf3ff;
  border-radius: 50%;
  color: #07347a;
  display: inline-flex;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.market-tenant strong,
.market-tenant small {
  display: block;
}

.market-tenant strong {
  color: #061a3e;
  font-size: 0.78rem;
}

.market-tenant small {
  color: #7a8495;
  font-size: 0.66rem;
}

.market-trust-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(6, 1fr);
  margin: 1.35rem 0;
}

.market-trust-grid div {
  align-items: center;
  border-radius: 8px;
  display: grid;
  gap: 0 0.7rem;
  grid-template-columns: auto 1fr;
  min-height: 86px;
  padding: 0.85rem;
}

.market-trust-grid i {
  align-items: center;
  background: #eef6ff;
  border-radius: 50%;
  color: #0c4ea3;
  display: inline-flex;
  font-size: 1.1rem;
  grid-row: 1 / span 2;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.market-trust-grid strong {
  color: #061a3e;
  font-size: 0.78rem;
  font-weight: 900;
}

.market-trust-grid span {
  color: #667287;
  font-size: 0.66rem;
  font-weight: 700;
}

.market-locality-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(8, 1fr);
}

.market-locality-card {
  border-radius: 8px;
  color: #ffffff;
  display: block;
  min-height: 100px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.market-locality-card::after {
  background: linear-gradient(180deg, transparent 20%, rgba(0, 0, 0, 0.78));
  content: "";
  inset: 0;
  position: absolute;
}

.market-locality-card img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.market-locality-card strong,
.market-locality-card span {
  display: block;
  left: 0.7rem;
  position: absolute;
  right: 0.7rem;
  z-index: 1;
}

.market-locality-card strong {
  bottom: 1.55rem;
  font-size: 0.78rem;
  font-weight: 900;
}

.market-locality-card span {
  bottom: 0.62rem;
  font-size: 0.66rem;
  font-weight: 800;
}

.market-cta-strip {
  background: #062a63;
  border-radius: 8px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 1.25rem;
  overflow: hidden;
}

.market-cta-strip a {
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
  display: grid;
  gap: 0 0.75rem;
  grid-template-columns: auto 1fr;
  min-height: 86px;
  padding: 1rem;
  text-decoration: none;
}

.market-cta-strip a:last-child {
  border-right: 0;
}

.market-cta-strip i {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: inline-flex;
  font-size: 1.15rem;
  grid-row: 1 / span 2;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.market-cta-strip strong,
.market-cta-strip span {
  display: block;
}

.market-cta-strip strong {
  font-size: 0.8rem;
  font-weight: 900;
}

.market-cta-strip span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.68rem;
  font-weight: 700;
}

.market-empty {
  background: #ffffff;
  border: 1px solid #e7edf5;
  border-radius: 8px;
  color: #5b667a;
  font-weight: 800;
  grid-column: 1 / -1;
  padding: 1rem;
}

@media (max-width: 1199.98px) {
  .account-shell {
    grid-template-columns: 84px minmax(0, 1fr);
  }

  .account-sidebar {
    padding: 22px 14px;
  }

  .account-brand {
    justify-content: center;
  }

  .account-brand span:last-child,
  .account-nav a span,
  .account-refer-card {
    display: none;
  }

  .account-nav a {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 0;
  }

  .account-topbar {
    grid-template-columns: 52px minmax(180px, 1fr) auto 52px;
  }

  .account-profile-chip {
    display: none;
  }

  .account-stat-grid {
    grid-template-columns: repeat(auto-fit, minmax(210px, 260px));
  }

  .account-quick-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .account-listing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .market-shell {
    grid-template-columns: 1fr;
  }

  .market-live-card {
    display: none;
  }

  .market-search-form {
    grid-template-columns: repeat(2, 1fr);
  }

  .market-search-form button {
    grid-column: 1 / -1;
  }

  .market-card-grid,
  .market-requirement-grid,
  .market-trust-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .market-locality-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .market-cta-strip {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767.98px) {
  body {
    background: linear-gradient(180deg, #f3f8ff 0%, #ffffff 38%);
  }

  .market-hero {
    background:
      linear-gradient(180deg, rgba(247, 251, 255, 0.94) 0%, rgba(247, 251, 255, 0.78) 54%, rgba(247, 251, 255, 0.34) 100%),
      url("../img/hero-bhopal-rent.jpg") center/cover;
    min-height: 308px;
    padding: 18px 0 62px;
    position: relative;
  }

  .market-hero::after {
    background: linear-gradient(180deg, transparent, #f3f8ff);
    bottom: 0;
    content: "";
    height: 86px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
  }

  .market-shell,
  .market-home {
    padding-left: 14px;
    padding-right: 14px;
  }

  .market-hero-copy {
    position: relative;
    z-index: 1;
  }

  .market-hero h1 {
    font-size: 1.78rem;
    line-height: 1.08;
    margin: 0.72rem 0 0.5rem;
    max-width: 330px;
    text-wrap: balance;
  }

  .market-hero p {
    color: #132a54;
    font-size: 0.78rem;
    line-height: 1.35;
    margin-bottom: 0.68rem;
    max-width: 330px;
  }

  .market-badge {
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(10px);
    border-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0 10px 24px rgba(8, 31, 74, 0.08);
    font-size: 0.68rem;
    padding: 0.38rem 0.48rem;
  }

  .market-proof span {
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(10px);
    border-color: rgba(255, 255, 255, 0.72);
    box-shadow: 0 8px 18px rgba(8, 31, 74, 0.08);
    flex: 1 1 calc(50% - 0.4rem);
    font-size: 0.64rem;
    min-height: 34px;
    padding: 0.34rem 0.42rem;
  }

  .market-home {
    margin-top: -48px;
    position: relative;
    z-index: 2;
  }

  .market-search-panel {
    border: 1px solid rgba(255, 255, 255, 0.86);
    border-radius: 16px;
    box-shadow: 0 22px 46px rgba(8, 31, 74, 0.16);
  }

  .market-card-grid,
  .market-cta-strip {
    grid-template-columns: 1fr;
  }

  .market-requirement-grid {
    gap: 0.65rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .market-tabs {
    background: linear-gradient(135deg, #062a63, #0a4a9d);
    grid-template-columns: repeat(3, 1fr);
  }

  .market-tabs a {
    border-right-color: rgba(255, 255, 255, 0.12);
    gap: 0.35rem;
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: 62px;
    padding: 0.48rem 0.28rem;
    text-align: center;
  }

  .market-tabs a.active {
    background: rgba(255, 255, 255, 0.1);
  }

  .market-tabs span {
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.16);
    height: 24px;
    width: 24px;
  }

  .market-tabs b {
    font-size: 0.62rem;
  }

  .market-tabs small {
    font-size: 0.54rem;
    line-height: 1.2;
  }

  .market-search-form {
    gap: 0.52rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0.68rem;
  }

  .market-search-form label {
    font-size: 0.66rem;
  }

  .market-search-form select,
  .market-search-form input {
    background: #f9fbff;
    border-color: #dbe5f2;
    border-radius: 9px;
    font-size: 0.76rem;
    min-height: 36px;
    padding: 0.42rem 0.52rem;
  }

  .market-search-form label:nth-child(4),
  .market-search-form button {
    grid-column: 1 / -1;
  }

  .market-budget-row {
    grid-template-columns: 1fr auto 1fr;
  }

  .market-search-form button {
    border-radius: 10px;
    box-shadow: 0 12px 20px rgba(255, 121, 0, 0.26);
    min-height: 40px;
  }

  .market-quick-search {
    gap: 0.34rem;
    padding: 0.56rem 0.68rem 0.68rem;
  }

  .market-quick-search strong {
    flex-basis: 100%;
  }

  .market-quick-search a {
    background: #edf4ff;
    border: 1px solid #e1ebfa;
    border-radius: 999px;
    font-size: 0.66rem;
    padding: 0.32rem 0.42rem;
  }

  .market-stats-strip {
    border: 1px solid #e4ecf6;
    border-radius: 14px;
    box-shadow: 0 14px 32px rgba(8, 31, 74, 0.08);
    grid-template-columns: repeat(2, 1fr);
    margin: 0.8rem 0 1.2rem;
    overflow: hidden;
    padding: 0;
  }

  .market-stats-strip div {
    border-bottom: 1px solid #edf1f6;
    border-right: 1px solid #edf1f6;
    min-height: 70px;
    padding: 0.65rem;
  }

  .market-stats-strip div:nth-child(2n) {
    border-right: 0;
  }

  .market-stats-strip div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .market-stats-strip div:last-child {
    grid-column: 1 / -1;
    border-bottom: 0;
    border-right: 0;
  }

  .market-stats-strip i {
    font-size: 0.95rem;
    height: 34px;
    width: 34px;
  }

  .market-stats-strip strong {
    font-size: 0.9rem;
  }

  .market-stats-strip span {
    font-size: 0.64rem;
  }

  .market-section-head {
    align-items: flex-start;
    gap: 0.55rem;
  }

  .market-section-head h2 {
    font-size: 1.05rem;
  }

  .market-section-head a {
    font-size: 0.68rem;
    white-space: nowrap;
  }

  .market-trust-grid,
  .market-locality-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .market-card,
  .market-requirement-card,
  .market-trust-grid div {
    border-color: #e2eaf5;
    border-radius: 14px;
    box-shadow: 0 14px 30px rgba(8, 31, 74, 0.08);
  }

  .market-card {
    display: grid;
    grid-template-columns: 42% 1fr;
    min-height: 154px;
  }

  .market-card-media {
    height: 154px;
  }

  .market-card-media img {
    height: 100%;
    min-height: 154px;
  }

  .market-card-body {
    padding: 0.72rem;
  }

  .market-card h3 {
    font-size: 0.8rem;
    line-height: 1.2;
  }

  .market-card p {
    font-size: 0.66rem;
    margin-bottom: 0.34rem;
  }

  .market-card strong {
    font-size: 0.8rem;
    margin-bottom: 0.42rem;
  }

  .market-card-meta {
    gap: 0.25rem 0.42rem;
    margin-bottom: 0.5rem;
  }

  .market-card-meta span {
    font-size: 0.6rem;
  }

  .market-card-badge {
    font-size: 0.56rem;
    left: 0.38rem;
    top: 0.38rem;
  }

  .market-save {
    height: 26px;
    right: 0.38rem;
    top: 0.38rem;
    width: 26px;
  }

  .market-quick-btn {
    border-radius: 8px;
    font-size: 0.64rem;
    padding: 0.36rem 0.48rem;
  }

  .market-requirement-card {
    min-height: 150px;
    padding: 0.62rem;
  }

  .market-requirement-card h3 {
    font-size: 0.72rem;
    line-height: 1.22;
    margin-bottom: 0.28rem;
    min-height: 1.8em;
  }

  .market-requirement-card p {
    font-size: 0.62rem;
    line-height: 1.25;
  }

  .market-requirement-card b {
    font-size: 0.72rem;
    margin-bottom: 0.42rem;
  }

  .market-requirement-card .market-card-meta {
    gap: 0.26rem;
  }

  .market-requirement-card .market-card-meta span {
    background: #f4f7fc;
    border-radius: 999px;
    font-size: 0.56rem;
    padding: 0.22rem 0.34rem;
  }

  .market-tenant {
    gap: 0.38rem;
    margin-bottom: 0.48rem;
  }

  .market-tenant > span {
    font-size: 0.72rem;
    height: 28px;
    width: 28px;
  }

  .market-tenant strong {
    font-size: 0.66rem;
  }

  .market-tenant small {
    font-size: 0.55rem;
  }

  .market-trust-grid div {
    display: block;
    min-height: 120px;
    text-align: center;
  }

  .market-trust-grid i {
    margin-bottom: 0.45rem;
  }

  .market-trust-grid strong,
  .market-trust-grid span {
    display: block;
  }

  .market-ad-space {
    border-radius: 12px;
    min-height: 62px;
  }

  .market-locality-card {
    border-radius: 12px;
    min-height: 112px;
  }

  .market-cta-strip {
    border-radius: 14px;
  }

  .footer {
    margin-top: 1.5rem;
    padding: 1.35rem 0 5rem;
  }

  .footer-shell {
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-brand-block,
  .footer-contact-block {
    grid-column: 1 / -1;
  }

  .footer-brand-block p {
    max-width: 100%;
  }

  .footer-link-column,
  .footer-contact-block {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    min-height: 0;
    padding-left: 0;
    padding-top: 0.8rem;
  }

  .footer h2 {
    font-size: 0.78rem;
  }

  .footer a,
  .footer-contact-block span {
    font-size: 0.66rem;
  }

  .footer-payments {
    margin-top: 0.8rem;
  }

  .footer-whatsapp {
    bottom: 1rem;
    height: 52px;
    right: 1rem;
    width: 52px;
  }
}

@media (max-width: 480px) {
  .market-search-form {
    padding: 0.85rem;
  }

  .market-cta-strip a {
    min-height: 74px;
    padding: 0.8rem;
  }
}

.hero-rental {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.76) 36%, rgba(255, 255, 255, 0.08) 78%),
    linear-gradient(180deg, rgba(239, 248, 255, 0.15), rgba(255, 255, 255, 0.1)),
    url("../img/hero-bhopal-rent.jpg") center/cover;
  background-attachment: scroll;
  color: var(--pg-ink);
  margin-top: -1px;
  min-height: 545px;
  padding: 46px 0 0;
}

.hero-rental::before,
.hero-rental::after {
  display: none;
}

.hero-trust-badge {
  align-items: center;
  background: rgba(255, 255, 255, 0.86);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(8, 31, 74, 0.08);
  color: #102344;
  display: inline-flex;
  font-weight: 800;
  padding: 0.65rem 0.9rem;
}

.hero-trust-badge i {
  color: var(--pg-primary-2);
}

.hero-title {
  color: #08275f;
  font-size: clamp(2.7rem, 5vw, 4.65rem);
  letter-spacing: -0.055em;
  line-height: 1.03;
  max-width: 840px;
  text-shadow: none;
}

.hero-title span {
  color: var(--pg-accent);
  display: block;
}

.hero-subtitle {
  color: #071b42;
  font-size: clamp(1.12rem, 1.8vw, 1.55rem);
  font-weight: 600;
}

.hero-subtitle span {
  color: var(--pg-primary-2);
  padding: 0 0.18rem;
}

.hero-points span {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 12px;
  box-shadow: 0 10px 22px rgba(8, 31, 74, 0.08);
  color: #0e2344;
  font-weight: 800;
}

.hero-points i {
  color: var(--pg-primary-2);
}

.hero-points span:nth-child(4) i {
  color: #16a34a;
}

.hero-ai-card {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 20px;
  box-shadow: 0 22px 45px rgba(8, 31, 74, 0.2);
  margin-left: auto;
  max-width: 250px;
  padding: 1.45rem;
  position: relative;
  text-align: center;
}

.hero-ai-new {
  background: var(--pg-accent);
  border-radius: 8px;
  color: #fff;
  font-size: 0.76rem;
  font-weight: 800;
  padding: 0.32rem 0.55rem;
  position: absolute;
  right: 0.9rem;
  top: 0.8rem;
}

.hero-ai-bot {
  align-items: center;
  background: linear-gradient(180deg, #eef7ff, #ffffff);
  border-radius: 50%;
  color: var(--pg-primary);
  display: inline-flex;
  font-size: 2.35rem;
  height: 74px;
  justify-content: center;
  margin-bottom: 0.85rem;
  width: 74px;
}

.hero-ai-card h2 {
  color: var(--pg-primary);
  font-size: 1.18rem;
  font-weight: 800;
}

.hero-ai-card p {
  color: #1c2942;
  font-size: 0.9rem;
}

.hero-ai-card .btn {
  background: #07347a !important;
  border: 0 !important;
  border-radius: 8px;
  box-shadow: none;
  font-size: 0.88rem;
  width: 100%;
}

.search-box {
  background: #07347a;
  border: 0;
  border-radius: 10px;
  box-shadow: 0 12px 24px rgba(7, 52, 122, 0.22);
  color: #fff;
  padding: 0.72rem;
}

.hero-search-box {
  margin: 1.2rem auto 0;
  max-width: 1260px;
}

.hero-search-box .form-label {
  align-items: center;
  color: #ffffff;
  display: flex;
  font-size: 0.78rem;
  font-weight: 800;
  gap: 0.4rem;
  margin-bottom: 0.28rem;
}

.hero-search-box .form-label i {
  color: #ffffff;
  font-size: 1rem;
}

.hero-search-box .form-control,
.hero-search-box .form-select {
  background-color: #fff;
  border: 0;
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgba(8, 31, 74, 0.08);
  font-size: 0.9rem;
  min-height: 52px;
  padding: 0.68rem 0.85rem;
}

.hero-search-box .btn-primary {
  background: linear-gradient(180deg, #ff9215, #ff7400) !important;
  border: 0 !important;
  border-radius: 8px;
  box-shadow: none;
  font-size: 0.94rem;
  min-height: 52px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.hero-stats {
  background: #ffffff;
  border: 1px solid rgba(8, 31, 74, 0.06);
  border-radius: 12px;
  box-shadow: 0 16px 34px rgba(8, 31, 74, 0.1);
  margin: 1rem auto 0;
  max-width: 1320px;
  padding: 1rem 0.8rem;
  transform: translateY(50%);
}

.hero-stat-card {
  background: #ffffff;
  border: 0;
  border-radius: 0;
  color: #071b42;
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  min-height: 64px;
  padding: 0.3rem 0.8rem;
}

.hero-stat-card i {
  align-items: center;
  background: #1f72df;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 1.35rem;
  grid-row: 1 / span 2;
  height: 48px;
  justify-content: center;
  margin-right: 0.8rem;
  width: 48px;
}

.hero-stat-orange i { background: var(--pg-accent); }
.hero-stat-green i { background: #18a957; }
.hero-stat-purple i { background: #6b5ce7; }

.hero-stat-card strong {
  color: #071b42;
  font-size: 1.45rem;
  line-height: 1.05;
}

.hero-stat-card span {
  color: #394760;
  font-size: 0.86rem;
}

main.container.py-5 {
  padding-top: 5.5rem !important;
}

.why-choose-rent h2 {
  color: #071b42;
  font-size: 1.55rem;
  font-weight: 800;
  margin-bottom: 1.2rem;
  text-align: center;
}

.why-choose-rent h2 span {
  color: var(--pg-primary-2);
}

.why-choose-rent h2 b {
  color: var(--pg-accent);
}

.why-card {
  align-items: flex-start;
  border-radius: 12px;
  display: grid;
  gap: 0.2rem 0.9rem;
  grid-template-columns: auto 1fr;
  min-height: 112px;
  padding: 1.25rem;
}

.why-card i {
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  font-size: 1.45rem;
  grid-row: 1 / span 2;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.why-card strong {
  color: #071b42;
  font-weight: 800;
}

.why-card p {
  color: #26344d;
  margin: 0;
}

.why-blue { background: #edf6ff; }
.why-blue i { background: #d8ecff; color: #1267cf; }
.why-orange { background: #fff4e9; }
.why-orange i { background: #ffe3c5; color: var(--pg-accent); }

.pg-hostel-page {
  background: #f7fafc;
}

.pg-hostel-hero {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.86) 54%, rgba(255, 255, 255, 0.6) 100%),
    url("../img/hero-bhopal-rent.jpg") center/cover;
  border-bottom: 1px solid #e8eef6;
  padding: 4rem 0;
}

.pg-hostel-hero h1 {
  color: var(--pg-ink);
  font-size: clamp(2rem, 4vw, 3.6rem);
  letter-spacing: 0;
}

.pg-hostel-stats {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #e5edf7;
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(11, 42, 83, 0.12);
  display: grid;
  gap: 0.75rem;
  padding: 1rem;
}

.pg-hostel-stats div {
  align-items: center;
  background: #f6f9fd;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  padding: 0.9rem 1rem;
}

.pg-hostel-stats strong {
  color: var(--pg-primary);
  font-size: 1.8rem;
  line-height: 1;
}

.pg-hostel-stats span {
  color: #526070;
  font-size: 0.9rem;
  text-align: right;
}
.why-green { background: #eefbf2; }
.why-green i { background: #d8f4df; color: #18a957; }
.why-purple { background: #f4f0ff; }
.why-purple i { background: #e6ddff; color: #6b5ce7; }

.featured-showcase {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.featured-title,
.home-section-head h2 {
  color: #071b42;
  font-size: 1.35rem;
}

.featured-title::after,
.home-section-head h2::after {
  background: var(--pg-accent);
  border-radius: 999px;
  content: "";
  display: block;
  height: 3px;
  margin-top: 0.45rem;
  width: 54px;
}

.home-section-cta {
  border: 0 !important;
  color: var(--pg-primary) !important;
  font-weight: 800;
}

.property-card {
  border: 0 !important;
  border-radius: 10px !important;
  box-shadow: 0 14px 30px rgba(8, 31, 74, 0.1) !important;
}

.property-thumb {
  aspect-ratio: 4 / 2.65;
  background: #eef3f8;
  display: block;
  height: 150px;
  object-fit: cover;
  width: 100%;
}

.featured-badge {
  background: var(--pg-accent);
}

.verified-badge {
  background: #0aa861;
  color: #fff;
}

.btn-primary {
  background: linear-gradient(180deg, #ff9215, #ff7400) !important;
  border-color: #ff7400 !important;
  box-shadow: 0 10px 22px rgba(255, 116, 0, 0.25);
}

.btn-outline-primary {
  border-color: var(--pg-primary) !important;
  color: var(--pg-primary) !important;
}

.text-primary,
.home-section-head p,
.featured-kicker {
  color: var(--pg-primary) !important;
}

@media (max-width: 767px) {
  .hero-rental {
    padding-top: 30px;
  }

  .hero-title {
    font-size: 2.6rem;
  }

  .hero-search-box .form-control,
  .hero-search-box .form-select,
  .hero-search-box .btn-primary {
    min-height: 48px;
  }

  .hero-stats {
    transform: none;
  }

  main.container.py-5 {
    padding-top: 2rem !important;
  }
}

/* Single property detail page theme */
.page-property {
  position: relative;
}

.page-property::before {
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 122, 0, 0.11), transparent 28%),
    linear-gradient(180deg, #f4f9ff 0%, #ffffff 42%);
  content: "";
  height: 360px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
}

.page-property .property-hero-strip {
  background: linear-gradient(90deg, #07347a, #0c4ea3);
  border: 0;
  border-radius: 14px;
  box-shadow: 0 14px 28px rgba(7, 52, 122, 0.2);
  padding: 0.72rem 0.9rem;
}

.page-property .property-hero-pill {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.2);
  font-size: 0.82rem;
  padding: 0.32rem 0.68rem;
}

.details-gallery {
  border-radius: 18px;
  overflow: hidden;
  position: relative;
}

.details-gallery .carousel-inner {
  border: 0;
  border-radius: 18px !important;
  box-shadow: 0 18px 36px rgba(8, 31, 74, 0.14);
}

.details-gallery .carousel-item img {
  aspect-ratio: 16 / 9;
  background: #eef4ff;
  object-fit: cover;
}

.property-gallery-caption {
  bottom: 14px;
  display: flex;
  gap: 8px;
  left: 14px;
  position: absolute;
  z-index: 2;
}

.property-gallery-caption span {
  align-items: center;
  backdrop-filter: blur(10px);
  background: rgba(7, 27, 66, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 800;
  gap: 0.35rem;
  padding: 0.38rem 0.68rem;
}

.page-property .property-main-card,
.page-property .property-map-card,
.page-property .property-video-card,
.page-property .owner-contact-card,
.page-property .similar-properties-block {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(7, 52, 122, 0.1) !important;
  border-radius: 16px !important;
  box-shadow: 0 16px 34px rgba(8, 31, 74, 0.08) !important;
}

.property-title-row {
  align-items: flex-start;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.property-main-card h1 {
  color: #071b42;
  font-size: clamp(1.45rem, 2.8vw, 2.15rem);
  line-height: 1.18;
  margin-bottom: 0.45rem;
}

.property-price-panel {
  background: linear-gradient(180deg, #fff7ef, #ffffff);
  border: 1px solid rgba(255, 122, 0, 0.18);
  border-radius: 14px;
  flex: 0 0 auto;
  min-width: 180px;
  padding: 0.85rem 1rem;
  text-align: right;
}

.property-price-panel span {
  color: #6b7280;
  display: block;
  font-size: 0.75rem;
  font-weight: 800;
  margin-bottom: 0.2rem;
  text-transform: uppercase;
}

.property-price-panel h2 {
  color: #ff7400 !important;
  margin: 0;
}

.property-stats-grid .feature-chip {
  background: linear-gradient(180deg, #f8fbff, #ffffff);
  border: 1px solid rgba(7, 52, 122, 0.1);
  border-radius: 13px;
  box-shadow: none;
  min-height: 86px;
}

.property-stats-grid .feature-chip strong {
  color: #07347a;
  font-size: 1rem;
}

.property-description-box {
  background: #f7fbff;
  border: 1px solid rgba(7, 52, 122, 0.08);
  border-radius: 14px;
  margin: 0.4rem 0 1.2rem;
  padding: 1rem;
}

.property-description-box p {
  margin-bottom: 0;
}

.property-section-title {
  color: #071b42;
  font-weight: 900;
  margin-top: 0.75rem;
}

.amenity-chip {
  background: #eef6ff !important;
  border: 1px solid rgba(7, 52, 122, 0.1);
  border-radius: 999px;
  color: #07347a !important;
  padding: 0.48rem 0.7rem !important;
}

.owner-contact-card {
  overflow: hidden;
}

.owner-contact-card::before {
  background: linear-gradient(90deg, #07347a, #ff7a00);
  content: "";
  display: block;
  height: 5px;
  margin: -1.5rem -1.5rem 1rem;
}

.owner-card-head {
  align-items: center;
  display: flex;
  gap: 0.85rem;
  margin-bottom: 0.95rem;
}

.owner-avatar {
  align-items: center;
  background: linear-gradient(180deg, #07347a, #0c4ea3);
  border-radius: 16px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 52px;
  font-size: 1.15rem;
  font-weight: 900;
  height: 52px;
  justify-content: center;
  width: 52px;
}

.owner-contact-card .h4,
.locked-phone {
  color: #07347a !important;
  letter-spacing: 0.04em;
}

.owner-contact-card .btn {
  border-radius: 10px;
  font-weight: 800;
}

.owner-contact-card .btn-primary {
  background: linear-gradient(180deg, #ff9215, #ff7400) !important;
  border: 0 !important;
  box-shadow: 0 10px 18px rgba(255, 116, 0, 0.18);
}

.owner-contact-card .btn-outline-primary {
  border-color: rgba(7, 52, 122, 0.24) !important;
  color: #07347a !important;
}

.owner-trust-list {
  background: linear-gradient(180deg, #f1f7ff, #ffffff);
  border-color: rgba(7, 52, 122, 0.1);
}

.page-property .property-map-card iframe {
  border: 0;
  min-height: 300px;
}

.page-property .similar-properties-block {
  padding: 1.2rem;
}

@media (max-width: 991.98px) {
  .property-title-row {
    display: block;
  }

  .property-price-panel {
    margin-top: 0.85rem;
    text-align: left;
  }

  .page-property .owner-contact-card {
    position: static !important;
  }
}

@media (max-width: 575.98px) {
  .page-property {
    padding-top: 1.4rem !important;
  }

  .page-property .property-main-card,
  .page-property .property-map-card,
  .page-property .property-video-card,
  .page-property .owner-contact-card {
    padding: 1rem !important;
  }

  .property-gallery-caption {
    bottom: 10px;
    left: 10px;
  }

  .property-gallery-caption span {
    font-size: 0.72rem;
    padding: 0.32rem 0.56rem;
  }

  .property-stats-grid .feature-chip {
    min-height: 76px;
    padding: 0.75rem !important;
  }
}

/* Homepage first-screen responsive polish */
.listing-detail-page {
  background: #f8fafc;
  color: #071b42;
  padding: 22px 0 36px;
}

.listing-detail-shell {
  max-width: 1340px;
}

.mobile-property-appbar,
.mobile-verified-card {
  display: none;
}

.listing-breadcrumb {
  align-items: center;
  color: #5d6b82;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.78rem;
  gap: 0.45rem;
  margin-bottom: 14px;
}

.listing-breadcrumb a {
  color: #20365d;
  text-decoration: none;
}

.listing-detail-head {
  align-items: flex-start;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 14px;
}

.listing-title-line {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.listing-title-line h1 {
  font-size: 1.72rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.22;
  margin: 0;
}

.listing-badge {
  border-radius: 5px;
  font-size: 0.68rem;
  font-weight: 900;
  padding: 0.28rem 0.46rem;
  text-transform: uppercase;
}

.listing-badge.verified {
  background: #e7fff1;
  border: 1px solid #73d99d;
  color: #098548;
}

.listing-badge.featured {
  background: #fff1df;
  border: 1px solid #ffc07a;
  color: #d56400;
}

.listing-location-row,
.listing-location-row a {
  align-items: center;
  color: #233a60;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.92rem;
  font-weight: 700;
  gap: 8px;
  margin-top: 8px;
  text-decoration: none;
}

.listing-location-row i {
  color: #0c4ea3;
}

.listing-price-actions {
  align-items: flex-start;
  display: flex;
  gap: 12px;
}

.listing-price {
  min-width: 150px;
  text-align: right;
}

.listing-price strong {
  color: #e85f00;
  display: inline-block;
  font-size: 1.72rem;
  font-weight: 900;
}

.listing-price span {
  color: #071b42;
  font-size: 0.9rem;
  font-weight: 700;
}

.listing-price small {
  color: #5d6b82;
  display: block;
  font-weight: 700;
}

.listing-actions {
  display: flex;
  gap: 8px;
}

.listing-actions a,
.listing-actions button {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(7, 52, 122, 0.13);
  border-radius: 7px;
  color: #10264e;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 800;
  gap: 6px;
  min-height: 34px;
  padding: 0 12px;
  text-decoration: none;
}

.listing-detail-layout {
  align-items: start;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) 320px;
}

.listing-main {
  min-width: 0;
}

.listing-gallery-card,
.listing-card,
.listing-spec-strip,
.listing-similar,
.listing-side-card {
  background: #fff;
  border: 1px solid rgba(7, 52, 122, 0.12);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(8, 31, 74, 0.06);
}

.listing-gallery-card {
  background: #eef3f8;
  overflow: hidden;
  padding: 0;
}

.listing-gallery {
  background: #eef3f8;
  height: 382px;
  position: relative;
}

.listing-gallery .carousel-inner {
  border-radius: 8px 8px 0 0;
  height: 100%;
  overflow: hidden;
}

.listing-gallery .carousel-item,
.listing-gallery .carousel-item.active {
  height: 100%;
}

.listing-gallery img {
  background: #e9eef6;
  display: block;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.listing-gallery .carousel-control-prev,
.listing-gallery .carousel-control-next {
  background: #fff;
  border-radius: 999px;
  bottom: auto;
  height: 44px;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
}

.listing-gallery .carousel-control-prev {
  left: 18px;
}

.listing-gallery .carousel-control-next {
  right: 18px;
}

.listing-gallery .carousel-control-prev-icon,
.listing-gallery .carousel-control-next-icon {
  filter: invert(1);
  height: 1rem;
  width: 1rem;
}

.listing-status-pill,
.listing-photo-pill {
  align-items: center;
  border: 0;
  border-radius: 5px;
  color: #fff;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 900;
  gap: 6px;
  position: absolute;
  z-index: 4;
}

.listing-status-pill {
  background: #08a35b;
  left: 16px;
  padding: 0.42rem 0.62rem;
  top: 14px;
}

.listing-photo-pill {
  background: rgba(3, 14, 36, 0.82);
  bottom: 16px;
  left: 16px;
  padding: 0.48rem 0.72rem;
}

.listing-thumbs {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(6, 1fr);
  padding: 10px;
}

.listing-thumbs button {
  background: #eef3f8;
  border: 0;
  border-radius: 6px;
  height: 74px;
  overflow: hidden;
  padding: 0;
}

.listing-thumbs button.active {
  box-shadow: 0 0 0 3px #ff7a00 inset;
}

.listing-thumbs img {
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.listing-more-photos {
  align-items: center;
  background: linear-gradient(135deg, rgba(9, 19, 40, 0.88), rgba(0, 0, 0, 0.78));
  color: #fff;
  display: flex;
  font-size: 1.12rem;
  font-weight: 900;
  justify-content: center;
}

.listing-spec-strip {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  margin-top: 14px;
  overflow: hidden;
}

.listing-spec-strip div {
  align-items: center;
  border-right: 1px solid rgba(7, 52, 122, 0.1);
  display: grid;
  gap: 2px;
  justify-items: center;
  min-height: 74px;
  padding: 10px 8px;
  text-align: center;
}

.listing-spec-strip div:last-child {
  border-right: 0;
}

.listing-spec-strip i {
  color: #092b63;
  font-size: 1.16rem;
}

.listing-spec-strip strong {
  color: #071b42;
  font-size: 1rem;
  line-height: 1.1;
}

.listing-spec-strip span {
  color: #52627a;
  font-size: 0.72rem;
  font-weight: 800;
}

.listing-info-grid {
  align-items: start;
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
  margin-top: 16px;
}

.listing-info-columns {
  align-items: start;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  margin-top: 16px;
}

.listing-info-column {
  align-content: start;
  display: grid;
  gap: 16px;
}

.listing-card,
.listing-side-card {
  padding: 18px;
}

.listing-card h2,
.listing-side-card h2,
.listing-owner-card h2 {
  color: #071b42;
  font-size: 1.02rem;
  font-weight: 900;
  margin: 0 0 12px;
}

.listing-card p {
  color: #263b5f;
  font-size: 0.9rem;
  line-height: 1.72;
  margin-bottom: 10px;
}

.listing-read-more,
.listing-card-head a,
.listing-section-head a {
  color: #0c4ea3;
  font-size: 0.78rem;
  font-weight: 900;
  text-decoration: none;
}

.listing-amenities {
  display: grid;
  gap: 12px 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.listing-amenities span,
.listing-mini-text {
  align-items: center;
  color: #263b5f;
  display: inline-flex;
  font-size: 0.84rem;
  font-weight: 700;
  gap: 8px;
}

.listing-amenities i,
.listing-mini-text i {
  color: #0c4ea3;
}

.listing-card-head {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.listing-map {
  border: 0;
  border-radius: 7px;
  height: 205px;
  width: 100%;
}

.listing-nearby-list {
  display: grid;
  gap: 12px;
}

.listing-nearby-list > div,
.listing-side-card > div:not(.alert) {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.listing-nearby-list span {
  align-items: center;
  color: #263b5f;
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 800;
  gap: 8px;
}

.listing-nearby-list strong {
  color: #405170;
  font-size: 0.8rem;
}

.listing-score-value {
  color: #17a05d;
  font-size: 2.45rem;
  font-weight: 900;
  line-height: 1;
}

.listing-score-value span {
  color: #071b42;
  font-size: 1rem;
}

.listing-score-compact {
  padding: 14px;
}

.listing-score-compact .listing-score-value {
  font-size: 2rem;
  line-height: 1;
}

.listing-score-compact .listing-score-value span {
  font-size: 0.84rem;
}

.listing-score-compact > strong {
  display: block;
  font-size: 0.82rem;
  margin-bottom: 8px;
}

.listing-score-compact .score-line {
  gap: 8px;
  grid-template-columns: 82px minmax(0, 1fr) 26px;
}

.listing-score-compact .score-line span,
.listing-score-compact .score-line em {
  font-size: 0.68rem;
}

.score-line {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: 92px 1fr 32px;
  margin-top: 10px;
}

.score-line span,
.score-line em {
  color: #465977;
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 800;
}

.score-line div {
  background: #e8edf4;
  border-radius: 99px;
  height: 7px;
  overflow: hidden;
}

.score-line i {
  background: #16a05a;
  border-radius: inherit;
  display: block;
  height: 100%;
}

.listing-video-cover {
  border-radius: 7px;
  color: #fff;
  display: block;
  height: 170px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.listing-video-cover img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.listing-video-cover::after {
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.62));
  content: "";
  inset: 0;
  position: absolute;
}

.listing-video-cover span {
  align-items: center;
  background: #fff;
  border-radius: 999px;
  color: #07347a;
  display: flex;
  font-size: 1.5rem;
  height: 56px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  z-index: 2;
}

.listing-video-cover strong {
  bottom: 12px;
  font-size: 0.86rem;
  left: 14px;
  position: absolute;
  z-index: 2;
}

.listing-video-embed {
  background: #071b42;
  border-radius: 7px;
  overflow: hidden;
}

.listing-video-embed iframe {
  aspect-ratio: 16 / 9;
  border: 0;
  display: block;
  width: 100%;
}

.listing-similar {
  margin-top: 16px;
  padding: 14px;
}

.listing-section-head {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 12px;
}

.listing-section-head h2 {
  font-size: 1.1rem;
  font-weight: 900;
  margin: 0;
}

.listing-similar-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.listing-similar-grid .property-card {
  background: #ffffff;
  border: 1px solid rgba(7, 52, 122, 0.1) !important;
  border-radius: 9px;
  box-shadow: 0 10px 24px rgba(8, 31, 74, 0.08) !important;
  overflow: hidden;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.listing-similar-grid .property-card:hover {
  border-color: rgba(255, 116, 0, 0.28) !important;
  box-shadow: 0 14px 32px rgba(8, 31, 74, 0.12) !important;
  transform: translateY(-2px);
}

.listing-similar-grid .property-thumb {
  background: #eef3f8;
  height: 136px;
  object-fit: cover;
  width: 100%;
}

.listing-similar-grid .property-card .card-body {
  display: grid;
  gap: 0.42rem;
  padding: 0.75rem;
}

.listing-similar-grid .property-card .card-body > .d-flex:first-child {
  align-items: flex-start;
  display: grid !important;
  gap: 0.28rem !important;
  grid-template-columns: minmax(0, 1fr);
}

.listing-similar-grid .property-card h3 {
  font-size: 0.92rem !important;
  font-weight: 900;
  line-height: 1.18;
  margin: 0 !important;
}

.listing-similar-grid .property-card h3 a {
  display: -webkit-box;
  min-height: 2.18em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.listing-similar-grid .property-card .text-primary.text-nowrap {
  color: #ff7400 !important;
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1;
}

.listing-similar-grid .property-card p {
  font-size: 0.72rem;
  line-height: 1.25;
  margin-bottom: 0 !important;
}

.listing-similar-grid .property-card p:nth-of-type(1) {
  color: #64748b !important;
}

.listing-similar-grid .property-card p:nth-of-type(2) {
  display: -webkit-box;
  min-height: 1.8em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.listing-similar-grid .property-card .d-flex.flex-wrap.gap-2.small {
  gap: 0.28rem !important;
}

.listing-similar-grid .property-card .badge {
  background: #f2f6fb !important;
  border: 1px solid #e3eaf4;
  border-radius: 999px;
  color: #0b2757;
  font-size: 0.63rem;
  font-weight: 800;
  padding: 0.22rem 0.38rem;
}

.listing-similar-grid .property-card-actions {
  gap: 0.42rem !important;
  margin-top: 0.24rem !important;
}

.listing-similar-grid .property-card-actions .btn {
  align-items: center;
  border-radius: 7px;
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 900;
  justify-content: center;
  min-height: 32px;
  padding: 0.35rem 0.5rem;
}

.listing-similar-grid .property-card-actions .ajax-wishlist {
  flex: 0 0 auto;
  min-width: 48px;
}

.listing-wide-ad {
  align-items: center;
  background: #fff2e8;
  border: 1px solid rgba(255, 122, 0, 0.18);
  border-radius: 8px;
  color: #516077;
  display: grid;
  font-size: 1.05rem;
  font-weight: 900;
  justify-items: center;
  margin-top: 18px;
  min-height: 70px;
  padding: 10px;
}

.listing-wide-ad span {
  font-size: 0.9rem;
  font-weight: 700;
}

.listing-sidebar {
  display: grid;
  gap: 16px;
  position: sticky;
  top: 86px;
}

.listing-owner-card {
  background: linear-gradient(180deg, #082b63, #031b43);
  border-radius: 8px;
  color: #fff;
  padding: 18px;
  position: relative;
}

.listing-owner-card h2 {
  color: #fff;
}

.owner-online {
  align-items: center;
  display: flex;
  font-size: 0.76rem;
  font-weight: 800;
  gap: 5px;
  position: absolute;
  right: 16px;
  top: 16px;
}

.owner-online i {
  background: #20d26a;
  border-radius: 999px;
  display: block;
  height: 7px;
  width: 7px;
}

.owner-profile {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}

.owner-photo {
  align-items: center;
  background: #f1f5fb;
  border-radius: 999px;
  color: #082b63;
  display: flex;
  flex: 0 0 58px;
  font-size: 1.4rem;
  font-weight: 900;
  height: 58px;
  justify-content: center;
  width: 58px;
}

.owner-profile strong,
.owner-profile span,
.owner-profile small {
  display: block;
}

.owner-profile span {
  color: #c9d7f2;
  font-size: 0.8rem;
  font-weight: 700;
}

.owner-profile small {
  color: #b9ffcc;
  font-size: 0.74rem;
  font-weight: 800;
}

.owner-btn {
  align-items: center;
  border: 0;
  border-radius: 7px;
  color: #fff;
  display: flex;
  font-weight: 900;
  gap: 8px;
  justify-content: center;
  margin-top: 9px;
  min-height: 42px;
  text-decoration: none;
  width: 100%;
}

.owner-btn.whatsapp {
  background: #13b85e;
}

.owner-btn.call {
  background: #ff7400;
}

.owner-btn.light,
.owner-btn.outline {
  background: #fff;
  color: #071b42;
}

.listing-owner-card p {
  color: #dce8ff;
  font-size: 0.78rem;
  font-weight: 800;
  margin: 14px 0 0;
  text-align: center;
}

.mobile-listing-actions {
  display: none;
}

.owner-inquiry-panel {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  margin-top: 14px;
  padding-top: 14px;
  scroll-margin-top: 96px;
}

.owner-inquiry-panel .form-control,
.owner-inquiry-panel .form-select {
  background: #fff;
  border: 0;
  border-radius: 7px;
  min-height: 40px;
}

.owner-inquiry-panel textarea.form-control {
  min-height: 82px;
}

.owner-inquiry-panel .btn-primary {
  background: #ff7400;
  border: 0;
  border-radius: 7px;
  font-weight: 900;
}

#inquiryForm {
  scroll-margin-top: 110px;
}

.listing-ad {
  align-items: center;
  border-radius: 8px;
  color: #fff;
  display: grid;
  font-size: 1.25rem;
  font-weight: 900;
  justify-items: center;
  min-height: 170px;
  padding: 20px;
  text-align: center;
}

.listing-ad span {
  font-size: 0.92rem;
  font-weight: 700;
}

.listing-ad.blue {
  background: linear-gradient(150deg, #0c55b6, #052e76);
}

.listing-ad.orange {
  background: linear-gradient(150deg, #ff7400, #ff4d00);
  min-height: 270px;
}

.listing-side-card {
  box-shadow: none;
}

.listing-side-card > div:not(.alert) {
  border-bottom: 1px solid rgba(7, 52, 122, 0.08);
  padding: 7px 0;
}

.listing-side-card > div:not(.alert):last-child {
  border-bottom: 0;
}

.listing-side-card span {
  color: #5b6a82;
  font-size: 0.78rem;
  font-weight: 800;
}

.listing-side-card strong {
  color: #071b42;
  font-size: 0.78rem;
  text-align: right;
}

.mini-property {
  align-items: center;
  border-bottom: 1px solid rgba(7, 52, 122, 0.08);
  color: #071b42;
  display: flex;
  gap: 10px;
  padding: 9px 0;
  text-decoration: none;
}

.mini-property:hover {
  color: #07347a;
}

.mini-property img {
  background: #eef3f8;
  border: 1px solid #e4ebf5;
  border-radius: 7px;
  flex: 0 0 64px;
  height: 58px;
  object-fit: cover;
  width: 64px;
}

.mini-property span,
.mini-property strong,
.mini-property em {
  display: block;
}

.mini-property span {
  min-width: 0;
}

.mini-property strong {
  display: -webkit-box;
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1.18;
  overflow: hidden;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.mini-property em {
  color: #ff7400;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 900;
  margin-top: 0.18rem;
}

@media (max-width: 1199.98px) {
  .listing-detail-layout {
    grid-template-columns: minmax(0, 1fr) 300px;
  }

  .listing-similar-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .listing-detail-layout {
    grid-template-columns: 1fr;
  }

  .listing-sidebar {
    position: static;
  }

  .listing-detail-head,
  .listing-price-actions {
    display: grid;
  }

  .listing-price {
    text-align: left;
  }

  .listing-gallery img {
    height: 100%;
  }

  .listing-spec-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .listing-detail-page {
    background: #fff;
    padding: 0 0 134px;
  }

  .listing-detail-shell {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    padding-left: 14px;
    padding-right: 14px;
  }

  .mobile-property-appbar {
    align-items: center;
    background: #fff;
    display: none;
    justify-content: space-between;
    min-height: 68px;
    order: 1;
    padding: 8px 0 10px;
    position: sticky;
    top: 0;
    z-index: 1020;
  }

  .mobile-property-brand {
    color: #082f68;
    font-size: 1.42rem;
    font-weight: 900;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: uppercase;
  }

  .mobile-property-brand b {
    color: #ff7400;
  }

  .mobile-property-actions {
    display: flex;
    gap: 8px;
  }

  .mobile-property-icon {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 999px;
    color: #071b42;
    display: inline-flex;
    font-size: 1.35rem;
    height: 42px;
    justify-content: center;
    padding: 0;
    text-decoration: none;
    width: 42px;
  }

  .listing-breadcrumb {
    display: none;
  }

  .listing-detail-layout,
  .listing-main,
  .listing-sidebar {
    display: contents;
  }

  .listing-detail-head {
    background: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: grid;
    gap: 12px;
    margin: 0;
    order: 3;
    padding: 18px 6px 12px;
  }

  .listing-title-line h1 {
    color: #071b42;
    font-size: 1.42rem;
    line-height: 1.24;
    width: 100%;
  }

  .listing-badge {
    font-size: 0.72rem;
    padding: 0.34rem 0.58rem;
  }

  .listing-location-row {
    font-size: 0.88rem;
    gap: 8px 12px;
  }

  .listing-price-actions {
    gap: 10px;
    width: 100%;
  }

  .listing-price strong {
    font-size: 1.78rem;
  }

  .listing-price {
    background: #fff;
    border: 0;
    border-radius: 0;
    padding: 0;
    text-align: left;
    width: 100%;
  }

  .listing-actions {
    display: none;
  }

  .listing-gallery-card,
  .listing-card,
  .listing-spec-strip,
  .listing-similar,
  .listing-side-card,
  .listing-owner-card {
    border-color: rgba(7, 52, 122, 0.1);
    border-radius: 10px;
    box-shadow: 0 8px 22px rgba(8, 31, 74, 0.055);
  }

  .listing-gallery-card {
    order: 2;
  }

  .listing-gallery img {
    height: 100%;
  }

  .listing-gallery {
    height: 280px;
  }

  .listing-gallery .carousel-inner {
    border-radius: 10px;
  }

  .listing-gallery .carousel-control-prev,
  .listing-gallery .carousel-control-next {
    background: rgba(0, 0, 0, 0.55);
    height: 42px;
    width: 42px;
  }

  .listing-gallery .carousel-control-prev {
    left: 10px;
  }

  .listing-gallery .carousel-control-next {
    right: 10px;
  }

  .listing-status-pill {
    background: #e8ffef;
    color: #12813d;
    left: 12px;
    top: 12px;
  }

  .listing-photo-pill {
    bottom: 12px;
    left: auto;
    right: 12px;
  }

  .listing-thumbs {
    gap: 7px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    padding: 10px 0 0;
  }

  .listing-thumbs button {
    height: 58px;
  }

  .listing-more-photos {
    font-size: 0.86rem;
  }

  .listing-info-grid,
  .listing-info-columns,
  .listing-score-video,
  .listing-similar-grid {
    grid-template-columns: 1fr;
  }

  .listing-spec-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 10px;
    order: 4;
  }

  .listing-spec-strip div:nth-child(2n) {
    border-right: 0;
  }

  .listing-spec-strip div {
    min-height: 76px;
  }

  .mobile-verified-card {
    align-items: center;
    background: linear-gradient(90deg, #f1fff6, #ffffff);
    border: 1px solid rgba(22, 163, 74, 0.16);
    border-radius: 10px;
    color: #12233f;
    display: flex;
    gap: 12px;
    margin-top: 12px;
    order: 5;
    padding: 14px;
  }

  .mobile-verified-card > i {
    color: #179448;
    font-size: 1.72rem;
  }

  .mobile-verified-card span {
    display: grid;
    flex: 1;
  }

  .mobile-verified-card strong {
    color: #13813e;
    font-size: 0.95rem;
  }

  .mobile-verified-card small {
    color: #405170;
    font-size: 0.82rem;
    font-weight: 700;
  }

  .mobile-verified-card b {
    align-items: center;
    background: #19a34a;
    border-radius: 999px;
    color: #fff;
    display: flex;
    height: 30px;
    justify-content: center;
    width: 30px;
  }

  .listing-card,
  .listing-side-card {
    padding: 14px;
  }

  .listing-card h2,
  .listing-side-card h2 {
    font-size: 1.08rem;
  }

  .listing-info-grid {
    margin-top: 12px;
  }

  .listing-info-columns {
    margin-top: 12px;
    order: 6;
  }

  .listing-about-amenities {
    order: 6;
  }

  .listing-location-nearby {
    order: 7;
  }

  .listing-score-video {
    order: 8;
  }

  .listing-amenities {
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .listing-amenities span {
    align-items: center;
    border: 1px solid rgba(7, 52, 122, 0.09);
    border-radius: 10px;
    display: grid;
    font-size: 0.78rem;
    gap: 6px;
    justify-items: center;
    min-height: 78px;
    padding: 10px 8px;
    text-align: center;
  }

  .listing-amenities i {
    background: #f2f7ff;
    border-radius: 999px;
    font-size: 1.2rem;
    height: 34px;
    line-height: 34px;
    text-align: center;
    width: 34px;
  }

  .listing-map {
    height: 210px;
  }

  .score-line {
    grid-template-columns: 86px 1fr 30px;
  }

  .listing-video-cover {
    height: 160px;
  }

  .listing-sidebar {
    gap: 12px;
  }

  .listing-owner-card {
    background: #fff;
    color: #071b42;
    display: block;
    margin-top: 0;
    order: 10;
    padding: 16px;
    position: relative;
  }

  .listing-owner-card h2 {
    color: #071b42;
  }

  .owner-online {
    color: #12813d;
  }

  .owner-profile span {
    color: #405170;
  }

  .owner-profile small {
    color: #13813e;
  }

  .listing-owner-card p {
    color: #405170;
  }

  .listing-owner-card .owner-btn.whatsapp,
  .listing-owner-card .owner-btn.call,
  .listing-owner-card .owner-btn.light,
  .listing-owner-card .owner-btn.outline {
    min-height: 42px;
  }

  .listing-owner-card .owner-inquiry-panel {
    margin-top: 12px;
    padding-top: 12px;
  }

  .listing-owner-card .row {
    --bs-gutter-x: 0.5rem;
    --bs-gutter-y: 0.5rem;
  }

  .listing-owner-card .form-control,
  .listing-owner-card .form-select {
    font-size: 0.86rem;
  }

  .listing-ad {
    color: #65738a;
    min-height: 112px;
    order: 11;
  }

  .listing-ad.blue,
  .listing-ad.orange {
    background: #fff;
    border: 1px solid rgba(7, 52, 122, 0.12);
    min-height: 112px;
  }

  .listing-similar {
    order: 13;
    padding: 12px;
  }

  .listing-section-head h2 {
    font-size: 1rem;
  }

  .listing-similar-grid .property-thumb {
    height: 154px;
  }

  .listing-wide-ad {
    margin-top: 12px;
    order: 12;
  }

  .listing-side-card {
    order: 11;
  }

  .listing-overview-card {
    order: 9;
  }

  .listing-owner-other-card {
    order: 14;
  }

  .listing-recent-card {
    order: 15;
  }

  .mobile-listing-actions {
    background: #fff;
    border-top: 1px solid rgba(7, 52, 122, 0.12);
    bottom: 0;
    box-shadow: 0 -10px 26px rgba(8, 31, 74, 0.16);
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr 1fr;
    left: 0;
    padding: 10px 12px 12px;
    position: fixed;
    right: 0;
    z-index: 1040;
  }

  .mobile-listing-actions a,
  .mobile-listing-actions button {
    align-items: center;
    border: 0;
    border-radius: 8px;
    display: flex;
    font-weight: 900;
    gap: 8px;
    justify-content: center;
    min-height: 44px;
    text-decoration: none;
  }

  .mobile-listing-actions .share,
  .mobile-listing-actions .save {
    background: #062b66;
    color: #fff;
  }

  .mobile-listing-actions .whatsapp {
    background: #14b95f;
    color: #fff;
    grid-column: span 2;
  }

  .mobile-listing-actions .call {
    background: #ff7400;
    color: #fff;
    grid-column: span 2;
  }
}

.hero-rental {
  overflow: hidden;
}

.hero-rental > .container {
  padding-left: clamp(16px, 3vw, 24px);
  padding-right: clamp(16px, 3vw, 24px);
}

.hero-title {
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.hero-subtitle {
  max-width: 720px;
}

.hero-points {
  max-width: 860px;
}

.hero-points span {
  align-items: center;
  display: inline-flex;
  gap: 0.42rem;
  min-height: 42px;
  padding: 0.58rem 0.72rem;
}

.hero-search-box .row {
  align-items: end;
}

.hero-search-box .btn-primary {
  white-space: normal;
}

.hero-stat-card {
  min-width: 0;
}

.hero-stat-card strong,
.hero-stat-card span {
  min-width: 0;
}

@media (min-width: 992px) {
  .hero-points {
    flex-wrap: nowrap !important;
  }

  .hero-points span {
    border-radius: 10px;
    font-size: 0.78rem;
    min-height: 38px;
    padding: 0.48rem 0.56rem;
    white-space: nowrap;
  }
}

@media (min-width: 1200px) {
  .hero-rental {
    min-height: auto;
    padding-bottom: 44px;
  }

  .hero-title {
    font-size: 3.72rem;
  }
}

@media (min-width: 1400px) {
  .hero-title {
    font-size: 4.15rem;
  }
}

@media (max-width: 1199.98px) {
  .hero-rental {
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.88) 62%, rgba(255, 255, 255, 0.58) 100%),
      url("../img/hero-bhopal-rent.jpg") center/cover;
    min-height: auto;
    padding: 34px 0 42px;
  }

  .hero-title {
    font-size: 3.35rem;
    max-width: 760px;
  }

  .hero-subtitle {
    font-size: 1.2rem;
  }

  .hero-search-box {
    margin-top: 1.35rem;
  }

  .hero-stats {
    transform: none;
  }

  main.container.py-5 {
    padding-top: 3rem !important;
  }
}

@media (max-width: 991.98px) {
  .hero-rental {
    padding: 30px 0 34px;
  }

  .hero-title {
    font-size: 2.75rem;
    line-height: 1.08;
  }

  .hero-points {
    gap: 0.55rem !important;
  }

  .hero-points span {
    font-size: 0.88rem;
  }

  .search-box {
    padding: 0.82rem;
  }

  .hero-search-box .row {
    gap: 0.1rem 0;
  }

  .hero-search-box .row > [class*="col-lg-"] {
    flex: 0 0 auto;
    width: 50%;
  }

  .hero-search-box .row > .d-grid {
    width: 100%;
  }

  .hero-search-box .form-control,
  .hero-search-box .form-select,
  .hero-search-box .btn-primary {
    min-height: 48px;
  }

  .hero-stats {
    margin-top: 1rem;
    padding: 0.75rem;
  }
}

@media (max-width: 767.98px) {
  .hero-rental {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.92) 56%, rgba(255, 255, 255, 0.82) 100%),
      url("../img/hero-bhopal-rent.jpg") center/cover;
    padding: 22px 0 26px;
  }

  .hero-trust-badge {
    border-radius: 10px;
    font-size: 0.78rem;
    max-width: 100%;
    padding: 0.55rem 0.68rem;
  }

  .hero-title {
    font-size: 2.22rem;
    line-height: 1.1;
    margin-bottom: 0.72rem !important;
  }

  .hero-subtitle {
    font-size: 1rem;
    line-height: 1.45;
  }

  .hero-points span {
    border-radius: 9px;
    flex: 1 1 calc(50% - 0.4rem);
    font-size: 0.78rem;
    justify-content: flex-start;
    min-height: 38px;
    padding: 0.48rem 0.55rem;
  }

  .hero-search-box {
    border-radius: 12px;
    margin-top: 1rem;
  }

  .hero-search-box .form-label {
    font-size: 0.74rem;
    min-height: 20px;
  }

  .hero-search-box .btn-primary {
    font-size: 0.9rem;
  }

  .hero-stats {
    border-radius: 12px;
    box-shadow: 0 12px 26px rgba(8, 31, 74, 0.09);
  }

  .hero-stat-card {
    grid-template-columns: auto 1fr;
    justify-content: start;
    min-height: 58px;
    padding: 0.42rem 0.32rem;
  }

  .hero-stat-card i {
    font-size: 1rem;
    height: 38px;
    margin-right: 0.55rem;
    width: 38px;
  }

  .hero-stat-card strong {
    font-size: 1.08rem;
  }

  .hero-stat-card span {
    font-size: 0.72rem;
    line-height: 1.2;
  }
}

@media (max-width: 575.98px) {
  .hero-rental > .container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .hero-title {
    font-size: 1.88rem;
  }

  .hero-points span {
    flex-basis: 100%;
  }

  .hero-search-box .row {
    --bs-gutter-x: 0.62rem;
    --bs-gutter-y: 0.62rem;
  }

  .search-box {
    padding: 0.68rem;
  }

  .hero-search-box .form-control,
  .hero-search-box .form-select,
  .hero-search-box .btn-primary {
    font-size: 0.86rem;
    min-height: 46px;
  }

  .hero-stats .row {
    --bs-gutter-x: 0.55rem;
    --bs-gutter-y: 0.55rem;
  }

  .hero-stat-card {
    display: block;
    min-height: 96px;
    padding: 0.68rem 0.4rem;
    text-align: center;
  }

  .hero-stat-card i {
    display: inline-flex;
    margin: 0 0 0.42rem;
  }

  .hero-stat-card strong,
  .hero-stat-card span {
    display: block;
  }

  main.container.py-5 {
    padding-top: 2rem !important;
  }
}

@media (max-width: 360px) {
  .hero-title {
    font-size: 1.65rem;
  }

  .hero-trust-badge,
  .hero-points span {
    font-size: 0.72rem;
  }
}

/* Absolute final mobile search row override */
@media (max-width: 767.98px) {
  html body:not(.account-panel-body) .search-hero-form {
    align-items: center !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 6px !important;
    grid-template-columns: unset !important;
    overflow-x: auto !important;
    padding: 6px !important;
    scrollbar-width: none !important;
    white-space: nowrap !important;
  }

  html body:not(.account-panel-body) .search-hero-form::-webkit-scrollbar {
    display: none !important;
  }

  html body:not(.account-panel-body) .search-hero-form label {
    flex: 0 0 112px !important;
    min-height: 36px !important;
    padding: 5px 7px !important;
    width: 112px !important;
  }

  html body:not(.account-panel-body) .search-hero-form label span {
    font-size: .52rem !important;
  }

  html body:not(.account-panel-body) .search-hero-form label i {
    font-size: .78rem !important;
  }

  html body:not(.account-panel-body) .search-hero-form select {
    font-size: .66rem !important;
  }

  html body:not(.account-panel-body) .search-hero-form .btn {
    flex: 0 0 82px !important;
    font-size: .68rem !important;
    min-height: 36px !important;
    min-width: 82px !important;
    width: 82px !important;
  }
}

/* Last override: account dashboard must touch browser top with no extra gap */
body.account-panel-body.page-dashboard-owner .account-workspace {
  padding-top: 0 !important;
}

body.account-panel-body.page-dashboard-owner .account-topbar {
  top: 0 !important;
}

@media (min-width: 768px) {
  body.account-panel-body.page-dashboard-owner .account-topbar {
    border-radius: 0 0 18px 18px !important;
  }
}

/* Public broker profile */
.broker-page {
  background: #f5f8ff;
  min-height: 100vh;
}

.broker-hero {
  background:
    radial-gradient(circle at 84% 22%, rgba(255, 122, 0, .2), transparent 28%),
    linear-gradient(135deg, #eef6ff 0%, #ffffff 54%, #fff4eb 100%);
  border-bottom: 1px solid #e4ecf7;
  padding: 28px 0;
}

.broker-hero-grid {
  align-items: stretch;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) 300px;
}

.broker-profile-card,
.broker-contact-card,
.broker-info-panel {
  background: #fff;
  border: 1px solid #e4ecf7;
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(8, 31, 74, .08);
}

.broker-profile-card {
  align-items: center;
  display: flex;
  gap: 18px;
  padding: 24px;
}

.broker-avatar {
  border: 5px solid #eef5ff;
  border-radius: 50%;
  flex: 0 0 auto;
  height: 108px;
  object-fit: cover;
  width: 108px;
}

.broker-avatar-fallback {
  align-items: center;
  background: linear-gradient(135deg, #075bff, #ff7900);
  color: #fff;
  display: inline-flex;
  font-size: 2.3rem;
  font-weight: 900;
  justify-content: center;
}

.broker-eyebrow {
  color: #075bff;
  display: block;
  font-size: .8rem;
  font-weight: 900;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.broker-profile-card h1 {
  color: #061a3e;
  font-size: clamp(1.65rem, 3vw, 2.5rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0;
}

.broker-profile-card p {
  color: #667085;
  font-weight: 800;
  margin: 8px 0 0;
}

.broker-rating-line {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.broker-rating-line strong {
  color: #061a3e;
  font-size: 1.2rem;
  font-weight: 900;
}

.broker-rating-line span {
  color: #ffae00;
  letter-spacing: 0;
}

.broker-rating-line em {
  color: #667085;
  font-style: normal;
  font-weight: 800;
}

.broker-contact-card {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.broker-contact-card .btn {
  align-items: center;
  display: inline-flex;
  font-weight: 900;
  gap: 8px;
  justify-content: center;
  min-height: 44px;
}

.broker-contact-card span {
  align-items: center;
  background: #eef5ff;
  border-radius: 12px;
  color: #061a3e;
  display: flex;
  font-weight: 900;
  gap: 8px;
  justify-content: center;
  min-height: 42px;
}

.broker-content {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) 340px;
  padding-bottom: 34px;
  padding-top: 22px;
}

.broker-main,
.broker-side {
  display: grid;
  gap: 18px;
}

.broker-info-panel {
  padding: 20px;
}

.broker-info-panel h2,
.broker-section-head h2 {
  color: #061a3e;
  font-size: 1.12rem;
  font-weight: 900;
  margin: 0;
}

.broker-info-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 14px;
}

.broker-info-grid div {
  align-items: start;
  background: #f8fbff;
  border: 1px solid #edf2f8;
  border-radius: 14px;
  display: grid;
  gap: 4px;
  grid-template-columns: 34px minmax(0, 1fr);
  padding: 12px;
}

.broker-info-grid i {
  align-items: center;
  background: #eef5ff;
  border-radius: 10px;
  color: #075bff;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.broker-info-grid span,
.broker-info-grid strong {
  grid-column: 2;
}

.broker-info-grid span {
  color: #667085;
  font-size: .74rem;
  font-weight: 900;
}

.broker-info-grid strong {
  color: #061a3e;
  font-size: .86rem;
  font-weight: 900;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.broker-about {
  color: #293a5c;
  font-weight: 700;
  line-height: 1.65;
  margin: 16px 0 0;
}

.broker-area-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.broker-area-chips span {
  background: #eef5ff;
  border-radius: 999px;
  color: #075bff;
  font-size: .78rem;
  font-weight: 900;
  padding: 8px 12px;
}

.broker-section-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}

.broker-section-head span {
  background: #eef5ff;
  border-radius: 999px;
  color: #075bff;
  font-size: .76rem;
  font-weight: 900;
  padding: 7px 11px;
}

.broker-property-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.broker-property-grid .property-card {
  min-width: 0;
}

.broker-review-form .form-label {
  color: #293a5c;
  font-size: .78rem;
  font-weight: 900;
}

.broker-review-list {
  display: grid;
  gap: 10px;
}

.broker-review-list article {
  border-bottom: 1px solid #edf2f8;
  padding-bottom: 10px;
}

.broker-review-list strong,
.broker-review-list span,
.broker-review-list p,
.broker-review-list small {
  display: block;
}

.broker-review-list strong {
  color: #061a3e;
  font-weight: 900;
}

.broker-review-list span {
  color: #ffae00;
  letter-spacing: 0;
}

.broker-review-list p {
  color: #293a5c;
  font-size: .86rem;
  font-weight: 700;
  line-height: 1.45;
  margin: 5px 0;
}

.broker-review-list small {
  color: #667085;
  font-size: .74rem;
  font-weight: 800;
}

@media (max-width: 1199.98px) {
  .broker-content,
  .broker-hero-grid {
    grid-template-columns: 1fr;
  }

  .broker-property-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .broker-hero {
    padding: 14px 0;
  }

  .broker-profile-card {
    align-items: flex-start;
    border-radius: 16px;
    gap: 12px;
    padding: 16px;
  }

  .broker-avatar {
    height: 70px;
    width: 70px;
  }

  .broker-profile-card h1 {
    font-size: 1.35rem;
  }

  .broker-contact-card,
  .broker-info-panel {
    border-radius: 16px;
    padding: 14px;
  }

  .broker-content {
    gap: 14px;
    padding-top: 14px;
  }

  .broker-info-grid,
  .broker-property-grid {
    grid-template-columns: 1fr;
  }
}

/* Broker assignment panel */
.assignment-shell {
  display: grid;
  gap: 16px;
}

.assignment-form-card,
.assignment-list-card {
  background: #fff;
  border: 1px solid #e3ebf7;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(8, 31, 74, .07);
  padding: 18px;
}

.assignment-form-card {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(220px, .38fr) minmax(0, 1fr);
}

.assignment-kicker {
  color: #075bff;
  display: block;
  font-size: .76rem;
  font-weight: 900;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.assignment-form-card h2,
.assignment-card-head h2 {
  color: #061a3e;
  font-size: 1.08rem;
  font-weight: 900;
  margin: 0;
}

.assignment-form-card p {
  color: #667085;
  font-size: .86rem;
  font-weight: 700;
  margin: 7px 0 0;
}

.assignment-form {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.assignment-form label {
  min-width: 0;
}

.assignment-form label span {
  color: #293a5c;
  display: block;
  font-size: .74rem;
  font-weight: 900;
  margin-bottom: 5px;
}

.assignment-note {
  grid-column: span 2;
}

.assignment-submit {
  align-self: end;
  min-height: 42px;
}

.assignment-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.assignment-card-head {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 12px;
}

.assignment-card-head span {
  background: #eef5ff;
  border-radius: 999px;
  color: #075bff;
  font-size: .74rem;
  font-weight: 900;
  padding: 7px 10px;
}

.assignment-list {
  display: grid;
  gap: 10px;
}

.assignment-item {
  align-items: center;
  border: 1px solid #edf2f8;
  border-radius: 14px;
  display: grid;
  gap: 12px;
  grid-template-columns: 58px minmax(0, 1fr) 132px;
  padding: 10px;
}

.assignment-item img,
.assignment-lead-icon {
  border-radius: 12px;
  height: 54px;
  width: 58px;
}

.assignment-item img {
  object-fit: cover;
}

.assignment-lead-icon {
  align-items: center;
  background: linear-gradient(135deg, #075bff, #20c997);
  color: #fff;
  display: inline-flex;
  font-size: 1.3rem;
  justify-content: center;
}

.assignment-item strong,
.assignment-item small,
.assignment-item span,
.assignment-item p {
  display: block;
}

.assignment-item strong {
  color: #061a3e;
  font-size: .88rem;
  font-weight: 900;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.assignment-item small,
.assignment-item span {
  color: #667085;
  font-size: .74rem;
  font-weight: 700;
  line-height: 1.25;
  margin-top: 3px;
}

.assignment-item p {
  color: #293a5c;
  font-size: .74rem;
  line-height: 1.25;
  margin: 6px 0 0;
}

.assignment-status-form {
  display: grid;
  gap: 7px;
}

.assignment-status-form a {
  background: #eef5ff;
  border-radius: 9px;
  color: #075bff;
  font-size: .76rem;
  font-weight: 900;
  min-height: 30px;
  padding: 6px 10px;
  text-align: center;
  text-decoration: none;
}

@media (max-width: 1199.98px) {
  .assignment-form-card,
  .assignment-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .assignment-form-card,
  .assignment-list-card {
    border-radius: 16px;
    padding: 14px;
  }

  .assignment-form {
    grid-template-columns: 1fr;
  }

  .assignment-note {
    grid-column: auto;
  }

  .assignment-item {
    align-items: start;
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .assignment-item img,
  .assignment-lead-icon {
    height: 46px;
    width: 48px;
  }

  .assignment-status-form {
    grid-column: 1 / -1;
    grid-template-columns: 1fr 90px;
  }
}

/* Final account dashboard compact polish */
body.account-panel-body .account-mobile-bottom-nav {
  display: none;
}

body.account-panel-body.page-dashboard-owner .account-topbar {
  background: rgba(255,255,255,.96) !important;
  border: 1px solid #e4ecf7;
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(8, 31, 74, .08);
  padding: 10px !important;
  position: sticky;
  top: 12px;
  z-index: 55;
}

body.account-panel-body.page-dashboard-owner .owner-dashboard {
  gap: 14px;
}

body.account-panel-body.page-dashboard-owner .owner-welcome {
  min-height: 132px;
  padding: 22px;
}

body.account-panel-body.page-dashboard-owner .owner-avatar {
  font-size: 1.65rem;
  height: 74px;
  width: 74px;
}

body.account-panel-body.page-dashboard-owner .owner-stat-grid {
  gap: 12px;
}

body.account-panel-body.page-dashboard-owner .owner-stat-card {
  gap: 12px;
  grid-template-columns: 48px minmax(0, 1fr);
  min-height: 106px;
  padding: 15px;
}

body.account-panel-body.page-dashboard-owner .owner-stat-icon {
  border-radius: 14px;
  font-size: 1.18rem;
  height: 48px;
  width: 48px;
}

body.account-panel-body.page-dashboard-owner .owner-stat-copy small {
  font-size: .76rem;
}

body.account-panel-body.page-dashboard-owner .owner-stat-copy strong {
  font-size: 1.32rem;
}

body.account-panel-body.page-dashboard-owner .owner-stat-copy em {
  font-size: .72rem;
  margin-top: 5px;
}

body.account-panel-body.page-dashboard-owner .owner-dashboard-grid,
body.account-panel-body.page-dashboard-owner .owner-bottom-grid {
  gap: 12px;
}

body.account-panel-body.page-dashboard-owner .owner-panel,
body.account-panel-body.page-dashboard-owner .owner-upgrade {
  padding: 15px;
}

body.account-panel-body.page-dashboard-owner .owner-panel-head {
  margin-bottom: 10px;
}

body.account-panel-body.page-dashboard-owner .owner-chart {
  height: 150px;
}

body.account-panel-body.page-dashboard-owner .owner-mini-list,
body.account-panel-body.page-dashboard-owner .owner-property-list,
body.account-panel-body.page-dashboard-owner .owner-activity-list {
  gap: 8px;
}

body.account-panel-body.page-dashboard-owner .owner-mini-list a,
body.account-panel-body.page-dashboard-owner .owner-property-list a {
  grid-template-columns: 48px minmax(0, 1fr) auto;
  padding-bottom: 8px;
}

body.account-panel-body.page-dashboard-owner .owner-mini-list img,
body.account-panel-body.page-dashboard-owner .owner-property-list img {
  height: 44px;
  width: 48px;
}

body.account-panel-body.page-dashboard-owner .owner-activity-list div {
  grid-template-columns: 38px minmax(0, 1fr);
  padding-bottom: 8px;
}

body.account-panel-body.page-dashboard-owner .owner-activity-list i {
  height: 38px;
  width: 38px;
}

body.account-panel-body.page-dashboard-owner .owner-mini-list strong,
body.account-panel-body.page-dashboard-owner .owner-property-list strong,
body.account-panel-body.page-dashboard-owner .owner-activity-list strong {
  font-size: .78rem;
}

@media (max-width: 767.98px) {
  body.account-panel-body .account-workspace {
    padding-bottom: 106px !important;
  }

  body.account-panel-body .account-topbar,
  body.account-panel-body.page-dashboard-owner .account-topbar {
    background: rgba(247,250,255,.96) !important;
    border: 0;
    border-radius: 0;
    box-shadow: 0 10px 24px rgba(8, 31, 74, .06);
    margin: -18px -18px 0;
    padding: 10px 18px !important;
    position: sticky;
    top: 0;
    z-index: 60;
  }

  body.account-panel-body .account-mobile-logo,
  body.account-panel-body.page-dashboard-owner .account-mobile-logo {
    display: inline-flex !important;
    font-size: 1.35rem;
    grid-column: 2;
    justify-self: center;
  }

  body.account-panel-body.page-dashboard-owner .owner-dashboard {
    gap: 12px;
  }

  body.account-panel-body.page-dashboard-owner .owner-welcome {
    padding: 2px 0 0;
  }

  body.account-panel-body.page-dashboard-owner .owner-avatar {
    font-size: 1.2rem;
    height: 56px;
    width: 56px;
  }

  body.account-panel-body.page-dashboard-owner .owner-welcome h1 {
    font-size: 1.24rem;
  }

  body.account-panel-body.page-dashboard-owner .owner-kicker {
    font-size: .82rem;
  }

  body.account-panel-body.page-dashboard-owner .owner-stat-grid {
    gap: 10px;
  }

  body.account-panel-body.page-dashboard-owner .owner-stat-card {
    border-radius: 16px;
    gap: 9px;
    grid-template-columns: 42px minmax(0, 1fr);
    min-height: 102px;
    padding: 12px;
  }

  body.account-panel-body.page-dashboard-owner .owner-stat-icon {
    border-radius: 50%;
    font-size: 1.08rem;
    height: 42px;
    width: 42px;
  }

  body.account-panel-body.page-dashboard-owner .owner-stat-copy small {
    font-size: .74rem;
    line-height: 1.2;
  }

  body.account-panel-body.page-dashboard-owner .owner-stat-copy strong {
    font-size: 1.2rem;
  }

  body.account-panel-body.page-dashboard-owner .owner-stat-copy em {
    font-size: .68rem;
    margin-top: 4px;
  }

  body.account-panel-body.page-dashboard-owner .owner-post-cta {
    border-radius: 14px;
    min-height: 54px;
  }

  body.account-panel-body.page-dashboard-owner .owner-mobile-actions > div:last-child {
    gap: 8px;
  }

  body.account-panel-body.page-dashboard-owner .owner-mobile-actions > div:last-child a {
    border-radius: 14px;
    min-height: 76px;
    padding: 9px 5px;
  }

  body.account-panel-body.page-dashboard-owner .owner-mobile-actions i {
    font-size: 1.05rem;
    height: 36px;
    width: 36px;
  }

  body.account-panel-body .account-mobile-bottom-nav {
    align-items: center;
    background: rgba(255,255,255,.97);
    border: 1px solid #e8eef8;
    border-radius: 24px 24px 0 0;
    bottom: 0;
    box-shadow: 0 -18px 42px rgba(8, 31, 74, .12);
    display: grid;
    gap: 4px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    left: 0;
    padding: 10px 16px 12px;
    position: fixed;
    right: 0;
    z-index: 70;
  }

  body.account-panel-body .account-mobile-bottom-nav a {
    align-items: center;
    color: #667085;
    display: grid;
    font-size: .66rem;
    font-weight: 800;
    gap: 4px;
    justify-items: center;
    line-height: 1;
    text-decoration: none;
  }

  body.account-panel-body .account-mobile-bottom-nav i {
    font-size: 1.16rem;
  }

  body.account-panel-body .account-mobile-bottom-nav a.active {
    color: #ff6900;
  }

  body.account-panel-body .account-mobile-bottom-nav a.post {
    transform: translateY(-16px);
  }

  body.account-panel-body .account-mobile-bottom-nav a.post i {
    align-items: center;
    background: linear-gradient(135deg, #ff7900, #ff5f00);
    border-radius: 50%;
    box-shadow: 0 16px 30px rgba(255,105,0,.28);
    color: #fff;
    display: inline-flex;
    font-size: 1.45rem;
    height: 52px;
    justify-content: center;
    width: 52px;
  }

  body.account-panel-body .owner-mobile-bottom-nav {
    display: none !important;
  }
}

/* Final account sidebar compact spacing */
body.account-panel-body .account-sidebar {
  gap: 10px;
}

body.account-panel-body .account-sidebar .account-nav {
  gap: 5px !important;
}

body.account-panel-body .account-nav a,
body.account-panel-body.page-dashboard-owner .account-nav a {
  min-height: 40px;
  padding: 0 11px;
}

body.account-panel-body .account-nav a i,
body.account-panel-body.page-dashboard-owner .account-nav a i {
  font-size: .92rem;
}

body.account-panel-body .account-nav a span,
body.account-panel-body.page-dashboard-owner .account-nav a span {
  font-size: .84rem;
}

body.account-panel-body .account-nav-divider {
  margin: 5px 0;
}

@media (max-width: 767.98px) {
  body.account-panel-body .account-sidebar {
    padding: 14px 12px;
  }

  body.account-panel-body .account-brand {
    margin-bottom: 10px;
  }

  body.account-panel-body .account-sidebar .account-nav {
    gap: 5px;
  }

  body.account-panel-body .account-nav a,
  body.account-panel-body.page-dashboard-owner .account-nav a {
    min-height: 38px;
    padding: 0 10px;
  }
}

/* Final account top flush fix */
body.account-panel-body.page-dashboard-owner .account-workspace {
  padding-top: 0 !important;
}

body.account-panel-body.page-dashboard-owner .account-topbar {
  top: 0 !important;
}

@media (min-width: 768px) {
  body.account-panel-body.page-dashboard-owner .account-topbar {
    border-radius: 0 0 18px 18px;
  }
}

/* Premium owner dashboard */
body.account-panel-body.page-dashboard-owner {
  background: #f4f8ff;
}

body.account-panel-body.page-dashboard-owner .account-hero {
  display: none;
}

body.account-panel-body.page-dashboard-owner .account-shell {
  gap: 22px;
  padding: 0;
}

body.account-panel-body.page-dashboard-owner .account-sidebar {
  background: rgba(255,255,255,.92);
  border: 0;
  box-shadow: 16px 0 45px rgba(8, 31, 74, .05);
  padding: 26px 20px;
}

body.account-panel-body.page-dashboard-owner .account-brand {
  margin-bottom: 12px;
}

body.account-panel-body.page-dashboard-owner .account-brand-mark {
  border-radius: 14px;
  height: 46px;
  width: 46px;
}

body.account-panel-body.page-dashboard-owner .account-brand strong {
  font-size: 1.24rem;
}

body.account-panel-body.page-dashboard-owner .account-sidebar .account-nav {
  background: transparent;
  border: 0;
  box-shadow: none;
  display: grid;
  gap: 8px;
  overflow: visible;
  padding: 0;
}

body.account-panel-body.page-dashboard-owner .account-nav a {
  border-radius: 14px;
  color: #061a3e;
  display: grid;
  font-size: .9rem;
  font-weight: 900;
  grid-template-columns: 28px minmax(0, 1fr);
  min-height: 48px;
  padding: 0 14px;
}

body.account-panel-body.page-dashboard-owner .account-nav a i {
  color: #07347a;
  font-size: 1rem;
}

body.account-panel-body.page-dashboard-owner .account-nav a.active,
body.account-panel-body.page-dashboard-owner .account-nav a:hover {
  background: #eef5ff;
  color: #075bff;
}

body.account-panel-body.page-dashboard-owner .account-nav a.active i,
body.account-panel-body.page-dashboard-owner .account-nav a:hover i {
  color: #075bff;
}

body.account-panel-body.page-dashboard-owner .account-refer-card {
  background: linear-gradient(135deg, #075bff, #4054ff);
  border: 0;
  border-radius: 18px;
  color: #fff;
  margin-top: auto;
}

body.account-panel-body.page-dashboard-owner .account-refer-card span,
body.account-panel-body.page-dashboard-owner .account-refer-card em {
  color: rgba(255,255,255,.9);
}

body.account-panel-body.page-dashboard-owner .account-workspace {
  padding: 22px 28px 34px 0;
}

body.account-panel-body.page-dashboard-owner .account-topbar {
  background: transparent;
  gap: 18px;
  grid-template-columns: 54px minmax(280px, 1fr) auto auto auto 54px max-content;
  padding: 0 0 10px;
}

body.account-panel-body.page-dashboard-owner .account-menu-btn,
body.account-panel-body.page-dashboard-owner .account-bell,
body.account-panel-body.page-dashboard-owner .account-site-link,
body.account-panel-body.page-dashboard-owner .account-logout-link,
body.account-panel-body.page-dashboard-owner .account-top-action,
body.account-panel-body.page-dashboard-owner .account-profile-chip,
body.account-panel-body.page-dashboard-owner .account-search {
  border: 1px solid #dce7f6;
  border-radius: 14px;
  box-shadow: 0 18px 38px rgba(6, 26, 62, .06);
}

body.account-panel-body.page-dashboard-owner .account-menu-btn,
body.account-panel-body.page-dashboard-owner .account-bell {
  height: 54px;
  width: 54px;
}

body.account-panel-body.page-dashboard-owner .account-search {
  min-height: 54px;
}

body.account-panel-body.page-dashboard-owner .account-top-action,
body.account-panel-body.page-dashboard-owner .account-site-link,
body.account-panel-body.page-dashboard-owner .account-logout-link {
  min-height: 54px;
  padding-inline: 22px;
}

body.account-panel-body.page-dashboard-owner .account-profile-chip {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

.owner-dashboard {
  display: grid;
  gap: 20px;
}

.owner-welcome {
  align-items: center;
  background:
    radial-gradient(circle at 72% 30%, rgba(255, 255, 255, .42), transparent 28%),
    linear-gradient(110deg, #1977f3 0%, #3151e9 45%, #f3a4cb 100%);
  border-radius: 18px;
  box-shadow: 0 24px 52px rgba(38, 83, 217, .18);
  color: #fff;
  display: flex;
  justify-content: space-between;
  min-height: 154px;
  overflow: hidden;
  padding: 28px;
  position: relative;
}

.owner-welcome::after {
  background: repeating-linear-gradient(60deg, rgba(255,255,255,.08) 0 1px, transparent 1px 28px);
  content: "";
  inset: 0;
  opacity: .45;
  pointer-events: none;
  position: absolute;
}

.owner-welcome-main,
.owner-welcome-metrics {
  align-items: center;
  display: flex;
  gap: 18px;
  position: relative;
  z-index: 1;
}

.owner-avatar {
  align-items: center;
  border: 5px solid rgba(255,255,255,.86);
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 2rem;
  font-weight: 900;
  height: 88px;
  justify-content: center;
  width: 88px;
}

.owner-kicker {
  display: block;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .02em;
  margin-bottom: 6px;
}

.owner-welcome h1 {
  font-size: clamp(1.6rem, 2.8vw, 2.35rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0;
}

.owner-welcome p {
  color: rgba(255,255,255,.9);
  margin: 8px 0 0;
}

.owner-welcome-metrics {
  border-left: 1px solid rgba(255,255,255,.32);
  padding-left: 30px;
}

.owner-welcome-metrics span {
  min-width: 120px;
}

.owner-welcome-metrics strong,
.owner-welcome-metrics small {
  display: block;
}

.owner-welcome-metrics strong {
  font-size: 1.35rem;
  font-weight: 900;
}

.owner-welcome-metrics small {
  color: rgba(255,255,255,.84);
  font-size: .78rem;
  font-weight: 700;
}

.owner-stat-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.owner-stat-card {
  align-items: center;
  background: #fff;
  border: 1px solid #e3ebf7;
  border-radius: 18px;
  box-shadow: 0 20px 45px rgba(8, 31, 74, .07);
  color: #061a3e;
  display: grid;
  gap: 16px;
  grid-template-columns: 58px minmax(0, 1fr);
  min-height: 136px;
  padding: 22px;
  text-decoration: none;
}

.owner-stat-icon {
  align-items: center;
  border-radius: 16px;
  color: #fff;
  display: inline-flex;
  font-size: 1.45rem;
  height: 58px;
  justify-content: center;
  width: 58px;
}

.owner-stat-card.blue .owner-stat-icon { background: linear-gradient(135deg, #075bff, #248dff); }
.owner-stat-card.green .owner-stat-icon { background: linear-gradient(135deg, #08b86f, #24d18a); }
.owner-stat-card.purple .owner-stat-icon { background: linear-gradient(135deg, #7b3ff2, #9a5bff); }
.owner-stat-card.orange .owner-stat-icon { background: linear-gradient(135deg, #ff6900, #ff961f); }
.owner-stat-card.teal .owner-stat-icon { background: linear-gradient(135deg, #02a7b5, #20d0c4); }
.owner-stat-card.yellow .owner-stat-icon { background: linear-gradient(135deg, #ffad1f, #ffc94d); }
.owner-stat-card.pink .owner-stat-icon { background: linear-gradient(135deg, #f02d76, #ff6797); }

.owner-stat-copy {
  min-width: 0;
}

.owner-stat-copy small,
.owner-stat-copy strong,
.owner-stat-copy em {
  display: block;
}

.owner-stat-copy small {
  color: #293a5c;
  font-size: .82rem;
  font-weight: 800;
  line-height: 1.25;
}

.owner-stat-copy strong {
  color: #061a3e;
  font-size: 1.65rem;
  font-weight: 900;
  line-height: 1.05;
  margin-top: 5px;
  overflow-wrap: anywhere;
}

.owner-stat-copy em {
  color: #075bff;
  font-size: .8rem;
  font-style: normal;
  font-weight: 800;
  margin-top: 10px;
}

.owner-post-cta {
  align-items: center;
  background: linear-gradient(135deg, #ff7900, #ff5f00);
  border-radius: 18px;
  box-shadow: 0 22px 44px rgba(255, 105, 0, .22);
  color: #fff;
  display: none;
  font-size: 1.02rem;
  font-weight: 900;
  gap: 12px;
  justify-content: center;
  min-height: 66px;
  text-decoration: none;
}

.owner-post-cta i {
  font-size: 1.4rem;
}

.owner-mobile-actions {
  display: none;
}

.owner-mobile-bottom-nav {
  display: none;
}

.owner-dashboard-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .82fr) minmax(250px, .65fr);
}

.owner-bottom-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .52fr);
}

.owner-panel,
.owner-upgrade {
  background: #fff;
  border: 1px solid #e3ebf7;
  border-radius: 18px;
  box-shadow: 0 20px 45px rgba(8, 31, 74, .07);
  padding: 22px;
}

.owner-panel-head {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 16px;
}

.owner-panel-head h2 {
  color: #061a3e;
  font-size: 1rem;
  font-weight: 900;
  margin: 0;
}

.owner-panel-head a,
.owner-panel-head span {
  background: #f1f6ff;
  border-radius: 12px;
  color: #075bff;
  font-size: .76rem;
  font-weight: 900;
  padding: 8px 12px;
  text-decoration: none;
}

.owner-chart {
  align-items: end;
  border-bottom: 1px solid #dfe7f3;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  height: 210px;
  padding: 10px 12px 28px;
}

.owner-chart span {
  align-items: end;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
}

.owner-chart span::before {
  background: linear-gradient(180deg, #075bff, #20c997);
  border-radius: 999px 999px 0 0;
  box-shadow: 0 12px 22px rgba(7, 91, 255, .16);
  content: "";
  height: var(--h);
  min-height: 20px;
  width: min(42px, 66%);
}

.owner-chart b {
  bottom: -24px;
  color: #667085;
  font-size: .72rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.owner-mini-list,
.owner-property-list,
.owner-activity-list {
  display: grid;
  gap: 12px;
}

.owner-mini-list a,
.owner-property-list a,
.owner-activity-list div {
  align-items: center;
  border-bottom: 1px solid #eef2f7;
  color: #061a3e;
  display: grid;
  gap: 12px;
  min-width: 0;
  padding-bottom: 12px;
  text-decoration: none;
}

.owner-mini-list a,
.owner-property-list a {
  grid-template-columns: 58px minmax(0, 1fr) auto;
}

.owner-activity-list div {
  grid-template-columns: 44px minmax(0, 1fr);
}

.owner-mini-list img,
.owner-property-list img {
  border-radius: 12px;
  height: 54px;
  object-fit: cover;
  width: 58px;
}

.owner-mini-list strong,
.owner-property-list strong,
.owner-activity-list strong {
  display: block;
  font-size: .84rem;
  font-weight: 900;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.owner-mini-list small,
.owner-property-list small,
.owner-activity-list small {
  color: #667085;
  display: block;
  font-size: .72rem;
  font-weight: 700;
  line-height: 1.25;
  margin-top: 3px;
}

.owner-mini-list em,
.owner-property-list em {
  background: #eaf8ef;
  border-radius: 999px;
  color: #168448;
  font-size: .7rem;
  font-style: normal;
  font-weight: 900;
  padding: 6px 9px;
  white-space: nowrap;
}

.owner-activity-list i {
  align-items: center;
  background: #eef5ff;
  border-radius: 50%;
  color: #075bff;
  display: inline-flex;
  font-size: 1rem;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.owner-upgrade {
  align-items: center;
  background: linear-gradient(135deg, #6d2df4, #075bff);
  color: #fff;
  display: grid;
  gap: 16px;
  grid-template-columns: 58px minmax(0, 1fr) auto;
}

.owner-upgrade > i {
  align-items: center;
  background: rgba(255,255,255,.16);
  border-radius: 18px;
  display: inline-flex;
  font-size: 1.7rem;
  height: 58px;
  justify-content: center;
  width: 58px;
}

.owner-upgrade strong,
.owner-upgrade small {
  display: block;
}

.owner-upgrade strong {
  font-weight: 900;
}

.owner-upgrade small {
  color: rgba(255,255,255,.86);
  margin-top: 4px;
}

.owner-upgrade a {
  background: #fff;
  border-radius: 12px;
  color: #075bff;
  font-weight: 900;
  padding: 12px 18px;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 1199.98px) {
  .owner-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .owner-dashboard-grid,
  .owner-bottom-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  body.account-panel-body.page-dashboard-owner {
    background: #f7faff;
  }

  body.account-panel-body.page-dashboard-owner .account-workspace {
    gap: 18px;
    padding: 18px 18px 112px;
  }

  body.account-panel-body.page-dashboard-owner .account-topbar {
    align-items: center;
    background: #f7faff;
    grid-template-columns: 44px 1fr 44px;
    min-height: 60px;
    padding: 0;
  }

  body.account-panel-body.page-dashboard-owner .account-menu-btn,
  body.account-panel-body.page-dashboard-owner .account-bell {
    background: transparent;
    border: 0;
    box-shadow: none;
    color: #061a3e;
    font-size: 1.45rem;
    height: 44px;
    width: 44px;
  }

  body.account-panel-body.page-dashboard-owner .account-menu-btn {
    border-radius: 10px;
    grid-column: 1;
  }

  body.account-panel-body.page-dashboard-owner .account-mobile-logo {
    display: inline-flex;
    font-size: 1.55rem;
    grid-column: 2;
    justify-self: center;
    position: sticky;
    top: 0;
  }

  body.account-panel-body.page-dashboard-owner .account-search-toggle,
  body.account-panel-body.page-dashboard-owner .account-search,
  body.account-panel-body.page-dashboard-owner .account-site-link,
  body.account-panel-body.page-dashboard-owner .account-logout-link,
  body.account-panel-body.page-dashboard-owner .account-top-action,
  body.account-panel-body.page-dashboard-owner .account-profile-chip {
    display: none !important;
  }

  body.account-panel-body.page-dashboard-owner .account-bell {
    display: inline-flex !important;
    grid-column: 3;
    justify-self: end;
  }

  .owner-dashboard {
    gap: 18px;
  }

  .owner-welcome {
    background: transparent;
    box-shadow: none;
    color: #061a3e;
    min-height: 0;
    overflow: visible;
    padding: 4px 0 2px;
  }

  .owner-welcome::after,
  .owner-welcome-metrics {
    display: none;
  }

  .owner-welcome-main {
    justify-content: space-between;
    width: 100%;
  }

  .owner-welcome-main > div {
    order: 1;
  }

  .owner-avatar {
    background: linear-gradient(135deg, #246cff, #4054ff);
    border: 0;
    color: #fff;
    font-size: 1.6rem;
    height: 70px;
    order: 2;
    width: 70px;
  }

  .owner-kicker {
    color: #667085;
    font-size: 1rem;
    letter-spacing: 0;
    margin: 4px 0 0;
    order: 2;
    text-transform: capitalize;
  }

  .owner-welcome h1 {
    font-size: 1.5rem;
    max-width: 220px;
  }

  .owner-welcome p {
    display: none;
  }

  .owner-stat-grid {
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .owner-stat-card {
    border: 0;
    border-radius: 22px;
    box-shadow: 0 18px 36px rgba(8, 31, 74, .06);
    gap: 12px;
    grid-template-columns: 54px minmax(0, 1fr);
    min-height: 128px;
    padding: 18px;
  }

  .owner-stat-card:nth-child(n+5) {
    display: none;
  }

  .owner-stat-card.blue { background: #eef5ff; }
  .owner-stat-card.green { background: #effbf3; }
  .owner-stat-card.purple { background: #f5f0ff; }
  .owner-stat-card.orange { background: #fff5e8; }
  .owner-stat-card.pink { background: #fff0f7; }

  .owner-stat-icon {
    border-radius: 50%;
    font-size: 1.45rem;
    height: 54px;
    width: 54px;
  }

  .owner-stat-copy small {
    color: #061a3e;
    font-size: .9rem;
  }

  .owner-stat-copy strong {
    font-size: 1.55rem;
  }

  .owner-stat-copy em {
    font-size: .82rem;
    margin-top: 8px;
  }

  .owner-post-cta {
    display: flex;
  }

  .owner-mobile-actions {
    display: grid;
    gap: 14px;
  }

  .owner-mobile-head {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }

  .owner-mobile-head h2 {
    color: #061a3e;
    font-size: 1.05rem;
    font-weight: 900;
    margin: 0;
  }

  .owner-mobile-head a {
    color: #075bff;
    font-weight: 900;
    text-decoration: none;
  }

  .owner-mobile-actions > div:last-child {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .owner-mobile-actions > div:last-child a {
    align-items: center;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 14px 28px rgba(8, 31, 74, .06);
    color: #061a3e;
    display: grid;
    font-size: .72rem;
    font-weight: 900;
    gap: 9px;
    justify-items: center;
    min-height: 92px;
    padding: 12px 6px;
    text-align: center;
    text-decoration: none;
  }

  .owner-mobile-actions i {
    align-items: center;
    background: #eef5ff;
    border-radius: 50%;
    color: #075bff;
    display: inline-flex;
    font-size: 1.35rem;
    height: 46px;
    justify-content: center;
    width: 46px;
  }

  .owner-dashboard-grid,
  .owner-bottom-grid {
    gap: 18px;
    grid-template-columns: 1fr;
  }

  .owner-chart-panel,
  .owner-bottom-grid .owner-panel {
    display: none;
  }

  .owner-panel,
  .owner-upgrade {
    border: 0;
    border-radius: 20px;
    box-shadow: 0 18px 36px rgba(8, 31, 74, .06);
    padding: 18px;
  }

  .owner-panel-head h2 {
    font-size: 1.05rem;
  }

  .owner-mini-list a,
  .owner-activity-list div {
    gap: 12px;
    grid-template-columns: 46px minmax(0, 1fr) auto;
  }

  .owner-mini-list img {
    height: 46px;
    width: 46px;
  }

  .owner-activity-list i {
    height: 46px;
    width: 46px;
  }

  .owner-mini-list strong,
  .owner-activity-list strong {
    font-size: .9rem;
  }

  .owner-mini-list em {
    font-size: .68rem;
  }

  .owner-upgrade {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .owner-upgrade a {
    grid-column: 1 / -1;
    text-align: center;
  }

  .owner-mobile-bottom-nav {
    align-items: center;
    background: rgba(255,255,255,.96);
    border: 1px solid #e8eef8;
    border-radius: 28px 28px 0 0;
    bottom: 0;
    box-shadow: 0 -18px 42px rgba(8, 31, 74, .12);
    display: grid;
    gap: 4px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    left: 0;
    padding: 12px 18px 14px;
    position: fixed;
    right: 0;
    z-index: 35;
  }

  .owner-mobile-bottom-nav a {
    align-items: center;
    color: #667085;
    display: grid;
    font-size: .68rem;
    font-weight: 800;
    gap: 4px;
    justify-items: center;
    line-height: 1;
    text-decoration: none;
  }

  .owner-mobile-bottom-nav i {
    font-size: 1.25rem;
  }

  .owner-mobile-bottom-nav a.active {
    color: #ff6900;
  }

  .owner-mobile-bottom-nav a.post {
    transform: translateY(-18px);
  }

  .owner-mobile-bottom-nav a.post i {
    align-items: center;
    background: linear-gradient(135deg, #ff7900, #ff5f00);
    border-radius: 50%;
    box-shadow: 0 16px 30px rgba(255,105,0,.28);
    color: #fff;
    display: inline-flex;
    font-size: 1.6rem;
    height: 58px;
    justify-content: center;
    margin-bottom: 2px;
    width: 58px;
  }
}

.password-field {
  position: relative;
}

.password-field .form-control {
  padding-right: 48px;
}

.password-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: #536179;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  z-index: 2;
}

.password-toggle:hover,
.password-toggle:focus {
  color: #0b2f66;
  outline: none;
}

.post-step-tabs {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.post-step-tab {
  align-items: center;
  background: #f4f7fb;
  border: 1px solid #dbe4f0;
  border-radius: 10px;
  color: #0b2f66;
  display: inline-flex;
  font-weight: 800;
  gap: 8px;
  justify-content: center;
  min-height: 42px;
}

.post-step-tab span {
  align-items: center;
  background: #fff;
  border-radius: 999px;
  display: inline-flex;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.post-step-tab.active {
  background: #ff7800;
  border-color: #ff7800;
  color: #fff;
}

.post-step-tab.active span {
  color: #ff7800;
}

.post-step-panel {
  display: none;
}

.post-step-panel.active {
  display: block;
}

.post-category-pills {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.post-category-pill {
  cursor: pointer;
  margin: 0;
}

.post-category-pill input {
  position: absolute;
  opacity: 0;
}

.post-category-pill span {
  align-items: center;
  background: #f8fafc;
  border: 1px solid #dbe4f0;
  border-radius: 10px;
  color: #0b2f66;
  display: flex;
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
}

.post-category-pill input:checked + span {
  background: #0b2f66;
  border-color: #0b2f66;
  color: #fff;
}

.form-check-block {
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  min-height: 42px;
}

.form-check-block label,
.standard-checks label,
.furnishing-fields label {
  align-items: center;
  display: inline-flex;
  gap: 7px;
}

.post-step-actions {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.account-lead-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 16px;
}

.account-lead-tabs a {
  align-items: center;
  background: #fff;
  border: 1px solid #dbe4f0;
  border-radius: 10px;
  color: #0b2f66;
  display: inline-flex;
  font-weight: 800;
  gap: 8px;
  min-height: 40px;
  padding: 8px 14px;
  text-decoration: none;
}

.account-lead-tabs a span {
  align-items: center;
  background: #eef4ff;
  border-radius: 999px;
  display: inline-flex;
  font-size: .78rem;
  height: 24px;
  justify-content: center;
  min-width: 24px;
  padding: 0 7px;
}

.account-lead-tabs a.active {
  background: #0b2f66;
  border-color: #0b2f66;
  color: #fff;
}

.account-lead-tabs a.active span {
  background: #ff7800;
  color: #fff;
}

.unlocked-lead-list {
  display: grid;
  gap: 12px;
}

.unlocked-lead-card {
  align-items: center;
  background: #fff;
  border: 1px solid #e1e8f2;
  border-radius: 12px;
  display: grid;
  gap: 16px;
  grid-template-columns: 148px minmax(0, 1fr) 210px;
  padding: 16px;
}

.unlocked-lead-image {
  align-items: center;
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, #eef4ff, #fff4e7);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  text-decoration: none;
  width: 100%;
}

.unlocked-lead-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.unlocked-lead-image span {
  align-items: center;
  background: #fff;
  border-radius: 999px;
  color: #0b2f66;
  display: inline-flex;
  font-size: 1.6rem;
  height: 58px;
  justify-content: center;
  width: 58px;
}

.unlocked-lead-type {
  color: #0b5ed7;
  display: inline-flex;
  font-size: .78rem;
  font-weight: 900;
  gap: 8px;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.unlocked-lead-type em {
  color: #ff7800;
  font-style: normal;
  text-transform: none;
}

.unlocked-lead-card h3 {
  font-size: 1.05rem;
  font-weight: 900;
  margin: 0 0 4px;
}

.unlocked-lead-card h3 a {
  color: #061a3e;
  text-decoration: none;
}

.unlocked-lead-card p {
  color: #536179;
  margin: 0 0 10px;
}

.unlocked-lead-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}

.unlocked-lead-meta span {
  align-items: center;
  color: #31405a;
  display: inline-flex;
  font-size: .84rem;
  gap: 6px;
}

.unlocked-lead-contact {
  align-items: stretch;
  display: grid;
  gap: 8px;
  justify-items: stretch;
}

.unlocked-lead-contact strong {
  color: #061a3e;
  font-size: 1.08rem;
}

.unlocked-lead-contact small {
  color: #64748b;
}

@media (max-width: 767.98px) {
  .post-property-card {
    border-radius: 12px;
    padding: 16px !important;
  }

  .post-step-tabs {
    gap: 6px;
  }

  .post-step-tab {
    border-radius: 8px;
    font-size: .72rem;
    gap: 4px;
    min-height: 38px;
  }

  .post-step-tab span {
    height: 20px;
    width: 20px;
  }

  .post-category-pills {
    gap: 8px;
  }

  .unlocked-lead-card {
    grid-template-columns: 92px minmax(0, 1fr);
    padding: 14px;
  }

  .unlocked-lead-contact {
    grid-column: 1 / -1;
  }
}

/* Final home listing card sizing */
.market-card {
  display: flex;
  flex-direction: column;
  height: 330px;
  min-width: 0;
  overflow: hidden;
}

.market-card-media {
  background: #eef3f8 url("../img/property-placeholder.svg") center/48px no-repeat;
  flex: 0 0 136px;
  height: 136px;
  overflow: hidden;
}

.market-card-media img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.market-card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  padding: 12px;
}

.market-card h3 {
  display: -webkit-box;
  font-size: .9rem;
  line-height: 1.28;
  margin: 0 0 7px;
  min-height: 36px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.market-card p {
  display: block;
  font-size: .74rem;
  line-height: 1.25;
  margin: 0 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.market-card strong {
  font-size: .88rem;
  line-height: 1.2;
  margin-bottom: 8px;
}

.market-card-meta {
  align-content: start;
  display: grid;
  gap: 5px 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 42px;
}

.market-card-meta span {
  font-size: .68rem;
  line-height: 1.2;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.market-quick-btn {
  margin-top: auto;
  min-height: 34px;
}

@media (max-width: 767.98px) {
  .market-card {
    height: 304px;
  }

  .market-card-media {
    flex-basis: 132px;
    height: 132px;
  }

  .market-card-body {
    padding: 10px;
  }
}

@media (max-width: 767.98px) {
  .market-card-grid,
  .search-results-grid {
    --bs-gutter-x: .65rem;
    --bs-gutter-y: .65rem;
    display: grid !important;
    gap: .65rem;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .market-card-grid > *,
  .search-results-grid > * {
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
  }

  .market-card,
  .page-search .property-card {
    border-radius: 9px !important;
    height: 286px;
  }

  .market-card-media,
  .page-search .property-thumb {
    flex-basis: auto;
    height: 112px;
  }

  .market-card-body,
  .page-search .property-card .card-body {
    min-height: 0;
    padding: 9px;
  }

  .market-card h3,
  .page-search .property-card h3 {
    font-size: .76rem;
    line-height: 1.22;
    min-height: 30px;
  }

  .market-card p,
  .page-search .property-card p {
    font-size: .66rem;
  }

  .market-card strong,
  .page-search .property-card .text-primary.text-nowrap {
    font-size: .74rem;
  }

  .market-card-meta,
  .page-search .property-card .d-flex.flex-wrap.gap-2.small {
    gap: 4px;
    grid-template-columns: 1fr;
    min-height: 42px;
  }

  .market-card-meta span,
  .page-search .property-card .badge {
    font-size: .61rem;
  }

  .market-quick-btn {
    font-size: .68rem;
    min-height: 30px;
  }
}

/* Final account-panel mobile navbar override */
@media (max-width: 767.98px) {
  body.account-panel-body {
    background: #f4f8ff;
  }

  body.account-panel-body .account-shell {
    display: block;
    min-height: 0;
    width: 100%;
  }

  body.account-panel-body .account-sidebar {
    background: #fff;
    border-bottom: 0;
    border-right: 1px solid #e3eaf5;
    box-shadow: 18px 0 42px rgba(6, 26, 62, .16);
    height: 100dvh;
    left: 0;
    overflow-y: auto;
    padding: 18px 16px;
    position: fixed;
    top: 0;
    transform: translateX(-105%);
    transition: transform .22s ease;
    width: min(82vw, 310px);
    z-index: 80;
  }

  body.account-panel-body.account-menu-open .account-sidebar {
    transform: translateX(0);
  }

  body.account-panel-body .account-sidebar-backdrop {
    background: rgba(6, 26, 62, .42);
    border: 0;
    bottom: 0;
    display: block;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .18s ease;
    z-index: 75;
  }

  body.account-panel-body.account-menu-open .account-sidebar-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  body.account-panel-body .account-sidebar-close {
    align-items: center;
    background: #f5f8ff;
    border: 1px solid #e3eaf5;
    border-radius: 10px;
    color: #061a3e;
    display: inline-flex;
    height: 36px;
    justify-content: center;
    position: absolute;
    right: 14px;
    top: 14px;
    width: 36px;
  }

  body.account-panel-body .account-brand {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 16px;
    padding-right: 42px;
  }

  body.account-panel-body .account-brand > span:last-child {
    display: block !important;
  }

  body.account-panel-body .account-brand-mark {
    border-radius: 10px;
    font-size: 1.05rem;
    height: 34px;
    width: 34px;
  }

  body.account-panel-body .account-brand strong {
    font-size: 1.08rem;
  }

  body.account-panel-body .account-brand small {
    display: block;
    font-size: .54rem;
    line-height: 1.15;
    max-width: 180px;
  }

  body.account-panel-body .account-sidebar .account-nav {
    display: grid;
    gap: 8px;
    overflow: visible;
    padding: 0;
    white-space: normal;
  }

  body.account-panel-body .account-nav-divider,
  body.account-panel-body .account-refer-card {
    display: none !important;
  }

  body.account-panel-body .account-nav a {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 12px;
    display: grid;
    gap: 10px;
    grid-template-columns: 22px 1fr;
    min-height: 44px;
    padding: 0 12px;
    width: 100%;
  }

  body.account-panel-body .account-nav a i {
    font-size: .92rem;
  }

  body.account-panel-body .account-nav a span {
    display: inline !important;
    font-size: .88rem;
    max-width: none;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  body.account-panel-body .account-nav a.active {
    background: #07347a;
    color: #fff;
  }

  body.account-panel-body .account-nav a.active i {
    color: #fff;
  }

  body.account-panel-body .account-workspace {
    display: grid;
    gap: 14px;
    padding: 12px;
    width: 100%;
  }

  body.account-panel-body .account-topbar {
    background: #f4f8ff;
    gap: 8px;
    grid-template-columns: 42px 42px minmax(0, 1fr) 40px 40px;
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 25;
  }

  body.account-panel-body .account-mobile-logo {
    align-items: center;
    color: #07347a;
    display: inline-flex;
    font-family: "Sora", "Plus Jakarta Sans", sans-serif;
    font-size: 1.1rem;
    font-weight: 900;
    grid-column: 3;
    grid-row: 1;
    justify-content: center;
    line-height: 1;
    min-width: 0;
    text-decoration: none;
  }

  body.account-panel-body .account-mobile-logo span span {
    color: #ff7300;
  }

  body.account-panel-body .account-menu-btn,
  body.account-panel-body .account-bell,
  body.account-panel-body .account-search-toggle,
  body.account-panel-body .account-site-link,
  body.account-panel-body .account-logout-link {
    border-radius: 10px;
    height: 42px;
    min-height: 42px;
    width: 42px;
  }

  body.account-panel-body .account-menu-btn {
    background: #ffffff;
    border: 1px solid #d8e2f0;
    box-shadow: 0 8px 18px rgba(6, 26, 62, .08);
    grid-column: 1;
    grid-row: 1;
  }

  body.account-panel-body .account-search-toggle {
    align-items: center;
    background: #fff;
    border: 1px solid #d8e2f0;
    color: #061a3e;
    display: inline-flex;
    grid-column: 2;
    grid-row: 1;
    justify-content: center;
  }

  body.account-panel-body .account-search {
    border-radius: 12px;
    display: none;
    grid-column: 1 / -1;
    grid-row: 2;
    min-height: 40px;
    padding: 0 10px;
  }

  body.account-panel-body .account-search input {
    font-size: .78rem;
  }

  body.account-panel-body.account-search-open .account-search {
    display: flex;
  }

  body.account-panel-body .account-top-action,
  body.account-panel-body .account-profile-chip,
  body.account-panel-body .account-logout-link {
    display: none !important;
  }

  body.account-panel-body .account-site-link {
    display: inline-flex !important;
    font-size: 0;
    grid-column: 4;
    grid-row: 1;
    padding: 0;
  }

  body.account-panel-body .account-bell {
    grid-column: 5;
    grid-row: 1;
  }

  body.account-panel-body .account-site-link i {
    font-size: .95rem;
  }

  body.account-panel-body .account-stat-grid,
  body.account-panel-body .account-tenant-stats {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    justify-content: stretch;
  }

  body.account-panel-body .account-stat-card {
    border-radius: 14px;
    gap: 5px 9px;
    grid-template-columns: 38px minmax(0, 1fr);
    min-height: 104px;
    padding: 12px;
    width: 100%;
  }

  body.account-panel-body .account-stat-card i {
    border-radius: 12px;
    font-size: 1rem;
    grid-column: 1;
    grid-row: 1 / span 2;
    height: 38px;
    width: 38px;
  }

  body.account-panel-body .account-stat-card span,
  body.account-panel-body .account-stat-card strong {
    grid-column: 2;
    min-width: 0;
  }

  body.account-panel-body .account-stat-card span {
    align-self: end;
    display: -webkit-box;
    font-size: .72rem;
    line-height: 1.22;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  body.account-panel-body .account-stat-card strong {
    align-self: start;
    font-size: 1.08rem;
    line-height: 1.1;
  }

  body.account-panel-body .account-stat-card small {
    display: -webkit-box;
    font-size: .7rem;
    grid-column: 1 / -1;
    line-height: 1.25;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  body.account-panel-body .account-card-arrow {
    display: none;
  }
}

/* Final listing badge placement */
.market-card .market-card-badge {
  left: auto;
  right: .48rem;
}

.market-card .market-save {
  left: .48rem;
  right: auto;
}

/* Strong compact dashboard refresh */
body.account-panel-body.page-dashboard-owner,
body.account-panel-body.page-dashboard-tenant {
  background: #f3f7fc;
}

body.account-panel-body .account-sidebar {
  border-right: 1px solid #dbe5f2;
  box-shadow: 8px 0 24px rgba(6, 26, 62, .05);
}

body.account-panel-body .account-sidebar .account-nav {
  gap: 4px;
}

body.account-panel-body .account-nav a {
  border-radius: 8px;
  min-height: 38px;
  padding: 0 12px;
}

body.account-panel-body .account-nav a span {
  font-size: .88rem;
}

body.account-panel-body .account-workspace {
  gap: 14px;
}

body.account-panel-body .account-topbar {
  background: #fff;
  border: 1px solid #dbe5f2;
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(6, 26, 62, .06);
  min-height: 58px;
  padding: 8px 12px;
}

body.account-panel-body .account-menu-btn,
body.account-panel-body .account-bell,
body.account-panel-body .account-search-toggle,
body.account-panel-body .account-site-link,
body.account-panel-body .account-logout-link,
body.account-panel-body .account-top-action,
body.account-panel-body .account-search {
  border-radius: 8px;
}

body.account-panel-body .account-search {
  min-height: 44px;
}

body.account-panel-body .account-top-action,
body.account-panel-body .account-site-link,
body.account-panel-body .account-logout-link {
  min-height: 44px;
  padding: 0 16px;
}

body.account-panel-body.page-dashboard-owner .account-hero {
  display: none;
}

body.account-panel-body.page-dashboard-owner .owner-dashboard {
  gap: 12px;
}

body.account-panel-body.page-dashboard-owner .owner-welcome {
  border-radius: 10px;
  box-shadow: 0 14px 28px rgba(7, 91, 255, .14);
  min-height: 112px;
  padding: 20px 22px;
}

body.account-panel-body.page-dashboard-owner .owner-avatar {
  border-width: 3px;
  font-size: 1.55rem;
  height: 64px;
  width: 64px;
}

body.account-panel-body.page-dashboard-owner .owner-kicker {
  font-size: .7rem;
  margin-bottom: 4px;
}

body.account-panel-body.page-dashboard-owner .owner-welcome h1 {
  font-size: clamp(1.45rem, 2.1vw, 1.95rem);
  line-height: 1.05;
}

body.account-panel-body.page-dashboard-owner .owner-welcome p {
  font-size: .88rem;
  margin-top: 6px;
}

body.account-panel-body.page-dashboard-owner .owner-welcome-metrics {
  padding-left: 22px;
}

body.account-panel-body.page-dashboard-owner .owner-welcome-metrics span {
  min-width: 92px;
}

body.account-panel-body.page-dashboard-owner .owner-welcome-metrics strong {
  font-size: 1.12rem;
}

body.account-panel-body.page-dashboard-owner .owner-stat-grid {
  gap: 10px;
}

body.account-panel-body.page-dashboard-owner .owner-stat-card,
body.account-panel-body.page-dashboard-tenant .account-stat-card {
  border: 1px solid #d8e2f0;
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(6, 26, 62, .055);
  gap: 12px;
  grid-template-columns: 46px minmax(0, 1fr);
  min-height: 92px;
  padding: 14px;
}

body.account-panel-body.page-dashboard-owner .owner-stat-icon,
body.account-panel-body.page-dashboard-tenant .account-stat-card > i {
  border-radius: 8px;
  font-size: 1.1rem;
  height: 46px;
  width: 46px;
}

body.account-panel-body.page-dashboard-owner .owner-stat-copy small {
  font-size: .76rem;
}

body.account-panel-body.page-dashboard-owner .owner-stat-copy strong {
  font-size: 1.32rem;
  margin-top: 3px;
}

body.account-panel-body.page-dashboard-owner .owner-stat-copy em {
  font-size: .72rem;
  margin-top: 6px;
}

body.account-panel-body.page-dashboard-owner .owner-dashboard-grid {
  gap: 10px;
  grid-template-columns: minmax(0, 1.18fr) minmax(260px, .8fr) minmax(240px, .64fr);
}

body.account-panel-body.page-dashboard-owner .owner-bottom-grid {
  gap: 10px;
}

body.account-panel-body.page-dashboard-owner .owner-panel,
body.account-panel-body.page-dashboard-owner .owner-upgrade,
body.account-panel-body.page-dashboard-tenant .account-panel {
  border: 1px solid #d8e2f0;
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(6, 26, 62, .055);
  padding: 16px;
}

body.account-panel-body.page-dashboard-owner .owner-panel-head {
  margin-bottom: 10px;
}

body.account-panel-body.page-dashboard-owner .owner-panel-head h2,
body.account-panel-body.page-dashboard-tenant .account-panel h2,
body.account-panel-body.page-dashboard-tenant .account-panel-head h2 {
  font-size: .96rem;
}

body.account-panel-body.page-dashboard-owner .owner-panel-head a,
body.account-panel-body.page-dashboard-owner .owner-panel-head span {
  border-radius: 7px;
  font-size: .7rem;
  padding: 6px 10px;
}

body.account-panel-body.page-dashboard-owner .owner-chart {
  height: 162px;
  padding: 6px 8px 24px;
}

body.account-panel-body.page-dashboard-owner .owner-mini-list,
body.account-panel-body.page-dashboard-owner .owner-property-list,
body.account-panel-body.page-dashboard-owner .owner-activity-list {
  gap: 8px;
}

body.account-panel-body.page-dashboard-owner .owner-mini-list a,
body.account-panel-body.page-dashboard-owner .owner-property-list a,
body.account-panel-body.page-dashboard-owner .owner-activity-list div {
  gap: 10px;
  padding-bottom: 8px;
}

body.account-panel-body.page-dashboard-owner .owner-mini-list a,
body.account-panel-body.page-dashboard-owner .owner-property-list a {
  grid-template-columns: 48px minmax(0, 1fr) auto;
}

body.account-panel-body.page-dashboard-owner .owner-mini-list img,
body.account-panel-body.page-dashboard-owner .owner-property-list img {
  border-radius: 7px;
  height: 46px;
  width: 48px;
}

body.account-panel-body.page-dashboard-owner .owner-activity-list div {
  grid-template-columns: 38px minmax(0, 1fr);
}

body.account-panel-body.page-dashboard-owner .owner-activity-list i {
  border-radius: 8px;
  height: 38px;
  width: 38px;
}

body.account-panel-body.page-dashboard-owner .owner-mini-list strong,
body.account-panel-body.page-dashboard-owner .owner-property-list strong,
body.account-panel-body.page-dashboard-owner .owner-activity-list strong {
  font-size: .78rem;
}

body.account-panel-body.page-dashboard-owner .owner-mini-list small,
body.account-panel-body.page-dashboard-owner .owner-property-list small,
body.account-panel-body.page-dashboard-owner .owner-activity-list small {
  font-size: .68rem;
}

body.account-panel-body.page-dashboard-owner .owner-mini-list em,
body.account-panel-body.page-dashboard-owner .owner-property-list em {
  border-radius: 6px;
  font-size: .66rem;
  padding: 5px 7px;
}

body.account-panel-body.page-dashboard-owner .owner-upgrade {
  grid-template-columns: 48px minmax(0, 1fr) auto;
}

body.account-panel-body.page-dashboard-owner .owner-upgrade > i,
body.account-panel-body.page-dashboard-owner .owner-upgrade a {
  border-radius: 8px;
}

body.account-panel-body.page-dashboard-owner .owner-upgrade > i {
  height: 48px;
  width: 48px;
}

body.account-panel-body.page-dashboard-owner .owner-upgrade a {
  padding: 10px 14px;
}

@media (max-width: 1199.98px) {
  body.account-panel-body.page-dashboard-owner .owner-dashboard-grid,
  body.account-panel-body.page-dashboard-owner .owner-bottom-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  body.account-panel-body.page-dashboard-owner .account-workspace,
  body.account-panel-body.page-dashboard-tenant .account-workspace {
    gap: 10px;
    padding: 10px 10px 88px;
  }

  body.account-panel-body .account-topbar {
    border-radius: 0;
    border-width: 0 0 1px;
    box-shadow: 0 8px 18px rgba(6, 26, 62, .05);
    margin: -10px -10px 4px;
    padding: 8px 10px;
  }

  body.account-panel-body .account-sidebar .account-nav {
    gap: 3px;
  }

  body.account-panel-body .account-nav a {
    min-height: 38px;
  }

  body.account-panel-body.page-dashboard-owner .owner-welcome {
    background: #fff;
    border: 1px solid #d8e2f0;
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(6, 26, 62, .045);
    color: #061a3e;
    padding: 14px;
  }

  body.account-panel-body.page-dashboard-owner .owner-welcome-main {
    gap: 12px;
  }

  body.account-panel-body.page-dashboard-owner .owner-avatar {
    border-radius: 8px;
    font-size: 1.25rem;
    height: 48px;
    width: 48px;
  }

  body.account-panel-body.page-dashboard-owner .owner-kicker {
    font-size: .68rem;
  }

  body.account-panel-body.page-dashboard-owner .owner-welcome h1 {
    font-size: 1.15rem;
    max-width: none;
  }

  body.account-panel-body.page-dashboard-owner .owner-stat-grid {
    gap: 8px;
  }

  body.account-panel-body.page-dashboard-owner .owner-stat-card {
    background: #fff !important;
    border: 1px solid #d8e2f0;
    border-radius: 8px;
    grid-template-columns: 38px minmax(0, 1fr);
    min-height: 92px;
    padding: 10px;
  }

  body.account-panel-body.page-dashboard-owner .owner-stat-icon {
    border-radius: 8px;
    font-size: .98rem;
    height: 38px;
    width: 38px;
  }

  body.account-panel-body.page-dashboard-owner .owner-stat-copy small {
    font-size: .68rem;
  }

  body.account-panel-body.page-dashboard-owner .owner-stat-copy strong {
    font-size: 1.12rem;
  }

  body.account-panel-body.page-dashboard-owner .owner-stat-copy em {
    font-size: .64rem;
    margin-top: 4px;
  }

  body.account-panel-body.page-dashboard-owner .owner-post-cta,
  body.account-panel-body.page-dashboard-owner .owner-mobile-actions > div:last-child a,
  body.account-panel-body.page-dashboard-owner .owner-panel,
  body.account-panel-body.page-dashboard-owner .owner-upgrade {
    border: 1px solid #d8e2f0;
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(6, 26, 62, .045);
  }

  body.account-panel-body.page-dashboard-owner .owner-post-cta {
    min-height: 48px;
  }

  body.account-panel-body.page-dashboard-owner .owner-mobile-actions > div:last-child {
    gap: 8px;
  }

  body.account-panel-body.page-dashboard-owner .owner-mobile-actions > div:last-child a {
    min-height: 78px;
    padding: 10px 4px;
  }

  body.account-panel-body.page-dashboard-owner .owner-mobile-actions i {
    border-radius: 8px;
    height: 36px;
    width: 36px;
  }

  body.account-panel-body.page-dashboard-owner .owner-panel,
  body.account-panel-body.page-dashboard-owner .owner-upgrade {
    padding: 14px;
  }

  body.account-panel-body.page-dashboard-owner .owner-mini-list a,
  body.account-panel-body.page-dashboard-owner .owner-activity-list div {
    grid-template-columns: 38px minmax(0, 1fr) auto;
  }

  body.account-panel-body.page-dashboard-owner .owner-mini-list img,
  body.account-panel-body.page-dashboard-owner .owner-activity-list i {
    height: 38px;
    width: 38px;
  }

  body.account-panel-body .account-mobile-bottom-nav {
    border-radius: 8px 8px 0 0;
    padding: 8px 12px 10px;
  }

  body.account-panel-body .account-mobile-bottom-nav a.post i {
    border-radius: 10px;
    height: 48px;
    width: 48px;
  }
}

.property-thumb-link .property-image-badge {
  left: auto;
  right: .55rem;
}

/* Final mobile search bar: one-line scroll row */
@media (max-width: 767.98px) {
  html body:not(.account-panel-body) .search-hero-form {
    align-items: center !important;
    display: flex !important;
    gap: 8px !important;
    grid-template-columns: none !important;
    overflow-x: auto !important;
    padding: 8px !important;
    scrollbar-width: none;
    white-space: nowrap !important;
  }

  html body:not(.account-panel-body) .search-hero-form::-webkit-scrollbar {
    display: none;
  }

  html body:not(.account-panel-body) .search-hero-form label {
    flex: 0 0 136px !important;
    gap: 0 7px !important;
    grid-template-columns: 18px 1fr !important;
    min-height: 42px !important;
    padding: 6px 9px !important;
    width: auto !important;
  }

  html body:not(.account-panel-body) .search-hero-form label span {
    font-size: .58rem !important;
  }

  html body:not(.account-panel-body) .search-hero-form label i {
    font-size: .86rem !important;
  }

  html body:not(.account-panel-body) .search-hero-form select {
    font-size: .72rem !important;
  }

  html body:not(.account-panel-body) .search-hero-form .btn {
    flex: 0 0 104px !important;
    font-size: .78rem !important;
    min-height: 42px !important;
    min-width: 104px !important;
    width: auto !important;
  }
}

@media (max-width: 767.98px) {
  html body:not(.account-panel-body) main.page-search {
    overflow-x: hidden;
  }

  html body:not(.account-panel-body) .search-hero {
    padding: 12px 0 !important;
    width: 100% !important;
  }

  html body:not(.account-panel-body) .search-hero > .container {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  html body:not(.account-panel-body) .search-breadcrumb {
    display: none !important;
  }

  html body:not(.account-panel-body) .search-hero h1 {
    font-size: 1.32rem !important;
    margin-bottom: 4px !important;
  }

  html body:not(.account-panel-body) .search-hero p {
    font-size: .76rem !important;
    margin-bottom: 10px !important;
  }

  html body:not(.account-panel-body) .search-hero-form {
    display: grid !important;
    grid-template-columns: 1fr !important;
    padding: 10px !important;
    width: 100% !important;
  }

  html body:not(.account-panel-body) .search-hero-form label,
  html body:not(.account-panel-body) .search-hero-form .btn {
    min-height: 42px !important;
  }

  html body:not(.account-panel-body) .search-filter-fields {
    display: none !important;
  }

  html body:not(.account-panel-body) .search-filter-toggle:checked ~ .search-filter-fields {
    display: block !important;
  }

  html body:not(.account-panel-body) .search-results-grid {
    display: grid !important;
    gap: .65rem !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html body:not(.account-panel-body) .search-results-grid > * {
    flex: none !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
  }

  html body:not(.account-panel-body) .page-search .property-card {
    height: 286px !important;
    overflow: hidden !important;
  }

  html body:not(.account-panel-body) .page-search .property-thumb {
    height: 112px !important;
  }

  html body:not(.account-panel-body) .page-search .property-card-actions {
    display: grid !important;
    gap: 6px !important;
    grid-template-columns: 1fr 1fr !important;
    margin-top: auto !important;
  }
}

/* Final mobile 2-column property card layout */
@media (max-width: 767.98px) {
  body:not(.account-panel-body) .market-card-grid,
  body:not(.account-panel-body) .search-results-grid {
    display: grid !important;
    gap: .65rem !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body:not(.account-panel-body) .market-card-grid > *,
  body:not(.account-panel-body) .search-results-grid > * {
    flex: none !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
  }

  body:not(.account-panel-body) .market-card,
  body:not(.account-panel-body) .page-search .property-card {
    height: 286px !important;
    min-width: 0 !important;
  }

  body:not(.account-panel-body) .market-card-media,
  body:not(.account-panel-body) .page-search .property-thumb {
    height: 112px !important;
  }

  body:not(.account-panel-body) .search-hero-form {
    grid-template-columns: 1fr !important;
    padding: 10px !important;
  }

  body:not(.account-panel-body) .search-hero-form label,
  body:not(.account-panel-body) .search-hero-form .btn {
    min-height: 44px !important;
    width: 100% !important;
  }

  body:not(.account-panel-body) .page-search {
    padding-top: 0;
  }

  body:not(.account-panel-body) .search-hero {
    padding: 14px 0 12px !important;
  }

  body:not(.account-panel-body) .search-breadcrumb {
    display: none !important;
  }

  body:not(.account-panel-body) .search-hero h1 {
    font-size: 1.35rem !important;
    line-height: 1.15;
    margin-bottom: 4px;
  }

  body:not(.account-panel-body) .search-hero p {
    font-size: .76rem;
    line-height: 1.3;
    margin-bottom: 10px;
  }

  body:not(.account-panel-body) .search-filter-card {
    border-radius: 10px !important;
    margin-bottom: 10px;
    position: static !important;
  }

  body:not(.account-panel-body) .search-filter-toggle-btn {
    align-items: center;
    display: inline-flex !important;
  }

  body:not(.account-panel-body) .search-filter-fields {
    display: none;
  }

  body:not(.account-panel-body) .search-filter-toggle:checked ~ .search-filter-fields {
    display: block;
  }

  body:not(.account-panel-body) .search-result-head {
    align-items: flex-start !important;
    display: grid !important;
    gap: 10px;
    margin-bottom: 12px !important;
  }

  body:not(.account-panel-body) .search-result-head > div,
  body:not(.account-panel-body) .search-result-head form {
    width: 100%;
  }

  body:not(.account-panel-body) .search-results-layout {
    padding-top: 12px !important;
  }

  body:not(.account-panel-body) .page-search .property-card .card-body {
    min-height: 174px;
    padding: 8px;
  }

  body:not(.account-panel-body) .page-search .property-card h3 {
    font-size: .72rem;
    min-height: 28px;
  }

  body:not(.account-panel-body) .page-search .property-card p.small:first-of-type {
    display: none;
  }

  body:not(.account-panel-body) .page-search .property-card p {
    font-size: .62rem;
    margin-bottom: 5px !important;
  }

  body:not(.account-panel-body) .page-search .property-card .d-flex.flex-wrap.gap-2.small {
    grid-template-columns: 1fr;
    min-height: 40px;
  }

  body:not(.account-panel-body) .page-search .property-card-actions {
    display: grid !important;
    gap: 6px !important;
    grid-template-columns: 1fr 1fr;
    margin-top: auto !important;
  }

  body:not(.account-panel-body) .page-search .property-card-actions .btn {
    border-radius: 8px;
    font-size: .68rem;
    min-height: 32px;
    padding: 5px 6px;
  }
}

@media (max-width: 767.98px) {
  html body:not(.account-panel-body) .search-hero-form {
    align-items: center !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    grid-template-columns: unset !important;
    overflow-x: auto !important;
    padding: 8px !important;
    scrollbar-width: none !important;
    white-space: nowrap !important;
  }

  html body:not(.account-panel-body) .search-hero-form::-webkit-scrollbar {
    display: none !important;
  }

  html body:not(.account-panel-body) .search-hero-form label {
    flex: 0 0 136px !important;
    min-height: 42px !important;
    width: 136px !important;
  }

  html body:not(.account-panel-body) .search-hero-form .btn {
    flex: 0 0 104px !important;
    min-height: 42px !important;
    min-width: 104px !important;
    width: 104px !important;
  }
}

/* Premium broker profile */
.broker-premium-page {
  background: #f5f8fc;
  padding: 22px 0 36px;
}

.broker-premium-content {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) 330px;
}

.broker-premium-page .broker-main,
.broker-premium-page .broker-side {
  display: grid;
  gap: 18px;
}

.broker-premium-hero,
.broker-premium-page .broker-info-panel,
.broker-stat-strip {
  background: #fff;
  border: 1px solid rgba(9, 38, 82, .1);
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(15, 39, 82, .06);
}

.broker-premium-hero {
  align-items: center;
  background:
    radial-gradient(420px 220px at 92% 0%, rgba(255, 121, 0, .18), transparent 70%),
    linear-gradient(105deg, #fff8ef 0%, #fff 54%, #eef6ff 100%);
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1.15fr) 300px;
  min-height: 250px;
  overflow: hidden;
  padding: 28px;
}

.broker-premium-copy {
  min-width: 0;
}

.broker-premium-head {
  align-items: center;
  display: flex;
  gap: 18px;
  min-width: 0;
}

.broker-premium-avatar {
  align-items: center;
  background: linear-gradient(135deg, #2166f3, #ff7a00);
  border: 5px solid #fff;
  border-radius: 50%;
  box-shadow: 0 12px 26px rgba(26, 68, 145, .18);
  color: #fff;
  display: inline-flex;
  flex: 0 0 96px;
  font-size: 2.75rem;
  font-weight: 800;
  height: 96px;
  justify-content: center;
  object-fit: cover;
  width: 96px;
}

.broker-verified-pill {
  align-items: center;
  background: #eaf2ff;
  border-radius: 999px;
  color: #0b58df;
  display: inline-flex;
  font-size: .72rem;
  font-weight: 800;
  gap: 5px;
  margin-bottom: 6px;
  padding: 5px 9px;
  text-transform: uppercase;
}

.broker-verified-pill.is-muted {
  background: #f2f5f9;
  color: #657084;
}

.broker-verified-pill.is-approved {
  background: #eaf2ff;
  color: #0b58df;
}

.broker-premium-head h1 {
  color: #061a3e;
  font-size: clamp(2rem, 4vw, 2.65rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0;
}

.broker-premium-head p {
  color: #40506b;
  font-size: 1rem;
  margin: 5px 0 0;
}

.broker-meta-row,
.broker-badges,
.broker-hero-actions,
.broker-mini-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
}

.broker-meta-row {
  color: #34405a;
  font-size: .88rem;
  margin-top: 16px;
}

.broker-meta-row span {
  align-items: center;
  display: inline-flex;
  gap: 6px;
}

.broker-badges {
  margin-top: 18px;
}

.broker-badges span,
.broker-mini-badges span {
  align-items: center;
  background: rgba(245, 249, 255, .9);
  border: 1px solid rgba(17, 67, 131, .08);
  border-radius: 8px;
  color: #12325e;
  display: inline-flex;
  font-size: .78rem;
  font-weight: 800;
  gap: 7px;
  padding: 8px 11px;
}

.broker-hero-actions {
  margin-top: 22px;
}

.broker-hero-actions .btn,
.broker-contact-stack .btn {
  align-items: center;
  border-radius: 9px;
  display: inline-flex;
  font-weight: 800;
  gap: 8px;
  justify-content: center;
  min-height: 42px;
  padding-inline: 22px;
}

.broker-hero-visual {
  align-self: stretch;
  min-height: 190px;
}

.broker-hero-visual img,
.broker-about-panel > img {
  border-radius: 14px;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.broker-stat-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 16px 18px;
}

.broker-stat-strip div {
  align-items: center;
  border-right: 1px solid rgba(6, 26, 62, .12);
  display: grid;
  gap: 0 13px;
  grid-template-columns: 48px minmax(0, 1fr);
  padding: 0 14px;
}

.broker-stat-strip div:last-child {
  border-right: 0;
}

.broker-stat-strip i {
  align-items: center;
  background: #fff1e7;
  border-radius: 12px;
  color: #ff6b00;
  display: inline-flex;
  font-size: 1.2rem;
  grid-row: 1 / span 2;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.broker-stat-strip div:nth-child(2) i { background: #eafaf1; color: #169b57; }
.broker-stat-strip div:nth-child(3) i { background: #eef3ff; color: #2465f3; }
.broker-stat-strip div:nth-child(4) i { background: #f3edff; color: #7c3aed; }

.broker-stat-strip strong {
  color: #061a3e;
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1;
}

.broker-stat-strip span {
  color: #5a6680;
  font-size: .78rem;
  font-weight: 700;
}

.broker-premium-page .broker-info-panel {
  padding: 22px;
}

.broker-premium-page .broker-info-panel h2,
.broker-premium-page .broker-section-head h2 {
  color: #061a3e;
  font-size: 1.18rem;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0;
}

.broker-about-panel {
  align-items: center;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) 300px;
}

.broker-about-panel p {
  color: #34405a;
  font-size: .92rem;
  line-height: 1.75;
  margin: 16px 0 0;
}

.broker-mini-badges {
  margin-top: 18px;
}

.broker-about-panel > img {
  aspect-ratio: 16 / 10;
}

.broker-duo-grid,
.broker-bottom-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 1.15fr;
}

.broker-area-chips,
.broker-category-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 16px;
}

.broker-area-chips span {
  background: #f0f6ff;
  border: 1px solid #d6e5ff;
  border-radius: 8px;
  color: #1352bd;
  font-size: .76rem;
  font-weight: 800;
  padding: 7px 10px;
}

.broker-category-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.broker-category-grid span {
  align-items: center;
  background: linear-gradient(180deg, #f7fbff, #fff);
  border: 1px solid rgba(12, 61, 133, .12);
  border-radius: 10px;
  color: #061a3e;
  display: grid;
  font-size: .72rem;
  font-weight: 800;
  gap: 4px;
  justify-items: center;
  min-height: 82px;
  padding: 10px 6px;
  text-align: center;
}

.broker-category-grid i {
  align-items: center;
  background: #edf5ff;
  border-radius: 10px;
  color: #1563f4;
  display: inline-flex;
  font-size: 1.25rem;
  height: 36px;
  justify-content: center;
  width: 42px;
}

.broker-category-grid small {
  color: #71809a;
  font-size: .64rem;
  font-weight: 700;
}

.broker-premium-page .broker-section-head {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 16px;
}

.broker-premium-page .broker-section-head a,
.broker-premium-page .broker-section-head span {
  color: #075de8;
  font-size: .78rem;
  font-weight: 800;
  text-decoration: none;
}

.broker-premium-page .broker-property-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.broker-premium-page .broker-property-grid .property-card {
  border: 1px solid rgba(8, 34, 75, .08) !important;
  border-radius: 12px !important;
  box-shadow: 0 8px 22px rgba(20, 45, 86, .07) !important;
  overflow: hidden;
}

.broker-premium-page .broker-property-grid .property-thumb {
  height: 132px;
  object-fit: cover;
}

.broker-requirement-list,
.broker-review-card-grid,
.broker-review-list {
  display: grid;
  gap: 10px;
}

.broker-requirement-list article {
  align-items: center;
  border: 1px solid rgba(12, 61, 133, .1);
  border-radius: 10px;
  display: grid;
  gap: 10px;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  padding: 10px;
}

.broker-requirement-list i {
  align-items: center;
  background: #fff2e8;
  border-radius: 10px;
  color: #ff6b00;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.broker-requirement-list strong,
.broker-requirement-list span {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.broker-requirement-list strong {
  color: #061a3e;
  font-size: .86rem;
}

.broker-requirement-list span {
  color: #5a6680;
  font-size: .74rem;
}

.broker-requirement-list em {
  background: #eef5ff;
  border-radius: 8px;
  color: #075de8;
  font-size: .68rem;
  font-style: normal;
  font-weight: 800;
  padding: 6px 8px;
}

.broker-review-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.broker-review-card-grid article,
.broker-review-list article {
  border: 1px solid rgba(12, 61, 133, .1);
  border-radius: 10px;
  padding: 13px;
}

.broker-review-card-grid span,
.broker-review-list span {
  color: #ff9f00;
  font-size: .9rem;
  letter-spacing: 1px;
}

.broker-review-card-grid p,
.broker-review-list p {
  color: #263553;
  font-size: .86rem;
  line-height: 1.55;
  margin: 9px 0;
}

.broker-review-card-grid small,
.broker-review-list small {
  color: #68748b;
  font-weight: 700;
}

.broker-premium-side {
  align-self: start;
  position: sticky;
  top: 86px;
}

.broker-contact-stack {
  gap: 10px;
}

.broker-contact-stack h2,
.broker-contact-stack .btn {
  width: 100%;
}

.broker-performance {
  display: grid;
  gap: 15px;
}

.broker-performance div {
  display: grid;
  gap: 8px;
}

.broker-performance span {
  color: #34405a;
  display: flex;
  font-size: .82rem;
  justify-content: space-between;
}

.broker-performance i {
  background: #e9eef6;
  border-radius: 999px;
  display: block;
  height: 7px;
  overflow: hidden;
}

.broker-performance i::before {
  background: var(--bar, #075de8);
  border-radius: inherit;
  content: "";
  display: block;
  height: 100%;
  width: var(--value, 90%);
}

.broker-office-card dl {
  display: grid;
  gap: 10px;
  margin: 16px 0;
}

.broker-office-card div {
  display: grid;
  gap: 10px;
  grid-template-columns: 105px minmax(0, 1fr);
}

.broker-office-card dt {
  color: #5d6981;
  font-size: .74rem;
  font-weight: 800;
}

.broker-office-card dd {
  color: #16243d;
  font-size: .82rem;
  font-weight: 700;
  margin: 0;
}

.broker-socials {
  display: flex;
  gap: 10px;
}

.broker-socials a {
  align-items: center;
  background: #f1f6ff;
  border-radius: 50%;
  color: #075de8;
  display: inline-flex;
  height: 34px;
  justify-content: center;
  text-decoration: none;
  width: 34px;
}

.broker-why-card ul {
  display: grid;
  gap: 11px;
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}

.broker-why-card li {
  align-items: center;
  color: #263553;
  display: flex;
  font-size: .83rem;
  font-weight: 700;
  gap: 9px;
}

.broker-why-card i {
  color: #15995a;
}

@media (max-width: 1199.98px) {
  .broker-premium-content {
    grid-template-columns: 1fr;
  }

  .broker-premium-side {
    position: static;
  }
}

@media (max-width: 991.98px) {
  .broker-premium-hero,
  .broker-about-panel,
  .broker-duo-grid,
  .broker-bottom-grid {
    grid-template-columns: 1fr;
  }

  .broker-premium-page .broker-property-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .broker-premium-page {
    overflow-x: hidden;
    padding: 10px 0 22px;
  }

  .broker-premium-content {
    gap: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .broker-premium-page .broker-main,
  .broker-premium-page .broker-side {
    gap: 12px;
  }

  .broker-premium-hero,
  .broker-premium-page .broker-info-panel,
  .broker-stat-strip {
    border-radius: 13px;
  }

  .broker-premium-hero,
  .broker-premium-page .broker-info-panel {
    padding: 14px;
  }

  .broker-premium-head {
    align-items: flex-start;
    gap: 12px;
  }

  .broker-premium-avatar {
    border-width: 4px;
    flex-basis: 68px;
    font-size: 1.9rem;
    height: 68px;
    width: 68px;
  }

  .broker-premium-head h1 {
    font-size: 1.55rem;
    line-height: 1.08;
  }

  .broker-premium-head p,
  .broker-meta-row {
    font-size: .78rem;
  }

  .broker-meta-row {
    display: grid;
    gap: 8px;
  }

  .broker-badges {
    gap: 7px;
    margin-top: 12px;
  }

  .broker-badges span,
  .broker-mini-badges span {
    font-size: .68rem;
    padding: 7px 8px;
  }

  .broker-hero-actions {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 14px;
  }

  .broker-hero-actions .btn:first-child {
    grid-column: 1 / -1;
  }

  .broker-hero-visual {
    min-height: 170px;
  }

  .broker-stat-strip {
    gap: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 8px;
  }

  .broker-stat-strip div {
    border: 0;
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 10px;
  }

  .broker-stat-strip i {
    border-radius: 10px;
    font-size: 1rem;
    height: 38px;
    width: 38px;
  }

  .broker-stat-strip strong {
    font-size: 1.15rem;
  }

  .broker-stat-strip span {
    font-size: .7rem;
  }

  .broker-about-panel > img {
    max-height: 180px;
  }

  .broker-premium-page .broker-section-head {
    align-items: flex-start;
    margin-bottom: 12px;
  }

  .broker-premium-page .broker-info-panel h2,
  .broker-premium-page .broker-section-head h2 {
    font-size: 1rem;
  }

  .broker-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .broker-premium-page .broker-property-grid {
    gap: 10px;
    grid-template-columns: 1fr;
  }

  .broker-premium-page .broker-property-grid .property-thumb {
    height: 170px;
  }

  .broker-requirement-list article {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .broker-requirement-list em {
    justify-self: start;
    grid-column: 2;
  }

  .broker-review-card-grid {
    grid-template-columns: 1fr;
  }

  .broker-office-card div {
    grid-template-columns: 92px minmax(0, 1fr);
  }
}

.broker-verification-box {
  align-items: center;
  background: linear-gradient(135deg, #f4f8ff, #fff);
  border: 1px solid rgba(13, 88, 223, .14);
  border-radius: 12px;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 12px;
}

.broker-verification-box strong {
  color: #061a3e;
  display: inline-block;
  margin-right: 8px;
}

.admin-broker-table td {
  min-width: 130px;
}

.admin-broker-verify-form {
  display: grid;
  gap: 8px;
  min-width: 190px;
}

@media (max-width: 767.98px) {
  .broker-verification-box {
    align-items: stretch;
    flex-direction: column;
  }
}
