/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Open Sans', 'Gotham A', 'Gotham B', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.6;
  color: #0d121f;
  background-color: #fff;
}

a {
  color: #002664;
  text-decoration: none;
  transition: color 0.2s ease, -webkit-text-decoration-color 0.2s ease;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
  transition: color 0.2s ease, text-decoration-color 0.2s ease, -webkit-text-decoration-color 0.2s ease;
}

a:hover {
  color: #004dca;
  text-decoration: underline;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.page-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

@media (max-width: 900px) {
  .page-container {
    padding: 0 1rem;
  }
}

.home-wrapper {
  background-color: #fff;
  min-height: 100vh;
}

.top-bar {
  background-color: #e5e9ef;
  color: #0d121f;
  font-size: 0.875rem;
}

.top-bar-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 0;
}

@media (min-width: 900px) {
  .top-bar-container {
    flex-direction: row;
    justify-content: space-between;
  }
}

.top-links,
.top-actions {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0;
  padding: 0;
}

.top-links li:first-child {
  padding-left: 0.75rem;
}

.top-links a {
  color: #002664;
  font-weight: 600;
}

.top-links a:hover {
  text-decoration: underline;
}

.top-actions .top-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 1rem;
  border-radius: 2rem;
  font-size: 0.875rem;
  font-weight: 700;
  border: 1px solid transparent;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

@media (min-width: 900px) {
  .top-actions {
    margin-left: auto;
  }
}

.top-button.whatsapp {
  background-color: #002664;
  border-color: #002664;
  color: #fff;
}

.top-button.whatsapp:hover {
  background-color: #00173e;
  border-color: #00173e;
}

.top-button.call {
  background-color: #d7153a;
  border-color: #d7153a;
  color: #fff;
}

.top-button.call:hover {
  background-color: #b41231;
  border-color: #a9102d;
}

.nav-header {
  position: relative;
  z-index: 110;
  background-color: #fff;
  color: #0d121f;
  box-shadow: 0 1px 0 rgba(13, 18, 31, 0.08);
}

.nav-header-top {
  background-color: #fff;
  border-bottom: 1px solid #d8dee6;
}

.nav-top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.25rem 0;
}

.nav-logo img {
  width: 230px;
  max-width: 100%;
  height: auto;
  display: block;
}


.nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(0, 38, 100, 0.15);
  background: #fff;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.nav-toggle:hover {
  background-color: #f1f4f9;
  border-color: rgba(0, 38, 100, 0.35);
}

.nav-toggle-bar {
  width: 22px;
  height: 2px;
  background-color: #0d121f;
  position: relative;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.nav-toggle-bar::before,
.nav-toggle-bar::after {
  content: '';
  position: absolute;
  left: 0;
  width: 22px;
  height: 2px;
  background-color: #0d121f;
  transition: transform 0.3s ease, top 0.3s ease;
}

.nav-toggle-bar::before {
  top: -6px;
}

.nav-toggle-bar::after {
  top: 6px;
}

.nav-toggle-bar.open {
  background-color: transparent;
}

.nav-toggle-bar.open::before {
  top: 0;
  transform: rotate(45deg);
}

.nav-toggle-bar.open::after {
  top: 0;
  transform: rotate(-45deg);
}

.nav-search {
  width: 100%;
}

.nav-search {
  position: relative;
  width: 100%;
}

.nav-search input {
  width: 100%;
  padding: 0.55rem 1rem 0.55rem 2.4rem;
  border-radius: 0.5rem;
  border: 1px solid #b9c3d5;
  font-size: 0.95rem;
  color: #0d121f;
  background-color: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.nav-search::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0.85rem;
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%236c7a90' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27a6.471 6.471 0 0 0 1.57-4.23 6.5 6.5 0 1 0-6.5 6.5 6.471 6.471 0 0 0 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0a4.5 4.5 0 1 1 0-9 4.5 4.5 0 0 1 0 9z'/%3E%3C/svg%3E");
  transform: translateY(-50%);
  pointer-events: none;
}

.nav-search input:focus {
  outline: none;
  border-color: #002664;
  box-shadow: 0 0 0 3px rgba(0, 38, 100, 0.15);
}

.nav-search--desktop {
  max-width: 320px;
}

.nav-cta {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
}

.nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 0.45rem 1.4rem;
  border-radius: 999px;
  border: 1px solid transparent;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.nav-btn.whatsapp {
  background-color: #002664;
  border-color: #002664;
}

.nav-btn.whatsapp:hover {
  background-color: #00173e;
  border-color: #001331;
}

.nav-btn.call {
  background-color: #d7153a;
  border-color: #d7153a;
}

.nav-btn.call:hover {
  background-color: #b41231;
  border-color: #a9102d;
}

.nav-main {
  background-color: #002664;
}

.nav-main-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1.75rem;
}

