:root,
[data-bs-theme="light"] {
  --bs-primary: #6c22e1;
  --bs-primary-rgb: 108, 34, 225;
  --bs-link-color: #6c22e1;
  --bs-border-color: #e6ebf3;
  --bs-body-bg: #f5f7fb;
  --bs-body-color: #1e293b;
  --bs-secondary-bg: #eef2f7;
  --bs-tertiary-bg: #f8fafd;
  --est-form-control-bg: #ffffff;
  --bs-body-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  --est-shell-max-width: 1680px;
}

.est-header > .container-fluid,
.est-footer > .container-fluid,
.est-home > .container-fluid,
.est-page > .container-fluid {
  width: min(100% - 32px, var(--est-shell-max-width));
  max-width: var(--est-shell-max-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 0 !important;
  padding-right: 0 !important;
}


.dropdown-menu {
  --bs-dropdown-border-color: #e4ebf5;
  --bs-dropdown-link-hover-bg: #f3f7ff;
  --bs-dropdown-link-active-bg: #edf3ff;
  border: 1px solid var(--bs-dropdown-border-color);
  border-radius: 16px;
  padding: 8px;
  box-shadow: 0 16px 34px rgba(17, 24, 39, 0.12);
}

.dropdown-menu i {
  width: 20px;
  text-align: center;
  opacity: 0.85;
}

.dropdown-menu .dropdown-item {
  border-radius: 10px;
  padding: 9px 11px;
  font-size: 0.92rem;
  color: #334155;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
  color: #0f172a;
  background: #f3f7ff;
}

.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
  color: #0f172a;
  background: #edf3ff;
}

.dropdown-menu .dropdown-divider {
  border-color: #e9eef6;
  margin: 8px 2px;
}

.dropdown-menu .dropdown-header {
  color: #64748b;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.est-header {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
  position: sticky;
  top: 0;
  z-index: 1030;
}

.est-header .navbar {
  --bs-navbar-nav-link-padding-x: 0.65rem;
  --bs-navbar-toggler-border-color: #dce5f1;
  gap: 12px;
}

.est-header .nav-link {
  color: #4b5563;
  border-radius: 999px;
  padding: 7px 12px !important;
}

.est-header .nav-link:hover {
  color: var(--bs-primary);
  background: #f3f7ff;
}

.est-header .est-header-logo {
  height: 38px;
  width: auto;
}

.est-header .navbar-toggler {
  border-radius: 14px;
  padding: 8px 10px;
  background: #f8fbff;
}

.est-header .est-header-search {
  max-width: 520px;
  width: 100%;
  border: 1px solid #e4ebf5;
  border-radius: 999px;
  background: #f8fafd;
  overflow: hidden;
}

.est-header .est-header-search .form-control {
  min-height: 40px;
}

.est-header .est-header-select {
  min-height: 36px;
  border-radius: 999px;
}

