



.casaroyal-page-title.property-banner .container {
  text-align: left;
}





.casaroyal-blog-template {
  padding-bottom: 90px;
}

.full-width-space-blank {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  float: none;
}

.blank-space-promo {
  background-position: center center;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.parallax-container {
  position: relative;
}

.py-lg-10 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.col-md-12,
.col-md-7,
.col-md-5,
.col-md-4 {
  width: 100%;
}

.col-md-offset-5 {
  margin-left: auto;
}

@media (min-width: 992px) {
  .col-md-7 {
    width: 58.333333%;
  }

  

  
}

.casaroyal-promo-block {
  padding: 90px;
  border-radius: 4px;
}

.casaroyal-promo-block h2 {
  line-height: 1.06em;
  font-size: 3.474em;
  margin: 0 0 20px;
}

.casaroyal-promo-block p {
  font-size: 20px;
  padding-bottom: 40px;
}

.casaroyal-button-container {
  display: block;
  margin-bottom: 30px;
}

.casaroyal-button-container.casaroyal-button-align-left {
  text-align: left;
}

.btn-casaroyal {
  font-family: "Rubik", sans-serif;
  border-radius: 100px;
  padding: 20px 40px;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #000;
  color: #fff;
  display: inline-block;
}

.btn-casaroyal:hover {
  background-color: #666;
  color: #fff;
}

.property-price {
  font-size: 20px;
  font-weight: 700;
  color: #111;
}

.property-price .price-prefix {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #777;
  margin-right: 8px;
}

.map-wrapper {
  width: 100vw;
  max-width: none;
  border: 1px solid #e5e7eb;
  border-radius: 0;
  overflow: hidden;
  margin: 0 calc(50% - 50vw) 0;
  background: #f8fafc;
  position: relative;
  z-index: 1;
}

.site-header,
.main-header {
  position: relative;
  z-index: 60;
}

.leaflet-property-popup {
  width: 220px;
}

.leaflet-property-popup h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
}

.leaflet-property-popup h3 a {
  color: #111827;
  text-decoration: none;
}

.leaflet-property-popup h3 a:hover {
  text-decoration: underline;
}

.leaflet-property-popup p {
  margin: 0;
  color: #4b5563;
  font-size: 13px;
}

.leaflet-property-status {
  display: inline-block;
  margin-top: 8px;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: #111827;
  color: #fff;
}

.leaflet-property-image {
  width: 100%;
  height: 110px;
  margin-bottom: 10px;
  border-radius: 8px;
  object-fit: cover;
}

.property-marker-icon {
  width: 22px;
  height: 22px;
}

.property-marker-icon span {
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #0b0b0b;
  border: 3px solid #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.marker-cluster-custom {
  position: relative;
  background: #0b0b0b;
  border: 3px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.marker-cluster-custom:not(.marker-cluster--small)::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.25);
  animation: marker-pulse 2.4s ease-out infinite;
  pointer-events: none;
}

.marker-cluster-custom span {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  line-height: 1;
  font-size: 14px;
  text-align: center;
}
