/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0
*/
/* === SINGLE PROPERTY PAGE STYLING === */

.property-wrapper {
  max-width: 960px;
  margin: 3rem auto;
  padding: 2rem;
  background-color: #ffffff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  font-family: 'Helvetica Neue', sans-serif;
}

.property-title {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  color: #2c3e50;
}

.property-gallery {
  margin-bottom: 2rem;
}

.property-gallery img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.property-price {
  font-size: 1.8rem;
  font-weight: bold;
  color: #27ae60;
  text-align: right;
  margin-bottom: 1rem;
}

.property-details {
  font-size: 1rem;
  margin-bottom: 2rem;
  padding: 1rem;
  background: #f7f7f7;
  border-radius: 6px;
}

.property-description {
  line-height: 1.7;
  margin-bottom: 2rem;
}

.property-map {
  margin-top: 2rem;
  padding: 1rem;
  background: #eef6fb;
  border-radius: 8px;
}

.property-map iframe,
.property-map .es-map {
  width: 100% ;
  height: 350px ;
  border: none;
  border-radius: 6px;
}

.property-contact {
  margin-top: 2rem;
  padding: 2rem;
  background: #fafafa;
  border-left: 4px solid #3498db;
  border-radius: 6px;
}

.property-contact h3 {
  margin-bottom: 1rem;
  font-size: 1.4rem;
}