.nav-menu li a {
  display: block;
  padding: 1rem 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.nav-menu li a:hover {
  text-decoration: underline;
}

.mobile-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #002664;
  box-shadow: 0 18px 36px rgba(13, 18, 31, 0.28);
  display: none;
}

.mobile-menu-inner {
  padding: 1.5rem;
  display: grid;
  grid-gap: 1.25rem;
  gap: 1.25rem;
}

.nav-cta--mobile {
  flex-direction: column;
  align-items: stretch;
}

.nav-cta--mobile .nav-btn {
  width: 100%;
  justify-content: center;
}

.nav-menu--mobile {
  flex-direction: column;
  gap: 0;
}

.nav-menu--mobile li a {
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.nav-search--mobile input {
  border-radius: 999px;
}

@media (min-width: 1025px) {
  .nav-toggle {
    display: none;
  }

  .mobile-menu {
    display: none !important;
  }
}

@media (max-width: 1024px) {

  .nav-main {
    display: none;
  }

  .mobile-menu {
    display: none;
    z-index: 109;
  }

  .mobile-menu.open {
    display: block;
  }

  .nav-top-row {
    padding: 1rem 0;
  }
}



.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  border-radius: 0.25rem;
  border: 1px solid transparent;
  padding: 0.5rem 1.25rem;
  font-size: 0.95rem;
  line-height: 1.4;
  color: #0d121f;
  background-color: transparent;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn:hover {
  text-decoration: none;
}

.btn-primary {
  color: #fff;
  background-color: #002664;
  border-color: #002664;
}

.btn-primary:hover {
  background-color: #00173e;
  border-color: #001331;
  color: #fff;
}

.btn-secondary {
  color: #fff;
  background-color: #d7153a;
  border-color: #d7153a;
}

.btn-secondary:hover {
  background-color: #b41231;
  border-color: #a9102d;
  color: #fff;
}

.btn-outline-primary {
  color: #002664;
  border-color: #002664;
}

.btn-outline-primary:hover {
  background-color: #002664;
  color: #fff;
}

.btn-light {
  color: #0d121f;
  background-color: #fff;
  border-color: #fff;
}

.btn-light:hover {
  background-color: #e5e9ef;
  border-color: #e5e9ef;
}

.btn-sm {
  padding: 0.4rem 1.1rem;
  font-size: 0.85rem;
}

.hero-banner {
  position: relative;
  background-color: #002664;
  color: #fff;
  overflow: hidden;
}

.hero-image {
  position: relative;
  height: 320px;
}

@media (min-width: 900px) {
  .hero-image {
    height: 650px;
  }
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding-bottom: clamp(1.75rem, 5vw, 3.5rem);
}

.hero-overlay .page-container {
  width: 100%;
  padding: 2rem 1.5rem;
}

@media (min-width: 900px) {
  .hero-overlay .page-container {
    padding: 2.5rem 2rem;
  }
}

.hero-card {
  max-width: 30rem;
  background-color: rgba(215, 21, 58, 0.72);
  padding: 2.5rem 2.75rem;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 900px) {
  .hero-card {
    padding: 3rem 3.25rem;
  }
}

@media (max-width: 899px) {
  .hero-card {
    width: 100%;
  }
}

.hero-card h1 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  line-height: 1.2;
}

.hero-tagline {
  font-size: 1.0625rem;
  line-height: 1.8;
  color: #f8f9fb;
}

.hero-card .btn {
  font-size: 0.95rem;
  align-self: flex-start;
}

.legacy-hero .hero-image {
  height: clamp(360px, 65vh, 520px);
}

.hero-cta-band {
  background-color: #9b1f3b;
  color: #fff;
  text-align: center;
  padding: 1.75rem 1rem;
}

.hero-cta-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.hero-band-text {
  max-width: 780px;
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.7;
}

