body { font-family: Arial, sans-serif; margin: 0; padding: 0; line-height: 1.6; }
header { background: url('images/Dovecote Front.png') no-repeat center center/cover; height: 60vh; display: flex; align-items: center; justify-content: center; color: white; text-shadow: 2px 2px 4px #000; }
header h1 { font-size: 3em; background-color: rgba(0,0,0,0.5); padding: 0.5em 1em; border-radius: 10px; }
.banner { width: 100%; }
.logo-banner { text-align: center; background: #fff; padding: 1em; }
.logo-banner img { max-width: 100%; height: auto; }
.intro { padding: 2em; background-color: #f7f7f7; text-align: center; }
.gallery { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; padding: 1em; background: #fff; }
.gallery img { width: 32%; max-width: 400px; height: auto; border-radius: 8px; box-shadow: 0 2px 6px rgba(0,0,0,0.2); }
.floorplans { background-color: #eef; padding: 2em; text-align: center; }
.floorplans img { width: 30%; margin: 1%; border-radius: 8px; }
.booking { text-align: center; padding: 2em; background: #222; color: white; }
.booking a { background: #4CAF50; padding: 1em 2em; color: white; text-decoration: none; border-radius: 5px; font-size: 1.2em; }
.contact-cta {
  background-color: #fceabb;
  padding: 2em;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  border-top: 2px solid #f0c36d;
  border-bottom: 2px solid #f0c36d;
}

.contact-cta a {
  color: #d35400;
  text-decoration: none;
}
.contact-cta a:hover {
  text-decoration: underline;
}

footer { text-align: center; padding: 1em; font-size: 0.9em; background: #f0f0f0; }