/* ========================================
   CTA Section Styles
   ======================================== */
.cta-section {
  padding: 80px 0;
  background: url("../assets/images/water.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
}

.cta-section h2 {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  color: white;
  margin-bottom: 30px;
  font-style: italic;
  font-weight: 400;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

/* ========================================
   About Section Styles
   ======================================== */
.about {
  padding: 80px 0;
  background: white;
}

.about h2 {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 50px;
  color: #8b6f47;
  font-weight: 400;
}

.about-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.about-content p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #666;
}