.hero-band-btn {
  color: #9b1f3b;
  border-color: #fff;
}

.hero-band-btn:hover {
  color: #9b1f3b;
  background-color: #f6f6f6;
}

.hero-divider {
  height: 3.5rem;
  background-color: #002664;
}

@media (max-width: 600px) {
  .hero-divider {
    height: 2.5rem;
  }
}

.home-content {
  padding: 2rem 0 5rem;
  background: #fff;
}

@media (max-width: 900px) {
  .home-content {
    padding: 1.5rem 0 4rem;
  }
}

.about-highlight {
  background: #fff;
  margin-top: 4rem;
}

.about-highlight-image {
  padding: 0 1.5rem;
}

.about-highlight-image img {
  width: 100%;
  height: auto;
  display: block;
}

.about-highlight-body {
  padding: 2.25rem 1.5rem 2.75rem;
}

.about-eyebrow {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5a6f89;
}

.about-title {
  font-size: 2rem;
  margin: 0.4rem 0 1rem;
  color: #002664;
}

.about-highlight-body p {
  margin: 0;
  color: #2f3645;
  line-height: 1.75;
  max-width: 860px;
}

.teaser-section {
  display: grid;
  grid-gap: 3rem;
  gap: 3rem;
  margin-bottom: 3rem;
}

.teaser {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

@media (min-width: 900px) {
  .teaser {
    flex-direction: row;
    align-items: center;
  }

  .teaser.teaser-reverse {
    flex-direction: row-reverse;
  }
}

.teaser-image {
  flex: 1 1;
}

.teaser-image img {
  width: 100%;
  height: 100%;
  max-height: 340px;
  object-fit: cover;
  border-radius: 0;
  box-shadow: none;
}

.teaser-body {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.teaser-eyebrow {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #7a8eae;
}

.teaser-body h2 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  color: #002664;
}

.teaser-body p {
  color: #4a4e57;
}

.teaser-list {
  list-style: disc;
  margin: 0;
  padding-left: 1.25rem;
  color: #4a4e57;
  display: grid;
  grid-gap: 0.5rem;
  gap: 0.5rem;
}

.teaser .btn {
  align-self: flex-start;
}

@media (min-width: 900px) {
  .teaser:not(.teaser-reverse) .teaser-body {
    padding-left: 2.5rem;
  }

  .teaser.teaser-reverse .teaser-body {
    padding-right: 2.5rem;
  }
}

.home-section {
  margin: 4rem 0;
}

.section-header {
  margin-bottom: 2rem;
}

.hometitle {
  border-bottom: 0.3rem solid #d7153a;
  padding-bottom: 0.75rem;
  text-transform: uppercase;
  display: inline-block;
  color: #002664;
  letter-spacing: 0.05em;
}

.card-grid {
  display: grid;
  grid-gap: 2rem;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.card {
  background-color: #fff;
  border: 1px solid #dcdddf;
  border-radius: 0.25rem;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  flex: 1 1;
}

.card-date {
  color: #7a8eae;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.card-title a {
  color: #0d121f;
  text-decoration: none;
}

.card-title a:hover {
  color: #002664;
  text-decoration: underline;
}

.card-text {
  color: #4a4e57;
  font-size: 0.95rem;
  line-height: 1.6;
}

.card-text p {
  margin-bottom: 1rem;
}

.card-text p:last-child {
  margin-bottom: 0;
}

.card-actions {
  margin-top: auto;
}

.card-footer {
  border-top: 1px solid #dcdddf;
  padding: 1rem 1.5rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #6c757d;
  background-color: #fff;
}

.card-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
}

.section-cta {
  margin-top: 2rem;
  text-align: center;
}

.arrow {
  font-size: 1.2rem;
  margin-left: 0.5rem;
}

.empty-state {
  padding: 2rem;
  text-align: center;
  color: #4a4e57;
  background-color: #fff;
  border-radius: 0.25rem;
  border: 1px solid #dcdddf;
  margin-top: 2rem;
}

/* Generic page scaffolding */
.page-shell {
  background-color: #fff;
}

.banner {
  position: relative;
  min-height: 240px;
  overflow: hidden;
}

.banner-slim {
  min-height: 260px;
}

.banner-img {
  position: absolute;
  inset: 0;
}

.banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.65);
}

