:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-492625d8 */.property-header {
  display: flex;
  flex-wrap: wrap;
  background-color: #1C174C;
  color: #fff;
  padding: 2rem;
  position: relative;
}

.property-header .gallery {
  flex: 2;
}

.property-header .details {
  flex: 1;
  padding: 2rem;
  background-color: #1C174C;
  color: #fff;
}

.property-header .details h2 {
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-top: 1rem;
}

.property-header .details ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}

.property-header .details ul li {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}

.property-header .details ul li::before {
  content: "✔";
  margin-right: 8px;
  color: #fff;
  font-size: 0.9rem;
}

.btn-yellow,
.btn-outline {
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  margin-top: 1rem;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  font-weight: 600;
  cursor: pointer;
}

.btn-yellow {
  background-color: #F5A623;
  color: #fff;
  border: none;
  margin-right: 10px;
}

.btn-outline {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.section {
  padding: 3rem 1.5rem;
  max-width: 1100px;
  margin: 0 auto;
}

.section h3 {
  font-size: 1.8rem;
  color: #1C174C;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.section .property-meta {
  font-size: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.section .description {
  line-height: 1.7;
  margin-top: 1rem;
  color: #333;
}

.amenities {
  text-align: center;
  padding: 2rem;
  background-color: #f2f2f2;
}

.amenities .tag {
  display: inline-block;
  background-color: #1C174C;
  color: #fff;
  padding: 0.5rem 1rem;
  margin: 0.3rem;
  border-radius: 20px;
  font-size: 0.85rem;
}

.policy {
  background-color: #fff;
  color: #26254F;
  padding: 2rem;
}

.policy h4 {
  text-transform: uppercase;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

footer {
  background-color: #1C174C;
  color: #fff;
  padding: 2rem;
}

footer .footer-columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

footer .footer-columns div {
  margin-bottom: 1rem;
}

footer a {
  color: #fff;
  text-decoration: none;
  display: block;
  margin: 0.2rem 0;
}/* End custom CSS */