body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background: #fff;
  color: #111;
}

.hero picture img {
  width: 100%;
  height: auto;
  display: block;
  background: #fef6e9;
}

.hero-text {
  text-align: center;
  padding: 20px;
  background: #fef6e9;
}

.hero-text 


.hero-text p {
  font-size: 1.2em;
  margin-bottom: 1em;
}

.cta {
  display: inline-block;
  padding: 12px 24px;
  background: #990000;
  color: white;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
}

.section {
  padding: 40px 20px;
  text-align: center;
}

.responsive-img {
  width: 100%;
  height: auto;
  margin: 20px 0;
}

.three-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.three-grid img {
  width: 30%;
  min-width: 250px;
  height: auto;
  border: 2px solid #ccc;
  border-radius: 8px;
}

footer {
  text-align: center;
  padding: 20px;
  background: #f5f5f5;
  font-size: 0.9em;
}

.icons-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px;
  margin-top: 30px;
  text-align: center;
}

.icon-block {
  flex: 1 1 200px;
  max-width: 220px;
}

.icon-block img {
  width: 80px;
  height: auto;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .section.split {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    padding: 60px 40px;
  }

  .section.split .text {
    flex: 1;
    text-align: left;
  }

  .section.split .image {
    flex: 1;
  }

  .section.split img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
  }
}


.container {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}



@media (min-width: 768px) {
  #meet-wally .text.container, 
  #meet-wally .image.container {
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
  }
}



@media (min-width: 768px) {
  #meet-wally .container {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
  }

  #meet-wally .text,
  #meet-wally .image {
    flex: 1;
  }
}


#watch-video {
  background: #ffffff;
  padding: 60px 20px;
  text-align: center;
}

#watch-video 

.video-wrapper {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: visible;
  cursor: pointer;
}

.video-thumbnail {
  border-radius: 12px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.5);
  width: 100%;
  height: auto;
  display: block;
}

.play-button-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
  opacity: 1;
  pointer-events: none;
}


#meet-wally .image img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 300px;
  margin: 0 auto;
}



.navbar {
  background: #990000;
  padding: 10px 20px;
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: none;
}

.navbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  color: white;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.2em;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.nav-links li a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  padding: 6px 10px;
  display: inline-block;
}








.cta-nav:hover {
  background: white;
  color: #990000;
}



html {
  scroll-behavior: smooth;
}

section:target::before,
header:target::before {
  content: "";
  display: block;
  height: 80px;
  margin-top: -80px;
}


/* Hide hamburger by default */
.hamburger {
  display: none;
  font-size: 1.5em;
  background: none;
  color: white;
  border: none;
  color: white;
  cursor: pointer;
}

/* Mobile styles */
@media (max-width: 768px) {
  .hamburger {
    display: block;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    background: #990000;
    position: absolute;
    top: 60px;
    right: 20px;
    padding: 20px;
    border-radius: 8px;
    z-index: 1001;
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links li {
    margin: 10px 0;
  }
}


.package-block {
  max-width: 300px;
  text-align: center;
}

.package-block img {
  width: 100%;
  height: auto;
  border: 2px solid #ccc;
  border-radius: 8px;
}

.package-block p {
  margin-top: 10px;
  font-size: 0.95em;
}


h1, h2, 


body {
  font-family: 'Inter', sans-serif;
  background: #fff;
  color: #111;
  font-size: 16px;
  line-height: 1.6;
}

h1, h2, h3 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  margin-bottom: 0.5em;
  line-height: 1.3;

  color: #990000;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.3em;
}

.four-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.four-grid .package-block {
  flex: 1 1 calc(25% - 20px);
  max-width: 250px;
  min-width: 200px;
}


.hero-text h1,
#watch-video h2 {
  background: transparent;
}


/* Dropdown styling */
.dropdown {
  position: relative;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #990000;
  border-radius: 6px;
  padding: 10px 0;
  min-width: 180px;
  z-index: 1002;
}

.dropdown-menu li {
  margin: 0;
}

.dropdown-menu li a {
  display: block;
  padding: 10px 20px;
  color: white;
  text-decoration: none;
  white-space: nowrap;
}