.banner-overlay {
  position: relative;
  z-index: 1;
  min-height: inherit;
  display: flex;
  align-items: center;
  color: #fff;
  background: linear-gradient(135deg, rgba(0, 38, 100, 0.85), rgba(0, 38, 100, 0.7));
}

.banner-overlay-opaque {
  background: linear-gradient(135deg, rgba(0, 38, 100, 0.9), rgba(0, 38, 100, 0.78));
}

.banner-overlay .page-container {
  padding: 2.25rem 1.5rem;
}

.banner-overlay h1 {
  font-size: clamp(2.1rem, 4vw, 2.8rem);
  margin-bottom: 0.65rem;
  font-weight: 700;
}

.body-m {
  font-size: 1.05rem;
  line-height: 1.8;
}

.banner-overlay p {
  max-width: 900px;
  color: #e6eef9;
}

.breadcrumb-wrapper {
  background: #f4f6f9;
  border-bottom: 1px solid #e3e7ed;
}

.breadcrumb {
  list-style: none;
  margin: 0;
  padding: 1rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: #6c757d;
}

.breadcrumb li {
  display: flex;
  align-items: center;
  font-size: 0.95rem;
}

.breadcrumb li::after {
  content: '/';
  margin-left: 0.6rem;
  color: #adb5bd;
}

.breadcrumb li:last-child::after {
  content: '';
  margin: 0;
}

.breadcrumb a {
  color: #003a70;
  font-weight: 700;
  text-decoration: none;
}

.breadcrumb .active span {
  color: #1f2f47;
  font-weight: 700;
}

.content-shell {
  padding: 2.5rem 0 3.5rem;
}

.content-narrow {
  max-width: 780px;
  margin: 0 auto;
}

.rich-body {
  display: grid;
  grid-gap: 1.5rem;
  gap: 1.5rem;
  line-height: 1.75;
  color: #2f3645;
}

.rich-body p {
  margin: 0;
}

.rich-body h2 {
  font-size: 1.6rem;
  margin: 1.5rem 0 0.75rem;
  color: #003a70;
}

.rich-body blockquote {
  margin: 0;
  padding-left: 1rem;
  border-left: 4px solid #d7153a;
  background: #f8fafc;
  color: #4f5668;
}

.rich-body img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.rich-body drupal-media {
  display: block;
  min-height: 0;
}

/* Property Detail */
.property-detail-wrapper {
  background-color: #f5f5f5;
  padding-bottom: 4rem;
}

.property-hero {
  position: relative;
  min-height: 260px;
  background-size: cover;
  background-position: center;
  color: #fff;
  display: flex;
  align-items: center;
}

.property-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 58, 112, 0.85), rgba(0, 58, 112, 0.55));
}

.property-hero-overlay {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
  padding: 3.5rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.property-hero-overlay h1 {
  font-size: clamp(2.2rem, 4vw, 3.1rem);
  font-weight: 700;
  line-height: 1.2;
}

.property-hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 0.35rem 1rem;
  border-radius: 999px;
  font-size: 0.85rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.property-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.95rem;
  color: #dbe8f5;
}

.property-breadcrumbs {
  background: #f0f4f8;
  border-bottom: 1px solid #d8e0eb;
}

.property-breadcrumbs ol {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1rem 2rem;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 0.92rem;
}

.property-breadcrumbs li {
  color: #5a6f89;
}

.property-breadcrumbs li a {
  color: #003a70;
  text-decoration: none;
  font-weight: 600;
}

.property-breadcrumbs li span[aria-current='page'] {
  color: #1b2f4f;
  font-weight: 600;
}

.property-breadcrumbs li::after {
  content: '/';
  margin-left: 0.5rem;
  color: #98a6b9;
}

.property-breadcrumbs li:last-child::after {
  content: '';
  margin: 0;
}

.property-detail-grid {
  max-width: 1100px;
  margin: 2.5rem auto 0;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
  grid-gap: 2.5rem;
  gap: 2.5rem;
  align-items: start;
}

.property-detail-main {
  display: grid;
  grid-gap: 1.5rem;
  gap: 1.5rem;
}