.est-header .est-header-icon-btn {
  min-height: 36px;
  border-radius: 999px;
  border-color: #dce5f1;
  background: #ffffff;
  color: #334155;
  padding: 0.375rem 0.8rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.est-header .est-header-icon-btn:hover,
.est-header .est-header-icon-btn:focus {
  background: #f8fbff;
  border-color: #cfd9e8;
  color: #0f172a;
}

.est-header .est-header-icon-btn i {
  font-size: 0.92rem;
}

@media (max-width: 1549.98px) {
  .est-header .est-header-search {
    display: none !important;
  }
}

.est-header .est-header-icon-btn-circle {
  width: 48px;
  min-width: 48px;
  min-height: 48px;
  padding: 0;
  justify-content: center;
  border: 1px solid #e2e8f0;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.est-header .est-header-icon-btn-circle:hover,
.est-header .est-header-icon-btn-circle:focus {
  background: #ffffff;
  border-color: #dce5f1;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
  transform: translateY(-1px);
}

.est-header .est-header-mobile-actions,
.est-header .est-account-dropdown-mobile {
  display: none;
}

.est-header .est-account-dropdown .est-account-toggle {
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  min-height: 48px;
  padding: 6px 12px 6px 7px;
  display: flex;
  align-items: center;
  gap: 8px;
  width: auto;
  max-width: 244px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.est-header .est-account-dropdown .est-account-toggle:hover,
.est-header .est-account-dropdown .est-account-toggle:focus,
.est-header .est-account-dropdown .est-account-toggle.show {
  background: #ffffff;
  border-color: #dce5f1;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
  transform: translateY(-1px);
}

.est-header .est-account-dropdown .est-account-toggle::after {
  margin-left: auto;
  border-top-width: 0.34em;
  border-right-width: 0.34em;
  border-left-width: 0.34em;
  opacity: 0.7;
}

.est-header .est-account-dropdown .est-account-avatar {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: linear-gradient(135deg, #e6efff 0%, #f0f5ff 100%);
  color: var(--bs-primary);
  font-size: 0.78rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.est-header .est-account-dropdown .est-account-meta {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.15;
  min-width: 0;
}

.est-header .est-account-dropdown .est-account-name {
  color: #0f172a;
  font-size: 0.84rem;
  font-weight: 600;
}

.est-header .est-account-dropdown .est-account-email {
  color: #6b7280;
  font-size: 0.7rem;
  max-width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.est-header .est-account-dropdown .dropdown-menu {
  min-width: 240px;
  margin-top: 8px;
}

.est-footer {
  padding: 0 0 18px;
   background:
    radial-gradient(circle at top left, rgba(47, 107, 255, 0.08), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  border: 1px solid #e6ebf3;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.06);
}

.est-footer .est-footer-inner {
 
  padding: 28px;
}

.est-footer .est-footer-logo {
  height: 32px;
  width: auto;
}

.est-footer h6 {
  margin-bottom: 12px;
}

.est-footer a {
  color: #475569;
  text-decoration: none;
}

.est-footer a:hover {
  color: var(--bs-primary);
}

.est-footer .est-footer-social {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid #dce5f1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.est-footer .est-footer-newsletter {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.est-footer .est-footer-newsletter .form-control {
  border-radius: 14px;
  min-height: 42px;
}

.est-footer .est-footer-newsletter-status {
  flex: 0 0 100%;
  font-size: 0.88rem;
  line-height: 1.45;
}

.est-footer .est-footer-newsletter-status.is-success {
  color: #1f7a42;
}

.est-footer .est-footer-newsletter-status.is-error {
  color: #b42318;
}

.est-footer .est-footer-newsletter-status.is-muted {
  color: #667085;
}

.est-page .btn {
  border-radius: 14px;
}

.btn-primary {
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-bg: #5d1dca;
  --bs-btn-hover-border-color: #5d1dca;
  --bs-btn-active-bg: #551ab8;
  --bs-btn-active-border-color: #551ab8;
  --bs-btn-disabled-bg: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
}

.btn-outline-primary {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-border-color: rgba(var(--bs-primary-rgb), 0.24);
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-disabled-color: var(--bs-primary);
  --bs-btn-disabled-border-color: rgba(var(--bs-primary-rgb), 0.24);
}

.est-page .btn-primary {
  box-shadow: 0 10px 24px rgba(var(--bs-primary-rgb), 0.22);
}

.est-page .badge {
  border-radius: 999px;
  font-weight: 500;
}

.est-page .alert {
  border-radius: 14px;
  border: 1px solid var(--bs-border-color);
}

.est-page .nav-pills .nav-link {
  border-radius: 999px;
  color: #4b5563;
}

.est-page .nav-pills .nav-link.active,
.est-page .nav-pills .show > .nav-link {
  background: rgba(var(--bs-primary-rgb), 0.12);
  color: var(--bs-primary);
}

.est-page .form-control,
.est-page .form-select,
.content .form-control,
.content .form-select {
  border-radius: 12px;
  background-color: var(--est-form-control-bg);
}

.est-page .form-control:focus,
.est-page .form-select:focus,
.content .form-control:focus,
.content .form-select:focus {
  background-color: var(--est-form-control-bg);
}

.est-page .form-label,
.content .form-label {
  color: #334155;
  font-weight: 600;
  margin-bottom: 0.45rem;
}

.est-page .ts-wrapper.single .ts-control,
.content .ts-wrapper.single .ts-control,
.est-page .ts-wrapper.multi .ts-control,
.content .ts-wrapper.multi .ts-control {
  min-height: 48px;
  padding: 11px 42px 11px 14px;
  border: 1px solid #d6e2ef;
  border-radius: 16px;
  background: #fff;
  box-shadow: none;
}

.est-page .ts-wrapper.single.input-active .ts-control,
.content .ts-wrapper.single.input-active .ts-control,
.est-page .ts-wrapper.multi.input-active .ts-control,
.content .ts-wrapper.multi.input-active .ts-control,
.est-page .ts-wrapper.focus .ts-control,
.content .ts-wrapper.focus .ts-control {
  border-color: #93b4ff;
  box-shadow: 0 0 0 0.25rem rgba(47, 107, 255, 0.12);
}

.est-page .ts-wrapper.single .ts-control,
.content .ts-wrapper.single .ts-control {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%235a6c84' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 14px 14px;
}

.est-page .ts-wrapper.single.dropdown-active .ts-control,
.content .ts-wrapper.single.dropdown-active .ts-control {
  background-image: none;
}

.est-page .ts-wrapper .ts-control > input,
.content .ts-wrapper .ts-control > input {
  color: #0f172a;
  margin: 0 !important;
  min-width: 1px !important;
  padding: 0 !important;
}

.est-page .ts-wrapper .item,
.content .ts-wrapper .item {
  color: #0f172a;
}

.est-page .ts-wrapper.single .ts-control .item,
.content .ts-wrapper.single .ts-control .item,
.est-page .ts-wrapper.single .ts-control .placeholder,
.content .ts-wrapper.single .ts-control .placeholder {
  display: flex;
  align-items: center;
  line-height: 1.35;
  padding-right: 8px;
  min-height: 100%;
}

.est-page .ts-wrapper.single .ts-control .placeholder,
.content .ts-wrapper.single .ts-control .placeholder {
  color: #94a3b8;
}

.est-page .ts-wrapper.multi .ts-control > div,
.content .ts-wrapper.multi .ts-control > div {
  border-radius: 999px;
  background: #eaf2ff;
  color: #2454d3;
}

.est-page .ts-dropdown,
.content .ts-dropdown {
  border: 1px solid #dbe6f1;
  border-radius: 16px;
  padding: 8px;
  margin-top: 8px;
  background: #fff;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.10);
}

.est-page .ts-dropdown .option,
.content .ts-dropdown .option {
  border-radius: 10px;
  padding: 10px 12px;
  color: #334155;
}

.est-page .ts-dropdown .active,
.est-page .ts-dropdown .option:hover,
.content .ts-dropdown .active,
.content .ts-dropdown .option:hover {
  background: #f1f6ff;
  color: #1d4ed8;
}

.est-page {
  background: var(--bs-body-bg);
  min-height: 100vh;
  padding: 24px 0;
}

.est-page .est-card {
  background: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.06);
}

.est-default-page {
  background:
    radial-gradient(circle at top left, rgba(53, 170, 225, 0.10), transparent 26%),
    radial-gradient(circle at top right, rgba(25, 118, 210, 0.08), transparent 22%),
    linear-gradient(180deg, #f7fbff 0%, #eef4fa 100%);
}

.est-default-page .est-page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: 22px;
  align-items: end;
}

.est-default-page .est-page-hero-copy,
.est-default-page .est-page-hero-side {
  min-width: 0;
}

.est-default-page .est-page-hero-copy {
  padding: 10px 0 0;
  text-align: center;
}

.est-default-page .est-page-breadcrumb {
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.est-default-page .est-page-breadcrumb .breadcrumb-item,
.est-default-page .est-page-breadcrumb .breadcrumb-item.active,
.est-default-page .est-page-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #6b7c93;
  font-size: 0.92rem;
}

.est-default-page .est-page-breadcrumb a {
  color: #2563eb;
  text-decoration: none;
}

.est-default-page .est-page-title {
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  font-weight: 800;
  color: #0f172a;
  max-width: 14ch;
  margin-left: auto;
  margin-right: auto;
}

.est-default-page .est-page-hero-media,
.est-default-page .est-page-hero-placeholder {
  height: 100%;
  min-height: 280px;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(207, 222, 238, 0.95);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(242, 248, 255, 0.95));
}

.est-default-page .est-page-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}

.est-default-page .est-page-hero-placeholder {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 32px;
}

.est-default-page .est-page-hero-icon {
  width: 74px;
  height: 74px;
  border-radius: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #fff;
  font-size: 1.5rem;
  background: linear-gradient(135deg, #2563eb 0%, #35aae1 100%);
  box-shadow: 0 18px 34px rgba(37, 99, 235, 0.24);
}

.est-default-page .est-page-hero-label {
  margin-bottom: 6px;
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
}

.est-default-page .est-page-hero-placeholder p {
  color: #5a6c84;
  line-height: 1.7;
}

.est-default-page .est-page-body-wrap {
  max-width: 1180px;
  margin: 0 auto;
}

.est-default-page .est-page-content-card {
  border-radius: 24px;
  border: 1px solid rgba(207, 222, 238, 0.95);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.est-default-page .est-page-content-card-solid {
  margin-top: 6px;
}

.est-default-page .est-page-content {
  max-width: 860px;
  margin: 0 auto;
  padding: 34px 34px 42px;
  color: #334155;
  line-height: 1.85;
  font-size: 1.03rem;
}

.est-default-page .est-page-content-full {
  max-width: 1280px;
}

.est-default-page .est-page-content > *:first-child {
  margin-top: 0;
}

.est-default-page .est-page-content > *:last-child {
  margin-bottom: 0;
}

.est-default-page .est-page-content h1,
.est-default-page .est-page-content h2,
.est-default-page .est-page-content h3,
.est-default-page .est-page-content h4,
.est-default-page .est-page-content h5,
.est-default-page .est-page-content h6 {
  color: #0f172a;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-top: 2.1em;
  margin-bottom: 0.7em;
}

.est-default-page .est-page-content h1 {
  font-size: 2.2rem;
}

.est-default-page .est-page-content h2 {
  font-size: 1.8rem;
}

.est-default-page .est-page-content h3 {
  font-size: 1.45rem;
}

.est-default-page .est-page-content p,
.est-default-page .est-page-content ul,
.est-default-page .est-page-content ol,
.est-default-page .est-page-content blockquote,
.est-default-page .est-page-content table {
  margin-bottom: 1.25rem;
}

.est-default-page .est-page-content a {
  color: #2563eb;
  text-decoration-color: rgba(37, 99, 235, 0.28);
  text-underline-offset: 3px;
}

.est-default-page .est-page-content img {
  max-width: 100%;
  height: auto;
  border-radius: 18px;
}

.est-default-page .est-page-content blockquote {
  padding: 18px 22px;
  border-left: 4px solid #35aae1;
  border-radius: 0 18px 18px 0;
  background: #f7fbff;
  color: #476078;
}

.est-default-page .est-page-content ul,
.est-default-page .est-page-content ol {
  padding-left: 1.3rem;
}

.est-default-page .est-page-content li + li {
  margin-top: 0.45rem;
}

.est-default-page .est-page-content table {
  width: 100%;
  overflow: hidden;
  border-collapse: collapse;
  border-radius: 18px;
  border-style: hidden;
  box-shadow: 0 0 0 1px #d8e4f0;
}

.est-default-page .est-page-content th,
.est-default-page .est-page-content td {
  padding: 14px 16px;
  border: 1px solid #d8e4f0;
}

.est-default-page .est-page-content th {
  background: #f5f9fd;
  color: #0f172a;
}

.est-contact-page {
  background:
    radial-gradient(circle at top left, rgba(53, 170, 225, 0.08), transparent 26%),
    radial-gradient(circle at top right, rgba(106, 72, 255, 0.08), transparent 24%),
    linear-gradient(180deg, #f7fbff 0%, #eef4fa 100%);
}

.est-contact-page .est-contact-hero {
  max-width: 760px;
  margin: 0 auto;
}

.est-contact-page .est-contact-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 16px;
  border-radius: 999px;
  border: 1px solid rgba(207, 222, 238, 0.95);
  background: rgba(255, 255, 255, 0.92);
  color: #6b21a8;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.est-contact-page .est-contact-title {
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  font-weight: 800;
  color: #0f172a;
}

.est-contact-page .est-contact-subtitle {
  color: #52637a;
  font-size: 1.05rem;
  line-height: 1.75;
}

.est-contact-page .est-contact-card,
.est-contact-page .est-contact-side-card {
  padding: 28px;
  border-radius: 24px;
}

.est-contact-page .est-contact-card-head h2,
.est-contact-page .est-contact-side-card h3 {
  color: #0f172a;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.est-contact-page .est-contact-alerts {
  margin-top: 18px;
  margin-bottom: 18px;
}

.est-contact-page .est-contact-field .form-label {
  margin-bottom: 8px;
  font-size: 0.92rem;
  font-weight: 700;
  color: #24364c;
}

.est-contact-page .est-contact-field .form-control {
  min-height: 52px;
}

.est-contact-page .est-contact-field textarea.form-control {
  min-height: 180px;
  resize: vertical;
}

.est-contact-page .est-contact-actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.est-contact-page .est-contact-actions .btn {
  min-width: 180px;
}

.est-contact-page .est-contact-info-list {
  display: grid;
  gap: 14px;
}

.est-contact-page .est-contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid #d8e4f0;
  background: #f8fbff;
  color: inherit;
  text-decoration: none;
}

.est-contact-page .est-contact-info-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(43, 176, 240, 0.12);
  color: #2b6cb0;
  font-size: 1rem;
}

.est-contact-page .est-contact-info-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.est-contact-page .est-contact-info-copy strong {
  color: #0f172a;
  font-weight: 700;
}

.est-contact-page .est-contact-info-copy span {
  color: #52637a;
  line-height: 1.6;
  word-break: break-word;
}

.est-contact-page .est-contact-side-label {
  margin-bottom: 10px;
  color: #0f172a;
  font-size: 0.9rem;
  font-weight: 700;
}

.est-contact-page .est-contact-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.est-contact-page .est-contact-social-link {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  border: 1px solid #d8e4f0;
  background: #fff;
  color: #24364c;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.est-contact-page .est-contact-social-link:hover {
  transform: translateY(-1px);
  border-color: #b9cae0;
  color: #6b21a8;
}

.est-contact-page .est-contact-note {
  padding: 18px 20px;
  border-radius: 18px;
  background: #f8fbff;
  border: 1px solid #d8e4f0;
  color: #52637a;
  line-height: 1.7;
}

.est-page .est-searchbar {
  border-radius: 999px;
  background: #f8fafc;
  border: 1px solid #e7ecf4;
}

.est-page .est-layout {
  display: grid;
  grid-template-columns: 280px 1fr 380px;
  gap: 20px;
  align-items: start;
}

.est-page .est-sidebar,
.est-page .est-main,
.est-page .est-detail {
  min-width: 0;
}

.est-page .est-sidebar {
  position: static;
  z-index: 20;
}

.est-page .est-detail {
  position: static;
}

.est-page .est-sidebar .est-card,
.est-page .est-detail .est-card,
.est-page .est-main .est-card:not(.est-home-card) {
  padding: 20px;
}

.est-page .est-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.est-page .est-main .est-listing-card {
  padding: 0;
  overflow: hidden;
  display: block;
  text-decoration: none;
  color: inherit;
}

.est-page .est-main .est-listing-card .est-media {
  width: 100%;
  height: 170px;
  object-fit: cover;
  display: block;
}

.est-page .est-main .est-listing-card .est-content {
  padding: 14px;
}

.est-page .est-main .est-listing-card .est-price {
  font-weight: 700;
  color: #0f172a;
}

.est-page .est-main .est-listing-card .est-meta {
  color: #64748b;
  font-size: 0.9rem;
}

.est-page .est-chip {
  display: inline-flex;
  align-items: center;
  border: 1px solid #dce5f1;
  border-radius: 999px;
  padding: 6px 12px;
  background: #f8fbff;
  color: #465569;
  font-size: 0.84rem;
  line-height: 1.2;
}

.est-page .est-tabs .nav-link {
  border: 0;
  background: #f4f7fc;
}

.est-page .est-detail .est-hero {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 14px;
}

.est-page .est-detail .est-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.est-page .est-detail .est-thumb {
  width: 64px;
  height: 56px;
  border-radius: 12px;
  border: 1px solid #dce5f1;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
}

.est-page .est-detail .est-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.est-page .est-detail .est-title {
  margin-top: 16px;
  font-size: 1.35rem;
  font-weight: 700;
}

.est-page .est-detail .est-price {
  font-size: 1.2rem;
  font-weight: 700;
  color: #0f172a;
}

.est-page .est-detail .est-map {
  margin-top: 14px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #dce5f1;
  height: 190px;
}

.est-page .est-detail .est-map.est-map-market {
  margin-top: 0;
  height: 360px;
  min-height: 360px;
  background: #edf3fb;
}

.est-page .est-detail .leaflet-container {
  font-family: var(--bs-body-font-family);
}

.est-page .est-detail .leaflet-popup-content-wrapper,
.est-page .est-detail .leaflet-popup-tip {
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.14);
}

.est-listings-page .leaflet-popup-content-wrapper {
  border-radius: 16px;
}

.est-listings-page .leaflet-popup-content {
  margin: 8px;
}

.est-listings-page .est-map-popup {
  width: 184px;
}

.est-listings-page .est-map-popup-image {
  display: block;
  margin: 0 0 8px;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
}

.est-listings-page .est-map-popup-image img {
  width: 100%;
  height: 96px;
  display: block;
  object-fit: cover;
}

.est-listings-page .est-map-popup-title {
  color: #0f172a;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.3;
}

.est-listings-page .est-map-popup-location {
  margin-top: 5px;
  color: #64748b;
  font-size: 0.78rem;
  line-height: 1.45;
}

.est-listings-page .est-map-popup-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-top: 8px;
  color: #0f172a;
  font-size: 0.92rem;
  font-weight: 800;
}

.est-listings-page .est-map-popup-price small {
  color: #64748b;
  font-size: 0.74rem;
  font-weight: 600;
}

.est-listings-page .est-map-popup-link {
  margin-top: 8px;
}

.est-listings-page .est-map-popup-link a {
  color: #6d3df5;
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
}

.est-page .est-detail .est-detail-description {
  white-space: normal;
  line-height: 1.65;
}

.est-page .est-detail .est-detail-map-card {
  border-top: 1px solid #e8edf5;
  padding-top: 16px;
}

.est-page .est-detail .est-detail-map-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.est-page .est-sidebar .est-filter-title {
  font-size: 0.88rem;
  color: #64748b;
  margin-bottom: 8px;
}

.est-page .est-sidebar .est-stack > .est-card + .est-card {
  margin-top: 16px;
}

.est-page .est-sidebar .est-range {
  display: flex;
  gap: 10px;
}

.est-listings-page .est-sidebar .est-filter-sidebar {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(217, 227, 241, 0.95);
  border-radius: 22px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.07);
  backdrop-filter: blur(10px);
  padding: 12px;
}

.est-listings-page .est-sidebar .est-filter-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.est-listings-page .est-sidebar .est-filter-top-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.est-listings-page .est-sidebar .est-filter-title {
  margin: 0;
  font-size: 19px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #1c2434;
}

.est-listings-page .est-sidebar .est-filter-clear {
  border: 0;
  background: transparent;
  color: #6d3df5;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
  text-decoration: none;
}

.est-listings-page .est-sidebar .est-filter-close {
  display: none;
  width: 34px;
  height: 34px;
  border: 1px solid #d9e3f1;
  border-radius: 10px;
  background: #fff;
  color: #1c2434;
  align-items: center;
  justify-content: center;
}

.est-listings-page .est-sidebar .est-filter-search {
  position: relative;
  margin-bottom: 10px;
}

.est-listings-page .est-sidebar .est-filter-search input {
  width: 100%;
  min-height: 44px;
  border: 1px solid #d9e3f1;
  border-radius: 12px;
  background: #fbfcff;
  padding: 0 12px 0 38px;
  font: inherit;
  font-size: 14px;
  color: #1c2434;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.78);
}

.est-listings-page .est-sidebar .est-filter-search .est-search-icon {
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  color: #8d99ad;
  font-size: 13px;
  pointer-events: none;
}

.est-listings-page .est-sidebar .est-filter-search input:focus,
.est-listings-page .est-sidebar .est-field input:focus,
.est-listings-page .est-sidebar .est-field select:focus,
.est-listings-page .est-sidebar .est-location-search:focus {
  outline: none;
  border-color: rgba(109, 61, 245, 0.5);
  box-shadow: 0 0 0 4px rgba(109, 61, 245, 0.1);
}

.est-listings-page .est-sidebar .est-filter-section {
  padding: 11px;
  border: 1px solid #d9e3f1;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,250,255,0.96));
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
  margin-bottom: 10px;
}

.est-listings-page .est-sidebar .est-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 9px;
}

