/*
Theme Name: Rossi Apartments
Author: AF
Description: Rossi Apartments property site
Version: 1.2
*/

body {
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
  padding: 0;
  background: #f8f9fa;
  color: #333;
  text-align: center;
}

header {
  background: #fff;
  padding: 70px 20px 50px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

header img {
  width: 170px;
  height: auto;
  margin-bottom: 25px;
}

h1 {
  font-size: 3em;
  color: #002147;
  margin: 10px 0 15px;
}

h2 {
  font-size: 2em;
  color: #002147;
  margin-bottom: 25px;
}

p {
  font-size: 1.15em;
  max-width: 760px;
  margin: 0 auto 20px auto;
  line-height: 1.9;
  word-break: normal;
  overflow-wrap: normal;
}

section {
  padding: 90px 20px;
}

a {
  transition: all 0.2s ease;
}

a:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

footer {
  background: #002147;
  color: white;
  padding: 30px 20px;
  margin-top: 60px;
  font-size: 0.95em;
}

/* Booking buttons */

.booking-buttons a {
  display: inline-block;
  background-color: #002147;
  color: white;
  padding: 16px 28px;
  margin: 12px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  min-width: 220px;
}

/* WhatsApp button */

.whatsapp-button a {
  display: inline-block;
  background-color: #25D366;
  color: white;
  padding: 16px 28px;
  margin-top: 15px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  min-width: 260px;
}

/* Telegram button */

.telegram-button a {
  display: inline-block;
  background-color: #229ED9;
  color: white;
  padding: 16px 28px;
  margin-top: 15px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  min-width: 260px;
}

/* Mobile optimization */

@media (max-width: 768px) {

  h1 {
    font-size: 2.2em;
  }

  h2 {
    font-size: 1.7em;
  }

  p {
    font-size: 1.05em;
    padding: 0 10px;
  }

  .booking-buttons a,
  .whatsapp-button a,
  .telegram-button a {
    width: 85%;
    min-width: unset;
  }
}