.property-detail-figure {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

.property-detail-figure img {
  width: 100%;
  display: block;
}

.property-detail-summary {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #2f3c52;
  background: #fff;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
}

.property-detail-body {
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
  color: #36455d;
  line-height: 1.75;
  display: grid;
  grid-gap: 1rem;
  gap: 1rem;
}

.property-detail-body p {
  margin-bottom: 0.5rem;
}

.property-detail-body ul,
.property-detail-body ol {
  padding-left: 1.25rem;
}

.property-detail-sidebar {
  display: grid;
  grid-gap: 1.5rem;
  gap: 1.5rem;
}

.property-info-card,
.property-contact-card,
.property-tags-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.12);
  padding: 1.8rem;
}

.property-info-card h2,
.property-contact-card h2,
.property-tags-card h3 {
  font-size: 1.15rem;
  color: #003a70;
  margin-bottom: 1rem;
}

.property-info-card ul {
  list-style: none;
  display: grid;
  grid-gap: 0.9rem;
  gap: 0.9rem;
  margin: 0;
  padding: 0;
}

.property-info-card li {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.property-info-card .label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #6b7d96;
  font-weight: 700;
}

.property-info-card li span:last-child {
  font-size: 1.05rem;
  color: #1f2d48;
  font-weight: 600;
}

.property-contact-card img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 1rem;
  display: block;
  box-shadow: 0 10px 30px rgba(0, 58, 112, 0.2);
}

.property-contact-name {
  font-weight: 700;
  color: #003a70;
  text-align: center;
  margin-bottom: 0.5rem;
}

.property-contact-phone {
  display: block;
  text-align: center;
  margin-bottom: 1rem;
  color: #1f2d48;
  font-weight: 600;
  text-decoration: none;
}

.property-contact-phone:hover {
  text-decoration: underline;
}

.property-contact-action {
  display: block;
  text-align: center;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  background: #003a70;
  margin-bottom: 0.75rem;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.property-contact-action:hover {
  background-color: #022a4c;
  transform: translateY(-1px);
}

.property-contact-action.whatsapp {
  background: #25d366;
}

.property-contact-action.whatsapp:hover {
  background: #1fb258;
}

.property-tags-card ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
}

.property-tags-card li {
  background: #eef4fb;
  color: #003a70;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.85rem;
}

@media (max-width: 960px) {
  .property-hero-overlay {
    padding: 3rem 1.5rem;
  }

  .property-detail-grid {
    grid-template-columns: 1fr;
    padding: 0 1.5rem;
  }

  .property-detail-sidebar {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }
}

@media (max-width: 640px) {
  .property-hero {
    min-height: 220px;
  }

  .property-hero-meta {
    flex-direction: column;
    gap: 0.35rem;
  }

  .property-breadcrumbs ol {
    padding: 0.75rem 1.5rem;
  }

  .property-detail-summary,
  .property-detail-body {
    padding: 1.5rem;
  }

  .property-detail-sidebar {
    grid-template-columns: 1fr;
  }
}

/* Generic Node Page */
.default-node {
  max-width: 840px;
  margin: 3rem auto 4rem;
  padding: 3rem 2rem;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.1);
}

.default-node-header {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.default-node-header h1 {
  font-size: clamp(2rem, 3vw, 2.8rem);
  color: #003a70;
}

.default-node-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  color: #66758f;
  font-size: 0.95rem;
}

.default-node-figure {
  margin: 0 0 1.5rem;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.1);
}

.default-node-figure img {
  width: 100%;
  display: block;
}

.default-node-summary {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #2f3f56;
  margin-bottom: 1.5rem;
}

.default-node-body {
  display: grid;
  grid-gap: 1rem;
  gap: 1rem;
  color: #36455d;
  line-height: 1.75;
}

.default-node-tags {
  margin-top: 2.5rem;
}

.default-node-tags h2 {
  font-size: 1.15rem;
  color: #003a70;
  margin-bottom: 0.75rem;
}

.default-node-tags ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.default-node-tags li {
  background: #eef4fb;
  color: #003a70;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.85rem;
}

@media (max-width: 720px) {
  .default-node {
    margin: 2rem 1.25rem 3rem;
    padding: 2.5rem 1.5rem;
  }
}

/* News */
.news-section {
  margin-bottom: 3rem;
}

.page-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 4rem 1.5rem;
}

.page-hero {
  text-align: center;
  margin-bottom: 3rem;
}

.page-hero h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #003a70;
}

.page-hero p {
  color: #555;
  font-size: 1.05rem;
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.7;
}

.filters-section {
  margin-bottom: 1.5rem;
}