.est-listings-page .est-sidebar .est-section-title {
  margin: 0;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #1c2434;
}

.est-listings-page .est-sidebar .est-section-note {
  color: #65738c;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.est-listings-page .est-sidebar .est-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.est-listings-page .est-sidebar .est-chip {
  min-height: 32px;
  border-radius: 999px;
  border: 1px solid #d9e3f1;
  background: #fff;
  color: #1c2434;
  padding: 0 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}

.est-listings-page .est-sidebar .est-chip.is-active {
  border-color: rgba(109, 61, 245, 0.24);
  background: #f4eeff;
  color: #6d3df5;
  box-shadow: inset 0 0 0 1px rgba(109, 61, 245, 0.06);
}

.est-listings-page .est-sidebar .est-location-picker {
  position: relative;
  z-index: 40;
}

.est-listings-page .est-sidebar .est-location-field {
  position: relative;
}

.est-listings-page .est-sidebar .est-location-results {
  z-index: 60;
}

.est-listings-page .est-sidebar .est-location-search {
  width: 100%;
  min-height: 44px;
  border-radius: 12px;
  border: 1px solid #d9e3f1;
  background: #fff;
  color: #1c2434;
  font: inherit;
  font-size: 13px;
  padding: 0 36px 0 38px;
  cursor: pointer;
}

.est-listings-page .est-sidebar .est-location-icon,
.est-listings-page .est-sidebar .est-location-chevron {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
}

.est-listings-page .est-sidebar .est-location-icon {
  left: 13px;
  color: #6d3df5;
}

.est-listings-page .est-sidebar .est-location-chevron {
  right: 13px;
  color: #8d99ad;
}

.est-listings-page .est-sidebar .est-field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.est-listings-page .est-sidebar .est-field-grid.est-field-grid-single {
  grid-template-columns: 1fr;
}

.est-listings-page .est-sidebar .est-field {
  display: grid;
  gap: 5px;
}

.est-listings-page .est-sidebar .est-field-label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #65738c;
  padding-left: 2px;
}

.est-listings-page .est-sidebar .est-field input,
.est-listings-page .est-sidebar .est-field select {
  width: 100%;
  min-height: 40px;
  border-radius: 11px;
  border: 1px solid #d9e3f1;
  background: #fff;
  color: #1c2434;
  font: inherit;
  font-size: 13px;
  padding: 0 12px;
}

.est-listings-page .est-sidebar .ts-wrapper.single .ts-control,
.est-listings-page .est-sidebar .ts-wrapper.multi .ts-control {
  min-height: 40px;
  padding: 8px 34px 8px 12px;
}

.est-listings-page .est-sidebar .est-mini-chip-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
}

.est-listings-page .est-sidebar .est-mini-chip {
  min-height: 36px;
  border-radius: 11px;
  border: 1px solid #d9e3f1;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #1c2434;
  cursor: pointer;
}

.est-listings-page .est-sidebar .est-mini-chip.is-active {
  background: #f4eeff;
  border-color: rgba(109, 61, 245, 0.24);
  color: #6d3df5;
}

.est-listings-page .est-sidebar .est-amenities {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.est-listings-page .est-sidebar .est-amenity {
  border-radius: 999px;
  border: 1px solid #d9e3f1;
  background: #fff;
  padding: 7px 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  color: #1c2434;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.est-listings-page .est-sidebar .est-amenity input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.est-listings-page .est-sidebar .est-amenity span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.est-listings-page .est-sidebar .est-amenity span::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #ccd8ea;
  border-radius: 5px;
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
  flex: 0 0 auto;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.est-listings-page .est-sidebar .est-amenity input:checked + span::before {
  background: #6d3df5;
  border-color: #6d3df5;
  box-shadow: inset 0 0 0 3px #fff;
}

.est-listings-page .est-sidebar .est-amenity input:checked + span {
  color: #6d3df5;
}

.est-listings-page .est-sidebar .est-amenity:has(input:checked) {
  background: #f4eeff;
  border-color: rgba(109, 61, 245, 0.24);
}

.est-listings-page .est-sidebar .est-amenity:hover {
  border-color: #c7d5e8;
}

.est-listings-page .est-sidebar .est-amenity input:focus-visible + span::before {
  box-shadow: 0 0 0 3px rgba(109, 61, 245, 0.16);
}

.est-listings-page .est-sidebar .est-filter-actions {
  position: sticky;
  bottom: 0;
  margin-top: 10px;
  padding-top: 10px;
  background: linear-gradient(180deg, rgba(243,246,251,0), rgba(243,246,251,0.9) 22%, rgba(243,246,251,0.98) 100%);
  z-index: 2;
}

.est-listings-page .est-sidebar .est-apply {
  width: 100%;
  min-height: 46px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(180deg, #7a51ff, #6d3df5);
  color: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 16px 30px rgba(109, 61, 245, 0.24);
}

.est-listings-page .est-sidebar .est-apply-sub {
  text-align: center;
  font-size: 11px;
  color: #65738c;
  margin-top: 6px;
}

.est-listings-page .est-sidebar .est-filter-gap-top {
  margin-top: 10px;
}

.est-listings-page .est-sidebar .est-filter-gap-bottom {
  margin-bottom: 10px;
}

.est-listings-page .est-mobile-filters-card {
  display: none;
}

.est-listings-page .est-mobile-filters-backdrop {
  display: none;
}

.est-page .est-shell {
  padding: 14px 16px;
  margin-bottom: 20px;
}

.est-page .est-shell .est-brand {
  font-size: 1.05rem;
  font-weight: 700;
}

.est-page .est-shell .est-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eef3ff;
  color: var(--bs-primary);
}

.est-page .est-shell .est-nav {
  overflow-x: auto;
  white-space: nowrap;
}

.est-home .est-home-hero {
  position: relative;
  padding: 34px;
  border-radius: 30px;
  border: 1px solid rgba(226, 234, 244, 0.95);
  background:
    radial-gradient(circle at top left, rgba(91, 59, 255, 0.09), transparent 26%),
    radial-gradient(circle at top right, rgba(53, 170, 225, 0.09), transparent 23%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 250, 255, 0.96) 100%);
  box-shadow: 0 20px 60px rgba(20, 27, 45, 0.08);
}

/*
.est-home .est-home-hero::before {
  content: "";
  position: absolute;
  inset: auto -80px -120px auto;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(91, 59, 255, 0.12), transparent 70%);
  pointer-events: none;
}
*/

.est-home .est-home-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 28px;
  align-items: center;
}

