/* Villas for Sale page styles */

html, body {
  overflow-x: hidden;
}

.hero.-type-5 .hero__bg {
  width: 50%;
}

.hero.-type-5 .hero__bg > *:nth-child(1) {
  object-fit: cover;
  object-position: center;
}

.hero.-type-5 .hero__bg > *:nth-child(2) {
  display: none;
}

a.text-accent-1:hover {
  text-decoration: underline;
}

.link-underline-toggle:hover {
  text-decoration: none !important;
}

.bg-white {
  background-color: white !important;
}

.text-23 { font-size: 23px; }
.text-21 { font-size: 21px; }
.text-19 { font-size: 19px; }
.padding-right-20px { padding-right: 20px; }
.invisible { visibility: hidden !important; }

/* Proximity table */
.proximity-table { width: 100%; border-collapse: collapse; }
.proximity-table td { padding: 8px 20px; text-align: center; font-size: 16px; }
.proximity-table tr:first-child td { font-weight: 500; text-transform: uppercase; font-size: 14px; letter-spacing: 1px; }
.proximity-table tr:last-child td { color: #C29F7B; font-weight: 600; }

/* Pricing table */
.pricing-table { width: 100%; border-collapse: collapse; }
.pricing-table th,
.pricing-table td { padding: 12px 16px; text-align: left; border-bottom: 1px solid #e8e1da; font-size: 15px; }
.pricing-table th { font-weight: 600; text-transform: uppercase; font-size: 13px; letter-spacing: 0.5px; background: #f7f0ec; }
.pricing-table tr:last-child td { font-weight: 600; border-bottom: none; }

/* Plot cards */
.plot-card { background: #f7f0ec; padding: 30px; margin-bottom: 20px; height: 100%; box-sizing: border-box; }
.plot-card h4 { font-size: 18px; font-weight: 600; text-transform: uppercase; margin-bottom: 15px; }
.plot-card .plot-row { display: flex; justify-content: space-between; padding: 6px 0; border-bottom: 1px solid #e8e1da; font-size: 15px; }
.plot-card .plot-row:last-child { border-bottom: none; font-weight: 600; color: #C29F7B; }

/* Core value cards */
.core-value-card { padding: 30px; border: 1px solid #e8e1da; height: 100%; }
.core-value-card h4 { font-size: 18px; font-weight: 600; text-transform: uppercase; margin-bottom: 10px; }
.core-value-card p { font-size: 15px; line-height: 1.6; }


.text-accent-1-modified{
  color:#dcb389 !important
}
.text-center{
  text-align: center !important;
}

.text-21{
  font-size:21px;
}