@media (min-width: 768px) {
.prop-nexia .propnexia-project-grid--grid-b {
grid-template-columns: repeat(2, 1fr);
}
}
@media (min-width: 1100px) {
.prop-nexia .propnexia-project-grid--grid-b {
grid-template-columns: repeat(2, 1fr);
}
}
.prop-nexia .propnexia-project-grid--list {
grid-template-columns: 1fr;
gap: var(--pn-space-4);
}
@media (min-width: 768px) {
.prop-nexia .propnexia-project-grid--list .propnexia-project-card {
display: grid;
grid-template-columns: 340px 1fr;
gap: 0;
align-items: stretch;
overflow: hidden;
}
.prop-nexia .propnexia-project-grid--list .propnexia-project-card__image {
width: 100%;
height: 100%;
min-height: 260px;
aspect-ratio: auto;
border-top-right-radius: 0;
border-bottom-left-radius: var(--pn-radius-lg);
}
.prop-nexia .propnexia-project-grid--list .propnexia-project-card__image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.prop-nexia .propnexia-project-grid--list .propnexia-project-card__body {
padding: var(--pn-space-5);
display: flex;
flex-direction: column;
gap: var(--pn-space-3);
}
.prop-nexia .propnexia-project-grid--list .propnexia-project-card__title {
white-space: normal;
overflow: visible;
text-overflow: unset;
}
}
@media (max-width: 767px) {
.prop-nexia .propnexia-project-grid--list .propnexia-project-card {
display: block;
}
}
.prop-nexia .propnexia-card-actions {
position: absolute;
top: 12px;
right: 12px;
display: flex;
flex-direction: row;
gap: 8px;
z-index: 3;
}
.prop-nexia .propnexia-card-actions__btn {
width: 40px;
height: 40px;
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0;
background: rgba(255, 255, 255, 0.95);
border: 1px solid rgba(17, 56, 125, 0.1);
border-radius: 50%;
color: var(--pn-color-text);
cursor: pointer;
transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
box-shadow: 0 2px 6px rgba(17, 56, 125, 0.12);
}
.prop-nexia .propnexia-card-actions__btn:hover {
transform: scale(1.08);
box-shadow: 0 4px 12px rgba(17, 56, 125, 0.18);
background: #fff;
}
.prop-nexia .propnexia-card-actions__btn svg {
width: 18px;
height: 18px;
fill: none;
stroke: currentColor;
stroke-width: 2;
}
.prop-nexia .propnexia-card-actions__btn.is-active {
background: var(--pn-color-primary);
color: #fff;
border-color: var(--pn-color-primary);
}
.prop-nexia .propnexia-card-actions__btn.is-active svg,
.prop-nexia [data-propnexia-favorite].propnexia-card-actions__btn.is-active svg,
.prop-nexia [data-propnexia-compare].propnexia-card-actions__btn.is-active svg {
fill: #fff;
stroke: #fff;
}
.prop-nexia .propnexia-single-hero__action.is-active svg,
.prop-nexia [data-propnexia-favorite].propnexia-single-hero__action.is-active svg,
.prop-nexia [data-propnexia-compare].propnexia-single-hero__action.is-active svg {
fill: #fff;
stroke: #fff;
}
.prop-nexia .propnexia-card-actions__btn:focus-visible {
outline: 3px solid var(--pn-color-accent);
outline-offset: 2px;
}
.prop-nexia .propnexia-property-card__image,
.prop-nexia .propnexia-project-card__image {
position: relative;
}
.prop-nexia .iti {
width: 100%;
display: block;
}
.prop-nexia .iti__flag-container {
z-index: 2;
}
.prop-nexia .iti input[type="tel"] {
width: 100%;
padding-left: 92px !important;
}
.prop-nexia .iti__country-list {
font-family: var(--pn-font-family);
font-size: var(--pn-text-sm);
}
.prop-nexia .iti__selected-flag {
padding: 0 8px 0 12px;
}
.prop-nexia .propnexia-lead-form__hint {
display: block;
margin-top: 4px;
font-size: 12px;
color: var(--pn-color-text-muted, #667085);
line-height: 1.4;
}
.propnexia-checklist {
font-family: var(--pn-font-family, inherit);
}
.propnexia-checklist__header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 12px;
}
.propnexia-checklist__label {
font-size: 13px;
font-weight: 600;
color: #0e1b2a;
}
.propnexia-checklist__percent {
font-size: 16px;
font-weight: 700;
color: #11387d;
}
.propnexia-checklist__bar {
height: 8px;
background: #d9e4f2;
border-radius: 999px;
overflow: hidden;
margin-bottom: 16px;
}
.propnexia-checklist__bar-fill {
height: 100%;
background: linear-gradient(90deg, #11387d, #2274c3);
border-radius: 999px;
transition: width 400ms ease;
}
.propnexia-checklist__bar-fill--complete {
background: #1f8a70;
}
.propnexia-checklist__list {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
gap: 6px;
}
.propnexia-checklist__item {
display: flex;
align-items: center;
gap: 8px;
font-size: 13px;
color: #374151;
padding: 4px 0;
}
.propnexia-checklist__item--done {
color: #667085;
}
.propnexia-checklist__icon {
flex-shrink: 0;
width: 18px;
height: 18px;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 50%;
font-size: 12px;
font-weight: 700;
}
.propnexia-checklist__icon--done {
background: #d1fae5;
color: #059669;
}
.propnexia-checklist__icon--pending {
background: #fee2e2;
color: #dc2626;
}
.prop-nexia .propnexia-developer-card__logo {
width: 88px;
height: 88px;
padding: 8px;
box-sizing: border-box;
}
.prop-nexia .propnexia-developer-card__logo img {
width: 100%;
height: 100%;
object-fit: contain;
display: block;
}
.prop-nexia .propnexia-card-contact {
display: flex;
gap: 8px;
padding: 12px 0 0;
border-top: 1px solid var(--pn-color-divider);
margin-top: auto;
}
.prop-nexia .propnexia-card-contact__btn {
flex: 1;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 6px;
padding: 8px 10px;
font-family: var(--pn-font-family);
font-size: 13px;
font-weight: 600;
text-decoration: none;
border-radius: 6px;
transition: background 180ms ease, color 180ms ease, transform 120ms ease;
white-space: nowrap;
min-width: 0;
}
.prop-nexia .propnexia-card-contact__btn svg {
width: 14px;
height: 14px;
fill: none;
stroke: currentColor;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
flex-shrink: 0;
}
@media (max-width: 380px) {
.prop-nexia .propnexia-card-contact__btn span {
display: none;
}
.prop-nexia .propnexia-card-contact__btn svg {
width: 16px;
height: 16px;
}
}
.prop-nexia .propnexia-card-contact__btn--email {
background: var(--pn-color-contact-email-bg, #eef2ff);
color: var(--pn-color-contact-email-fg, #4338ca);
}
.prop-nexia .propnexia-card-contact__btn--email:hover {
background: var(--pn-color-contact-email-fg, #4338ca);
color: #fff;
}
.prop-nexia .propnexia-card-contact__btn--call {
background: var(--pn-color-contact-call-bg, #f3f4f6);
color: var(--pn-color-contact-call-fg, #374151);
}
.prop-nexia .propnexia-card-contact__btn--call:hover {
background: var(--pn-color-contact-call-fg, #374151);
color: #fff;
}
.prop-nexia .propnexia-card-contact__btn--whatsapp {
background: var(--pn-color-contact-whatsapp-bg, #dcfce7);
color: var(--pn-color-contact-whatsapp-fg, #166534);
}
.prop-nexia .propnexia-card-contact__btn--whatsapp:hover {
background: #16a34a;
color: #fff;
}
.prop-nexia .propnexia-card-contact__btn:focus-visible {
outline: 2px solid var(--pn-color-accent);
outline-offset: 2px;
}
.prop-nexia .propnexia-suggest {
position: relative;
width: 100%;
}
.prop-nexia .propnexia-suggest__list {
position: absolute;
top: calc(100% + 4px);
left: 0;
right: 0;
z-index: 50;
list-style: none;
margin: 0;
padding: 6px 0;
background: #fff;
border: 1px solid var(--pn-color-divider, #d9e4f2);
border-radius: 10px;
box-shadow: 0 8px 24px rgba(17, 56, 125, 0.12);
max-height: 360px;
overflow-y: auto;
}
.prop-nexia .propnexia-suggest__list[hidden] {
display: none;
}
.prop-nexia .propnexia-suggest__item {
display: flex;
flex-direction: column;
gap: 2px;
padding: 10px 14px;
cursor: pointer;
font-family: var(--pn-font-family);
font-size: 14px;
border-left: 3px solid transparent;
transition: background 120ms ease, border-color 120ms ease;
}
.prop-nexia .propnexia-suggest__item.is-active,
.prop-nexia .propnexia-suggest__item:hover {
background: #f3f4f6;
border-left-color: var(--pn-color-primary, #11387d);
}
.prop-nexia .propnexia-suggest__title {
font-weight: 600;
color: #1d2327;
line-height: 1.3;
}
.prop-nexia .propnexia-suggest__subtitle {
font-size: 12px;
color: #667085;
line-height: 1.3;
}
.prop-nexia .propnexia-suggest__type {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 0.5px;
color: var(--pn-color-primary, #11387d);
font-weight: 600;
margin-top: 2px;
}
.prop-nexia .propnexia-search-bar-wrap {
position: relative;
}
.prop-nexia .propnexia-search-bar {
display: flex;
flex-wrap: wrap;
align-items: stretch;
gap: 8px;
padding: 8px;
background: #fff;
border: 1px solid var(--pn-color-divider, #d9e4f2);
border-radius: 12px;
box-shadow: 0 1px 3px rgba(17, 56, 125, 0.06);
}
.prop-nexia .propnexia-search-bar__keyword {
flex: 1 1 280px;
min-width: 220px;
display: flex;
align-items: center;
gap: 8px;
padding: 0 14px;
background: #fff;
border: 1px solid transparent;
border-radius: 8px;
transition: border-color 150ms ease, background 150ms ease;
}
.prop-nexia .propnexia-search-bar__keyword:focus-within {
border-color: var(--pn-color-primary, #11387d);
background: #fff;
}
.prop-nexia .propnexia-search-bar__keyword svg {
width: 18px;
height: 18px;
fill: none;
stroke: #667085;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
flex-shrink: 0;
}
.prop-nexia .propnexia-search-bar__keyword input[type="search"] {
flex: 1;
width: 100%;
min-width: 0;
height: 44px;
border: 0;
background: transparent;
font-family: var(--pn-font-family);
font-size: 15px;
color: var(--pn-color-text, #1f2937);
padding: 0;
box-shadow: none;
outline: none;
}
.prop-nexia .propnexia-search-bar__keyword input[type="search"]::placeholder {
color: #9ca3af;
}
.prop-nexia .propnexia-search-bar__chip {
position: relative;
flex: 0 0 auto;
display: flex;
align-items: stretch;
min-width: 140px;
}
.prop-nexia .propnexia-search-bar__chip select {
width: 100%;
height: 44px;
padding: 0 34px 0 14px;
background-color: #fff;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 12px center;
border: 1px solid var(--pn-color-divider, #d9e4f2);
border-radius: 8px;
font-family: var(--pn-font-family);
font-size: 14px;
color: var(--pn-color-text, #1f2937);
cursor: pointer;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
transition: border-color 150ms ease, box-shadow 150ms ease;
}
.prop-nexia .propnexia-search-bar__chip select:hover,
.prop-nexia .propnexia-search-bar__chip select:focus {
border-color: var(--pn-color-primary, #11387d);
outline: none;
box-shadow: 0 0 0 3px rgba(17, 56, 125, 0.1);
}
.prop-nexia .propnexia-search-bar__chip--popover {
position: relative;
}
.prop-nexia .propnexia-search-bar__chip-btn {
display: inline-flex;
align-items: center;
justify-content: space-between;
gap: 8px;
width: 100%;
min-width: 140px;
height: 44px;
padding: 0 14px;
background: #fff;
border: 1px solid var(--pn-color-divider, #d9e4f2);
border-radius: 8px;
font-family: var(--pn-font-family);
font-size: 14px;
color: var(--pn-color-text, #1f2937);
cursor: pointer;
transition: border-color 150ms ease, box-shadow 150ms ease;
}
.prop-nexia .propnexia-search-bar__chip-btn:hover,
.prop-nexia .propnexia-search-bar__chip-btn:focus-visible {
border-color: var(--pn-color-primary, #11387d);
outline: none;
box-shadow: 0 0 0 3px rgba(17, 56, 125, 0.1);
}
.prop-nexia .propnexia-search-bar__chip-btn svg {
width: 14px;
height: 14px;
fill: none;
stroke: currentColor;
stroke-width: 2;
stroke-linecap: round;
flex-shrink: 0;
}
.prop-nexia .propnexia-search-bar__popover {
position: absolute;
top: calc(100% + 6px);
left: 0;
min-width: 280px;
z-index: 40;
padding: 14px;
background: #fff;
border: 1px solid var(--pn-color-divider, #d9e4f2);
border-radius: 10px;
box-shadow: 0 8px 24px rgba(17, 56, 125, 0.15);
}
.prop-nexia .propnexia-search-bar__popover[hidden] {
display: none;
}
.prop-nexia .propnexia-search-bar__popover-row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 10px;
}
.prop-nexia .propnexia-search-bar__popover label {
display: flex;
flex-direction: column;
gap: 4px;
}
.prop-nexia .propnexia-search-bar__popover-label {
font-size: 11px;
text-transform: uppercase;
letter-spacing: 0.05em;
font-weight: 600;
color: #667085;
}
.prop-nexia .propnexia-search-bar__popover select {
height: 40px;
padding: 0 14px;
border: 1px solid var(--pn-color-divider);
border-radius: 6px;
font-size: 14px;
background: #fff;
}
.prop-nexia .propnexia-search-bar__filters-btn {
display: inline-flex;
align-items: center;
gap: 8px;
height: 44px;
padding: 0 16px;
background: #fff;
border: 1px solid var(--pn-color-divider, #d9e4f2);
border-radius: 8px;
font-family: var(--pn-font-family);
font-size: 14px;
font-weight: 600;
color: var(--pn-color-text, #1f2937);
cursor: pointer;
transition: border-color 150ms ease, box-shadow 150ms ease;
}
.prop-nexia .propnexia-search-bar__filters-btn:hover,
.prop-nexia .propnexia-search-bar__filters-btn:focus-visible {
border-color: var(--pn-color-primary, #11387d);
outline: none;
box-shadow: 0 0 0 3px rgba(17, 56, 125, 0.1);
}
.prop-nexia .propnexia-search-bar__filters-btn svg {
width: 16px;
height: 16px;
fill: none;
stroke: currentColor;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
}
.prop-nexia .propnexia-search-bar__filters-badge {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 20px;
height: 20px;
padding: 0 6px;
background: var(--pn-color-primary, #11387d);
color: #fff;
border-radius: 999px;
font-size: 11px;
font-weight: 700;
line-height: 1;
}
.prop-nexia .propnexia-search-bar__submit {
display: inline-flex;
align-items: center;
gap: 8px;
height: 44px;
padding: 0 20px;
background: var(--pn-color-primary, #11387d);
color: #fff;
border: 1px solid var(--pn-color-primary, #11387d);
border-radius: 8px;
font-family: var(--pn-font-family);
font-size: 14px;
font-weight: 600;
cursor: pointer;
transition: background 150ms ease, box-shadow 150ms ease;
}
.prop-nexia .propnexia-search-bar__submit:hover {
background: #0d2a5f;
border-color: #0d2a5f;
}
.prop-nexia .propnexia-search-bar__submit:focus-visible {
outline: none;
box-shadow: 0 0 0 3px rgba(17, 56, 125, 0.35);
}
.prop-nexia .propnexia-search-bar__submit svg {
width: 16px;
height: 16px;
fill: none;
stroke: currentColor;
stroke-width: 2;
stroke-linecap: round;
stroke-linejoin: round;
}
@media (max-width: 768px) {
.prop-nexia .propnexia-search-bar {
flex-direction: column;
padding: 10px;
gap: 6px;
}
.prop-nexia .propnexia-search-bar__keyword,
.prop-nexia .propnexia-search-bar__chip,
.prop-nexia .propnexia-search-bar__filters-btn,
.prop-nexia .propnexia-search-bar__submit {
width: 100%;
min-width: 0;
flex: 0 0 auto;
justify-content: center;
}
.prop-nexia .propnexia-search-bar__keyword {
border: 1px solid var(--pn-color-divider, #d9e4f2);
padding: 0 12px;
}
.prop-nexia .propnexia-search-bar__chip {
min-width: 0;
}
.prop-nexia .propnexia-search-bar__popover {
left: 0;
right: 0;
min-width: 0;
}
.prop-nexia .propnexia-search-bar__submit {
font-size: 15px;
}
}
.prop-nexia .propnexia-search-modal[hidden] {
display: none;
}
.prop-nexia .propnexia-search-modal {
position: fixed;
inset: 0;
z-index: 9998;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
}
.prop-nexia .propnexia-search-modal__backdrop {
position: absolute;
inset: 0;
background: rgba(17, 24, 39, 0.55);
backdrop-filter: blur(2px);
}
.prop-nexia .propnexia-search-modal__panel {
position: relative;
z-index: 1;
width: 100%;
max-width: 560px;
max-height: calc(100vh - 40px);
max-height: calc(100dvh - 40px);
display: flex;
flex-direction: column;
background: #fff;
border-radius: 12px;
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
overflow: hidden;
}
.prop-nexia .propnexia-search-modal__header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 18px 24px;
border-bottom: 1px solid var(--pn-color-divider, #d9e4f2);
}
.prop-nexia .propnexia-search-modal__title {
margin: 0;
font-size: 18px;
font-weight: 700;
color: var(--pn-color-heading, #11387d);
}
.prop-nexia .propnexia-search-modal__close {
width: 32px;
height: 32px;
display: flex;
align-items: center;
justify-content: center;
background: transparent;
border: 0;
border-radius: 6px;
font-size: 24px;
line-height: 1;
color: #667085;
cursor: pointer;
transition: background 150ms ease;
}
.prop-nexia .propnexia-search-modal__close:hover,
.prop-nexia .propnexia-search-modal__close:focus-visible {
background: #f3f4f6;
outline: none;
color: #0e1b2a;
}
.prop-nexia .propnexia-search-modal__body {
flex: 1;
overflow-y: auto;
padding: 20px 24px;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 16px;
align-content: start;
}
.prop-nexia .propnexia-search-modal__field {
display: flex;
flex-direction: column;
gap: 6px;
}
.prop-nexia .propnexia-search-modal__label {
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.04em;
color: #667085;
}
.prop-nexia .propnexia-search-modal__field select {
height: 44px;
padding: 0 34px 0 14px;
background-color: #fff;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 12px center;
border: 1px solid var(--pn-color-divider, #d9e4f2);
border-radius: 8px;
font-family: var(--pn-font-family);
font-size: 14px;
color: var(--pn-color-text);
appearance: none;
-webkit-appearance: none;
cursor: pointer;
}
.prop-nexia .propnexia-search-modal__field select:focus {
outline: none;
border-color: var(--pn-color-primary);
box-shadow: 0 0 0 3px rgba(17, 56, 125, 0.1);
}
.prop-nexia .propnexia-search-modal__footer {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
padding: 16px 24px;
border-top: 1px solid var(--pn-color-divider, #d9e4f2);
background: #f9fafb;
}
.prop-nexia .propnexia-search-modal__reset {
font-size: 14px;
font-weight: 600;
color: #667085;
text-decoration: none;
padding: 10px 16px;
border-radius: 6px;
transition: background 150ms ease, color 150ms ease;
}
.prop-nexia .propnexia-search-modal__reset:hover {
background: #f3f4f6;
color: #0e1b2a;
}
.prop-nexia .propnexia-search-modal__submit {
padding: 10px 24px;
background: var(--pn-color-primary, #11387d);
color: #fff;
border: 0;
border-radius: 8px;
font-family: var(--pn-font-family);
font-size: 14px;
font-weight: 600;
cursor: pointer;
transition: background 150ms ease;
}
.prop-nexia .propnexia-search-modal__submit:hover {
background: #0d2a5f;
}
@media (max-width: 640px) {
.prop-nexia .propnexia-search-modal {
padding: 0;
}
.prop-nexia .propnexia-search-modal__panel {
max-width: 100%;
max-height: 100vh;
height: 100vh;
max-height: 100dvh;
height: 100dvh;
border-radius: 0;
}
.prop-nexia .propnexia-search-modal__body {
grid-template-columns: 1fr;
gap: 14px;
padding: 16px 18px;
align-content: start;
}
.prop-nexia .propnexia-search-modal__header {
padding: 14px 18px;
}
.prop-nexia .propnexia-search-modal__footer {
padding: 12px 18px;
}
}
body.propnexia-search-modal-open {
overflow: hidden;
}
.prop-nexia .propnexia-card-actions__btn,
.prop-nexia .propnexia-single-hero__action,
.prop-nexia .propnexia-search-bar__filters-btn,
.prop-nexia .propnexia-card-contact__btn {
line-height: 1.2;
text-transform: none;
letter-spacing: 0;
text-shadow: none;
box-sizing: border-box;
}
.prop-nexia .propnexia-search-bar__submit,
.prop-nexia .propnexia-search-modal__submit {
background-color: var(--pn-color-primary, #11387d);
}
.prop-nexia .propnexia-search-bar__submit:hover,
.prop-nexia .propnexia-search-modal__submit:hover {
background-color: #0d2a5f;
}
.prop-nexia .propnexia-search-bar button,
.prop-nexia .propnexia-search-modal button,
.prop-nexia .propnexia-card-contact__btn,
.prop-nexia .propnexia-card-actions__btn {
margin: 0;
}
.prop-nexia .propnexia-search-bar select,
.prop-nexia .propnexia-search-modal select {
min-height: 0;
line-height: 1.2;
box-shadow: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
}
.prop-nexia .propnexia-search-bar__keyword input[type="search"],
.prop-nexia .propnexia-lead-form input,
.prop-nexia .propnexia-lead-form textarea {
box-shadow: none;
margin: 0;
line-height: 1.5;
text-shadow: none;
}
.prop-nexia .propnexia-property-card__image img,
.prop-nexia .propnexia-project-card__image img,
.prop-nexia .propnexia-area-card__image img,
.prop-nexia .propnexia-developer-card__logo img,
.prop-nexia .propnexia-single-hero__main img,
.prop-nexia .propnexia-single-hero__thumb img {
box-shadow: none;
filter: none;
border: 0;
max-width: 100%;
}
.prop-nexia .propnexia-property-card,
.prop-nexia .propnexia-project-card,
.prop-nexia .propnexia-area-card,
.prop-nexia .propnexia-developer-card,
.prop-nexia .propnexia-property-card a,
.prop-nexia .propnexia-project-card a,
.prop-nexia .propnexia-area-card a,
.prop-nexia .propnexia-developer-card a,
.prop-nexia .propnexia-card-contact__btn,
.prop-nexia .propnexia-btn,
.prop-nexia .propnexia-search-bar__submit {
text-decoration: none;
}
.prop-nexia p {
line-height: 1.6;
margin: 0;
}
.prop-nexia ul,
.prop-nexia ol {
list-style: none;
padding: 0;
margin: 0;
}
.prop-nexia .propnexia-single-section__body ul,
.prop-nexia .propnexia-property-card__title + .propnexia-property-card__description ul {
list-style: disc;
padding-left: 1.5rem;
}
.prop-nexia .propnexia-single-section__body ol {
list-style: decimal;
padding-left: 1.5rem;
}
.prop-nexia .propnexia-page-header__title,
.prop-nexia .propnexia-single-header__title,
.prop-nexia .propnexia-property-card__title,
.prop-nexia .propnexia-project-card__title,
.prop-nexia .propnexia-area-card__title,
.prop-nexia .propnexia-developer-card__title {
text-transform: none;
letter-spacing: normal;
max-width: none;
}
.prop-nexia .propnexia-container section:not(.propnexia-single-section) {
padding-top: 0;
padding-bottom: 0;
}
.prop-nexia form.propnexia-search-form,
.prop-nexia form.propnexia-lead-form {
margin: 0;
}
.prop-nexia form.propnexia-search-form {
margin-bottom: var(--pn-space-6);
}
.prop-nexia .propnexia-property-card__image:has(> svg),
.prop-nexia .propnexia-property-card__image.is-empty,
.prop-nexia .propnexia-project-card__image:has(> svg),
.prop-nexia .propnexia-project-card__image.is-empty,
.prop-nexia .propnexia-area-card__image:has(> svg),
.prop-nexia .propnexia-area-card__image.is-empty,
.prop-nexia .propnexia-developer-card__logo:has(> svg),
.prop-nexia .propnexia-developer-card__logo.is-empty {
background: #f3f4f6;
display: flex;
align-items: center;
justify-content: center;
}
.prop-nexia .propnexia-property-card__image > svg,
.prop-nexia .propnexia-project-card__image > svg,
.prop-nexia .propnexia-area-card__image > svg,
.prop-nexia .propnexia-developer-card__logo > svg,
.prop-nexia .propnexia-property-card__placeholder,
.prop-nexia .propnexia-project-card__placeholder,
.prop-nexia .propnexia-area-card__placeholder,
.prop-nexia .propnexia-developer-card__placeholder {
width: 48px !important;
height: 48px !important;
max-width: 48px;
max-height: 48px;
opacity: 0.3;
color: #9ca3af;
stroke: #9ca3af;
fill: none;
flex-shrink: 0;
display: block;
margin: auto;
align-self: center;
justify-self: center;
}
.prop-nexia .propnexia-property-card__updated,
.prop-nexia .propnexia-project-card__updated {
font-size: 11px;
color: #9ca3af;
padding-top: 8px;
margin-top: auto;
line-height: 1.4;
font-style: italic;
}
.prop-nexia .propnexia-single-compliance--madmoun {
background: #fff;
border: 1px solid #e0e7ef;
border-radius: 12px;
padding: 24px;
margin-top: 32px;
box-shadow: 0 2px 4px rgba(17, 56, 125, 0.04);
}
.prop-nexia .propnexia-single-compliance__header {
border-bottom: 1px solid #f3f4f6;
padding-bottom: 16px;
margin-bottom: 20px;
}
.prop-nexia .propnexia-single-compliance__badge {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 6px 12px;
background: #ecfdf5;
color: #059669;
border-radius: 999px;
font-size: 12px;
font-weight: 600;
margin-bottom: 10px;
}
.prop-nexia .propnexia-single-compliance__badge svg {
width: 14px;
height: 14px;
fill: none;
stroke: currentColor;
stroke-width: 2.5;
stroke-linecap: round;
stroke-linejoin: round;
}
.prop-nexia .propnexia-single-compliance__title {
margin: 0;
font-size: 18px;
font-weight: 700;
color: var(--pn-color-primary, #11387d);
}
.prop-nexia .propnexia-single-compliance__section {
margin-bottom: 20px;
}
.prop-nexia .propnexia-single-compliance__section:last-child {
margin-bottom: 0;
}
.prop-nexia .propnexia-single-compliance__section-title {
margin: 0 0 12px;
font-size: 11px;
font-weight: 700;
color: #667085;
text-transform: uppercase;
letter-spacing: 0.05em;
}
.prop-nexia .propnexia-single-compliance__body {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
gap: 16px;
margin-bottom: 16px;
}
.prop-nexia .propnexia-single-compliance__body > div {
display: flex;
flex-direction: column;
gap: 2px;
}
.prop-nexia .propnexia-single-compliance__body > div.propnexia-single-compliance__full {
grid-column: 1 / -1;
}
.prop-nexia .propnexia-single-compliance__label {
font-size: 11px;
color: #667085;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0.04em;
}
.prop-nexia .propnexia-single-compliance__value {
font-size: 14px;
color: var(--pn-color-text, #1f2937);
font-weight: 600;
}
.prop-nexia .propnexia-single-compliance__qr {
display: flex;
align-items: center;
gap: 16px;
padding: 16px;
background: #f9fafb;
border: 1px dashed #d1d5db;
border-radius: 10px;
margin: 16px 0;
}
.prop-nexia .propnexia-single-compliance__qr-image {
flex-shrink: 0;
width: 100px;
height: 100px;
display: flex;
align-items: center;
justify-content: center;
background: #fff;
border-radius: 6px;
padding: 6px;
}
.prop-nexia .propnexia-single-compliance__qr-image img {
width: 100%;
height: 100%;
object-fit: contain;
}
.prop-nexia .propnexia-single-compliance__qr-caption {
display: flex;
flex-direction: column;
gap: 4px;
flex: 1;
min-width: 0;
}
.prop-nexia .propnexia-single-compliance__qr-caption strong {
font-size: 14px;
color: var(--pn-color-text, #1f2937);
font-weight: 700;
}
.prop-nexia .propnexia-single-compliance__qr-caption span {
font-size: 12px;
color: #667085;
line-height: 1.5;
}
.prop-nexia .propnexia-single-compliance__cta {
margin-top: 12px;
}
@media (max-width: 640px) {
.prop-nexia .propnexia-single-compliance--madmoun {
padding: 18px;
}
.prop-nexia .propnexia-single-compliance__qr {
flex-direction: column;
text-align: center;
}
}
.prop-nexia .propnexia-mcalc {
background: #fff;
border: 1px solid var(--pn-color-divider, #d9e4f2);
border-radius: 12px;
padding: 24px;
margin: 20px 0;
}
.prop-nexia .propnexia-mcalc__title {
margin: 0 0 20px;
font-size: 18px;
font-weight: 700;
color: var(--pn-color-heading, #11387d);
}
.prop-nexia .propnexia-mcalc__grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 24px;
}
@media (max-width: 768px) {
.prop-nexia .propnexia-mcalc__grid {
grid-template-columns: 1fr;
}
}
.prop-nexia .propnexia-mcalc__inputs {
display: flex;
flex-direction: column;
gap: 18px;
}
.prop-nexia .propnexia-mcalc__field {
display: flex;
flex-direction: column;
gap: 8px;
}
.prop-nexia .propnexia-mcalc__label {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 13px;
font-weight: 600;
color: var(--pn-color-text, #1f2937);
}
.prop-nexia .propnexia-mcalc__label-value {
font-size: 13px;
font-weight: 700;
color: var(--pn-color-primary, #11387d);
}
.prop-nexia .propnexia-mcalc__input-wrap {
position: relative;
}
.prop-nexia .propnexia-mcalc__input {
width: 100%;
height: 42px;
padding: 0 60px 0 14px;
border: 1px solid var(--pn-color-divider, #d9e4f2);
border-radius: 8px;
font-family: var(--pn-font-family);
font-size: 15px;
font-weight: 600;
color: var(--pn-color-text);
background: #fff;
transition: border-color 150ms ease, box-shadow 150ms ease;
box-sizing: border-box;
}
.prop-nexia .propnexia-mcalc__input:focus {
outline: none;
border-color: var(--pn-color-primary, #11387d);
box-shadow: 0 0 0 3px rgba(17, 56, 125, 0.1);
}
.prop-nexia .propnexia-mcalc__input-suffix {
position: absolute;
right: 14px;
top: 50%;
transform: translateY(-50%);
font-size: 12px;
font-weight: 600;
color: #667085;
pointer-events: none;
}
.prop-nexia .propnexia-mcalc__slider {
width: 100%;
height: 6px;
background: #d9e4f2;
border-radius: 999px;
outline: none;
-webkit-appearance: none;
appearance: none;
cursor: pointer;
}
.prop-nexia .propnexia-mcalc__slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 20px;
height: 20px;
border-radius: 50%;
background: var(--pn-color-primary, #11387d);
border: 3px solid #fff;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
cursor: pointer;
transition: transform 120ms ease;
}
.prop-nexia .propnexia-mcalc__slider::-webkit-slider-thumb:hover {
transform: scale(1.1);
}
.prop-nexia .propnexia-mcalc__slider::-moz-range-thumb {
width: 20px;
height: 20px;
border-radius: 50%;
background: var(--pn-color-primary, #11387d);
border: 3px solid #fff;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
cursor: pointer;
}
.prop-nexia .propnexia-mcalc__hint {
font-size: 11px;
color: #9ca3af;
line-height: 1.4;
}
.prop-nexia .propnexia-mcalc__results {
display: flex;
flex-direction: column;
gap: 16px;
}
.prop-nexia .propnexia-mcalc__result {
display: flex;
flex-direction: column;
gap: 4px;
padding: 14px 16px;
background: #f9fafb;
border: 1px solid var(--pn-color-divider, #d9e4f2);
border-radius: 8px;
}
.prop-nexia .propnexia-mcalc__result--primary {
background: linear-gradient(135deg, #11387d 0%, #1e5fad 100%);
border-color: transparent;
color: #fff;
}
.prop-nexia .propnexia-mcalc__result-label {
font-size: 11px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.04em;
color: #667085;
}
.prop-nexia .propnexia-mcalc__result--primary .propnexia-mcalc__result-label {
color: rgba(255, 255, 255, 0.8);
}
.prop-nexia .propnexia-mcalc__result-value {
font-size: 18px;
font-weight: 700;
color: var(--pn-color-text, #1f2937);
line-height: 1.2;
}
.prop-nexia .propnexia-mcalc__result--primary .propnexia-mcalc__result-value {
font-size: 26px;
color: #fff;
}
.prop-nexia .propnexia-mcalc__result-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 10px;
}
.prop-nexia .propnexia-mcalc__result-grid .propnexia-mcalc__result-value {
font-size: 15px;
}
.prop-nexia .propnexia-mcalc__disclaimer {
font-size: 11px;
color: #9ca3af;
line-height: 1.5;
margin: 0;
font-style: italic;
}
@media (max-width: 480px) {
.prop-nexia .propnexia-mcalc {
padding: 18px;
}
.prop-nexia .propnexia-mcalc__result-grid {
grid-template-columns: 1fr;
}
}