.est-home .est-home-hero-copy,
.est-home .est-home-hero-visual {
  min-width: 0;
}

.est-home .est-home-hero-copy {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.est-home .est-home-hero h1 {
  margin: 0;
  font-size: clamp(2.4rem, 4vw, 4.1rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
  font-weight: 800;
  max-width: 760px;
}

.est-home .est-home-hero h1 span {
  color: #5b3bff;
}

.est-home .est-home-hero p {
  margin: 18px 0 0;
  max-width: 700px;
  font-size: 1.08rem;
  line-height: 1.7;
  color: #667085;
}

.est-home .est-home-trust {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
}

.est-home .est-home-trust-lead {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  color: #1f2937;
  font-size: 0.98rem;
  font-weight: 700;
}

.est-home .est-home-trust-stars {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #f59e0b;
  font-size: 0.92rem;
}

.est-home .est-home-trust-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.est-home .est-home-trust-points span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid #e6ebf3;
  color: #475467;
  font-size: 0.88rem;
  font-weight: 600;
}

.est-home .est-home-switch {
  display: inline-flex;
  gap: 8px;
  padding: 4px;
  border-radius: 999px;
  background: #f7f9fd;
  border: 1px solid #e7ebf3;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.6);
  max-width: 100%;
  overflow-x: auto;
}

.est-home .est-home-search-area {
  width: min(100%, 860px);
  margin: 30px 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.est-home .est-home-switch button {
  border: 0;
  background: transparent;
  color: #475467;
  font: inherit;
  font-weight: 600;
  padding: 9px 14px;
  border-radius: 999px;
  cursor: pointer;
  transition: .2s ease;
  white-space: nowrap;
  font-size: 0.92rem;
}

.est-home .est-home-switch button.active {
  background: linear-gradient(180deg, #6b50ff, #5b3bff);
  color: #fff;
  box-shadow: 0 10px 24px rgba(91, 59, 255, 0.26);
}

.est-home .est-home-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.est-home .est-home-stat {
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.88);
  border: 1px solid #e7ebf3;
  color: #344054;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 10px 30px rgba(20, 27, 45, 0.06);
}

.est-home .est-home-hero-visual {
  position: relative;
  min-height: 420px;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.7);
  background: #eef3ff;
  box-shadow: 0 12px 30px rgba(20, 27, 45, 0.06);
}

.est-home .est-home-hero-visual > img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}

.est-home .est-home-hero-visual-overlay {
  position: absolute;
  inset: 0;
  background: transparent;
}

.est-home .est-home-floating {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: grid;
  gap: 10px;
  width: 180px;
  max-width: calc(100% - 36px);
}

.est-home .est-home-float-card {
  background: rgba(255,255,255,0.82);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.9);
  border-radius: 18px;
  padding: 14px;
  box-shadow: 0 10px 30px rgba(20, 27, 45, 0.06);
}

.est-home .est-home-float-label {
  color: #667085;
  font-size: 12px;
  margin-bottom: 4px;
}

.est-home .est-home-float-value {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.est-home .est-home-search-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr) minmax(0, 0.95fr) minmax(0, 0.95fr) auto;
  gap: 10px;
  align-items: stretch;
}

.est-home .est-home-search-shell {
  width: 100%;
  margin-top: 0;
  border-radius: 24px;
  background: #fff;
  border: 1px solid #e6ebf3;
  box-shadow: 0 18px 40px rgba(20, 27, 45, 0.08);
  padding: 12px;
}

.est-home .est-home-search-topline {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 2px;
  margin-bottom: 12px;
}

.est-home .est-home-field {
  position: relative;
  min-width: 0;
}

.est-home .est-home-field-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  color: #98a2b3;
  pointer-events: none;
  z-index: 2;
}

.est-home .est-home-field-location .form-select,
.est-home .est-home-field-location .ts-wrapper.single .ts-control,
.est-home .est-home-field-location .est-location-search {
  padding-left: 46px;
}

.est-home .est-home-field-location .est-location-picker .est-location-results {
  top: calc(100% + 10px);
}

.est-home .est-home-search-shell .form-control {
  height: 54px;
  border-radius: 15px;
}

.est-home .est-home-search-shell .ts-wrapper {
  min-width: 0;
}

.est-home .est-home-search-shell .ts-wrapper.single .ts-control,
.est-home .est-home-search-shell .ts-wrapper.multi .ts-control {
  min-height: 54px;
  border-radius: 15px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.est-home .est-home-search-btn {
  width: auto;
  min-width: 168px;
  height: 54px;
  border: 0;
  border-radius: 15px;
  background: linear-gradient(180deg, #6b50ff, #5b3bff);
  color: #fff;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(91, 59, 255, 0.24);
  transition: .2s ease;
}

.est-home .est-home-search-btn:hover {
  background: linear-gradient(180deg, #6547ff, #4b2ef0);
  transform: translateY(-1px);
}

.est-home .est-home-search-meta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 0;
  padding: 0;
}

.est-home .est-home-search-meta-text {
  color: #667085;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.est-home .est-home-location-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
}

.est-home .est-home-location-pill {
  border: 0;
  background: #ede9ff;
  color: #5b3bff;
  border-radius: 999px;
  padding: 8px 12px;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: .2s ease;
}

.est-home .est-home-location-pill:hover {
  background: #e3dcff;
}

.est-home .est-home-section h2,
.est-home .est-home-section h3 {
  letter-spacing: -0.02em;
}

.est-home .est-home-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.est-page .est-home-card {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 0;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.est-page .est-home-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(17, 24, 39, 0.1);
  border-color: rgba(47, 107, 255, 0.2);
}

.est-page .est-home-card .est-home-card-media {
  position: relative;
}

.est-page .est-home-card .est-home-card-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.est-page .est-home-card .est-home-card-top {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.est-page .est-home-card .est-home-card-top .est-chip {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(3px);
  border-color: rgba(255, 255, 255, 0.95);
  color: #1f2937;
}

.est-page .est-home-card .est-home-card-top .badge {
  background: rgba(255, 255, 255, 0.92) !important;
  color: #1f2937 !important;
  border: 1px solid rgba(255, 255, 255, 0.95);
}

.est-page .est-home-card .est-home-card-body {
  padding: 14px 14px 16px;
}


.est-page .est-home-card .est-home-card-title {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 6px;
  line-height: 1.3;
  min-height: 2.6em;
}

.est-page .est-home-card .est-home-card-location {
  color: #64748b;
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.est-page .est-home-card .est-home-card-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  margin-top: 8px;
}

.est-page .est-home-card .est-home-card-price {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
}

.est-page .est-home-card .est-home-card-facts {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.est-page .est-home-card .est-home-card-facts span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  color: #64748b;
  border: 1px solid #dce5f1;
  border-radius: 999px;
  padding: 3px 8px;
}

.est-page .est-home-card .est-home-card-facts i {
  color: #64748b;
  font-size: 0.82rem;
  width: 12px;
  text-align: center;
}

.est-agent-page .est-agent-avatar {
  width: 94px;
  height: 94px;
  border-radius: 20px;
  object-fit: cover;
  border: 1px solid #dce5f1;
}

.est-agent-page .est-agent-contact .btn {
  border-radius: 14px;
}

.est-agent-page .est-profile-verified-badge,
.est-agency-page .est-profile-verified-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(108, 34, 225, 0.08);
  color: var(--bs-primary);
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1;
}

.est-agent-page .est-profile-verified-badge i,
.est-agency-page .est-profile-verified-badge i {
  font-size: 0.9rem;
}

.est-page .pagination .page-link {
  border-radius: 12px;
  margin: 0 4px;
  border: 1px solid #dde6f2;
  color: #334155;
}

.est-page .pagination .page-item.active .page-link {
  background: var(--bs-primary);
  border-color: var(--bs-primary);
  color: #fff;
}

/* Blog */
.est-blog-page .est-blog-hero,
.est-blog-page .est-blog-category-block,
.est-blog-page .est-blog-article-card,
.est-blog-page .est-blog-single-hero {
  border: 1px solid #e6ebf2;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.05);
}

.est-blog-page .est-blog-hero,
.est-blog-page .est-blog-single-hero {
  padding: 34px;
}

.est-blog-page .est-blog-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bs-primary);
  font-weight: 700;
  margin-bottom: 10px;
}

.est-blog-page .est-blog-title,
.est-blog-page .est-blog-single-title {
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.05;
  margin: 0;
  color: #0f172a;
}

.est-blog-page .est-blog-subtitle {
  max-width: 760px;
  margin: 14px 0 0;
  color: #64748b;
  font-size: 1rem;
}

.est-blog-page .est-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.est-blog-page .est-blog-card {
  overflow: hidden;
  padding: 0;
  height: 100%;
}

.est-blog-page .est-blog-card-media {
  display: block;
  aspect-ratio: 16 / 10;
  background: linear-gradient(135deg, #f3f4f6, #eceff4);
  overflow: hidden;
}

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

.est-blog-page .est-blog-card-media.is-empty {
  display: flex;
  align-items: center;
  justify-content: center;
}

.est-blog-page .est-blog-card-placeholder {
  width: 68px;
  height: 68px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #94a3b8;
  font-size: 1.5rem;
}

.est-blog-page .est-blog-card-body {
  padding: 20px;
}

.est-blog-page .est-blog-card-top,
.est-blog-page .est-blog-single-meta,
.est-blog-page .est-blog-section-head {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.est-blog-page .est-blog-card-date,
.est-blog-page .est-blog-date {
  color: #64748b;
  font-size: 0.88rem;
}

.est-blog-page .est-blog-card-title {
  margin: 14px 0 10px;
  font-size: 1.2rem;
  line-height: 1.3;
}

.est-blog-page .est-blog-card-title a {
  color: #0f172a;
  text-decoration: none;
}

.est-blog-page .est-blog-card-title a:hover {
  color: var(--bs-primary);
}

.est-blog-page .est-blog-card-excerpt {
  color: #64748b;
  margin: 0 0 14px;
  line-height: 1.65;
}

.est-blog-page .est-blog-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--bs-primary);
  text-decoration: none;
  font-weight: 700;
}

