.elementor-587 .elementor-element.elementor-element-3399871{--display:flex;}/* Start custom CSS for html, class: .elementor-element-d383d4e */.contact-hero {
  background: linear-gradient(135deg, #19391e 0%, #285c34 100%);
  height: 65vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 20px;
  color: #f5f1e9;
}

.contact-hero-content {
  max-width: 800px;
}

.contact-hero h1 {
  font-size: 3rem;
  margin-bottom: 20px;
  color: #e5dac8; /* beige from palette */
  font-family: 'Georgia', serif;
}

.contact-hero p {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #f8f5ef;
}

.contact-btn {
  background: #e5dac8;
  color: #19391e;
  padding: 14px 28px;
  border-radius: 30px;
  font-size: 1.1rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.contact-btn:hover {
  background: #f5f1e9;
  color: #14522d;
}
.contact-form-section {
  background: #f5f1e9; /* Light cream/sand tone */
  min-height: 100vh; /* Full viewport height */
  display: flex;
  align-items: center; /* Vertically center */
  justify-content: center; /* Horizontally center */
  padding: 40px 20px;
}

.form-container {
  background: #ffffff;
  padding: 60px 40px;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  max-width: 700px;
  width: 100%;
  text-align: center;
}

.contact-form-section h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #19391e;
  font-family: 'Georgia', serif;
}

.contact-form-section p {
  font-size: 1.1rem;
  margin-bottom: 40px;
  color: #444;
}

.contact-form .form-group {
  margin-bottom: 20px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 16px 18px;
  border-radius: 12px;
  border: 1px solid #ccc;
  font-size: 1rem;
  font-family: inherit;
  background: #fff;
  color: #333;
  transition: border 0.3s ease, box-shadow 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #19391e;
  outline: none;
  box-shadow: 0 0 8px rgba(25, 57, 30, 0.2);
}

.submit-btn {
  background: #19391e;
  color: #f5f1e9;
  padding: 16px 36px;
  border: none;
  border-radius: 50px; /* pill shape */
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1; /* fixes vertical alignment */
  transition: background 0.3s ease, transform 0.2s ease;
  margin: 0 auto; /* keeps button centered */
}

.submit-btn:hover {
  background: #285c34;
  transform: translateY(-2px);
}
.site-footer {
  background-color: #19391e;
  color: #f5f0e8;
  padding: 60px 20px 20px;
  font-family: 'Georgia', serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
}

.footer-about {
  flex: 1 1 250px;
}

.footer-about h3 {
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #f5f0e8;
}

.footer-about p {
  font-size: 1rem;
  line-height: 1.6;
  color: #e0ddd5;
}

.footer-links h4,
.footer-social h4 {
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: #f5f0e8;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li {
  margin-bottom: 10px;
}

.footer-links ul li a {
  color: #e0ddd5;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links ul li a:hover {
  color: #d1bfa7;
}

.footer-social .social-icons {
  display: flex;
  gap: 20px;
}

.footer-social .social-icons a {
  color: #e0ddd5;
  font-size: 1.5rem;
  transition: color 0.3s ease, transform 0.3s ease;
}

.footer-social .social-icons a:hover {
  color: #d1bfa7;
  transform: scale(1.2);
}

.footer-bottom {
  text-align: center;
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
  font-size: 0.9rem;
  color: #dcd7c9;
}
/* =========================
   EMAIL CTA (REPLACES FORM)
   ========================= */

.email-cta {
  margin: 30px 0 20px;
  text-align: center;
}

.email-label {
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8B8575;
  margin-bottom: 14px;
}

.email-link {
  display: inline-block;
  font-size: 26px;
  font-weight: 500;
  color: #19391e;
  text-decoration: none;
  border-bottom: 1px solid rgba(25, 57, 30, 0.35);
  padding-bottom: 6px;
  transition: all 0.3s ease;
}

.email-link:hover {
  color: #8B8575;
  border-color: #8B8575;
}

.email-note {
  font-size: 14px;
  color: #8B8575;
  margin-top: 22px;
}/* End custom CSS */