.filter-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0.25rem 0;
}

.filter-btn {
  padding: 0.45rem 1.1rem;
  border: 1px solid transparent;
  background-color: transparent;
  color: #003a70;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 600;
  transition: all 0.2s ease;
  text-decoration: none;
  outline: none;
}

.filter-btn:hover {
  border-color: #d8dde6;
  background-color: #f1f4f9;
}

.filter-btn.active {
  border-color: #003a70;
  background-color: #003a70;
  color: #ffffff;
  box-shadow: 0 6px 16px rgba(0, 58, 112, 0.2);
}

.filter-btn:focus {
  box-shadow: 0 0 0 3px rgba(0, 58, 112, 0.2);
}

.properties-grid-section,
.news-grid-section {
  margin-bottom: 2.5rem;
}

.property-page {
  background: #fff;
}

.property-page.page-wrapper {
  padding-top: 3rem;
  max-width: 1200px;
}

.property-page-hero {
  margin: 1rem 0 1.25rem;
  padding-left: 0.5rem;
}

.property-page-hero h1 {
  font-size: 2.25rem;
  color: #003a70;
}

.property-filter-section {
  border-bottom: 1px solid #e4e7ed;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}

.property-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: 1.5rem;
  gap: 1.5rem;
}

.property-card {
  background: #fff;
  border: 1px solid #e1e5eb;
  border-radius: 0.5rem;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.property-card-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.property-card-body {
  padding: 1.25rem 1.25rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  flex: 1 1;
}

.property-card-date {
  color: #6c757d;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
}

.property-card-title a {
  color: #0d121f;
  text-decoration: none;
}

.property-card-title a:hover {
  color: #003a70;
  text-decoration: underline;
}

.property-card-summary {
  color: #4a4e57;
  line-height: 1.6;
}

.property-card-actions {
  margin-top: auto;
}

.property-card-footer {
  border-top: 1px solid #e1e5eb;
  padding: 0.85rem 1.25rem;
  font-size: 0.85rem;
  text-transform: uppercase;
  color: #6c757d;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  background: #fff;
}

.property-card-footer a {
  color: #6c757d;
  font-weight: 700;
}

.property-card-footer a:hover {
  color: #003a70;
}

.property-card-tag-icon {
  font-weight: 700;
  color: #a1a9b4;
}

.property-empty-state {
  text-align: center;
  color: #666;
  padding: 2rem;
  border: 1px solid #e1e5eb;
  border-radius: 0.5rem;
  background: #f9fafb;
}

.property-pagination {
  justify-content: flex-start;
  margin-top: 1.5rem;
}

.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.section-header h2 {
  font-size: 2rem;
}

.section-link {
  color: #003a70;
  text-decoration: none;
  font-weight: 600;
}

.section-link:hover {
  text-decoration: underline;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: 2rem;
  gap: 2rem;
}

.news-card {
  background-color: #fff;
  border: 1px solid #e1e8f0;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 2rem;
}

.pagination-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  border: 1px solid #d4deea;
  color: #003a70;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.pagination-link:hover {
  background-color: rgba(0, 58, 112, 0.08);
}

.pagination-link.active {
  background-color: #003a70;
  color: #fff;
  border-color: #003a70;
}

.paragraph {
  margin-bottom: 2.5rem;
}

.paragraph-two-column {
  border-top: 1px solid #e4e7ed;
  padding-top: 1.5rem;
}

.paragraph-two-column:first-of-type {
  border-top: none;
}

.paragraph h2 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
  color: #003a70;
}

.paragraph-one-column .paragraph-body {
  color: #444;
  line-height: 1.7;
}

.paragraph-two-column .paragraph-columns {
  display: grid;
  grid-gap: 1.5rem;
  gap: 1.5rem;
  grid-template-columns: 220px 1fr;
  align-items: center;
}

.paragraph-two-column .paragraph-media img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.1);
}

.paragraph-two-column .paragraph-content {
  color: #2f3543;
  line-height: 1.8;
}

.paragraph-two-column h2 {
  font-size: 1.35rem;
  margin: 0 0 0.35rem;
  color: #1f2f47;
}

.team-designation {
  font-size: 0.95rem;
  font-weight: 700;
  color: #6c757d;
  margin-bottom: 0.4rem;
  text-transform: none;
  letter-spacing: 0.03em;
}