.est-blog-page .est-blog-category-stack {
  display: grid;
  gap: 22px;
}

.est-blog-page .est-blog-category-block {
  padding: 24px;
}

.est-blog-page .est-blog-section-head {
  justify-content: space-between;
  margin-bottom: 18px;
}

.est-blog-page .est-blog-section-head h2 {
  margin: 0;
  font-size: 1.45rem;
}

.est-blog-page .est-blog-section-head p {
  margin: 6px 0 0;
  color: #64748b;
}

.est-blog-page .est-blog-single {
  display: grid;
  gap: 22px;
}

.est-blog-page .est-blog-single-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 24px;
  align-items: center;
}

.est-blog-page .est-blog-single-media {
  overflow: hidden;
  border-radius: 22px;
  min-height: 260px;
}

.est-blog-page .est-blog-single-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.est-blog-page .est-blog-article-card {
  padding: 0;
}

.est-blog-page .est-blog-article {
  padding: 34px;
  color: #334155;
  line-height: 1.8;
  font-size: 1.03rem;
}

.est-blog-page .est-blog-article h2,
.est-blog-page .est-blog-article h3,
.est-blog-page .est-blog-article h4 {
  color: #0f172a;
  margin-top: 1.8em;
  margin-bottom: 0.7em;
}

.est-blog-page .est-blog-article img {
  max-width: 100%;
  height: auto;
  border-radius: 18px;
}

.est-blog-page .est-blog-empty {
  padding: 28px;
}

.est-agency-page .est-agency-logo {
  width: 94px;
  height: 94px;
  border-radius: 20px;
  object-fit: cover;
  border: 1px solid #dce5f1;
}

.est-agency-page .est-agency-agent {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid #e5ecf4;
  border-radius: 14px;
  text-decoration: none;
  color: inherit;
  background: #fff;
}

.est-agency-page .est-agency-agent img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}

.est-agent-page .est-grid,
.est-agency-page .est-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.est-agent-page .est-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.est-auth-page .est-auth-side {
  background: linear-gradient(160deg, #0f274f 0%, #1b4b8f 55%, #2f6bff 100%);
  color: #fff;
  padding: 34px;
  border: 0;
}

.est-auth-page .est-auth-side h1 {
  font-size: 2rem;
  line-height: 1.15;
  margin-bottom: 12px;
}

.est-auth-page .est-auth-side p {
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 18px;
}

.est-auth-page .est-auth-side .est-chip {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.22);
}

.est-auth-page .est-auth-logo {
  width: 172px;
  max-width: 100%;
  height: auto;
}

.est-auth-page .est-auth-form {
  padding: 30px;
}

.est-auth-page .est-auth-form h2 {
  margin-bottom: 6px;
}

/* ==========================================================================
   Estate24 Listing Detail Page
   ========================================================================== */

/* Gallery */
.est-listing-detail-page .est-detail-gallery {
  display: grid;
  grid-template-columns: 1fr 118px;
  gap: 10px;
  position: relative;
}

.est-listing-detail-page .est-detail-hero-link {
  display: block;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #dce5f1;
}

.est-listing-detail-page .est-detail-hero-image {
  width: 100%;
  height: 460px;
  object-fit: cover;
  display: block;
}

.est-listing-detail-page .est-detail-gallery-meta {
  position: absolute;
  left: 14px;
  right: 132px;
  top: 14px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  pointer-events: none;
}

.est-listing-detail-page .est-detail-gallery-actions,
.est-listing-detail-page .est-detail-gallery-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.est-listing-detail-page .est-detail-gallery-meta .est-chip {
  background: rgba(15, 23, 42, 0.68);
  border-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.est-listing-detail-page .est-detail-gallery-tab {
  opacity: .72;
}

.est-listing-detail-page .est-detail-gallery-tab.is-active {
  opacity: 1;
}

.est-listing-detail-page .est-detail-thumbs {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: min-content;
  align-content: start;
  align-items: start;
  gap: 10px;
}

.est-listing-detail-page .est-detail-thumb-link {
  display: block;
  border: 1px solid #dce5f1;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.est-listing-detail-page .est-detail-thumb-link img {
  width: 100%;
  height: 84px;
  object-fit: cover;
  display: block;
}

.est-listing-detail-page .est-detail-thumb-link.is-more::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.48);
}

.est-listing-detail-page .est-detail-thumb-more {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.est-listing-detail-page .est-detail-thumb-link-hidden {
  display: none;
}

/* Header */
.est-listing-detail-page .est-detail-title-block {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.est-listing-detail-page .est-detail-breadcrumb-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.est-listing-detail-page .est-detail-breadcrumb-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.est-listing-detail-page .est-detail-summary-card {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.est-listing-detail-page .est-detail-title-meta {
  min-width: 0;
  flex: 1 1 auto;
}

.est-listing-detail-page .est-detail-facts-row {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
  overflow-x: auto;
}

.est-listing-detail-page .est-detail-fact-pill {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #1e293b;
  font-weight: 700;
  font-size: 0.95rem;
  flex: 1 1 170px;
  min-width: 0;
  padding: 10px 14px;
  background: transparent;
}

.est-listing-detail-page .est-detail-fact-pill + .est-detail-fact-pill {
  border-left: 1px solid #e9eef6;
}

.est-listing-detail-page .est-detail-fact-icon {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  flex: 0 0 auto;
}

.est-listing-detail-page .est-detail-fact-pill i {
  color: #64748b;
  font-size: 1rem;
}

.est-listing-detail-page .est-detail-fact-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.est-listing-detail-page .est-detail-fact-copy small {
  color: #64748b;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 2px;
}

.est-listing-detail-page .est-detail-fact-copy strong {
  color: #0f172a;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.1;
}

.est-listing-detail-page .est-detail-address {
  color: #64748b;
  font-size: .97rem;
}

.est-listing-detail-page .est-detail-freshness {
  color: #4b5563;
}

.est-listing-detail-page .est-detail-title-side {
  width: 220px;
  min-width: 220px;
  display: grid;
  gap: 10px;
}

.est-listing-detail-page .est-detail-side-stat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid #e8edf5;
  border-radius: 14px;
  background: #f8fafc;
}

.est-listing-detail-page .est-detail-side-stat span {
  color: #64748b;
  font-size: 0.84rem;
}

.est-listing-detail-page .est-detail-side-stat strong {
  color: #0f172a;
  font-size: 0.92rem;
  font-weight: 700;
  text-align: right;
}

/* Content Sections */
.est-listing-detail-page .est-detail-section + .est-detail-section,
.est-listing-detail-page .est-detail-map-card,
.est-listing-detail-page .est-detail-section {
  border-top: 1px solid #e8edf5;
}

.est-listing-detail-page .est-detail-section,
.est-listing-detail-page .est-detail-map-card {
  padding-top: 22px;
  margin-top: 22px;
}

.est-listing-detail-page .est-detail-section-standalone,
.est-listing-detail-page .est-detail-map-card-standalone {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}

.est-listing-detail-page .est-detail-section-head {
  margin-bottom: 14px;
}

.est-listing-detail-page .est-detail-section-groups {
  display: grid;
  gap: 18px;
}

.est-listing-detail-page .est-detail-section-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.est-listing-detail-page .est-detail-section-divider::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  background: #e7edf6;
}

.est-listing-detail-page .est-detail-section-divider span {
  color: #475569;
  font-size: 0.86rem;
  font-weight: 700;
  white-space: nowrap;
}

/* Highlight / Summary Items */
.est-listing-detail-page .est-detail-highlight-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-height: 100%;
  border: 1px solid #e6edf5;
  border-radius: 14px;
  padding: 12px 14px;
  background: #f8fbff;
  color: #334155;
}

.est-listing-detail-page .est-detail-highlight-item i {
  color: var(--bs-primary);
  margin-top: 2px;
}

/* Property Details */
.est-listing-detail-page .est-detail-fact-group {
  min-height: 100%;
  border: 1px solid #e5ecf4;
  border-radius: 16px;
  padding: 16px;
  background: #fbfdff;
}

.est-listing-detail-page .est-detail-fact-title {
  font-weight: 800;
  color: #1e293b;
  margin-bottom: 10px;
}

.est-listing-detail-page .est-detail-fact-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 0;
  border-top: 1px solid #edf2f7;
  color: #64748b;
}

.est-listing-detail-page .est-detail-fact-row:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.est-listing-detail-page .est-detail-fact-row strong {
  color: #1e293b;
  text-align: right;
}

/* Detail Glance Cards */
.est-listing-detail-page .est-detail-glance-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 14px;
}

.est-listing-detail-page .est-detail-glance-item {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #e4ebf5;
  border-radius: 18px;
  padding: 14px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
}

.est-listing-detail-page .est-detail-glance-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: #f8fafc;
  color: #475569;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.est-listing-detail-page .est-detail-glance-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.est-listing-detail-page .est-detail-glance-copy small {
  color: #64748b;
  font-size: 0.8rem;
  margin-bottom: 3px;
}

.est-listing-detail-page .est-detail-glance-copy strong {
  color: #0f172a;
  font-size: 0.98rem;
  font-weight: 700;
}

/* Location & Map */
.est-listing-detail-page .est-detail-map-card {
  border-top: 1px solid #e8edf5;
  padding-top: 16px;
}

.est-listing-detail-page .est-detail-map-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.est-listing-detail-page .est-map {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #dce5f1;
  min-height: 280px;
  height: 280px;
  background: #eef3f9;
}

.est-listing-detail-page .est-detail-note-card {
  min-height: 100%;
  border: 1px solid #e5ecf4;
  border-radius: 16px;
  padding: 16px;
  background: #fbfdff;
}

.est-listing-detail-page .est-detail-note-title {
  font-weight: 800;
  color: #1e293b;
  margin-bottom: 10px;
}

.est-listing-detail-page .est-detail-note-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 0;
  border-top: 1px solid #edf2f7;
  color: #64748b;
}

.est-listing-detail-page .est-detail-note-row:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.est-listing-detail-page .est-detail-note-row strong {
  color: #1e293b;
  text-align: right;
}

