
body {
  margin: 0;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  background: #fff8f0;
  color: #3f2a13;
  text-decoration: solid;
}

header {
  background-color: #573e06;
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: solid;
}
nav {
  margin-top: 10px;
}

nav a {
  margin: 0 10px;
  color: white;
  font-weight: bold;
  text-decoration: none;
}

nav a:hover {
  color: #ffd700;
  text-decoration: underline;
}

header a {
  color: #fff;
  text-decoration: solid;
  font-weight: bold;

}
/* Hover effect for all links */
a:hover {
  color: #ffd700; /* Gold color on hover */
  text-decoration: underline; /* Underline on hover */
  transition: color 0.3s ease, text-decoration 0.3s ease;
}

.intro {
  padding: 40px 20px;
  text-align: center;
  background: #f9f3e7;
}

.gallery {
  padding: 40px 0;
  text-align: center;
}

h2 {
  margin-bottom: 20px;
  color: #bfa76f;
}

/* Swiper Styles */
.swiper {
  width: 90%;
  max-width: 900px;
  height: 500px;
  margin: auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

footer {
  text-align: left;
  padding: 20px;
  background-color: #573e06;
;
  color: white;
}
header img {
  width: 500px;
  height: auto;
  vertical-align: middle;
}
.contact-form form {
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.contact-form input,
.contact-form textarea {
  margin: 10px 0;
  padding: 10px;
  font-size: 16px;
}
.contact-form textarea {
  height: 100px;
  resize: vertical;
} 
.Contact {
  text-align: center;
  position: relative;
}
.address {
  text-align: center;
  color: #946e15;
}
a {
  color: #bfa76f;
}