.paragraph-content blockquote {
  margin: 0;
  padding-left: 0.9rem;
  border-left: 3px solid #d7153a;
  background: transparent;
}

.paragraph-content p {
  margin: 0.1rem 0;
}

@media (max-width: 720px) {
  .paragraph-two-column .paragraph-columns {
    grid-template-columns: 1fr;
  }

  .paragraph-two-column .paragraph-media img {
    max-width: 240px;
    margin: 0 auto;
  }
}

.paragraph-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.25rem;
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
  background-color: #003a70;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.2s ease;
}

.paragraph-cta:hover {
  background-color: #02254a;
}

.paragraph-map-download {
  background-color: #f2f6fb;
  border-radius: 8px;
  padding: 2rem;
}

.paragraph-map-download .paragraph-heading {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
  color: #003a70;
}

.map-download-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-gap: 1rem;
  gap: 1rem;
}

.map-download-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  background-color: #fff;
  padding: 1rem 1.25rem;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.map-download-name {
  font-weight: 600;
  color: #003a70;
}

.map-download-size {
  color: #666;
  font-size: 0.9rem;
}

.map-download-link {
  margin-left: auto;
  padding: 0.6rem 1.1rem;
  background-color: #25d366;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.2s ease;
}

.map-download-link:hover {
  background-color: #1cb058;
}

.news-image-wrapper {
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.news-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  flex: 1 1;
}

.news-content h3 {
  font-size: 1.25rem;
  line-height: 1.4;
}

.news-content h3 a {
  color: #003a70;
  text-decoration: none;
}

.news-content h3 a:hover {
  text-decoration: underline;
}

.news-content time {
  font-size: 0.85rem;
  color: #888;
}

.news-summary {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.5;
}

.news-summary p {
  margin-bottom: 0;
}

.read-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 1.25rem;
  border-radius: 2rem;
  border: 2px solid #002664;
  color: #002664;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.read-more-btn:hover {
  background-color: #002664;
  color: #fff;
}

.news-link {
  margin-top: auto;
  color: #003a70;
  font-weight: 600;
  text-decoration: none;
}

.news-link:hover {
  text-decoration: underline;
}

.news-empty {
  color: #666;
  font-style: italic;
}

/* Footer */
.footer {
  background-color: #fff;
  border-top: 1px solid #d8dee6;
  margin-top: 0;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2.5rem 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
}

.footer-brand img {
  max-width: 220px;
}

.footer-links h3 {
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
}

.footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-gap: 0.5rem;
  gap: 0.5rem;
}

.footer-links a {
  color: #003a70;
  text-decoration: none;
  font-weight: 600;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-bottom {
  border-top: 1px solid #e6ecf2;
  text-align: center;
  padding: 1.5rem 1rem;
  color: #666;
  font-size: 14px;
}

/* Responsive */
@media (max-width: 768px) {
  .top-bar-container {
    align-items: center;
    padding: 0.75rem 0;
  }

  .top-links,
  .top-actions {
    justify-content: center;
    text-align: center;
  }

  .card-grid {
    grid-template-columns: 1fr;
  }

  .hero-card {
    padding: 1.25rem;
  }

  .section-header {
    text-align: center;
  }

  .footer-content {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Search Results Styles */
.search-query {
  font-size: 1.1rem;
  color: #666;
  margin-top: 0.5rem;
}

.search-notice {
  background-color: #fff3cd;
  border: 1px solid #ffc107;
  border-radius: 4px;
  padding: 1rem;
  margin: 1.5rem 0;
  color: #856404;
}

.search-results {
  margin-top: 2rem;
}

.search-result-item {
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background-color: #ffffff;
  transition: box-shadow 0.2s ease;
}

.search-result-item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.search-result-item h2 {
  margin: 0 0 0.75rem 0;
  font-size: 1.5rem;
}

.search-result-item h2 a {
  color: #003a70;
  text-decoration: none;
}

.search-result-item h2 a:hover {
  text-decoration: underline;
}

.search-result-summary {
  color: #555;
  line-height: 1.6;
  margin: 0.75rem 0;
}

.search-result-meta {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
  font-size: 0.9rem;
  color: #777;
}

.search-result-type {
  font-weight: 600;
  color: #003a70;
  text-transform: uppercase;
  font-size: 0.85rem;
}

.search-result-url {
  color: #28a745;
}