/* Features */
.est-listing-detail-page .est-detail-amenity-group {
  min-height: 100%;
  border: 1px solid #e5ecf4;
  border-radius: 16px;
  padding: 16px;
  background: #fbfdff;
}

.est-listing-detail-page .est-detail-amenity-title {
  font-weight: 800;
  color: #1e293b;
  margin-bottom: 10px;
}

.est-listing-detail-page .est-detail-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

.est-listing-detail-page .est-detail-feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #dfe8f3;
  border-radius: 16px;
  padding: 12px 14px;
  color: #1e293b;
  background: #ffffff;
}

.est-listing-detail-page .est-detail-feature-item.is-active {
  background: #fff;
  border-color: #d9e3ef;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
}

.est-listing-detail-page .est-detail-feature-item.is-muted {
  background: #f8fafc;
  border-color: #e7edf5;
  color: #94a3b8;
}

.est-listing-detail-page .est-detail-feature-item i {
  color: var(--bs-primary);
  flex: 0 0 auto;
}

.est-listing-detail-page .est-detail-feature-item.is-muted i {
  color: #c0cad8;
}

.est-listing-detail-page .est-detail-feature-item span {
  font-weight: 600;
}

/* Media */
.est-listing-detail-page .est-detail-media-card {
  border: 1px solid #e5ecf4;
  border-radius: 18px;
  padding: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  height: 100%;
}

.est-listing-detail-page .est-detail-media-card-head {
  margin-bottom: 12px;
}

.est-listing-detail-page .est-detail-media-card-head h4 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  color: #1e293b;
}

.est-listing-detail-page .est-detail-media-embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 14px;
  overflow: hidden;
  background: #0f172a;
  margin-bottom: 12px;
}

.est-listing-detail-page .est-detail-media-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Sidebar */
.est-listing-detail-page .est-agent-mini-avatar {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: rgba(108, 34, 225, 0.1);
  color: var(--bs-primary);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.est-listing-detail-page .est-contact-block + .est-contact-block-divider {
  border-top: 1px solid #e7edf6;
}

.est-listing-detail-page .est-detail-sidebar-price-card {
  border: 1px solid #e7edf5;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.est-listing-detail-page .est-detail-mobile-price-card {
  display: none;
}

.est-listing-detail-page .est-detail-sidebar-price-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.est-listing-detail-page .est-detail-sidebar-price-period {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  color: #4b5563;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  vertical-align: baseline;
}

.est-listing-detail-page .est-detail-sidebar-price-value {
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--bs-primary);
  line-height: 1;
  letter-spacing: -0.03em;
  text-wrap: balance;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}

.est-listing-detail-page .est-detail-sidebar-price-note {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #334155;
  font-size: 0.9rem;
  font-weight: 700;
}

.est-listing-detail-page .est-detail-sidebar-meta-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(219, 230, 243, 0.9);
  color: #64748b;
  font-size: 0.84rem;
}

.est-listing-detail-page .est-detail-sidebar-meta-row span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.est-listing-detail-page .est-detail-sidebar-meta-row i {
  color: #5f6f8d;
}

.est-listing-detail-page .est-detail-sidebar-meta-row strong {
  color: #0f172a;
  font-weight: 700;
}

.est-listing-detail-page .est-idea-4,
.est-listing-detail-page .est-idea-5 {
  display: block;
}

.est-listing-detail-page .est-idea-4 .est-idea-4-agency {
  border: 1px solid #e3e9f2;
  border-radius: 18px;
  background: #ffffff;
  padding: 14px;
}

.est-listing-detail-page .est-idea-4 .est-idea-4-agency-head,
.est-listing-detail-page .est-idea-4 .est-idea-4-agent-head {
  display: flex;
  align-items: center;
  gap: 14px;
  color: inherit;
  text-decoration: none;
}

.est-listing-detail-page .est-idea-4 .est-idea-4-agency-head:hover,
.est-listing-detail-page .est-idea-4 .est-idea-4-agent-head:hover,
.est-listing-detail-page .est-idea-5 .est-idea-5-head:hover {
  color: inherit;
  text-decoration: none;
}

.est-listing-detail-page .est-idea-4 .est-idea-4-agency-logo {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  object-fit: cover;
  flex: 0 0 auto;
  border: 1px solid #e3e9f2;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.est-listing-detail-page .est-idea-4 .est-idea-4-agency-logo-fallback {
  color: var(--bs-primary);
  background: rgba(108, 34, 225, 0.08);
}

.est-listing-detail-page .est-idea-4 .est-idea-4-agent-photo,
.est-listing-detail-page .est-idea-5 .est-idea-5-photo {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  object-fit: cover;
  flex: 0 0 auto;
  border: 1px solid #e3e9f2;
}

.est-listing-detail-page .est-idea-4 .est-idea-4-agency-copy,
.est-listing-detail-page .est-idea-4 .est-idea-4-agent-copy,
.est-listing-detail-page .est-idea-5 .est-idea-5-copy {
  min-width: 0;
}

.est-listing-detail-page .est-idea-4 .est-idea-4-agency-name,
.est-listing-detail-page .est-idea-4 .est-idea-4-agent-name,
.est-listing-detail-page .est-idea-5 .est-idea-5-name {
  margin: 0 0 4px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #1d2433;
}

.est-listing-detail-page .est-idea-4 .est-idea-4-agency-name {
  font-size: 0.98rem;
}

.est-listing-detail-page .est-idea-4 .est-idea-4-agent-name,
.est-listing-detail-page .est-idea-5 .est-idea-5-name {
  font-size: 1.08rem;
}

.est-listing-detail-page .est-idea-4 .est-idea-4-agency-meta,
.est-listing-detail-page .est-idea-4 .est-idea-4-agent-role,
.est-listing-detail-page .est-idea-5 .est-idea-5-role {
  color: #6b778c;
  font-size: 0.88rem;
  line-height: 1.55;
}

.est-listing-detail-page .est-idea-4 .est-idea-4-agent {
  border: 1px solid #e3e9f2;
  border-radius: 18px;
  background: #ffffff;
  padding: 16px;
  margin-top: 14px;
}

.est-listing-detail-page .est-idea-4 .est-idea-4-actions,
.est-listing-detail-page .est-idea-5 .est-idea-5-actions {
  display: grid;
  gap: 10px;
  margin-top: 14px;
  margin-bottom: 12px;
}

.est-listing-detail-page .est-idea-4 .est-idea-4-phone,
.est-listing-detail-page .est-idea-4 .est-idea-4-whatsapp,
.est-listing-detail-page .est-idea-5 .est-idea-5-phone,
.est-listing-detail-page .est-idea-5 .est-idea-5-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 14px;
  border: 0;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.est-listing-detail-page .est-idea-4 .est-idea-4-phone,
.est-listing-detail-page .est-idea-5 .est-idea-5-phone {
  background: rgba(108, 34, 225, 0.08);
  color: var(--bs-primary);
}

.est-listing-detail-page .est-idea-4 .est-idea-4-whatsapp,
.est-listing-detail-page .est-idea-5 .est-idea-5-whatsapp {
  background: #e9f9ef;
  color: #159a52;
}

.est-listing-detail-page .est-idea-4 .est-idea-4-phone i,
.est-listing-detail-page .est-idea-4 .est-idea-4-whatsapp i,
.est-listing-detail-page .est-idea-5 .est-idea-5-phone i,
.est-listing-detail-page .est-idea-5 .est-idea-5-whatsapp i {
  width: 18px;
  text-align: center;
  flex: 0 0 18px;
}