.dropdown-menu li a:hover {
  background: white;
  color: #990000;
}

.dropdown:hover .dropdown-menu {
  display: block;
}
.nav-link-page {
  font-weight: bold;
  text-decoration: underline;
  color: white;
}

/* === Play Button Overlay Styles === */
.play-button-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 1;
  z-index: 5;
}

/* === Soda City Banner Section === */
.soda-city-banner {
  background-color: #003d84;
  color: white;
  padding: 60px 20px;
}

.soda-city-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.soda-city-text {
  flex: 1 1 300px;
  max-width: 500px;
  text-align: left;
}

.soda-city-text h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2em;
  margin-bottom: 1rem;
  background: none;
  color: white;
}

.soda-city-text p {
  font-size: 1.1rem;
  line-height: 1.6;
}

.soda-city-image {
  flex: 1 1 300px;
  max-width: 400px;
}

.soda-city-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .soda-city-text, .soda-city-image {
    text-align: center;
  }

  .soda-city-text {
    max-width: 100%;
  }
}
#why-book h2 {
  background: none;
  padding: 0;
  margin: 0 auto 1em;
}

#why-book {
  background-color: #fef6e9;
}
.parallax {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


#tailored-preview .tailored-image img {
  max-width: 320px;
  width: 100%;
  height: auto;
  margin: 30px auto 0;
  display: block;
}

.fall-booking-banner {
  background-color: #990000;
  color: #fffbe6;
  text-align: center;
  padding: 30px 20px;
  font-size: 1.2em;
  font-family: 'Playfair Display', serif;
}

.fall-booking-banner strong {
  display: block;
  margin-top: 5px;
  font-weight: bold;
}

.fall-booking-banner .cta {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 24px;
  background-color: #fffbe6;
  color: #990000;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
}

.fall-booking-banner .cta:hover {
  background-color: #ffe5b4;
}

#packages .package-block img {
  
  width: 100px;
  height: auto;
  margin-bottom: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: none;
  border-radius: 0;
}

#tailored-preview img {
  max-width: 400px;
  width: 100%;
  height: auto;
  margin: 20px auto;
  display: block;
}

#tailored-preview .tailored-image {
  margin-bottom: 20px;
}

#tailored-preview .cta {
  margin-top: 10px;
  display: inline-block;
}

#fall-sticky-banner {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #990000;
  color: #fffbe6;
  text-align: center;
  padding: 15px 20px;
  font-size: 1em;
  font-family: 'Playfair Display', serif;
  border-bottom: 2px solid #fffbe6;
}

#fall-sticky-banner strong {
  display: block;
  margin-top: 4px;
  font-weight: bold;
}

#fall-sticky-banner .cta {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 20px;
  background-color: #fffbe6;
  color: #990000;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
}

#fall-sticky-banner .cta:hover {
  background-color: #ffe5b4;
}

.fall-parallax {
  background-image: url("../img/fall-wally-farm.png");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 120px 20px;
  position: relative;
  color: #fffbe6;
}


.fall-parallax-overlay h2.fall-heading {
  font-size: 2.6em;
  margin-bottom: 0.4em;
  font-family: 'Playfair Display', serif;
  font-weight: bold;
  color: inherit;
  background-color: transparent;
  padding: 0;
  display: block;
}


.fall-parallax-overlay p.fall-subtext {
  font-size: 1.2em;
  margin-bottom: 1.2em;
  font-family: 'Playfair Display', serif;
  color: #fffbe6;
}

.fall-parallax-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  display: inline-block;
  padding: 30px;
  border-radius: 10px;
  max-width: 600px;
  margin: 0 auto;
}

/* === Watch Next Video Section === */
#watch-next h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2em;
  color: #990000;
  margin-bottom: 1rem;
}

#watch-next .video-wrapper {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: visible;
  cursor: pointer;
}

#watch-next .video-thumbnail {
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

#watch-next .video-thumbnail:hover {
  transform: scale(1.02);
}

#watch-next .play-button-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 1;
  z-index: 5;
}


/* Remove box shadow on select video thumbnails */
.no-shadow {
  box-shadow: none !important;
}
#packages {
  background-color: #fef6e9;
}

#packages h2 {
  background: none;
}
