::before, ::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  font-family: 'Open Sans', sans-serif;
  background: #F7FFF7;
  color: #333333;
  line-height: 1.6;
}

header {
  background: #C0E218;
  padding: 1rem 0;
}

.logo {
  display: block;
  max-height: 100px;
  margin: 0 auto;
}

.navbar {
  margin-top: 0.5rem;
}

.navbar ul {
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 2rem;
}

.navbar a {
  color: #333333;
  text-decoration: none;
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: 4px;
}

.navbar a:hover, .navbar .active {
  background: #A8C920;
  color: #ffffff;
}

main {
  flex: 1;
  width: 90%;
  max-width: 1000px;
  margin: 2rem auto;
}

h1 {
  font-family: 'Playfair Display', serif;
  color: #333333;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 1rem;
}

h2 {
  font-family: 'Playfair Display', serif;
  color: #333333;
  font-size: 2rem;
  text-align: center;
  margin: 1.5rem 0 1rem;
}

.section-left {
  text-align: left;
}

h3 {
  font-family: 'Playfair Display', serif;
  color: #333333;
  font-size: 1.5rem;
  text-align: left;
  margin: 1rem 0 0.5rem;
}

.card {
  box-sizing: border-box;
  background: #C0E218;
  color: #333333;
  border-radius: 8px;
  padding: 2rem;
  margin: 2rem auto;
  width: 100%;
  max-width: 800px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.card {
  margin-bottom: 1rem;
}

.card p {
  font-size: 1.1rem;
  line-height: 1.4;
  margin: 1rem auto;
  max-width: 700px;
}

.card img {
  max-width: 250px;
  width: 100%;
  height: auto;
  margin: 1rem auto;
  display: block;
  border-radius: 6px;
}

.card ul {
  list-style: none;
  padding-left: 0;
  margin: 1rem 0;
  text-align: left;
}

.card li {
  position: relative;
  padding-left: 1.2em;
  margin: 0.5rem 0;
}

.card li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #333333;
}

form {
  background: #F7FFF7;
  border-radius: 8px;
  padding: 2rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin: 2rem auto;
  max-width: 800px;
}

.form-group {
  margin-bottom: 1.2em;
  text-align: left;
}

.form-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

input[type="text"], input[type="email"], textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 0.6rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}


button, input[type="submit"], input[type="reset"] {
  background: #C0E218;
  color: #333333;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
}

button:hover, input[type="submit"]:hover, input[type="reset"]:hover {
  background: #A8C920;
}

.booking-hero {
  background: #F7FFF7;
  text-align: center;
  padding: 2rem 1rem;
  border-radius: 8px;
  margin-bottom: 2rem;
}

.booking-banner {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 1rem 0;
}

.cta-button {
  display: inline-block;
  background: #A8C920;
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
}

.booking-steps {
    margin-top: 0.5rem;      
    background: #C0E218;    
    padding: 1.5rem 1rem;     
    border-radius: 8px;
}
  
.step {
    background: #F7FFF7;     
}
  
.step-number {
    background: #333333;     
    color: #C0E218;     
}
  
.steps-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
}

.step {
  box-sizing: border-box;
  background: #F7FFF7;
  border-radius: 6px;
  padding: 1rem;
  width: 200px;
  text-align: center;
  position: relative;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.step-number {
  position: absolute;
  top: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
  background: #333333;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.booking-support {
  background: #F7FFF7;
  text-align: center;
  padding: 2rem 1rem;
  margin-top: 2rem;
}

.booking-support a {
  color: #A8C920;
  text-decoration: underline;
}

footer {
  background: #C0E218;
  color: #333333;
  text-align: center;
  padding: 1rem 0;
  margin-top: auto;
}
  
.text-center {
  text-align: center;
}  

.contact-info {
  text-align: center;
  margin-bottom: 2rem;
  margin-bottom: 1rem;
}

.contact-info p {
  max-width: 700px;
  margin: 0.5rem auto;
  line-height: 1.5;
}

.footer-nav {
  margin-top: 1rem;
}

.footer-nav ul {
  display: flex;
  justify-content: center;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-nav a {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  background: #C0E218;
  color: #2e3a26;
  text-decoration: none;
  font-weight: 600;
  border-radius: 0.25rem;
  transition: background 0.3s, color 0.3s;
}

.footer-nav a:hover {
  background: #afb42b;
  color: #1b5e20;
}

.site-footer {
  text-align: center;
  background: #C0E218;
  padding: 1rem 0;
  border-radius: 0.25rem;
  margin-top: 1 rem;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.site-footer p {
  margin: 0.4rem 0;
  color: #2e3a26;
  font-size: 0.95rem;
}

.slideshow-container{
  position:relative;
  max-width:100%;
  margin:0 auto;
  overflow:hidden;
}

.mySlides{
  display:none;
  text-align:center;
}

.mySlides img{
  width:100%;
  height:auto;
  border-radius:6px;
}

.prev,
.next{
  cursor:pointer;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  padding:10px 16px;
  font-size:32px;
  color:#fff;
  background:rgba(0,0,0,.45);
  border:none;
  border-radius:4px;
  user-select:none;
}

.prev{left:10px;}
.next{right:10px;}

.prev:hover,
.next:hover{
  background:rgba(0,0,0,.75);
}

@media screen and (min-width: 981px) and (max-width: 1400px) {
  body {
      font-size: 18px;
  }
}

@media screen and (min-width: 601px) and (max-width: 980px) {
  body {
      font-size: 16px;
  }
}

@media screen and (min-width: 370px) and (max-width: 600px) {
  body {
      font-size: 14px;
  }
  img {
      width: 80%;
  }
  main {
      width: 95%;
  }
}