.est-listing-detail-page .est-idea-4 .est-idea-4-info {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.est-listing-detail-page .est-idea-4 .est-idea-4-info-row,
.est-listing-detail-page .est-idea-5 .est-idea-5-info-row {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 10px 12px;
  border-radius: 14px;
  background: #fafcff;
  color: #6b778c;
  font-size: 0.86rem;
  line-height: 1.5;
  text-align: left;
}

.est-listing-detail-page .est-idea-4 .est-idea-4-info-row,
.est-listing-detail-page .est-idea-5 .est-idea-5-info-row {
  background: transparent;
}

.est-listing-detail-page .est-idea-4 .est-idea-4-info-row strong,
.est-listing-detail-page .est-idea-5 .est-idea-5-info-row strong {
  color: #1d2433;
  font-weight: 700;
}

.est-listing-detail-page .est-idea-5 .est-idea-5-card {
  border: 1px solid #e3e9f2;
  border-radius: 22px;
  background: #ffffff;
  padding: 14px;
}

.est-listing-detail-page .est-idea-5 .est-idea-5-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(108, 34, 225, 0.08);
  color: var(--bs-primary);
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.est-listing-detail-page .est-idea-5 .est-idea-5-head {
  display: flex;
  align-items: center;
  gap: 14px;
  color: inherit;
  text-decoration: none;
}

.est-listing-detail-page .est-idea-5 .est-idea-5-info {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.est-listing-detail-page .est-agency-card {
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid #dfe8f3;
  border-radius: 18px;
  padding: 14px;
  background:
    radial-gradient(circle at top right, rgba(108, 34, 225, 0.08), transparent 36%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
  color: inherit;
  text-decoration: none;
}

.est-listing-detail-page .est-agency-stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.est-listing-detail-page .est-agency-card-badge {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(108, 34, 225, 0.1) 0%, rgba(108, 34, 225, 0.16) 100%);
  color: var(--bs-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  flex: 0 0 auto;
}

.est-listing-detail-page .est-agency-card-copy {
  min-width: 0;
}

.est-listing-detail-page .est-agency-card-title,
.est-listing-detail-page .est-agent-person-name {
  font-size: 1.05rem;
  font-weight: 800;
  color: #1e293b;
  line-height: 1.2;
}

.est-listing-detail-page a.est-agency-card:hover {
  color: inherit;
  text-decoration: none;
}

.est-listing-detail-page .est-agent-mini-card {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
  border: 1px solid #e5ecf4;
  border-radius: 14px;
  padding: 10px;
  background: #fff;
}

.est-listing-detail-page .est-agent-person-card {
  padding: 12px;
  border-radius: 16px;
  border-color: #dfe8f3;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  margin-left: 18px;
}

.est-listing-detail-page .est-agency-agent-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-left: 28px;
  border-radius: 999px;
  background: rgba(108, 34, 225, 0.1);
  color: var(--bs-primary);
  border: 1px solid rgba(108, 34, 225, 0.16);
  font-size: 0.88rem;
}

.est-listing-detail-page .est-agent-verified-badge {
  background: rgba(108, 34, 225, 0.1);
  color: var(--bs-primary);
  border-color: rgba(108, 34, 225, 0.16);
}

.est-listing-detail-page .est-agent-meta-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.est-listing-detail-page .est-agent-meta-item {
  border: 1px solid #e6edf5;
  border-radius: 14px;
  padding: 12px;
  background: #f8fbff;
}

.est-listing-detail-page .est-agent-meta-item span {
  display: block;
  color: #64748b;
  font-size: .82rem;
  margin-bottom: 4px;
}

.est-listing-detail-page .est-agent-meta-item strong {
  color: #1e293b;
  font-size: 1rem;
}

.est-listing-detail-page .est-agent-mini-photo {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  object-fit: cover;
  border: 1px solid #dce5f1;
}

/* Contact Actions */
.est-listing-detail-page .est-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: stretch;
}

.est-listing-detail-page .est-reveal-phone-btn,
.est-agent-page .est-reveal-phone-btn,
.est-agency-page .est-reveal-phone-btn {
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #39c56a 0%, #25b45a 100%);
  color: #fff;
  min-height: 64px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  text-align: left;
  box-shadow: 0 16px 28px rgba(37, 180, 90, 0.22);
}

.est-agent-page .est-reveal-whatsapp-btn,
.est-agency-page .est-reveal-whatsapp-btn {
  background: linear-gradient(135deg, #1db954 0%, #119c44 100%);
  box-shadow: 0 16px 28px rgba(17, 156, 68, 0.22);
}

.est-listing-detail-page .est-reveal-phone-btn:disabled,
.est-agent-page .est-reveal-phone-btn:disabled,
.est-agency-page .est-reveal-phone-btn:disabled {
  opacity: .75;
  cursor: default;
}

.est-listing-detail-page .est-reveal-phone-icon,
.est-agent-page .est-reveal-phone-icon,
.est-agency-page .est-reveal-phone-icon {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.est-listing-detail-page .est-reveal-phone-text,
.est-agent-page .est-reveal-phone-text,
.est-agency-page .est-reveal-phone-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
  min-width: 0;
}

.est-listing-detail-page .est-reveal-phone-number,
.est-agent-page .est-reveal-phone-number,
.est-agency-page .est-reveal-phone-number {
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.01em;
}

.est-listing-detail-page .est-reveal-phone-label,
.est-agent-page .est-reveal-phone-label,
.est-agency-page .est-reveal-phone-label {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.est-listing-detail-page .est-contact-secondary-btn {
  border: 1px solid #e1e8f3;
  border-radius: 14px;
  background: #f3efff;
  color: #6f49ff;
  min-height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

/* Similar Listings */
.est-listing-detail-page .est-similar-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* Sticky Footer Bar */
.est-listing-detail-page .est-detail-sticky-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 14px;
  z-index: 1030;
  opacity: 0;
  visibility: hidden;
  transform: translateY(18px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  pointer-events: none;
}

.est-listing-detail-page {
  padding-bottom: 110px;
}

.est-listing-detail-page .est-detail-sticky-bar.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.est-listing-detail-page .est-detail-sticky-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid #dfe8f3;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12);
  padding: 14px 16px;
  backdrop-filter: blur(12px);
}

.est-listing-detail-page .est-detail-sticky-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: #1e293b;
  white-space: nowrap;
}

.est-listing-detail-page .est-detail-sticky-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.est-listing-detail-page .est-detail-sticky-actions .btn {
  min-height: 44px;
}

.est-location-demo-page .est-location-demo-pre {
  margin: 0;
  border: 1px solid #e5ecf4;
  border-radius: 16px;
  padding: 14px;
  min-height: 220px;
  background: #f8fbff;
  color: #334155;
  font-size: .88rem;
}

.est-location-picker {
  position: relative;
}

.est-location-picker .est-location-field {
  position: relative;
}

.est-location-picker .est-location-search[readonly] {
  cursor: pointer;
  background-color: #fff;
}

.est-location-picker .est-location-status {
}

.est-location-picker .est-location-status.is-loading {
  color: #64748b;
}

.est-location-picker .est-location-status.is-error {
  color: #dc2626;
}

.est-location-picker .est-location-status.is-muted {
  color: #64748b;
}

.est-location-picker .est-location-results {
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  width: max(100%, 420px);
  max-width: min(520px, calc(100vw - 32px));
  z-index: 15;
  border: 1px solid #dce5f1;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.10);
  max-height: 320px;
  overflow-y: auto;
  padding: 8px;
}

.est-location-picker .est-location-result-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  border: 0;
  border-radius: 12px;
  background: transparent;
  padding: 10px 12px;
  text-align: left;
  color: #1e293b;
}

.est-location-picker .est-location-result-item:hover,
.est-location-picker .est-location-result-item:focus {
  background: #f8fbff;
}

.est-location-picker .est-location-group {
  flex: 0 0 auto;
  border: 1px solid #e1e8f3;
  border-radius: 999px;
  padding: 4px 8px;
  background: #f3efff;
  color: #6f49ff;
  font-size: .75rem;
  font-weight: 700;
}

.est-location-picker .est-location-result-label {
  min-width: 0;
  font-weight: 600;
  text-align: right;
}

.est-location-picker .est-location-empty {
  padding: 12px;
  color: #64748b;
}

.est-location-picker .est-location-panel {
  padding: 8px;
}

.est-location-picker .est-location-panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 12px;
  border-top: 1px solid #edf2f7;
}

.est-location-picker .est-location-panel-top {
  border-top: 0;
  border-bottom: 1px solid #edf2f7;
}

.est-location-picker .est-location-panel-title {
  color: #1e293b;
  font-size: .95rem;
}

.est-location-picker .est-location-panel-body {
  display: grid;
  gap: 8px;
  padding-top: 12px;
}

.est-location-picker .est-location-choice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  border: 1px solid #e5ecf4;
  border-radius: 14px;
  background: #fff;
  padding: 12px 14px;
  text-align: left;
  color: #1e293b;
  font-weight: 600;
}

.est-location-picker .est-location-choice:hover,
.est-location-picker .est-location-choice:focus {
  background: #f8fbff;
  border-color: #d7e3f1;
}

.est-location-picker .est-location-choice-all {
  background: #f8fbff;
  color: #6f49ff;
}

.est-location-picker .est-location-choice i {
  color: #94a3b8;
}

.est-profile-wrap .est-profile-hero,
.est-profile-wrap .est-profile-card,
.est-acct-listing-form .est-form-section,
.est-acct-listing-card {
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}

.est-acct-listing-form .est-form-section {
  border-radius: 18px;
  border: 1px solid #e4ebf5;
  padding: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.est-acct-listing-form .est-image-pill {
  background: #f8fbff;
  border: 1px solid #dde6f2;
}

.est-profile-wrap .est-profile-hero,
.est-profile-wrap .est-profile-card {
  border-radius: 20px;
  border: 1px solid #e4ebf5;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.est-404 .est-404-card {
  max-width: 840px;
  margin: 0 auto;
  padding: 34px;
  text-align: center;
}

.est-404 .est-404-badge {
  display: inline-block;
  font-size: 4.2rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--bs-primary);
  margin-bottom: 10px;
}

.est-404 h1 {
  margin-bottom: 10px;
}

.est-404 p {
  color: #64748b;
  max-width: 620px;
  margin: 0 auto 18px;
}

.est-404 .est-404-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 18px;
}

.est-404 .est-404-search {
  max-width: 640px;
  margin: 0 auto;
  border: 1px solid #dce5f1;
  border-radius: 14px;
  padding: 7px;
  background: #f8fbff;
  display: flex;
  align-items: center;
  gap: 8px;
}

.est-404 .est-404-search i {
  color: #6b7280;
  padding-left: 8px;
}

.est-404 .est-404-search .form-control {
  border: 0;
  background: transparent;
  box-shadow: none;
  min-height: 42px;
}

.est-404 .est-404-search .btn {
  white-space: nowrap;
}

.est-home .est-home-cities,
.est-home .est-home-cta {
  padding: 22px;
}

@media (max-width: 1199.98px) {
  .est-page .est-layout {
    grid-template-columns: 1fr 340px;
  }

  .est-page .est-sidebar {
    grid-column: auto;
  }

  .est-page .est-detail {
    position: static;
  }
}

@media (max-width: 991.98px) {
  .est-blog-page .est-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .est-blog-page .est-blog-single-hero {
    grid-template-columns: 1fr;
  }

  .est-page .est-layout {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .est-agent-page .est-grid,
  .est-agency-page .est-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .est-home .est-home-hero-grid {
    grid-template-columns: 1fr;
  }

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

  .est-home .est-home-search-area {
    width: 100%;
    margin-top: 20px;
  }

  .est-home .est-home-search-shell {
    width: 100%;
  }

  .est-home .est-home-search-topline {
    flex-direction: column;
    align-items: flex-start;
  }

  .est-home .est-home-search-meta {
    justify-content: flex-start;
  }

  .est-home .est-home-location-pills {
    justify-content: flex-start;
  }

  .est-home .est-home-search-btn {
    min-width: 100%;
    width: 100%;
  }

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

  .est-page .est-grid {
    grid-template-columns: 1fr;
  }

  .est-default-page .est-page-hero-grid {
    grid-template-columns: 1fr;
  }

  .est-default-page .est-page-title {
    max-width: none;
  }

  .est-default-page .est-page-content {
    padding: 32px 24px 40px;
  }

  .est-listings-page .est-mobile-filters-card {
    display: block;
    margin-bottom: 14px;
    padding: 14px;
    border: 1px solid #dfe7f2;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
  }

  .est-listings-page .est-mobile-filters-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  .est-listings-page .est-mobile-filters-toggle {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-radius: 12px;
  }

  .est-listings-page .est-mobile-filter-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 999px;
    background: #6d3df5;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
  }

  .est-listings-page .est-mobile-filter-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
  }

  .est-listings-page .est-mobile-filter-chip {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    border: 1px solid #dce5f1;
    border-radius: 999px;
    padding: 0 10px;
    background: #f8fbff;
    color: #465569;
    font-size: 12px;
    line-height: 1.2;
  }

  .est-listings-page .est-mobile-filter-empty {
    margin-top: 10px;
    color: #64748b;
    font-size: 12px;
  }

  .est-listings-page .est-mobile-filters-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.45);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    z-index: 1040;
  }

  .est-listings-page .est-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: min(360px, 92vw);
    height: 100vh;
    padding: 12px;
    overflow-y: auto;
    background: #f3f6fb;
    transform: translateX(-110%);
    transition: transform 0.22s ease;
    z-index: 1050;
  }

  .est-listings-page .est-main,
  .est-listings-page .est-detail {
    grid-column: auto;
  }

  .est-listings-page .est-sidebar .est-filter-close {
    display: inline-flex;
  }

  body.est-filters-open {
    overflow: hidden;
  }

  body.est-filters-open .est-listings-page .est-sidebar {
    transform: translateX(0);
  }

  body.est-filters-open .est-listings-page .est-mobile-filters-backdrop {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  /* Estate24 Listing Detail Page: Tablet */
  .est-listing-detail-page .est-detail-fact-group,
  .est-listing-detail-page .est-detail-note-card,
  .est-listing-detail-page .est-detail-amenity-group {
    min-height: auto;
  }

  .est-location-picker .est-location-result-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .est-location-picker .est-location-result-label {
    text-align: left;
  }

}

@media (max-width: 767.98px) {
  .est-blog-page .est-blog-grid {
    grid-template-columns: 1fr;
  }

  .est-blog-page .est-blog-hero,
  .est-blog-page .est-blog-category-block,
  .est-blog-page .est-blog-single-hero,
  .est-blog-page .est-blog-article {
    padding: 20px;
  }

  .est-agent-page .est-grid,
  .est-agency-page .est-grid {
    grid-template-columns: 1fr;
  }

  .est-location-picker .est-location-results {
    position: absolute;
    left: 50%;
    top: calc(100% + 8px);
    width: min(420px, calc(100vw - 36px));
    max-width: calc(100vw - 36px);
    max-height: min(70vh, 520px);
    transform: translateX(-50%);
    z-index: 1060;
    border-radius: 20px;
    padding: 10px;
  }

  .est-home .est-home-hero {
    padding: 18px;
    border-radius: 24px;
  }

  .est-home .est-home-hero h1 {
    font-size: 2.1rem;
  }

  .est-home .est-home-hero p {
    font-size: 1rem;
  }

  .est-home .est-home-trust-lead {
    font-size: 0.94rem;
  }

  .est-home .est-home-trust-points span {
    font-size: 0.84rem;
  }

  .est-home .est-home-hero-visual {
    display: none;
  }

  .est-home .est-home-hero-visual > img {
    min-height: 250px;
  }

  .est-home .est-home-floating {
    position: static;
    width: 100%;
    margin-top: 12px;
  }

  .est-home .est-home-search-shell {
    padding: 12px;
    border-radius: 22px;
  }

  .est-home .est-home-search-area {
    width: 100%;
    margin-top: 20px;
  }

  .est-home .est-home-search-topline {
    gap: 10px;
    margin-bottom: 10px;
  }

  .est-home .est-home-search-grid {
    grid-template-columns: 1fr;
  }

  .est-home .est-home-search-btn {
    width: 100%;
  }

  .est-home .est-home-search-grid {
    grid-template-columns: 1fr;
  }

  .est-home .est-home-search-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .est-home .est-home-location-pills {
    justify-content: flex-start;
  }

  .est-home .est-home-grid {
    grid-template-columns: 1fr;
  }

  .est-page .est-home-card .est-home-card-image {
    height: 220px;
  }

  /* Estate24 Listing Detail Page: Mobile */
  .est-listing-detail-page .est-similar-grid {
    width: 100%;
  }

  .est-listing-detail-page .est-card.p-4.mt-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .est-header .est-header-search {
    max-width: 100%;
  }

  .est-header .navbar {
    align-items: flex-start;
    row-gap: 10px;
  }

  .est-header .est-header-mobile-actions {
    display: inline-flex;
  }

  .est-header .est-account-dropdown-mobile {
    display: block;
    flex: 0 0 auto;
  }

  .est-header .est-header-mobile-actions .est-account-dropdown {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
  }

  .est-header .est-header-mobile-actions .est-account-toggle {
    width: 48px !important;
    min-width: 48px;
    max-width: 48px;
    min-height: 48px;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
    text-align: center;
    flex: 0 0 48px;
    border-radius: 999px;
  }

  .est-header .est-header-mobile-actions .est-account-toggle::after,
  .est-header .est-header-mobile-actions .est-account-meta {
    display: none;
  }

  .est-header .est-header-mobile-actions .est-account-avatar {
    width: 34px;
    height: 34px;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
  }

  .est-header .navbar-toggler {
    order: 0;
    width: 48px;
    min-width: 48px;
    min-height: 48px;
    margin-top: 0;
    padding: 0;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .est-header .navbar-collapse {
    order: 3;
    width: 100%;
    padding: 14px 0 4px;
  }

  .est-header .navbar-nav {
    background: #f8fbff;
    border: 1px solid #e4ebf5;
    border-radius: 18px;
    padding: 10px;
  }

  .est-header .est-account-dropdown {
    width: 100%;
  }

  .est-header .collapse .est-header-icon-btn,
  .est-header .collapse .est-account-dropdown {
    display: none;
  }

  .est-header .est-account-dropdown .est-account-toggle {
    width: 100%;
    justify-content: flex-start;
  }

  .est-header .est-header-icon-btn {
    justify-content: center;
  }

  .est-footer .est-footer-inner {
    padding: 16px;
  }

  .est-footer .est-footer-newsletter {
    flex-direction: column;
  }

  .est-listing-detail-page .est-detail-gallery {
    grid-template-columns: 1fr;
  }

  .est-listing-detail-page .est-detail-gallery-meta {
    right: 14px;
    flex-direction: column;
    align-items: flex-start;
  }

  .est-listing-detail-page .est-detail-thumbs {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .est-listing-detail-page .est-detail-thumb-link img {
    height: 68px;
  }

  .est-listing-detail-page .est-similar-grid {
    grid-template-columns: 1fr;
  }

  .est-listing-detail-page .est-detail-hero-image {
    height: 280px;
  }

  .est-listing-detail-page .est-detail-title-block {
    display: block;
  }

  .est-listing-detail-page .est-detail-facts-row {
    flex-wrap: nowrap;
    gap: 10px;
    padding-bottom: 4px;
    scroll-snap-type: x proximity;
  }

  .est-listing-detail-page .est-detail-fact-pill {
    flex: 0 0 148px;
    min-width: 148px;
    padding: 8px 10px;
    scroll-snap-align: start;
  }

  .est-listing-detail-page .est-detail-fact-pill + .est-detail-fact-pill {
    border-left: 0;
  }

  .est-listing-detail-page .est-detail-title-side {
    width: auto;
    min-width: 0;
    margin-top: 14px;
  }

  .est-listing-detail-page .col-lg-4 > .est-detail-sidebar-price-card:first-child {
    display: none;
  }

  .est-listing-detail-page .est-detail-mobile-price-card {
    display: block;
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
  }

  .est-listing-detail-page .est-detail-mobile-price-card .est-detail-sidebar-price-top {
    margin-bottom: 10px;
  }

  .est-listing-detail-page .est-detail-mobile-price-card .est-detail-sidebar-price-value {
    font-size: 1.9rem;
  }

  .est-listing-detail-page .est-detail-mobile-price-card .est-detail-sidebar-meta-row {
    margin-top: 14px;
    padding-top: 14px;
    gap: 12px;
    font-size: 0.82rem;
  }

  .est-listing-detail-page .est-detail-sidebar-price-value {
    font-size: 1.95rem;
  }

  .est-listing-detail-page .est-detail-breadcrumb-row {
    align-items: flex-start;
  }

  .est-listing-detail-page .est-agent-meta-grid {
    grid-template-columns: 1fr;
  }

  .est-listing-detail-page .est-detail-sticky-bar {
    bottom: 10px;
  }

  .est-listing-detail-page .est-detail-sticky-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .est-listing-detail-page .est-detail-sticky-price {
    justify-content: center;
  }

  .est-listing-detail-page .est-detail-sticky-actions {
    justify-content: stretch;
  }

  .est-listing-detail-page .est-detail-sticky-actions .btn {
    flex: 1 1 calc(50% - 5px);
  }

  .est-auth-page .est-auth-side,
  .est-auth-page .est-auth-form {
    padding: 18px;
  }

  .est-404 .est-404-card {
    padding: 20px;
  }

  .est-404 .est-404-badge {
    font-size: 3.2rem;
  }

  .est-404 .est-404-search {
    flex-direction: column;
    align-items: stretch;
  }

  .est-404 .est-404-search i {
    display: none;
  }

  .est-listing-detail-page .est-detail-gallery {
    grid-template-columns: 1fr;
  }

  .est-listing-detail-page .est-detail-hero-image {
    height: 260px;
  }

  .est-listing-detail-page .est-detail-thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .est-listing-detail-page .est-detail-thumb-link img {
    height: 70px;
  }



  .est-listing-detail-page .est-contact-actions {
    flex-direction: column;
  }

  .est-page {
    padding: 14px 0;
  }

  .est-page .est-layout {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .est-page .est-shell {
    margin-bottom: 14px;
  }

  .est-listings-page .est-sidebar .est-filter-sidebar {
    border-radius: 24px;
    padding: 14px;
  }

  .est-listings-page .est-sidebar .est-field-grid,
  .est-listings-page .est-sidebar .est-mini-chip-row {
    grid-template-columns: 1fr 1fr;
  }

  .est-listings-page .est-sidebar {
    width: 100vw;
    padding: 10px;
  }

  .est-default-page .est-page-hero-copy,
  .est-default-page .est-page-hero-media,
  .est-default-page .est-page-hero-placeholder,
  .est-default-page .est-page-content-card {
    border-radius: 24px;
  }

  .est-default-page .est-page-hero-copy {
    padding: 26px 22px;
  }

  .est-default-page .est-page-hero-placeholder {
    padding: 24px;
    min-height: 240px;
  }

  .est-default-page .est-page-hero-media img {
    min-height: 240px;
  }

  .est-default-page .est-page-content {
    padding: 26px 20px 32px;
    font-size: 1rem;
    line-height: 1.8;
  }
}
